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