@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchiveRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves an archive rule.
NOOP
Constructor and Description |
---|
GetArchiveRuleRequest() |
Modifier and Type | Method and Description |
---|---|
GetArchiveRuleRequest |
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 retrieve rules from.
|
String |
getRuleName()
The name of the rule to retrieve.
|
int |
hashCode() |
void |
setAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
|
void |
setRuleName(String ruleName)
The name of the rule to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetArchiveRuleRequest |
withAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
|
GetArchiveRuleRequest |
withRuleName(String ruleName)
The name of the rule to retrieve.
|
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 retrieve rules from.
analyzerName
- The name of the analyzer to retrieve rules from.public String getAnalyzerName()
The name of the analyzer to retrieve rules from.
public GetArchiveRuleRequest withAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
analyzerName
- The name of the analyzer to retrieve rules from.public void setRuleName(String ruleName)
The name of the rule to retrieve.
ruleName
- The name of the rule to retrieve.public String getRuleName()
The name of the rule to retrieve.
public GetArchiveRuleRequest withRuleName(String ruleName)
The name of the rule to retrieve.
ruleName
- The name of the rule to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetArchiveRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.