@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNodegroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteNodegroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNodegroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the Amazon EKS cluster that is associated with your node group.
|
String |
getNodegroupName()
The name of the node group to delete.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with your node group.
|
void |
setNodegroupName(String nodegroupName)
The name of the node group to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNodegroupRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with your node group.
|
DeleteNodegroupRequest |
withNodegroupName(String nodegroupName)
The name of the node group to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with your node group.
clusterName - The name of the Amazon EKS cluster that is associated with your node group.public String getClusterName()
The name of the Amazon EKS cluster that is associated with your node group.
public DeleteNodegroupRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with your node group.
clusterName - The name of the Amazon EKS cluster that is associated with your node group.public void setNodegroupName(String nodegroupName)
The name of the node group to delete.
nodegroupName - The name of the node group to delete.public String getNodegroupName()
The name of the node group to delete.
public DeleteNodegroupRequest withNodegroupName(String nodegroupName)
The name of the node group to delete.
nodegroupName - The name of the node group to delete.public String toString()
toString in class ObjectObject.toString()public DeleteNodegroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.