@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteAnalyzerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.