@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSAMLProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful ListSAMLProviders request.
Constructor and Description |
---|
ListSAMLProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListSAMLProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<SAMLProviderListEntry> |
getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this AWS account.
|
int |
hashCode() |
void |
setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSAMLProvidersResult |
withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
ListSAMLProvidersResult |
withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SAMLProviderListEntry> getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this AWS account.
public void setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.public ListSAMLProvidersResult withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setSAMLProviderList(java.util.Collection)
or withSAMLProviderList(java.util.Collection)
if you
want to override the existing values.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.public ListSAMLProvidersResult withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.public String toString()
toString
in class Object
Object.toString()
public ListSAMLProvidersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.