@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an Amazon EKS cluster VPC configuration response.
Constructor and Description |
---|
VpcConfigResponse() |
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
List<String> |
getSubnetIds()
The subnets associated with your cluster.
|
String |
getVpcId()
The VPC associated with your cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
|
void |
setVpcId(String vpcId)
The VPC associated with your cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VpcConfigResponse |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse |
withSecurityGroupIds(String... securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse |
withSubnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse |
withSubnetIds(String... subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse |
withVpcId(String vpcId)
The VPC associated with your cluster.
|
public List<String> getSubnetIds()
The subnets associated with your cluster.
public void setSubnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
subnetIds
- The subnets associated with your cluster.public VpcConfigResponse withSubnetIds(String... subnetIds)
The subnets associated with your cluster.
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 associated with your cluster.public VpcConfigResponse withSubnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
subnetIds
- The subnets associated with your cluster.public List<String> getSecurityGroupIds()
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.public VpcConfigResponse withSecurityGroupIds(String... securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
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 the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.public VpcConfigResponse withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
securityGroupIds
- The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.public void setVpcId(String vpcId)
The VPC associated with your cluster.
vpcId
- The VPC associated with your cluster.public String getVpcId()
The VPC associated with your cluster.
public VpcConfigResponse withVpcId(String vpcId)
The VPC associated with your cluster.
vpcId
- The VPC associated with your cluster.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.