@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplyArchiveRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retroactively applies an archive rule.
NOOP
Constructor and Description |
---|
ApplyArchiveRuleRequest() |
Modifier and Type | Method and Description |
---|---|
ApplyArchiveRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The Amazon resource name (ARN) of the analyzer.
|
String |
getClientToken()
A client token.
|
String |
getRuleName()
The name of the rule to apply.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The Amazon resource name (ARN) of the analyzer.
|
void |
setClientToken(String clientToken)
A client token.
|
void |
setRuleName(String ruleName)
The name of the rule to apply.
|
String |
toString()
Returns a string representation of this object.
|
ApplyArchiveRuleRequest |
withAnalyzerArn(String analyzerArn)
The Amazon resource name (ARN) of the analyzer.
|
ApplyArchiveRuleRequest |
withClientToken(String clientToken)
A client token.
|
ApplyArchiveRuleRequest |
withRuleName(String ruleName)
The name of the rule to apply.
|
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 setAnalyzerArn(String analyzerArn)
The Amazon resource name (ARN) of the analyzer.
analyzerArn
- The Amazon resource name (ARN) of the analyzer.public String getAnalyzerArn()
The Amazon resource name (ARN) of the analyzer.
public ApplyArchiveRuleRequest withAnalyzerArn(String analyzerArn)
The Amazon resource name (ARN) of the analyzer.
analyzerArn
- The Amazon resource name (ARN) of the analyzer.public void setRuleName(String ruleName)
The name of the rule to apply.
ruleName
- The name of the rule to apply.public String getRuleName()
The name of the rule to apply.
public ApplyArchiveRuleRequest withRuleName(String ruleName)
The name of the rule to apply.
ruleName
- The name of the rule to apply.public void setClientToken(String clientToken)
A client token.
clientToken
- A client token.public String getClientToken()
A client token.
public ApplyArchiveRuleRequest withClientToken(String clientToken)
A client token.
clientToken
- A client token.public String toString()
toString
in class Object
Object.toString()
public ApplyArchiveRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()