@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.
|
Boolean |
getEnqueueReplication()
Indicates if or not enqueue replication is enabled for the ASCS 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() |
Boolean |
isEnqueueReplication()
Indicates if or not enqueue replication is enabled for the ASCS component.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClusterStatus(String clusterStatus)
The cluster status of the component.
|
void |
setEnqueueReplication(Boolean enqueueReplication)
Indicates if or not enqueue replication is enabled for the ASCS 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 |
withEnqueueReplication(Boolean enqueueReplication)
Indicates if or not enqueue replication is enabled for the ASCS 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 void setEnqueueReplication(Boolean enqueueReplication)
Indicates if or not enqueue replication is enabled for the ASCS component.
enqueueReplication - Indicates if or not enqueue replication is enabled for the ASCS component.public Boolean getEnqueueReplication()
Indicates if or not enqueue replication is enabled for the ASCS component.
public Resilience withEnqueueReplication(Boolean enqueueReplication)
Indicates if or not enqueue replication is enabled for the ASCS component.
enqueueReplication - Indicates if or not enqueue replication is enabled for the ASCS component.public Boolean isEnqueueReplication()
Indicates if or not enqueue replication is enabled for the ASCS component.
public String toString()
toString in class ObjectObject.toString()public Resilience clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.