@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutomationRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAutomationRulesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAutomationRulesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of rules to return in the response.
|
String |
getNextToken()
A token to specify where to start paginating the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of rules to return in the response.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating the response.
|
String |
toString()
Returns a string representation of this object.
|
ListAutomationRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of rules to return in the response.
|
ListAutomationRulesRequest |
withNextToken(String nextToken)
A token to specify where to start paginating the response.
|
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 setNextToken(String nextToken)
A token to specify where to start paginating the response. This is the NextToken from a previously
truncated response. On your first call to the ListAutomationRules API, set the value of this
parameter to NULL.
nextToken - A token to specify where to start paginating the response. This is the NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the
value of this parameter to NULL.public String getNextToken()
A token to specify where to start paginating the response. This is the NextToken from a previously
truncated response. On your first call to the ListAutomationRules API, set the value of this
parameter to NULL.
NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the
value of this parameter to NULL.public ListAutomationRulesRequest withNextToken(String nextToken)
A token to specify where to start paginating the response. This is the NextToken from a previously
truncated response. On your first call to the ListAutomationRules API, set the value of this
parameter to NULL.
nextToken - A token to specify where to start paginating the response. This is the NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the
value of this parameter to NULL.public void setMaxResults(Integer maxResults)
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
maxResults - The maximum number of rules to return in the response. This currently ranges from 1 to 100.public Integer getMaxResults()
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
public ListAutomationRulesRequest withMaxResults(Integer maxResults)
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
maxResults - The maximum number of rules to return in the response. This currently ranges from 1 to 100.public String toString()
toString in class ObjectObject.toString()public ListAutomationRulesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.