@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNodegroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListNodegroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListNodegroupsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the Amazon EKS cluster that you would like to list node groups in.
|
Integer |
getMaxResults()
The maximum number of node group results returned by
ListNodegroups in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list node groups in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of node group results returned by
ListNodegroups in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListNodegroupsRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list node groups in.
|
ListNodegroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of node group results returned by
ListNodegroups in paginated output. |
ListNodegroupsRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. |
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 you would like to list node groups in.
clusterName - The name of the Amazon EKS cluster that you would like to list node groups in.public String getClusterName()
The name of the Amazon EKS cluster that you would like to list node groups in.
public ListNodegroupsRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list node groups in.
clusterName - The name of the Amazon EKS cluster that you would like to list node groups in.public void setMaxResults(Integer maxResults)
The maximum number of node group results returned by ListNodegroups in paginated output. When you
use this parameter, ListNodegroups returns only maxResults results in a single page
along with a nextToken response element. You can see the remaining results of the initial request by
sending another ListNodegroups request with the returned nextToken value. This value
can be between 1 and 100. If you don't use this parameter, ListNodegroups returns up to 100 results
and a nextToken value if applicable.
maxResults - The maximum number of node group results returned by ListNodegroups in paginated output. When
you use this parameter, ListNodegroups returns only maxResults results in a
single page along with a nextToken response element. You can see the remaining results of the
initial request by sending another ListNodegroups request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListNodegroups returns up to 100 results and a nextToken value if applicable.public Integer getMaxResults()
The maximum number of node group results returned by ListNodegroups in paginated output. When you
use this parameter, ListNodegroups returns only maxResults results in a single page
along with a nextToken response element. You can see the remaining results of the initial request by
sending another ListNodegroups request with the returned nextToken value. This value
can be between 1 and 100. If you don't use this parameter, ListNodegroups returns up to 100 results
and a nextToken value if applicable.
ListNodegroups in paginated output.
When you use this parameter, ListNodegroups returns only maxResults results in
a single page along with a nextToken response element. You can see the remaining results of
the initial request by sending another ListNodegroups request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListNodegroups returns up to 100 results and a nextToken value if applicable.public ListNodegroupsRequest withMaxResults(Integer maxResults)
The maximum number of node group results returned by ListNodegroups in paginated output. When you
use this parameter, ListNodegroups returns only maxResults results in a single page
along with a nextToken response element. You can see the remaining results of the initial request by
sending another ListNodegroups request with the returned nextToken value. This value
can be between 1 and 100. If you don't use this parameter, ListNodegroups returns up to 100 results
and a nextToken value if applicable.
maxResults - The maximum number of node group results returned by ListNodegroups in paginated output. When
you use this parameter, ListNodegroups returns only maxResults results in a
single page along with a nextToken response element. You can see the remaining results of the
initial request by sending another ListNodegroups request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListNodegroups returns up to 100 results and a nextToken value if applicable.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
nextToken - The nextToken value returned from a previous paginated ListNodegroups request
where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value.public String getNextToken()
The nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
nextToken value returned from a previous paginated ListNodegroups request
where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value.public ListNodegroupsRequest withNextToken(String nextToken)
The nextToken value returned from a previous paginated ListNodegroups request where
maxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
nextToken - The nextToken value returned from a previous paginated ListNodegroups request
where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value.public String toString()
toString in class ObjectObject.toString()public ListNodegroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.