@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSAMLProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSAMLProviderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the provider to create.
|
String |
getSAMLMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
List<Tag> |
getTags()
A list of tags that you want to attach to the new IAM SAML provider.
|
int |
hashCode() |
void |
setName(String name)
The name of the provider to create.
|
void |
setSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
void |
setTags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateSAMLProviderRequest |
withName(String name)
The name of the provider to create.
|
CreateSAMLProviderRequest |
withSAMLMetadataDocument(String sAMLMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
CreateSAMLProviderRequest |
withTags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
CreateSAMLProviderRequest |
withTags(Tag... tags)
A list of tags that you want to attach to the new IAM SAML provider.
|
addHandlerContext, copyBaseTo, 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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
For more information, see About SAML 2.0-based federation in the IAM User Guide
public CreateSAMLProviderRequest 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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
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.
For more information, see About SAML 2.0-based federation in the IAM User Guide
public void setName(String name)
The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
name
- The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public String getName()
The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public CreateSAMLProviderRequest withName(String name)
The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
name
- The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public List<Tag> getTags()
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
public void setTags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
tags
- A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and
an associated value. For more information about tagging, see Tagging IAM resources in the
IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
public CreateSAMLProviderRequest withTags(Tag... tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and
an associated value. For more information about tagging, see Tagging IAM resources in the
IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
public CreateSAMLProviderRequest withTags(Collection<Tag> tags)
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
tags
- A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and
an associated value. For more information about tagging, see Tagging IAM resources in the
IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
public String toString()
toString
in class Object
Object.toString()
public CreateSAMLProviderRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.