@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBundlesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure to request all available bundles.
NOOP
Constructor and Description |
---|
ListBundlesRequest() |
Modifier and Type | Method and Description |
---|---|
ListBundlesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of records to list in a single response.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListBundlesRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBundlesRequest |
withNextToken(String nextToken)
Pagination token.
|
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 setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public Integer getMaxResults()
Maximum number of records to list in a single response.
public ListBundlesRequest withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public void setNextToken(String nextToken)
Pagination token. Set to null to start listing bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.
nextToken
- Pagination token. Set to null to start listing bundles from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more bundles.public String getNextToken()
Pagination token. Set to null to start listing bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.
public ListBundlesRequest withNextToken(String nextToken)
Pagination token. Set to null to start listing bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.
nextToken
- Pagination token. Set to null to start listing bundles from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more bundles.public String toString()
toString
in class Object
Object.toString()
public ListBundlesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.