@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSubnetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSubnetGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the subnet group.
|
String |
getSubnetGroupName()
The name of the subnet group.
|
List<String> |
getSubnetIds()
A list of subnet IDs in the subnet group.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the subnet group.
|
void |
setSubnetGroupName(String subnetGroupName)
The name of the subnet group.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateSubnetGroupRequest |
withDescription(String description)
A description of the subnet group.
|
UpdateSubnetGroupRequest |
withSubnetGroupName(String subnetGroupName)
The name of the subnet group.
|
UpdateSubnetGroupRequest |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
|
UpdateSubnetGroupRequest |
withSubnetIds(String... subnetIds)
A list of subnet IDs in the subnet group.
|
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 setSubnetGroupName(String subnetGroupName)
The name of the subnet group.
subnetGroupName
- The name of the subnet group.public String getSubnetGroupName()
The name of the subnet group.
public UpdateSubnetGroupRequest withSubnetGroupName(String subnetGroupName)
The name of the subnet group.
subnetGroupName
- The name of the subnet group.public void setDescription(String description)
A description of the subnet group.
description
- A description of the subnet group.public String getDescription()
A description of the subnet group.
public UpdateSubnetGroupRequest withDescription(String description)
A description of the subnet group.
description
- A description of the subnet group.public List<String> getSubnetIds()
A list of subnet IDs in the subnet group.
public void setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
subnetIds
- A list of subnet IDs in the subnet group.public UpdateSubnetGroupRequest withSubnetIds(String... subnetIds)
A list of subnet IDs in the subnet group.
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 in the subnet group.public UpdateSubnetGroupRequest withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
subnetIds
- A list of subnet IDs in the subnet group.public String toString()
toString
in class Object
Object.toString()
public UpdateSubnetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.