@Generated(value="software.amazon.awssdk:codegen") public final class CreateWorkspacesResponse extends WorkSpacesResponse implements ToCopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateWorkspacesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkspacesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FailedCreateWorkspaceRequest> |
failedRequests()
Information about the WorkSpaces that could not be created.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFailedRequests()
Returns true if the FailedRequests property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasPendingRequests()
Returns true if the PendingRequests property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<Workspace> |
pendingRequests()
Information about the WorkSpaces that were created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateWorkspacesResponse.Builder> |
serializableBuilderClass() |
CreateWorkspacesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasFailedRequests()
public final List<FailedCreateWorkspaceRequest> failedRequests()
Information about the WorkSpaces that could not be created.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFailedRequests() to see if a value was sent in this field.
public final boolean hasPendingRequests()
public final List<Workspace> pendingRequests()
Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPendingRequests() to see if a value was sent in this field.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
public CreateWorkspacesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>toBuilder in class AwsResponsepublic static CreateWorkspacesResponse.Builder builder()
public static Class<? extends CreateWorkspacesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.