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