@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodegroupResources extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
Constructor and Description |
---|
NodegroupResources() |
Modifier and Type | Method and Description |
---|---|
NodegroupResources |
clone() |
boolean |
equals(Object obj) |
List<AutoScalingGroup> |
getAutoScalingGroups()
The Auto Scaling groups associated with the node group.
|
String |
getRemoteAccessSecurityGroup()
The remote access security group associated with the node group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
void |
setRemoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group.
|
String |
toString()
Returns a string representation of this object.
|
NodegroupResources |
withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources |
withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources |
withRemoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group.
|
public List<AutoScalingGroup> getAutoScalingGroups()
The Auto Scaling groups associated with the node group.
public void setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
autoScalingGroups
- The Auto Scaling groups associated with the node group.public NodegroupResources withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingGroups(java.util.Collection)
or withAutoScalingGroups(java.util.Collection)
if
you want to override the existing values.
autoScalingGroups
- The Auto Scaling groups associated with the node group.public NodegroupResources withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
autoScalingGroups
- The Auto Scaling groups associated with the node group.public void setRemoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
remoteAccessSecurityGroup
- The remote access security group associated with the node group. This security group controls SSH access
to the nodes.public String getRemoteAccessSecurityGroup()
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
public NodegroupResources withRemoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
remoteAccessSecurityGroup
- The remote access security group associated with the node group. This security group controls SSH access
to the nodes.public String toString()
toString
in class Object
Object.toString()
public NodegroupResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.