@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateReplicationSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReplicationSetRequest |
addRegionsEntry(String key,
RegionMapInputValue value)
Add a single Regions entry
|
CreateReplicationSetRequest |
clearRegionsEntries()
Removes all the entries added into Regions.
|
CreateReplicationSetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A token ensuring that the action is called only once with the specified details.
|
Map<String,RegionMapInputValue> |
getRegions()
The Regions that Incident Manager replicates your data to.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
void |
setRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicationSetRequest |
withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
CreateReplicationSetRequest |
withRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to.
|
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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
clientToken - A token ensuring that the action is called only once with the specified details.public String getClientToken()
A token ensuring that the action is called only once with the specified details.
public CreateReplicationSetRequest withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
clientToken - A token ensuring that the action is called only once with the specified details.public Map<String,RegionMapInputValue> getRegions()
The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.
public void setRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.
regions - The Regions that Incident Manager replicates your data to. You can have up to three Regions in your
replication set.public CreateReplicationSetRequest withRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.
regions - The Regions that Incident Manager replicates your data to. You can have up to three Regions in your
replication set.public CreateReplicationSetRequest addRegionsEntry(String key, RegionMapInputValue value)
public CreateReplicationSetRequest clearRegionsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateReplicationSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.