@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReplicationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateReplicationSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateReplicationSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<UpdateReplicationSetAction> |
getActions()
An action to add or delete a Region.
|
String |
getArn()
The Amazon Resource Name (ARN) of the replication set you're updating.
|
String |
getClientToken()
A token ensuring that the operation is called only once with the specified details.
|
int |
hashCode() |
void |
setActions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
|
void |
setClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
String |
toString()
Returns a string representation of this object.
|
UpdateReplicationSetRequest |
withActions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
|
UpdateReplicationSetRequest |
withActions(UpdateReplicationSetAction... actions)
An action to add or delete a Region.
|
UpdateReplicationSetRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
|
UpdateReplicationSetRequest |
withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
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 List<UpdateReplicationSetAction> getActions()
An action to add or delete a Region.
public void setActions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
actions
- An action to add or delete a Region.public UpdateReplicationSetRequest withActions(UpdateReplicationSetAction... actions)
An action to add or delete a Region.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- An action to add or delete a Region.public UpdateReplicationSetRequest withActions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
actions
- An action to add or delete a Region.public void setArn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
arn
- The Amazon Resource Name (ARN) of the replication set you're updating.public String getArn()
The Amazon Resource Name (ARN) of the replication set you're updating.
public UpdateReplicationSetRequest withArn(String arn)
The Amazon Resource Name (ARN) of the replication set you're updating.
arn
- The Amazon Resource Name (ARN) of the replication set you're updating.public void setClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
clientToken
- A token ensuring that the operation is called only once with the specified details.public String getClientToken()
A token ensuring that the operation is called only once with the specified details.
public UpdateReplicationSetRequest withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
clientToken
- A token ensuring that the operation is called only once with the specified details.public String toString()
toString
in class Object
Object.toString()
public UpdateReplicationSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()