@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 to include in a future ListIdentityProviderConfigsResponse request. |
int |
hashCode() |
void |
setIdentityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)
The identity provider configurations for the cluster.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListIdentityProviderConfigsResponse request. |
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 to include in a future ListIdentityProviderConfigsResponse request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 to include in a future ListIdentityProviderConfigsResponse
request.
When the results of a ListIdentityProviderConfigsResponse
request exceed maxResults
,
you can use this value to retrieve the next page of results. This value is null
when there are no
more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListIdentityProviderConfigsResponse
request. When the results of a ListIdentityProviderConfigsResponse
request exceed
maxResults
, you can use this value to retrieve the next page of results. This value is
null
when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value to include in a future ListIdentityProviderConfigsResponse
request.
When the results of a ListIdentityProviderConfigsResponse
request exceed maxResults
,
you can use this value to retrieve the next page of results. This value is null
when there are no
more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value to include in a future ListIdentityProviderConfigsResponse
request. When the results of a ListIdentityProviderConfigsResponse
request exceed
maxResults
, you can use this value to retrieve the next page of results. This value is
null
when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public ListIdentityProviderConfigsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListIdentityProviderConfigsResponse
request.
When the results of a ListIdentityProviderConfigsResponse
request exceed maxResults
,
you can use this value to retrieve the next page of results. This value is null
when there are no
more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListIdentityProviderConfigsResponse
request. When the results of a ListIdentityProviderConfigsResponse
request exceed
maxResults
, you can use this value to retrieve the next page of results. This value is
null
when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString
in class Object
Object.toString()
public ListIdentityProviderConfigsResult clone()