@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteArchiveRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes an archive rule.
NOOP
Constructor and Description |
---|
DeleteArchiveRuleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteArchiveRuleRequest |
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 that associated with the archive rule to delete.
|
String |
getClientToken()
A client token.
|
String |
getRuleName()
The name of the rule to delete.
|
int |
hashCode() |
void |
setAnalyzerName(String analyzerName)
The name of the analyzer that associated with the archive rule to delete.
|
void |
setClientToken(String clientToken)
A client token.
|
void |
setRuleName(String ruleName)
The name of the rule to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteArchiveRuleRequest |
withAnalyzerName(String analyzerName)
The name of the analyzer that associated with the archive rule to delete.
|
DeleteArchiveRuleRequest |
withClientToken(String clientToken)
A client token.
|
DeleteArchiveRuleRequest |
withRuleName(String ruleName)
The name of the rule to delete.
|
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 that associated with the archive rule to delete.
analyzerName
- The name of the analyzer that associated with the archive rule to delete.public String getAnalyzerName()
The name of the analyzer that associated with the archive rule to delete.
public DeleteArchiveRuleRequest withAnalyzerName(String analyzerName)
The name of the analyzer that associated with the archive rule to delete.
analyzerName
- The name of the analyzer that associated with the archive rule to delete.public void setRuleName(String ruleName)
The name of the rule to delete.
ruleName
- The name of the rule to delete.public String getRuleName()
The name of the rule to delete.
public DeleteArchiveRuleRequest withRuleName(String ruleName)
The name of the rule to delete.
ruleName
- The name of the rule to delete.public void setClientToken(String clientToken)
A client token.
clientToken
- A client token.public String getClientToken()
A client token.
public DeleteArchiveRuleRequest withClientToken(String clientToken)
A client token.
clientToken
- A client token.public String toString()
toString
in class Object
Object.toString()
public DeleteArchiveRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()