Class FederatedAuthentication
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.FederatedAuthentication
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFederatedAuthentication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FederatedAuthentication.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringsamlProviderArn()The Amazon Resource Name (ARN) of the IAM SAML identity provider.List<SdkField<?>>sdkFields()StringselfServiceSamlProviderArn()The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.static Class<? extends FederatedAuthentication.Builder>serializableBuilderClass()FederatedAuthentication.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
samlProviderArn
public final String samlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
- Returns:
- The Amazon Resource Name (ARN) of the IAM SAML identity provider.
-
selfServiceSamlProviderArn
public final String selfServiceSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
- Returns:
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
-
toBuilder
public FederatedAuthentication.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>
-
builder
public static FederatedAuthentication.Builder builder()
-
serializableBuilderClass
public static Class<? extends FederatedAuthentication.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-