Class ListSAMLProvidersResult

    • Constructor Detail

      • ListSAMLProvidersResult

        public ListSAMLProvidersResult()
    • Method Detail

      • getSAMLProviderList

        public List<SAMLProviderListEntry> 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

        public void setSAMLProviderList​(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.
      • 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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object