@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceBundlesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkspaceBundlesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesResult |
clone() |
boolean |
equals(Object obj) |
List<WorkspaceBundle> |
getBundles()
Information about the bundles.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceBundlesResult |
withBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResult |
withBundles(WorkspaceBundle... bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkspaceBundle> getBundles()
Information about the bundles.
public void setBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
bundles
- Information about the bundles.public DescribeWorkspaceBundlesResult withBundles(WorkspaceBundle... bundles)
Information about the 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
- Information about the bundles.public DescribeWorkspaceBundlesResult withBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
bundles
- Information about the bundles.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return. This token is valid for one day and must be used within that time frame.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.
public DescribeWorkspaceBundlesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return. This token is valid for one day and must be used within that time frame.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceBundlesResult clone()