Class AddressList

    • Method Detail

      • addressListArn

        public final String addressListArn()

        The Amazon Resource Name (ARN) of the address list.

        Returns:
        The Amazon Resource Name (ARN) of the address list.
      • addressListId

        public final String addressListId()

        The identifier of the address list.

        Returns:
        The identifier of the address list.
      • addressListName

        public final String addressListName()

        The user-friendly name of the address list.

        Returns:
        The user-friendly name of the address list.
      • createdTimestamp

        public final Instant createdTimestamp()

        The timestamp of when the address list was created.

        Returns:
        The timestamp of when the address list was created.
      • lastUpdatedTimestamp

        public final Instant lastUpdatedTimestamp()

        The timestamp of when the address list was last updated.

        Returns:
        The timestamp of when the address list was last updated.
      • 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)