ToCopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeWorkspaceBundlesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
Contains the results of the DescribeWorkspaceBundles operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeWorkspaceBundlesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeWorkspaceBundlesResponse.Builder |
builder() |
|
List<WorkspaceBundle> |
bundles() |
An array of structures that contain information about the bundles.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends DescribeWorkspaceBundlesResponse.Builder> |
serializableBuilderClass() |
|
DescribeWorkspaceBundlesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkspaceBundle> bundles()
An array of structures that contain information about the bundles.
public String nextToken()
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent
call to this operation to retrieve the next set of items. This token is valid for one day and must be used within
that time frame.
NextToken
parameter in a
subsequent call to this operation to retrieve the next set of items. This token is valid for one day and
must be used within that time frame.public DescribeWorkspaceBundlesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
public static DescribeWorkspaceBundlesResponse.Builder builder()
public static Class<? extends DescribeWorkspaceBundlesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.