ToCopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeWorkspacesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>
Contains the results for the DescribeWorkspaces operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeWorkspacesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeWorkspacesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends DescribeWorkspacesResponse.Builder> |
serializableBuilderClass() |
|
DescribeWorkspacesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<Workspace> |
workspaces() |
An array of structures that contain the information about the WorkSpaces.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<Workspace> workspaces()
An array of structures that contain the information about the WorkSpaces.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
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 DescribeWorkspacesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>
public static DescribeWorkspacesResponse.Builder builder()
public static Class<? extends DescribeWorkspacesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.