@Generated(value="software.amazon.awssdk:codegen") public final class EmailChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
Specifies the status and settings of the email channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EmailChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EmailChannelRequest.Builder |
builder() |
String |
configurationSet()
The Amazon SES
configuration set that you want to apply to messages that you send through the channel.
|
Boolean |
enabled()
Specifies whether to enable the email channel for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fromAddress()
The verified email address that you want to send email from when you send email through the channel.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EmailChannelRequest.Builder> |
serializableBuilderClass() |
EmailChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSet()
The Amazon SES configuration set that you want to apply to messages that you send through the channel.
public final Boolean enabled()
Specifies whether to enable the email channel for the application.
public final String fromAddress()
The verified email address that you want to send email from when you send email through the channel.
The verified email address that you want to send email from when you send email through the channel.
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.
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.
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.
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.
public EmailChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>public static EmailChannelRequest.Builder builder()
public static Class<? extends EmailChannelRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.