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