@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Resilience extends Object implements Serializable, Cloneable, StructuredPojo
Details of the SAP HANA system replication for the instance.
| Constructor and Description |
|---|
Resilience() |
| Modifier and Type | Method and Description |
|---|---|
Resilience |
clone() |
boolean |
equals(Object obj) |
String |
getClusterStatus()
The cluster status of the component.
|
String |
getHsrOperationMode()
The operation mode of the component.
|
String |
getHsrReplicationMode()
The replication mode of the component.
|
String |
getHsrTier()
The tier of the component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setClusterStatus(String clusterStatus)
The cluster status of the component.
|
void |
setHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
|
void |
setHsrReplicationMode(String hsrReplicationMode)
The replication mode of the component.
|
void |
setHsrTier(String hsrTier)
The tier of the component.
|
String |
toString()
Returns a string representation of this object.
|
Resilience |
withClusterStatus(ClusterStatus clusterStatus)
The cluster status of the component.
|
Resilience |
withClusterStatus(String clusterStatus)
The cluster status of the component.
|
Resilience |
withHsrOperationMode(OperationMode hsrOperationMode)
The operation mode of the component.
|
Resilience |
withHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
|
Resilience |
withHsrReplicationMode(ReplicationMode hsrReplicationMode)
The replication mode of the component.
|
Resilience |
withHsrReplicationMode(String hsrReplicationMode)
The replication mode of the component.
|
Resilience |
withHsrTier(String hsrTier)
The tier of the component.
|
public void setHsrTier(String hsrTier)
The tier of the component.
hsrTier - The tier of the component.public String getHsrTier()
The tier of the component.
public Resilience withHsrTier(String hsrTier)
The tier of the component.
hsrTier - The tier of the component.public void setHsrReplicationMode(String hsrReplicationMode)
The replication mode of the component.
hsrReplicationMode - The replication mode of the component.ReplicationModepublic String getHsrReplicationMode()
The replication mode of the component.
ReplicationModepublic Resilience withHsrReplicationMode(String hsrReplicationMode)
The replication mode of the component.
hsrReplicationMode - The replication mode of the component.ReplicationModepublic Resilience withHsrReplicationMode(ReplicationMode hsrReplicationMode)
The replication mode of the component.
hsrReplicationMode - The replication mode of the component.ReplicationModepublic void setHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
hsrOperationMode - The operation mode of the component.OperationModepublic String getHsrOperationMode()
The operation mode of the component.
OperationModepublic Resilience withHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
hsrOperationMode - The operation mode of the component.OperationModepublic Resilience withHsrOperationMode(OperationMode hsrOperationMode)
The operation mode of the component.
hsrOperationMode - The operation mode of the component.OperationModepublic void setClusterStatus(String clusterStatus)
The cluster status of the component.
clusterStatus - The cluster status of the component.ClusterStatuspublic String getClusterStatus()
The cluster status of the component.
ClusterStatuspublic Resilience withClusterStatus(String clusterStatus)
The cluster status of the component.
clusterStatus - The cluster status of the component.ClusterStatuspublic Resilience withClusterStatus(ClusterStatus clusterStatus)
The cluster status of the component.
clusterStatus - The cluster status of the component.ClusterStatuspublic String toString()
toString in class ObjectObject.toString()public Resilience clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.