@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 configuration set that you want to apply to email that you send through the channel by using the Amazon Pinpoint Email API.
|
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 String configurationSet()
The configuration set that you want to apply to email that you send through the channel by using the Amazon Pinpoint Email API.
public Boolean enabled()
Specifies whether to enable the email channel for the application.
public 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.