@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 Amazon Web Services account. | 
| int | hashCode() | 
| void | setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
 The list of SAML provider resource objects defined in IAM for this Amazon Web Services account. | 
| String | toString()Returns a string representation of this object. | 
| ListSAMLProvidersResult | withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
 The list of SAML provider resource objects defined in IAM for this Amazon Web Services account. | 
| ListSAMLProvidersResult | withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
 The list of SAML provider resource objects defined in IAM for this Amazon Web Services account. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SAMLProviderListEntry> getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
public void setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
sAMLProviderList - The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.public ListSAMLProvidersResult withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services 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 Amazon Web Services account.public ListSAMLProvidersResult withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
sAMLProviderList - The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.public String toString()
toString in class ObjectObject.toString()public ListSAMLProvidersResult clone()