@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| VpcOutputSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| VpcOutputSettings | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getPublicAddressAllocationIds()List of public address allocation ids to associate with ENIs that will be created in Output VPC. | 
| List<String> | getSecurityGroupIds()A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. | 
| List<String> | getSubnetIds()A list of VPC subnet IDs from the same VPC. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPublicAddressAllocationIds(Collection<String> publicAddressAllocationIds)List of public address allocation ids to associate with ENIs that will be created in Output VPC. | 
| void | setSecurityGroupIds(Collection<String> securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. | 
| void | setSubnetIds(Collection<String> subnetIds)A list of VPC subnet IDs from the same VPC. | 
| String | toString()Returns a string representation of this object. | 
| VpcOutputSettings | withPublicAddressAllocationIds(Collection<String> publicAddressAllocationIds)List of public address allocation ids to associate with ENIs that will be created in Output VPC. | 
| VpcOutputSettings | withPublicAddressAllocationIds(String... publicAddressAllocationIds)List of public address allocation ids to associate with ENIs that will be created in Output VPC. | 
| VpcOutputSettings | withSecurityGroupIds(Collection<String> securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. | 
| VpcOutputSettings | withSecurityGroupIds(String... securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. | 
| VpcOutputSettings | withSubnetIds(Collection<String> subnetIds)A list of VPC subnet IDs from the same VPC. | 
| VpcOutputSettings | withSubnetIds(String... subnetIds)A list of VPC subnet IDs from the same VPC. | 
public List<String> getPublicAddressAllocationIds()
public void setPublicAddressAllocationIds(Collection<String> publicAddressAllocationIds)
publicAddressAllocationIds - List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must
        specify one for SINGLE_PIPELINE, two for STANDARD channelspublic VpcOutputSettings withPublicAddressAllocationIds(String... publicAddressAllocationIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setPublicAddressAllocationIds(java.util.Collection) or
 withPublicAddressAllocationIds(java.util.Collection) if you want to override the existing values.
 
publicAddressAllocationIds - List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must
        specify one for SINGLE_PIPELINE, two for STANDARD channelspublic VpcOutputSettings withPublicAddressAllocationIds(Collection<String> publicAddressAllocationIds)
publicAddressAllocationIds - List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must
        specify one for SINGLE_PIPELINE, two for STANDARD channelspublic List<String> getSecurityGroupIds()
public void setSecurityGroupIds(Collection<String> securityGroupIds)
securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are
        specified then the VPC default security group will be usedpublic VpcOutputSettings withSecurityGroupIds(String... securityGroupIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setSecurityGroupIds(java.util.Collection) or withSecurityGroupIds(java.util.Collection) if you
 want to override the existing values.
 
securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are
        specified then the VPC default security group will be usedpublic VpcOutputSettings withSecurityGroupIds(Collection<String> securityGroupIds)
securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are
        specified then the VPC default security group will be usedpublic List<String> getSubnetIds()
public void setSubnetIds(Collection<String> subnetIds)
subnetIds - A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique
        availability zones (AZ).public VpcOutputSettings withSubnetIds(String... subnetIds)
 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 VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique
        availability zones (AZ).public VpcOutputSettings withSubnetIds(Collection<String> subnetIds)
subnetIds - A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique
        availability zones (AZ).public String toString()
toString in class ObjectObject.toString()public VpcOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.