Class Resilience
- java.lang.Object
-
- software.amazon.awssdk.services.ssmsap.model.Resilience
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Resilience.Builder,Resilience>
@Generated("software.amazon.awssdk:codegen") public final class Resilience extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Resilience.Builder,Resilience>
Details of the SAP HANA system replication for the instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResilience.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Resilience.Builderbuilder()ClusterStatusclusterStatus()The cluster status of the component.StringclusterStatusAsString()The cluster status of the component.BooleanenqueueReplication()Indicates if or not enqueue replication is enabled for the ASCS component.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OperationModehsrOperationMode()The operation mode of the component.StringhsrOperationModeAsString()The operation mode of the component.ReplicationModehsrReplicationMode()The replication mode of the component.StringhsrReplicationModeAsString()The replication mode of the component.StringhsrTier()The tier of the component.List<SdkField<?>>sdkFields()static Class<? extends Resilience.Builder>serializableBuilderClass()Resilience.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
-
hsrTier
public final String hsrTier()
The tier of the component.
- Returns:
- The tier of the component.
-
hsrReplicationMode
public final ReplicationMode hsrReplicationMode()
The replication mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrReplicationModewill returnReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrReplicationModeAsString().- Returns:
- The replication mode of the component.
- See Also:
ReplicationMode
-
hsrReplicationModeAsString
public final String hsrReplicationModeAsString()
The replication mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrReplicationModewill returnReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrReplicationModeAsString().- Returns:
- The replication mode of the component.
- See Also:
ReplicationMode
-
hsrOperationMode
public final OperationMode hsrOperationMode()
The operation mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrOperationModewill returnOperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrOperationModeAsString().- Returns:
- The operation mode of the component.
- See Also:
OperationMode
-
hsrOperationModeAsString
public final String hsrOperationModeAsString()
The operation mode of the component.
If the service returns an enum value that is not available in the current SDK version,
hsrOperationModewill returnOperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhsrOperationModeAsString().- Returns:
- The operation mode of the component.
- See Also:
OperationMode
-
clusterStatus
public final ClusterStatus clusterStatus()
The cluster status of the component.
If the service returns an enum value that is not available in the current SDK version,
clusterStatuswill returnClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterStatusAsString().- Returns:
- The cluster status of the component.
- See Also:
ClusterStatus
-
clusterStatusAsString
public final String clusterStatusAsString()
The cluster status of the component.
If the service returns an enum value that is not available in the current SDK version,
clusterStatuswill returnClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterStatusAsString().- Returns:
- The cluster status of the component.
- See Also:
ClusterStatus
-
enqueueReplication
public final Boolean enqueueReplication()
Indicates if or not enqueue replication is enabled for the ASCS component.
- Returns:
- Indicates if or not enqueue replication is enabled for the ASCS component.
-
toBuilder
public Resilience.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Resilience.Builder,Resilience>
-
builder
public static Resilience.Builder builder()
-
serializableBuilderClass
public static Class<? extends Resilience.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.
-
-