Class AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails>
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 interfaceAwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringselfServiceSamlProviderArn()The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.static Class<? extends AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder>serializableBuilderClass()AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.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 AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder toBuilder()
-
builder
public static AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-