@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Resilience.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Resilience.Builder |
builder() |
ClusterStatus |
clusterStatus()
The cluster status of the component.
|
String |
clusterStatusAsString()
The cluster status of the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OperationMode |
hsrOperationMode()
The operation mode of the component.
|
String |
hsrOperationModeAsString()
The operation mode of the component.
|
ReplicationMode |
hsrReplicationMode()
The replication mode of the component.
|
String |
hsrReplicationModeAsString()
The replication mode of the component.
|
String |
hsrTier()
The tier of the component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Resilience.Builder> |
serializableBuilderClass() |
Resilience.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hsrTier()
The tier of the component.
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,
hsrReplicationMode will return ReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from hsrReplicationModeAsString().
ReplicationModepublic 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,
hsrReplicationMode will return ReplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from hsrReplicationModeAsString().
ReplicationModepublic 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, hsrOperationMode
will return OperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hsrOperationModeAsString().
OperationModepublic 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, hsrOperationMode
will return OperationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hsrOperationModeAsString().
OperationModepublic 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, clusterStatus
will return ClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterStatusAsString().
ClusterStatuspublic 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, clusterStatus
will return ClusterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterStatusAsString().
ClusterStatuspublic Resilience.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Resilience.Builder,Resilience>public static Resilience.Builder builder()
public static Class<? extends Resilience.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.