primaryWorkspaceId
The identifier of the standby WorkSpace.
- Returns:
- The identifier of the standby WorkSpace.
Serializable
, SdkPojo
, ToCopyableBuilder<StandbyWorkspace.Builder,StandbyWorkspace>
Describes a standby WorkSpace.
static StandbyWorkspace.Builder
builder()
final DataReplication
final String
final String
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final boolean
hasTags()
final String
static Class<? extends StandbyWorkspace.Builder>
tags()
final String
toString()
final String
copy
The identifier of the standby WorkSpace.
The volume encryption key of the standby WorkSpace.
The identifier of the directory for the standby WorkSpace.
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.The tags associated with the standby WorkSpace.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
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, dataReplication
will return DataReplication.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from 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, dataReplication
will return DataReplication.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from dataReplicationAsString()
.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StandbyWorkspace.Builder,StandbyWorkspace>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo