@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClustersV2Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListClustersV2Request() |
Modifier and Type | Method and Description |
---|---|
ListClustersV2Request |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterNameFilter()
Specify a prefix of the names of the clusters that you want to list.
|
String |
getClusterTypeFilter()
Specify either PROVISIONED or SERVERLESS.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The paginated results marker.
|
int |
hashCode() |
void |
setClusterNameFilter(String clusterNameFilter)
Specify a prefix of the names of the clusters that you want to list.
|
void |
setClusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The paginated results marker.
|
String |
toString()
Returns a string representation of this object.
|
ListClustersV2Request |
withClusterNameFilter(String clusterNameFilter)
Specify a prefix of the names of the clusters that you want to list.
|
ListClustersV2Request |
withClusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
|
ListClustersV2Request |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListClustersV2Request |
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, withSdkRequestTimeout
public void setClusterNameFilter(String clusterNameFilter)
Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
clusterNameFilter
- Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
public String getClusterNameFilter()
Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
public ListClustersV2Request withClusterNameFilter(String clusterNameFilter)
Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
clusterNameFilter
- Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
public void setClusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
clusterTypeFilter
- Specify either PROVISIONED or SERVERLESS.
public String getClusterTypeFilter()
Specify either PROVISIONED or SERVERLESS.
Specify either PROVISIONED or SERVERLESS.
public ListClustersV2Request withClusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
clusterTypeFilter
- Specify either PROVISIONED or SERVERLESS.
public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
maxResults
- The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
public Integer getMaxResults()
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
public ListClustersV2Request withMaxResults(Integer maxResults)
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
maxResults
- The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
public void setNextToken(String nextToken)
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
nextToken
- The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
public String getNextToken()
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
public ListClustersV2Request withNextToken(String nextToken)
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
nextToken
- The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
public String toString()
toString
in class Object
Object.toString()
public ListClustersV2Request clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()