Class EmailChannelRequest

    • Method Detail

      • enabled

        public final Boolean enabled()

        Specifies whether to enable the email channel for the application.

        Returns:
        Specifies whether to enable the email channel for the application.
      • fromAddress

        public final String fromAddress()

        The verified email address that you want to send email from when you send email through the channel.

        Returns:

        The verified email address that you want to send email from when you send email through the channel.

      • identity

        public final String identity()

        The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

        Returns:

        The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

      • roleArn

        public final String roleArn()

        The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.

        Returns:

        The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.

      • orchestrationSendingRoleArn

        public final String orchestrationSendingRoleArn()

        The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.

        Returns:
        The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.
      • 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)