@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFargateProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFargateProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFargateProfilesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the Amazon EKS cluster that you would like to list Fargate profiles in.
|
Integer |
getMaxResults()
The maximum number of Fargate profile results returned by
ListFargateProfiles in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated ListFargateProfiles 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 Fargate profiles in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of Fargate profile results returned by
ListFargateProfiles in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListFargateProfiles request
where maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListFargateProfilesRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list Fargate profiles in.
|
ListFargateProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of Fargate profile results returned by
ListFargateProfiles in paginated output. |
ListFargateProfilesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListFargateProfiles 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 Fargate profiles in.
clusterName - The name of the Amazon EKS cluster that you would like to list Fargate profiles in.public String getClusterName()
The name of the Amazon EKS cluster that you would like to list Fargate profiles in.
public ListFargateProfilesRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster that you would like to list Fargate profiles in.
clusterName - The name of the Amazon EKS cluster that you would like to list Fargate profiles in.public void setMaxResults(Integer maxResults)
The maximum number of Fargate profile results returned by ListFargateProfiles in paginated output.
When you use this parameter, ListFargateProfiles 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 ListFargateProfiles request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListFargateProfiles returns up to 100 results and a nextToken value if applicable.
maxResults - The maximum number of Fargate profile results returned by ListFargateProfiles in paginated
output. When you use this parameter, ListFargateProfiles 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 ListFargateProfiles request with the
returned nextToken value. This value can be between 1 and 100. If you don't use this
parameter, ListFargateProfiles returns up to 100 results and a nextToken value
if applicable.public Integer getMaxResults()
The maximum number of Fargate profile results returned by ListFargateProfiles in paginated output.
When you use this parameter, ListFargateProfiles 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 ListFargateProfiles request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListFargateProfiles returns up to 100 results and a nextToken value if applicable.
ListFargateProfiles in paginated
output. When you use this parameter, ListFargateProfiles 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
ListFargateProfiles request with the returned nextToken value. This value can
be between 1 and 100. If you don't use this parameter, ListFargateProfiles returns up to 100
results and a nextToken value if applicable.public ListFargateProfilesRequest withMaxResults(Integer maxResults)
The maximum number of Fargate profile results returned by ListFargateProfiles in paginated output.
When you use this parameter, ListFargateProfiles 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 ListFargateProfiles request with the returned
nextToken value. This value can be between 1 and 100. If you don't use this parameter,
ListFargateProfiles returns up to 100 results and a nextToken value if applicable.
maxResults - The maximum number of Fargate profile results returned by ListFargateProfiles in paginated
output. When you use this parameter, ListFargateProfiles 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 ListFargateProfiles request with the
returned nextToken value. This value can be between 1 and 100. If you don't use this
parameter, ListFargateProfiles returns up to 100 results and a nextToken value
if applicable.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated ListFargateProfiles 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 ListFargateProfiles
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 ListFargateProfiles 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 ListFargateProfiles
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 ListFargateProfilesRequest withNextToken(String nextToken)
The nextToken value returned from a previous paginated ListFargateProfiles 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 ListFargateProfiles
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 ListFargateProfilesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.