Class AuthenticationProfileSummary

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)