@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
VPC configuration associated with your Lambda function.
Constructor and Description |
---|
VpcConfigResponse() |
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
A list of security group IDs associated with the Lambda function.
|
List<String> |
getSubnetIds()
A list of subnet IDs associated with the Lambda function.
|
String |
getVpcId()
The VPC ID associated with you Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
|
void |
setVpcId(String vpcId)
The VPC ID associated with you Lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VpcConfigResponse |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse |
withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse |
withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse |
withVpcId(String vpcId)
The VPC ID associated with you Lambda function.
|
public List<String> getSubnetIds()
A list of subnet IDs associated with the Lambda function.
public void setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
subnetIds
- A list of subnet IDs associated with the Lambda function.public VpcConfigResponse withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function.
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 associated with the Lambda function.public VpcConfigResponse withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
subnetIds
- A list of subnet IDs associated with the Lambda function.public List<String> getSecurityGroupIds()
A list of security group IDs associated with the Lambda function.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
securityGroupIds
- A list of security group IDs associated with the Lambda function.public VpcConfigResponse withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function.
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 security group IDs associated with the Lambda function.public VpcConfigResponse withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
securityGroupIds
- A list of security group IDs associated with the Lambda function.public void setVpcId(String vpcId)
The VPC ID associated with you Lambda function.
vpcId
- The VPC ID associated with you Lambda function.public String getVpcId()
The VPC ID associated with you Lambda function.
public VpcConfigResponse withVpcId(String vpcId)
The VPC ID associated with you Lambda function.
vpcId
- The VPC ID associated with you Lambda function.public String toString()
toString
in class Object
Object.toString()
public VpcConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.