@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveRegionsFromReplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveRegionsFromReplicationRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveRegionsFromReplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getRemoveReplicaRegions()
The Regions of the replicas to remove.
|
String |
getSecretId()
The ARN or name of the secret.
|
int |
hashCode() |
void |
setRemoveReplicaRegions(Collection<String> removeReplicaRegions)
The Regions of the replicas to remove.
|
void |
setSecretId(String secretId)
The ARN or name of the secret.
|
String |
toString()
Returns a string representation of this object.
|
RemoveRegionsFromReplicationRequest |
withRemoveReplicaRegions(Collection<String> removeReplicaRegions)
The Regions of the replicas to remove.
|
RemoveRegionsFromReplicationRequest |
withRemoveReplicaRegions(String... removeReplicaRegions)
The Regions of the replicas to remove.
|
RemoveRegionsFromReplicationRequest |
withSecretId(String secretId)
The ARN or name of the secret.
|
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 setSecretId(String secretId)
The ARN or name of the secret.
secretId
- The ARN or name of the secret.public String getSecretId()
The ARN or name of the secret.
public RemoveRegionsFromReplicationRequest withSecretId(String secretId)
The ARN or name of the secret.
secretId
- The ARN or name of the secret.public List<String> getRemoveReplicaRegions()
The Regions of the replicas to remove.
public void setRemoveReplicaRegions(Collection<String> removeReplicaRegions)
The Regions of the replicas to remove.
removeReplicaRegions
- The Regions of the replicas to remove.public RemoveRegionsFromReplicationRequest withRemoveReplicaRegions(String... removeReplicaRegions)
The Regions of the replicas to remove.
NOTE: This method appends the values to the existing list (if any). Use
setRemoveReplicaRegions(java.util.Collection)
or withRemoveReplicaRegions(java.util.Collection)
if you want to override the existing values.
removeReplicaRegions
- The Regions of the replicas to remove.public RemoveRegionsFromReplicationRequest withRemoveReplicaRegions(Collection<String> removeReplicaRegions)
The Regions of the replicas to remove.
removeReplicaRegions
- The Regions of the replicas to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveRegionsFromReplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()