Class StandbyWorkspacesProperties
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.StandbyWorkspacesProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StandbyWorkspacesProperties.Builder,StandbyWorkspacesProperties>
@Generated("software.amazon.awssdk:codegen") public final class StandbyWorkspacesProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StandbyWorkspacesProperties.Builder,StandbyWorkspacesProperties>
Describes the properties of the related standby WorkSpaces.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStandbyWorkspacesProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandbyWorkspacesProperties.Builderbuilder()DataReplicationdataReplication()Indicates whether data replication is enabled, and if enabled, the type of data replication.StringdataReplicationAsString()Indicates whether data replication is enabled, and if enabled, the type of data replication.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantrecoverySnapshotTime()The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StandbyWorkspacesProperties.Builder>serializableBuilderClass()StringstandbyWorkspaceId()The identifier of the standby WorkSpaceStandbyWorkspacesProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
standbyWorkspaceId
public final String standbyWorkspaceId()
The identifier of the standby WorkSpace
- Returns:
- The identifier of the standby WorkSpace
-
dataReplication
public final DataReplication dataReplication()
Indicates whether data replication is enabled, and if enabled, the type of data replication.
If the service returns an enum value that is not available in the current SDK version,
dataReplicationwill returnDataReplication.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataReplicationAsString().- Returns:
- Indicates whether data replication is enabled, and if enabled, the type of data replication.
- See Also:
DataReplication
-
dataReplicationAsString
public final String dataReplicationAsString()
Indicates whether data replication is enabled, and if enabled, the type of data replication.
If the service returns an enum value that is not available in the current SDK version,
dataReplicationwill returnDataReplication.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataReplicationAsString().- Returns:
- Indicates whether data replication is enabled, and if enabled, the type of data replication.
- See Also:
DataReplication
-
recoverySnapshotTime
public final Instant recoverySnapshotTime()
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
- Returns:
- The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
-
toBuilder
public StandbyWorkspacesProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StandbyWorkspacesProperties.Builder,StandbyWorkspacesProperties>
-
builder
public static StandbyWorkspacesProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends StandbyWorkspacesProperties.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-