@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateReplicationSetRequest |
clearRegionsEntries()
Removes all the entries added into Regions.
|
CreateReplicationSetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateReplicationSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures that the operation is called only once with the specified details.
|
Map<String,RegionMapInputValue> |
getRegions()
The Regions that Incident Manager replicates your data to.
|
Map<String,String> |
getTags()
A list of tags to add to the replication set.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
|
void |
setRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to.
|
void |
setTags(Map<String,String> tags)
A list of tags to add to the replication set.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicationSetRequest |
withClientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
|
CreateReplicationSetRequest |
withRegions(Map<String,RegionMapInputValue> regions)
The Regions that Incident Manager replicates your data to.
|
CreateReplicationSetRequest |
withTags(Map<String,String> tags)
A list of tags to add to the replication set.
|
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 that ensures that the operation is called only once with the specified details.
clientToken
- A token that ensures that the operation is called only once with the specified details.public String getClientToken()
A token that ensures that the operation is called only once with the specified details.
public CreateReplicationSetRequest withClientToken(String clientToken)
A token that ensures that the operation is called only once with the specified details.
clientToken
- A token that ensures that the operation 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 Map<String,String> getTags()
A list of tags to add to the replication set.
public void setTags(Map<String,String> tags)
A list of tags to add to the replication set.
tags
- A list of tags to add to the replication set.public CreateReplicationSetRequest withTags(Map<String,String> tags)
A list of tags to add to the replication set.
tags
- A list of tags to add to the replication set.public CreateReplicationSetRequest addTagsEntry(String key, String value)
public CreateReplicationSetRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateReplicationSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()