@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityProviderConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIdentityProviderConfigsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProviderConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityProviderConfig> |
getIdentityProviderConfigs()
The identity provider configurations for the cluster.
|
String |
getNextToken()
The
nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and the results exceeded
the value of that parameter. |
int |
hashCode() |
void |
setIdentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and the results exceeded
the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListIdentityProviderConfigsResult |
withIdentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
|
ListIdentityProviderConfigsResult |
withIdentityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)
The identity provider configurations for the cluster.
|
ListIdentityProviderConfigsResult |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse where maxResults was used and the results exceeded
the value of that parameter. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdentityProviderConfig> getIdentityProviderConfigs()
The identity provider configurations for the cluster.
public void setIdentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
identityProviderConfigs - The identity provider configurations for the cluster.public ListIdentityProviderConfigsResult withIdentityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)
The identity provider configurations for the cluster.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityProviderConfigs(java.util.Collection) or
withIdentityProviderConfigs(java.util.Collection) if you want to override the existing values.
identityProviderConfigs - The identity provider configurations for the cluster.public ListIdentityProviderConfigsResult withIdentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
identityProviderConfigs - The identity provider configurations for the cluster.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse 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
ListIdentityProviderConfigsResponse 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
ListIdentityProviderConfigsResponse 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
ListIdentityProviderConfigsResponse 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 ListIdentityProviderConfigsResult withNextToken(String nextToken)
The nextToken value returned from a previous paginated
ListIdentityProviderConfigsResponse 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
ListIdentityProviderConfigsResponse 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 ListIdentityProviderConfigsResult clone()
Copyright © 2023. All rights reserved.