@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCompanyNetworkConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCompanyNetworkConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCompanyNetworkConfigurationResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
The security groups associated with access to the provided subnets.
|
List<String> |
getSubnetIds()
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
String |
getVpcId()
The VPC with connectivity to associated websites.
|
int |
hashCode() |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
void |
setVpcId(String vpcId)
The VPC with connectivity to associated websites.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCompanyNetworkConfigurationResult |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
|
DescribeCompanyNetworkConfigurationResult |
withSecurityGroupIds(String... securityGroupIds)
The security groups associated with access to the provided subnets.
|
DescribeCompanyNetworkConfigurationResult |
withSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
DescribeCompanyNetworkConfigurationResult |
withSubnetIds(String... subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
DescribeCompanyNetworkConfigurationResult |
withVpcId(String vpcId)
The VPC with connectivity to associated websites.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeCompanyNetworkConfigurationResult()
public void setVpcId(String vpcId)
The VPC with connectivity to associated websites.
vpcId
- The VPC with connectivity to associated websites.public String getVpcId()
The VPC with connectivity to associated websites.
public DescribeCompanyNetworkConfigurationResult withVpcId(String vpcId)
The VPC with connectivity to associated websites.
vpcId
- The VPC with connectivity to associated websites.public List<String> getSubnetIds()
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
public void setSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
subnetIds
- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.public DescribeCompanyNetworkConfigurationResult withSubnetIds(String... subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
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
- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.public DescribeCompanyNetworkConfigurationResult withSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
subnetIds
- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.public List<String> getSecurityGroupIds()
The security groups associated with access to the provided subnets.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
securityGroupIds
- The security groups associated with access to the provided subnets.public DescribeCompanyNetworkConfigurationResult withSecurityGroupIds(String... securityGroupIds)
The security groups associated with access to the provided subnets.
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
- The security groups associated with access to the provided subnets.public DescribeCompanyNetworkConfigurationResult withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
securityGroupIds
- The security groups associated with access to the provided subnets.public String toString()
toString
in class Object
Object.toString()
public DescribeCompanyNetworkConfigurationResult clone()