@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestFailoverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestFailoverRequest() |
Modifier and Type | Method and Description |
---|---|
TestFailoverRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNodeGroupId()
The name of the node group (called shard in the console) in this replication group on which automatic failover is
to be tested.
|
String |
getReplicationGroupId()
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
|
int |
hashCode() |
void |
setNodeGroupId(String nodeGroupId)
The name of the node group (called shard in the console) in this replication group on which automatic failover is
to be tested.
|
void |
setReplicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
|
String |
toString()
Returns a string representation of this object.
|
TestFailoverRequest |
withNodeGroupId(String nodeGroupId)
The name of the node group (called shard in the console) in this replication group on which automatic failover is
to be tested.
|
TestFailoverRequest |
withReplicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setReplicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
replicationGroupId
- The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.public String getReplicationGroupId()
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
public TestFailoverRequest withReplicationGroupId(String replicationGroupId)
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
replicationGroupId
- The name of the replication group (console: cluster) whose automatic failover is being tested by this
operation.public void setNodeGroupId(String nodeGroupId)
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
nodeGroupId
- The name of the node group (called shard in the console) in this replication group on which automatic
failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour
period.public String getNodeGroupId()
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
public TestFailoverRequest withNodeGroupId(String nodeGroupId)
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
nodeGroupId
- The name of the node group (called shard in the console) in this replication group on which automatic
failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour
period.public String toString()
toString
in class Object
Object.toString()
public TestFailoverRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.