@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.