Class AwsTeamMember

    • Method Detail

      • businessTitle

        public final AwsMemberBusinessTitle businessTitle()

        Specifies the Amazon Web Services team member's business title and indicates their organizational role.

        If the service returns an enum value that is not available in the current SDK version, businessTitle will return AwsMemberBusinessTitle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from businessTitleAsString().

        Returns:
        Specifies the Amazon Web Services team member's business title and indicates their organizational role.
        See Also:
        AwsMemberBusinessTitle
      • businessTitleAsString

        public final String businessTitleAsString()

        Specifies the Amazon Web Services team member's business title and indicates their organizational role.

        If the service returns an enum value that is not available in the current SDK version, businessTitle will return AwsMemberBusinessTitle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from businessTitleAsString().

        Returns:
        Specifies the Amazon Web Services team member's business title and indicates their organizational role.
        See Also:
        AwsMemberBusinessTitle
      • email

        public final String email()

        Provides the Amazon Web Services team member's email address.

        Returns:
        Provides the Amazon Web Services team member's email address.
      • firstName

        public final String firstName()

        Provides the Amazon Web Services team member's first name.

        Returns:
        Provides the Amazon Web Services team member's first name.
      • lastName

        public final String lastName()

        Provides the Amazon Web Services team member's last name.

        Returns:
        Provides the Amazon Web Services team member's last name.
      • 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)