Class UpdateSAMLProviderRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.UpdateSAMLProviderRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class UpdateSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • UpdateSAMLProviderRequest

      public UpdateSAMLProviderRequest()
  • Method Details

    • setSAMLMetadataDocument

      public void setSAMLMetadataDocument(String sAMLMetadataDocument)

      An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

      Parameters:
      sAMLMetadataDocument - An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
    • getSAMLMetadataDocument

      public String getSAMLMetadataDocument()

      An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

      Returns:
      An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
    • withSAMLMetadataDocument

      public UpdateSAMLProviderRequest withSAMLMetadataDocument(String sAMLMetadataDocument)

      An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

      Parameters:
      sAMLMetadataDocument - An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSAMLProviderArn

      public void setSAMLProviderArn(String sAMLProviderArn)

      The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

      Parameters:
      sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    • getSAMLProviderArn

      public String getSAMLProviderArn()

      The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

      Returns:
      The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    • withSAMLProviderArn

      public UpdateSAMLProviderRequest withSAMLProviderArn(String sAMLProviderArn)

      The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

      Parameters:
      sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to update.

      For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public UpdateSAMLProviderRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: