Class IdentityNotificationAttributes

    • Method Detail

      • bounceTopic

        public final String bounceTopic()

        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.
      • complaintTopic

        public final String complaintTopic()

        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.
      • deliveryTopic

        public final String deliveryTopic()

        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.
      • forwardingEnabled

        public final Boolean forwardingEnabled()

        Describes whether Amazon SES forwards bounce and complaint notifications as email. true indicates that Amazon SES forwards bounce and complaint notifications as email, while false indicates that bounce and complaint notifications are published only to the specified bounce and complaint Amazon SNS topics.

        Returns:
        Describes whether Amazon SES forwards bounce and complaint notifications as email. true indicates that Amazon SES forwards bounce and complaint notifications as email, while false indicates that bounce and complaint notifications are published only to the specified bounce and complaint Amazon SNS topics.
      • headersInBounceNotificationsEnabled

        public final Boolean headersInBounceNotificationsEnabled()

        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES includes headers in bounce notifications, and a value of false specifies that Amazon SES does not include headers in bounce notifications.

        Returns:
        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES includes headers in bounce notifications, and a value of false specifies that Amazon SES does not include headers in bounce notifications.
      • headersInComplaintNotificationsEnabled

        public final Boolean headersInComplaintNotificationsEnabled()

        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES includes headers in complaint notifications, and a value of false specifies that Amazon SES does not include headers in complaint notifications.

        Returns:
        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES includes headers in complaint notifications, and a value of false specifies that Amazon SES does not include headers in complaint notifications.
      • headersInDeliveryNotificationsEnabled

        public final Boolean headersInDeliveryNotificationsEnabled()

        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES includes headers in delivery notifications, and a value of false specifies that Amazon SES does not include headers in delivery notifications.

        Returns:
        Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES includes headers in delivery notifications, and a value of false specifies that Amazon SES does not include headers in delivery notifications.
      • 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)