Class SetIdentityHeadersInNotificationsEnabledRequest

    • Method Detail

      • identity

        public final String identity()

        The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.

        Returns:
        The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.
      • notificationType

        public final NotificationType notificationType()

        The notification type for which to enable or disable headers in notifications.

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

        Returns:
        The notification type for which to enable or disable headers in notifications.
        See Also:
        NotificationType
      • notificationTypeAsString

        public final String notificationTypeAsString()

        The notification type for which to enable or disable headers in notifications.

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

        Returns:
        The notification type for which to enable or disable headers in notifications.
        See Also:
        NotificationType
      • enabled

        public final Boolean enabled()

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

        This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

        Returns:
        Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES includes headers in notifications, and a value of false specifies that Amazon SES does not include headers in notifications.

        This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

      • 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