@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSamlProviderRequest extends IamRequest implements ToCopyableBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSamlProviderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSamlProviderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
samlMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
String |
samlProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSamlProviderRequest.Builder> |
serializableBuilderClass() |
UpdateSamlProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String samlProviderArn()
The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
public UpdateSamlProviderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>toBuilder in class IamRequestpublic static UpdateSamlProviderRequest.Builder builder()
public static Class<? extends UpdateSamlProviderRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.