@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyReplicationSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyReplicationSubnetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyReplicationSubnetGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReplicationSubnetGroupDescription()
A description for the replication instance subnet group.
|
String |
getReplicationSubnetGroupIdentifier()
The name of the replication instance subnet group.
|
List<String> |
getSubnetIds()
A list of subnet IDs.
|
int |
hashCode() |
void |
setReplicationSubnetGroupDescription(String replicationSubnetGroupDescription)
A description for the replication instance subnet group.
|
void |
setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs.
|
String |
toString()
Returns a string representation of this object.
|
ModifyReplicationSubnetGroupRequest |
withReplicationSubnetGroupDescription(String replicationSubnetGroupDescription)
A description for the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest |
withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs.
|
ModifyReplicationSubnetGroupRequest |
withSubnetIds(String... subnetIds)
A list of subnet IDs.
|
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 setReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.public String getReplicationSubnetGroupIdentifier()
The name of the replication instance subnet group.
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.public void setReplicationSubnetGroupDescription(String replicationSubnetGroupDescription)
A description for the replication instance subnet group.
replicationSubnetGroupDescription
- A description for the replication instance subnet group.public String getReplicationSubnetGroupDescription()
A description for the replication instance subnet group.
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupDescription(String replicationSubnetGroupDescription)
A description for the replication instance subnet group.
replicationSubnetGroupDescription
- A description for the replication instance subnet group.public List<String> getSubnetIds()
A list of subnet IDs.
public void setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs.
subnetIds
- A list of subnet IDs.public ModifyReplicationSubnetGroupRequest withSubnetIds(String... subnetIds)
A list of subnet IDs.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- A list of subnet IDs.public ModifyReplicationSubnetGroupRequest withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs.
subnetIds
- A list of subnet IDs.public String toString()
toString
in class Object
Object.toString()
public ModifyReplicationSubnetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.