@Generated(value="software.amazon.awssdk:codegen") public final class EmailChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
EmailChannelResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique ID of the application to which the email channel belongs.
|
static EmailChannelResponse.Builder |
builder() |
String |
configurationSet()
The configuration set that you want to use when you send email using the Pinpoint Email API.
|
String |
creationDate()
The date that the settings were last updated in ISO 8601 format.
|
Boolean |
enabled()
If the channel is enabled for sending messages.
|
boolean |
equals(Object obj) |
String |
fromAddress()
The email address used to send emails from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
Not used.
|
int |
hashCode() |
String |
id()
Channel ID.
|
String |
identity()
The ARN of an identity verified with SES.
|
Boolean |
isArchived()
Is this channel archived
|
String |
lastModifiedBy()
Who last updated this entry
|
String |
lastModifiedDate()
Last date this was updated
|
Integer |
messagesPerSecond()
Messages per second that can be sent
|
String |
platform()
Platform type.
|
String |
roleArn()
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EmailChannelResponse.Builder> |
serializableBuilderClass() |
EmailChannelResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
Version of channel
|
copy
public String applicationId()
public String configurationSet()
public String creationDate()
public Boolean enabled()
public String fromAddress()
public Boolean hasCredential()
public String id()
public String identity()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
public Integer messagesPerSecond()
public String platform()
public String roleArn()
public Integer version()
public EmailChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
public static EmailChannelResponse.Builder builder()
public static Class<? extends EmailChannelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.