@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNodegroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateNodegroupResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupResult |
clone() |
boolean |
equals(Object obj) |
Nodegroup |
getNodegroup()
The full description of your new node group.
|
int |
hashCode() |
void |
setNodegroup(Nodegroup nodegroup)
The full description of your new node group.
|
String |
toString()
Returns a string representation of this object.
|
CreateNodegroupResult |
withNodegroup(Nodegroup nodegroup)
The full description of your new node group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNodegroup(Nodegroup nodegroup)
The full description of your new node group.
nodegroup - The full description of your new node group.public Nodegroup getNodegroup()
The full description of your new node group.
public CreateNodegroupResult withNodegroup(Nodegroup nodegroup)
The full description of your new node group.
nodegroup - The full description of your new node group.public String toString()
toString in class ObjectObject.toString()public CreateNodegroupResult clone()