@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEksAnywhereSubscriptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEksAnywhereSubscriptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEksAnywhereSubscriptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getIncludeStatus()
An array of subscription statuses to filter on.
|
Integer |
getMaxResults()
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output.
|
String |
getNextToken()
The
nextToken value returned from a previous paginated ListEksAnywhereSubscriptions
request where maxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setIncludeStatus(Collection<String> includeStatus)
An array of subscription statuses to filter on.
|
void |
setMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListEksAnywhereSubscriptions
request where maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListEksAnywhereSubscriptionsRequest |
withIncludeStatus(Collection<String> includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
withIncludeStatus(EksAnywhereSubscriptionStatus... includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
withIncludeStatus(String... includeStatus)
An array of subscription statuses to filter on.
|
ListEksAnywhereSubscriptionsRequest |
withMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output.
|
ListEksAnywhereSubscriptionsRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListEksAnywhereSubscriptions
request where maxResults was used and the results exceeded the value of that parameter. |
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 setMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When you use this parameter, ListEksAnywhereSubscriptions 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 ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results and a nextToken value if applicable.
maxResults
- The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When
you use this parameter, ListEksAnywhereSubscriptions 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 ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be
between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results
and a nextToken value if applicable.public Integer getMaxResults()
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When you use this parameter, ListEksAnywhereSubscriptions 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 ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results and a nextToken value if applicable.
public ListEksAnywhereSubscriptionsRequest withMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When you use this parameter, ListEksAnywhereSubscriptions 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 ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results and a nextToken value if applicable.
maxResults
- The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When
you use this parameter, ListEksAnywhereSubscriptions 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 ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be
between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results
and a nextToken value if applicable.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated ListEksAnywhereSubscriptions
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
ListEksAnywhereSubscriptions
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 ListEksAnywhereSubscriptions
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
ListEksAnywhereSubscriptions
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 ListEksAnywhereSubscriptionsRequest withNextToken(String nextToken)
The nextToken
value returned from a previous paginated ListEksAnywhereSubscriptions
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
ListEksAnywhereSubscriptions
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 List<String> getIncludeStatus()
An array of subscription statuses to filter on.
EksAnywhereSubscriptionStatus
public void setIncludeStatus(Collection<String> includeStatus)
An array of subscription statuses to filter on.
includeStatus
- An array of subscription statuses to filter on.EksAnywhereSubscriptionStatus
public ListEksAnywhereSubscriptionsRequest withIncludeStatus(String... includeStatus)
An array of subscription statuses to filter on.
NOTE: This method appends the values to the existing list (if any). Use
setIncludeStatus(java.util.Collection)
or withIncludeStatus(java.util.Collection)
if you want
to override the existing values.
includeStatus
- An array of subscription statuses to filter on.EksAnywhereSubscriptionStatus
public ListEksAnywhereSubscriptionsRequest withIncludeStatus(Collection<String> includeStatus)
An array of subscription statuses to filter on.
includeStatus
- An array of subscription statuses to filter on.EksAnywhereSubscriptionStatus
public ListEksAnywhereSubscriptionsRequest withIncludeStatus(EksAnywhereSubscriptionStatus... includeStatus)
An array of subscription statuses to filter on.
includeStatus
- An array of subscription statuses to filter on.EksAnywhereSubscriptionStatus
public String toString()
toString
in class Object
Object.toString()
public ListEksAnywhereSubscriptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()