@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeGroupUpdateStatus extends Object implements Serializable, Cloneable
The status of the service update on the node group
| Constructor and Description | 
|---|
NodeGroupUpdateStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeGroupUpdateStatus | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getNodeGroupId()
 The ID of the node group 
 | 
List<NodeGroupMemberUpdateStatus> | 
getNodeGroupMemberUpdateStatus()
 The status of the service update on the node group member 
 | 
int | 
hashCode()  | 
void | 
setNodeGroupId(String nodeGroupId)
 The ID of the node group 
 | 
void | 
setNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
 The status of the service update on the node group member 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NodeGroupUpdateStatus | 
withNodeGroupId(String nodeGroupId)
 The ID of the node group 
 | 
NodeGroupUpdateStatus | 
withNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
 The status of the service update on the node group member 
 | 
NodeGroupUpdateStatus | 
withNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatus... nodeGroupMemberUpdateStatus)
 The status of the service update on the node group member 
 | 
public void setNodeGroupId(String nodeGroupId)
The ID of the node group
nodeGroupId - The ID of the node grouppublic String getNodeGroupId()
The ID of the node group
public NodeGroupUpdateStatus withNodeGroupId(String nodeGroupId)
The ID of the node group
nodeGroupId - The ID of the node grouppublic List<NodeGroupMemberUpdateStatus> getNodeGroupMemberUpdateStatus()
The status of the service update on the node group member
public void setNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
nodeGroupMemberUpdateStatus - The status of the service update on the node group memberpublic NodeGroupUpdateStatus withNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatus... nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
 NOTE: This method appends the values to the existing list (if any). Use
 setNodeGroupMemberUpdateStatus(java.util.Collection) or
 withNodeGroupMemberUpdateStatus(java.util.Collection) if you want to override the existing values.
 
nodeGroupMemberUpdateStatus - The status of the service update on the node group memberpublic NodeGroupUpdateStatus withNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
nodeGroupMemberUpdateStatus - The status of the service update on the node group memberpublic String toString()
toString in class ObjectObject.toString()public NodeGroupUpdateStatus clone()