@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.ReplicationMode
public String getHsrReplicationMode()
The replication mode of the component.
ReplicationMode
public Resilience withHsrReplicationMode(String hsrReplicationMode)
The replication mode of the component.
hsrReplicationMode
- The replication mode of the component.ReplicationMode
public Resilience withHsrReplicationMode(ReplicationMode hsrReplicationMode)
The replication mode of the component.
hsrReplicationMode
- The replication mode of the component.ReplicationMode
public void setHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
hsrOperationMode
- The operation mode of the component.OperationMode
public String getHsrOperationMode()
The operation mode of the component.
OperationMode
public Resilience withHsrOperationMode(String hsrOperationMode)
The operation mode of the component.
hsrOperationMode
- The operation mode of the component.OperationMode
public Resilience withHsrOperationMode(OperationMode hsrOperationMode)
The operation mode of the component.
hsrOperationMode
- The operation mode of the component.OperationMode
public void setClusterStatus(String clusterStatus)
The cluster status of the component.
clusterStatus
- The cluster status of the component.ClusterStatus
public String getClusterStatus()
The cluster status of the component.
ClusterStatus
public Resilience withClusterStatus(String clusterStatus)
The cluster status of the component.
clusterStatus
- The cluster status of the component.ClusterStatus
public Resilience withClusterStatus(ClusterStatus clusterStatus)
The cluster status of the component.
clusterStatus
- The cluster status of the component.ClusterStatus
public 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 Object
Object.toString()
public Resilience clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.