@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnalyzerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes an analyzer.
NOOP
Constructor and Description |
---|
DeleteAnalyzerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAnalyzerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalyzerName()
The name of the analyzer to delete.
|
String |
getClientToken()
A client token.
|
int |
hashCode() |
void |
setAnalyzerName(String analyzerName)
The name of the analyzer to delete.
|
void |
setClientToken(String clientToken)
A client token.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnalyzerRequest |
withAnalyzerName(String analyzerName)
The name of the analyzer to delete.
|
DeleteAnalyzerRequest |
withClientToken(String clientToken)
A client token.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAnalyzerName(String analyzerName)
The name of the analyzer to delete.
analyzerName
- The name of the analyzer to delete.public String getAnalyzerName()
The name of the analyzer to delete.
public DeleteAnalyzerRequest withAnalyzerName(String analyzerName)
The name of the analyzer to delete.
analyzerName
- The name of the analyzer to delete.public void setClientToken(String clientToken)
A client token.
clientToken
- A client token.public String getClientToken()
A client token.
public DeleteAnalyzerRequest withClientToken(String clientToken)
A client token.
clientToken
- A client token.public String toString()
toString
in class Object
Object.toString()
public DeleteAnalyzerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()