@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBundlesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBundlesResult() |
Modifier and Type | Method and Description |
---|---|
GetBundlesResult |
clone() |
boolean |
equals(Object obj) |
List<Bundle> |
getBundles()
An array of key-value pairs that contains information about the available bundles.
|
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
int |
hashCode() |
void |
setBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
|
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
String |
toString()
Returns a string representation of this object.
|
GetBundlesResult |
withBundles(Bundle... bundles)
An array of key-value pairs that contains information about the available bundles.
|
GetBundlesResult |
withBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
|
GetBundlesResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Bundle> getBundles()
An array of key-value pairs that contains information about the available bundles.
public void setBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
bundles
- An array of key-value pairs that contains information about the available bundles.public GetBundlesResult withBundles(Bundle... bundles)
An array of key-value pairs that contains information about the available bundles.
NOTE: This method appends the values to the existing list (if any). Use
setBundles(java.util.Collection)
or withBundles(java.util.Collection)
if you want to override
the existing values.
bundles
- An array of key-value pairs that contains information about the available bundles.public GetBundlesResult withBundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
bundles
- An array of key-value pairs that contains information about the available bundles.public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next page token
using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next page
token using the pageToken
parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next page token
using the pageToken
parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next
page token using the pageToken
parameter.
public GetBundlesResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next page token
using the pageToken
parameter.
nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetBundles
request and specify the next page
token using the pageToken
parameter.
public String toString()
toString
in class Object
Object.toString()
public GetBundlesResult clone()