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