Class PendingCreateStandbyWorkspacesRequest
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.PendingCreateStandbyWorkspacesRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
@Generated("software.amazon.awssdk:codegen") public final class PendingCreateStandbyWorkspacesRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
Information about the standby WorkSpace.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePendingCreateStandbyWorkspacesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingCreateStandbyWorkspacesRequest.Builderbuilder()StringdirectoryId()The identifier of the directory for the standby WorkSpace.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PendingCreateStandbyWorkspacesRequest.Builder>serializableBuilderClass()WorkspaceStatestate()The operational state of the standby WorkSpace.StringstateAsString()The operational state of the standby WorkSpace.PendingCreateStandbyWorkspacesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserName()Describes the standby WorkSpace that was created.StringworkspaceId()The identifier of the standby WorkSpace.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userName
public 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.
- Returns:
- 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.
-
directoryId
public final String directoryId()
The identifier of the directory for the standby WorkSpace.
- Returns:
- The identifier of the directory for the standby WorkSpace.
-
state
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,
statewill returnWorkspaceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The operational state of the standby WorkSpace.
- See Also:
WorkspaceState
-
stateAsString
public 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,
statewill returnWorkspaceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The operational state of the standby WorkSpace.
- See Also:
WorkspaceState
-
workspaceId
public final String workspaceId()
The identifier of the standby WorkSpace.
- Returns:
- The identifier of the standby WorkSpace.
-
toBuilder
public PendingCreateStandbyWorkspacesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
-
builder
public static PendingCreateStandbyWorkspacesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PendingCreateStandbyWorkspacesRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-