@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 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.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public UpdateSamlProviderRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateSamlProviderRequest.Builder,UpdateSamlProviderRequest>
toBuilder
in class IamRequest
public static UpdateSamlProviderRequest.Builder builder()
public static Class<? extends UpdateSamlProviderRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.