@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListArchiveRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a list of archive rules created for the specified analyzer.
NOOP
Constructor and Description |
---|
ListArchiveRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListArchiveRulesRequest |
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.
|
Integer |
getMaxResults()
The maximum number of results to return in the request.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
ListArchiveRulesRequest |
withAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
|
ListArchiveRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
ListArchiveRulesRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
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 ListArchiveRulesRequest withAnalyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
analyzerName
- The name of the analyzer to retrieve rules from.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListArchiveRulesRequest withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.public Integer getMaxResults()
The maximum number of results to return in the request.
public ListArchiveRulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.public String toString()
toString
in class Object
Object.toString()
public ListArchiveRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()