public class ModifyReplicationSubnetGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
replicationSubnetGroupDescription
The description of the replication instance subnet group.
|
private java.lang.String |
replicationSubnetGroupIdentifier
The name of the replication instance subnet group.
|
private java.util.List<java.lang.String> |
subnetIds
A list of subnet IDs.
|
NOOP
Constructor and Description |
---|
ModifyReplicationSubnetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyReplicationSubnetGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getReplicationSubnetGroupDescription()
The description of the replication instance subnet group.
|
java.lang.String |
getReplicationSubnetGroupIdentifier()
The name of the replication instance subnet group.
|
java.util.List<java.lang.String> |
getSubnetIds()
A list of subnet IDs.
|
int |
hashCode() |
void |
setReplicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
The description of the replication instance subnet group.
|
void |
setReplicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
|
void |
setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyReplicationSubnetGroupRequest |
withReplicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
The description of the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest |
withReplicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest |
withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs.
|
ModifyReplicationSubnetGroupRequest |
withSubnetIds(java.lang.String... subnetIds)
A list of subnet IDs.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String replicationSubnetGroupIdentifier
The name of the replication instance subnet group.
private java.lang.String replicationSubnetGroupDescription
The description of the replication instance subnet group.
private java.util.List<java.lang.String> subnetIds
A list of subnet IDs.
public void setReplicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.public java.lang.String getReplicationSubnetGroupIdentifier()
The name of the replication instance subnet group.
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.public void setReplicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
The description of the replication instance subnet group.
replicationSubnetGroupDescription
- The description of the replication instance subnet group.public java.lang.String getReplicationSubnetGroupDescription()
The description of the replication instance subnet group.
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
The description of the replication instance subnet group.
replicationSubnetGroupDescription
- The description of the replication instance subnet group.public java.util.List<java.lang.String> getSubnetIds()
A list of subnet IDs.
public void setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs.
subnetIds
- A list of subnet IDs.public ModifyReplicationSubnetGroupRequest withSubnetIds(java.lang.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(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs.
subnetIds
- A list of subnet IDs.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyReplicationSubnetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()