@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSAMLProviderRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSAMLProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.
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 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.
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.
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 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.
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.
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.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
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.
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.
public String toString()
toString
in class Object
Object.toString()
public UpdateSAMLProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.