@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRuleSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRuleSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
Integer |
getPageSize()
The maximum number of rule set resources that are returned per call.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of rule set resources that are returned per call.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleSetsRequest |
withNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
ListRuleSetsRequest |
withPageSize(Integer pageSize)
The maximum number of rule set resources that are returned per call.
|
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 setNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
nextToken
- If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.public String getNextToken()
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
public ListRuleSetsRequest withNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
nextToken
- If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.public void setPageSize(Integer pageSize)
The maximum number of rule set resources that are returned per call. You can use NextToken to obtain further rule sets.
pageSize
- The maximum number of rule set resources that are returned per call. You can use NextToken to obtain
further rule sets.public Integer getPageSize()
The maximum number of rule set resources that are returned per call. You can use NextToken to obtain further rule sets.
public ListRuleSetsRequest withPageSize(Integer pageSize)
The maximum number of rule set resources that are returned per call. You can use NextToken to obtain further rule sets.
pageSize
- The maximum number of rule set resources that are returned per call. You can use NextToken to obtain
further rule sets.public String toString()
toString
in class Object
Object.toString()
public ListRuleSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()