@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()
A token used for advancing to the next page of results from your get active names 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)
A token used for advancing to the next page of results from your get active names request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
A token used for advancing to the next page of results from your get active names 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)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String getNextPageToken()
A token used for advancing to the next page of results from your get active names request.
public GetBundlesResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String toString()
toString
in class Object
Object.toString()
public GetBundlesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.