Class InstanceUserSummary

    • Method Detail

      • associationDate

        public final String associationDate()

        The date a user was associated with an EC2 instance.

        Returns:
        The date a user was associated with an EC2 instance.
      • disassociationDate

        public final String disassociationDate()

        The date a user was disassociated from an EC2 instance.

        Returns:
        The date a user was disassociated from an EC2 instance.
      • domain

        public final String domain()

        The domain name of the user.

        Returns:
        The domain name of the user.
      • identityProvider

        public final IdentityProvider identityProvider()

        An object that specifies details for the identity provider.

        Returns:
        An object that specifies details for the identity provider.
      • instanceId

        public final String instanceId()

        The ID of the EC2 instance, which provides user-based subscriptions.

        Returns:
        The ID of the EC2 instance, which provides user-based subscriptions.
      • status

        public final String status()

        The status of a user associated with an EC2 instance.

        Returns:
        The status of a user associated with an EC2 instance.
      • statusMessage

        public final String statusMessage()

        The status message for users of an EC2 instance.

        Returns:
        The status message for users of an EC2 instance.
      • username

        public final String username()

        The user name from the identity provider for the user.

        Returns:
        The user name from the identity provider for the user.
      • 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)