@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIdentityProvidersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityProviderSummary> |
getIdentityProviders()
The identity providers.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setIdentityProviders(Collection<IdentityProviderSummary> identityProviders)
The identity providers.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListIdentityProvidersResult |
withIdentityProviders(Collection<IdentityProviderSummary> identityProviders)
The identity providers.
|
ListIdentityProvidersResult |
withIdentityProviders(IdentityProviderSummary... identityProviders)
The identity providers.
|
ListIdentityProvidersResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdentityProviderSummary> getIdentityProviders()
The identity providers.
public void setIdentityProviders(Collection<IdentityProviderSummary> identityProviders)
The identity providers.
identityProviders - The identity providers.public ListIdentityProvidersResult withIdentityProviders(IdentityProviderSummary... identityProviders)
The identity providers.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityProviders(java.util.Collection) or withIdentityProviders(java.util.Collection) if
you want to override the existing values.
identityProviders - The identity providers.public ListIdentityProvidersResult withIdentityProviders(Collection<IdentityProviderSummary> identityProviders)
The identity providers.
identityProviders - The identity providers.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListIdentityProvidersResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String toString()
toString in class ObjectObject.toString()public ListIdentityProvidersResult clone()