@Generated(value="software.amazon.awssdk:codegen") public final class CreateSamlProviderRequest extends IamRequest implements ToCopyableBuilder<CreateSamlProviderRequest.Builder,CreateSamlProviderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSamlProviderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSamlProviderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the provider to create.
|
String |
samlMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSamlProviderRequest.Builder> |
serializableBuilderClass() |
CreateSamlProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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
For more information, see About SAML 2.0-based Federation in the IAM User Guide
public 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: _+=,.@-
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSamlProviderRequest.Builder,CreateSamlProviderRequest>toBuilder in class IamRequestpublic static CreateSamlProviderRequest.Builder builder()
public static Class<? extends CreateSamlProviderRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.