@Generated(value="software.amazon.awssdk:codegen") public final class PendingCreateStandbyWorkspacesRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
Information about the standby WorkSpace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PendingCreateStandbyWorkspacesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PendingCreateStandbyWorkspacesRequest.Builder |
builder() |
String |
directoryId()
The identifier of the directory for the standby WorkSpace.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PendingCreateStandbyWorkspacesRequest.Builder> |
serializableBuilderClass() |
WorkspaceState |
state()
The operational state of the standby WorkSpace.
|
String |
stateAsString()
The operational state of the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
Describes the standby WorkSpace that was created.
|
String |
workspaceId()
The identifier of the standby WorkSpace.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
Describes the standby WorkSpace that was 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.
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 final String directoryId()
The identifier of the directory for the standby WorkSpace.
public final WorkspaceState state()
The operational state of the standby WorkSpace.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkspaceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkspaceStatepublic final String stateAsString()
The operational state of the standby WorkSpace.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkspaceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkspaceStatepublic final String workspaceId()
The identifier of the standby WorkSpace.
public PendingCreateStandbyWorkspacesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>public static PendingCreateStandbyWorkspacesRequest.Builder builder()
public static Class<? extends PendingCreateStandbyWorkspacesRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.