Class SignupResponse

    • Method Detail

      • iamUser

        public final Boolean iamUser()

        A Boolean that is TRUE if the QuickSight uses IAM as an authentication method.

        Returns:
        A Boolean that is TRUE if the QuickSight uses IAM as an authentication method.
      • userLoginName

        public final String userLoginName()

        The user login name for your QuickSight account.

        Returns:
        The user login name for your QuickSight account.
      • accountName

        public final String accountName()

        The name of your QuickSight account.

        Returns:
        The name of your QuickSight account.
      • directoryType

        public final String directoryType()

        The type of Active Directory that is being used to authenticate the QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

        Returns:
        The type of Active Directory that is being used to authenticate the QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.
      • 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)