Class AuthenticationProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.AuthenticationProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class AuthenticationProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support.
A summary of a given authentication profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthenticationProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the authentication profile summary.static AuthenticationProfileSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the authentication profile.BooleanisDefault()Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.StringlastModifiedRegion()The Amazon Web Services Region when the authentication profile summary was last modified.InstantlastModifiedTime()The timestamp when the authentication profile summary was last modified.Stringname()The name of the authentication profile summary.List<SdkField<?>>sdkFields()static Class<? extends AuthenticationProfileSummary.Builder>serializableBuilderClass()AuthenticationProfileSummary.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
-
id
public final String id()
The unique identifier of the authentication profile.
- Returns:
- The unique identifier of the authentication profile.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the authentication profile summary.
- Returns:
- The Amazon Resource Name (ARN) of the authentication profile summary.
-
name
public final String name()
The name of the authentication profile summary.
- Returns:
- The name of the authentication profile summary.
-
isDefault
public final Boolean isDefault()
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
- Returns:
- Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when the authentication profile summary was last modified.
- Returns:
- The timestamp when the authentication profile summary was last modified.
-
lastModifiedRegion
public final String lastModifiedRegion()
The Amazon Web Services Region when the authentication profile summary was last modified.
- Returns:
- The Amazon Web Services Region when the authentication profile summary was last modified.
-
toBuilder
public AuthenticationProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>
-
builder
public static AuthenticationProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuthenticationProfileSummary.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.
-
-