@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 set of results, or null if there are no more results available.
|
int |
hashCode() |
void |
setBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
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 set of results, or null if there are no more results available.
|
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 set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next set of results, or null if there are no more results available. 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 set of results, or null if there are no more results available. 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 set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next set of results, or null if there are no more results available. 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()