@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNodegroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeNodegroupRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNodegroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the Amazon EKS cluster associated with the node group.
|
String |
getNodegroupName()
The name of the node group to describe.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the node group.
|
void |
setNodegroupName(String nodegroupName)
The name of the node group to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNodegroupRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the node group.
|
DescribeNodegroupRequest |
withNodegroupName(String nodegroupName)
The name of the node group to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the node group.
clusterName
- The name of the Amazon EKS cluster associated with the node group.public String getClusterName()
The name of the Amazon EKS cluster associated with the node group.
public DescribeNodegroupRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster associated with the node group.
clusterName
- The name of the Amazon EKS cluster associated with the node group.public void setNodegroupName(String nodegroupName)
The name of the node group to describe.
nodegroupName
- The name of the node group to describe.public String getNodegroupName()
The name of the node group to describe.
public DescribeNodegroupRequest withNodegroupName(String nodegroupName)
The name of the node group to describe.
nodegroupName
- The name of the node group to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeNodegroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.