@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKxClusterNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKxClusterNodeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKxClusterNodeRequest |
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 cluster, for which you want to delete the nodes.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getNodeId()
A unique identifier for the node that you want to delete.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the cluster, for which you want to delete the nodes.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setNodeId(String nodeId)
A unique identifier for the node that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKxClusterNodeRequest |
withClusterName(String clusterName)
The name of the cluster, for which you want to delete the nodes.
|
DeleteKxClusterNodeRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
DeleteKxClusterNodeRequest |
withNodeId(String nodeId)
A unique identifier for the node that you want to delete.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public DeleteKxClusterNodeRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setClusterName(String clusterName)
The name of the cluster, for which you want to delete the nodes.
clusterName
- The name of the cluster, for which you want to delete the nodes.public String getClusterName()
The name of the cluster, for which you want to delete the nodes.
public DeleteKxClusterNodeRequest withClusterName(String clusterName)
The name of the cluster, for which you want to delete the nodes.
clusterName
- The name of the cluster, for which you want to delete the nodes.public void setNodeId(String nodeId)
A unique identifier for the node that you want to delete.
nodeId
- A unique identifier for the node that you want to delete.public String getNodeId()
A unique identifier for the node that you want to delete.
public DeleteKxClusterNodeRequest withNodeId(String nodeId)
A unique identifier for the node that you want to delete.
nodeId
- A unique identifier for the node that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteKxClusterNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()