public class UpdateSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable
UpdateSAMLProvider operation
.
Updates the metadata document for an existing SAML provider.
NOTE:This operation requires Signature Version 4.
NOOP
Constructor and Description |
---|
UpdateSAMLProviderRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSAMLMetadataDocument()
An XML document generated by an identity provider (IdP) that supports
SAML 2.0.
|
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to update.
|
int |
hashCode() |
void |
setSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports
SAML 2.0.
|
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSAMLProviderRequest |
withSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports
SAML 2.0.
|
UpdateSAMLProviderRequest |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the SAML provider to update.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getSAMLMetadataDocument()
Constraints:
Length: 1000 - 10000000
public void setSAMLMetadataDocument(String sAMLMetadataDocument)
Constraints:
Length: 1000 - 10000000
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.public UpdateSAMLProviderRequest withSAMLMetadataDocument(String sAMLMetadataDocument)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1000 - 10000000
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.public String getSAMLProviderArn()
Constraints:
Length: 20 - 2048
public void setSAMLProviderArn(String sAMLProviderArn)
Constraints:
Length: 20 - 2048
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider to update.public UpdateSAMLProviderRequest withSAMLProviderArn(String sAMLProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider to update.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.