@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public CreateReplicationSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()