Class ModifyReplicationSubnetGroupRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.databasemigrationservice.model.ModifyReplicationSubnetGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ModifyReplicationSubnetGroupRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The description of the replication instance subnet group.The name of the replication instance subnet group.A list of subnet IDs.int
hashCode()
void
setReplicationSubnetGroupDescription
(String replicationSubnetGroupDescription) The description of 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.toString()
Returns a string representation of this object; useful for testing and debugging.withReplicationSubnetGroupDescription
(String replicationSubnetGroupDescription) The description of the replication instance subnet group.withReplicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) The name of the replication instance subnet group.withSubnetIds
(String... subnetIds) A list of subnet IDs.withSubnetIds
(Collection<String> subnetIds) A list of subnet IDs.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
ModifyReplicationSubnetGroupRequest
public ModifyReplicationSubnetGroupRequest()
-
-
Method Details
-
setReplicationSubnetGroupIdentifier
The name of the replication instance subnet group.
- Parameters:
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.
-
getReplicationSubnetGroupIdentifier
The name of the replication instance subnet group.
- Returns:
- The name of the replication instance subnet group.
-
withReplicationSubnetGroupIdentifier
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) The name of the replication instance subnet group.
- Parameters:
replicationSubnetGroupIdentifier
- The name of the replication instance subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationSubnetGroupDescription
The description of the replication instance subnet group.
- Parameters:
replicationSubnetGroupDescription
- The description of the replication instance subnet group.
-
getReplicationSubnetGroupDescription
The description of the replication instance subnet group.
- Returns:
- The description of the replication instance subnet group.
-
withReplicationSubnetGroupDescription
public ModifyReplicationSubnetGroupRequest withReplicationSubnetGroupDescription(String replicationSubnetGroupDescription) The description of the replication instance subnet group.
- Parameters:
replicationSubnetGroupDescription
- The description of the replication instance subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSubnetIds
A list of subnet IDs.
- Returns:
- A list of subnet IDs.
-
setSubnetIds
A list of subnet IDs.
- Parameters:
subnetIds
- A list of subnet IDs.
-
withSubnetIds
A list of subnet IDs.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
orwithSubnetIds(java.util.Collection)
if you want to override the existing values.- Parameters:
subnetIds
- A list of subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnetIds
A list of subnet IDs.
- Parameters:
subnetIds
- A list of subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-