@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNodesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListNodesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListNodesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
Integer |
getMaxResults()
The maximum number of clusters to return in the response.
|
String |
getNextToken()
The paginated results marker.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
void |
setMaxResults(Integer maxResults)
The maximum number of clusters to return in the response.
|
void |
setNextToken(String nextToken)
The paginated results marker.
|
String |
toString()
Returns a string representation of this object.
|
ListNodesRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
ListNodesRequest |
withMaxResults(Integer maxResults)
The maximum number of clusters to return in the response.
|
ListNodesRequest |
withNextToken(String nextToken)
The paginated results marker.
|
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 setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.public String getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public ListNodesRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.public void setMaxResults(Integer maxResults)
The maximum number of clusters to return in the response. If there are more clusters, the response includes a NextToken parameter.
maxResults - The maximum number of clusters to return in the response. If there are more clusters, the response
includes a NextToken parameter.public Integer getMaxResults()
The maximum number of clusters to return in the response. If there are more clusters, the response includes a NextToken parameter.
public ListNodesRequest withMaxResults(Integer maxResults)
The maximum number of clusters to return in the response. If there are more clusters, the response includes a NextToken parameter.
maxResults - The maximum number of clusters to return in the response. If there are more clusters, the response
includes a NextToken parameter.public void setNextToken(String nextToken)
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
nextToken - The paginated results marker. When the result of a ListClusters operation is truncated, the call returns
NextToken in the response. To get another batch of clusters, provide this token in your next request.public String getNextToken()
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
public ListNodesRequest withNextToken(String nextToken)
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
nextToken - The paginated results marker. When the result of a ListClusters operation is truncated, the call returns
NextToken in the response. To get another batch of clusters, provide this token in your next request.public String toString()
toString in class ObjectObject.toString()public ListNodesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.