@Generated(value="software.amazon.awssdk:codegen") public final class FederatedAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>
Describes the IAM SAML identity providers used for federated authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FederatedAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FederatedAuthentication.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 FederatedAuthentication.Builder> |
serializableBuilderClass() |
FederatedAuthentication.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 FederatedAuthentication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>public static FederatedAuthentication.Builder builder()
public static Class<? extends FederatedAuthentication.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.