Class ListSAMLProvidersResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.ListSAMLProvidersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful ListSAMLProviders request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withSAMLProviderList
(SAMLProviderListEntry... sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.withSAMLProviderList
(Collection<SAMLProviderListEntry> sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.
-
Constructor Details
-
ListSAMLProvidersResult
public ListSAMLProvidersResult()
-
-
Method Details
-
getSAMLProviderList
The list of SAML provider resource objects defined in IAM for this AWS account.
- Returns:
- The list of SAML provider resource objects defined in IAM for this AWS account.
-
setSAMLProviderList
The list of SAML provider resource objects defined in IAM for this AWS account.
- Parameters:
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.
-
withSAMLProviderList
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)
orwithSAMLProviderList(java.util.Collection)
if you want to override the existing values.- Parameters:
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSAMLProviderList
public ListSAMLProvidersResult withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.
- Parameters:
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-