@Generated(value="software.amazon.awssdk:codegen") public final class FederatedAuthenticationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FederatedAuthenticationRequest.Builder,FederatedAuthenticationRequest>
The IAM SAML identity provider used for federated authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FederatedAuthenticationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FederatedAuthenticationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
samlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
List<SdkField<?>> |
sdkFields() |
String |
selfServiceSAMLProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
static Class<? extends FederatedAuthenticationRequest.Builder> |
serializableBuilderClass() |
FederatedAuthenticationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String samlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
public String selfServiceSAMLProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
public FederatedAuthenticationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FederatedAuthenticationRequest.Builder,FederatedAuthenticationRequest>public static FederatedAuthenticationRequest.Builder builder()
public static Class<? extends FederatedAuthenticationRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.