@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> |
getIdentityProviderSummaries()
Metadata that describes the list identity providers operation.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setIdentityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)
Metadata that describes the list identity providers operation.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListIdentityProvidersResult |
withIdentityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)
Metadata that describes the list identity providers operation.
|
ListIdentityProvidersResult |
withIdentityProviderSummaries(IdentityProviderSummary... identityProviderSummaries)
Metadata that describes the list identity providers operation.
|
ListIdentityProvidersResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<IdentityProviderSummary> getIdentityProviderSummaries()
Metadata that describes the list identity providers operation.
public void setIdentityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)
Metadata that describes the list identity providers operation.
identityProviderSummaries - Metadata that describes the list identity providers operation.public ListIdentityProvidersResult withIdentityProviderSummaries(IdentityProviderSummary... identityProviderSummaries)
Metadata that describes the list identity providers operation.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityProviderSummaries(java.util.Collection) or
withIdentityProviderSummaries(java.util.Collection) if you want to override the existing values.
identityProviderSummaries - Metadata that describes the list identity providers operation.public ListIdentityProvidersResult withIdentityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)
Metadata that describes the list identity providers operation.
identityProviderSummaries - Metadata that describes the list identity providers operation.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListIdentityProvidersResult withNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListIdentityProvidersResult clone()