@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes updates to the VPC configuration used by the application.
Constructor and Description |
---|
VpcConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
VpcConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIdUpdates()
Describes updates to the array of SecurityGroup IDs used
by the VPC configuration.
|
List<String> |
getSubnetIdUpdates()
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
String |
getVpcConfigurationId()
Describes an update to the ID of the VPC configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used
by the VPC configuration.
|
void |
setSubnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
void |
setVpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
|
String |
toString()
Returns a string representation of this object.
|
VpcConfigurationUpdate |
withSecurityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used
by the VPC configuration.
|
VpcConfigurationUpdate |
withSecurityGroupIdUpdates(String... securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used
by the VPC configuration.
|
VpcConfigurationUpdate |
withSubnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
VpcConfigurationUpdate |
withSubnetIdUpdates(String... subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
VpcConfigurationUpdate |
withVpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
|
public void setVpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
vpcConfigurationId
- Describes an update to the ID of the VPC configuration.public String getVpcConfigurationId()
Describes an update to the ID of the VPC configuration.
public VpcConfigurationUpdate withVpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
vpcConfigurationId
- Describes an update to the ID of the VPC configuration.public List<String> getSubnetIdUpdates()
Describes updates to the array of Subnet IDs used by the VPC configuration.
public void setSubnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC configuration.
subnetIdUpdates
- Describes updates to the array of Subnet IDs used by the
VPC configuration.public VpcConfigurationUpdate withSubnetIdUpdates(String... subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC configuration.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIdUpdates(java.util.Collection)
or withSubnetIdUpdates(java.util.Collection)
if you
want to override the existing values.
subnetIdUpdates
- Describes updates to the array of Subnet IDs used by the
VPC configuration.public VpcConfigurationUpdate withSubnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC configuration.
subnetIdUpdates
- Describes updates to the array of Subnet IDs used by the
VPC configuration.public List<String> getSecurityGroupIdUpdates()
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
public void setSecurityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
securityGroupIdUpdates
- Describes updates to the array of SecurityGroup IDs
used by the VPC configuration.public VpcConfigurationUpdate withSecurityGroupIdUpdates(String... securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIdUpdates(java.util.Collection)
or
withSecurityGroupIdUpdates(java.util.Collection)
if you want to override the existing values.
securityGroupIdUpdates
- Describes updates to the array of SecurityGroup IDs
used by the VPC configuration.public VpcConfigurationUpdate withSecurityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
securityGroupIdUpdates
- Describes updates to the array of SecurityGroup IDs
used by the VPC configuration.public String toString()
toString
in class Object
Object.toString()
public VpcConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.