@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackagingGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListPackagingGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPackagingGroupsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()Upper bound on number of records to return. | 
| String | getNextToken()A token used to resume pagination from the end of a previous request. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)Upper bound on number of records to return. | 
| void | setNextToken(String nextToken)A token used to resume pagination from the end of a previous request. | 
| String | toString()Returns a string representation of this object. | 
| ListPackagingGroupsRequest | withMaxResults(Integer maxResults)Upper bound on number of records to return. | 
| ListPackagingGroupsRequest | withNextToken(String nextToken)A token used to resume pagination from the end of a previous request. | 
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public Integer getMaxResults()
public ListPackagingGroupsRequest withMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public void setNextToken(String nextToken)
nextToken - A token used to resume pagination from the end of a previous request.public String getNextToken()
public ListPackagingGroupsRequest withNextToken(String nextToken)
nextToken - A token used to resume pagination from the end of a previous request.public String toString()
toString in class ObjectObject.toString()public ListPackagingGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()