ToCopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateWorkspacesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
Contains the result of the CreateWorkspaces operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateWorkspacesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateWorkspacesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FailedCreateWorkspaceRequest> |
failedRequests() |
An array of structures that represent the WorkSpaces that could not be created.
|
int |
hashCode() |
|
List<Workspace> |
pendingRequests() |
An array of structures that represent the WorkSpaces that were created.
|
static Class<? extends CreateWorkspacesResponse.Builder> |
serializableBuilderClass() |
|
CreateWorkspacesResponse.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<FailedCreateWorkspaceRequest> failedRequests()
An array of structures that represent the WorkSpaces that could not be created.
public List<Workspace> pendingRequests()
An array of structures that represent the WorkSpaces that were created.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately available.
If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately
available. If you immediately call DescribeWorkspaces with this identifier, no information will be
returned.
public CreateWorkspacesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
public static CreateWorkspacesResponse.Builder builder()
public static Class<? extends CreateWorkspacesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.