StructuredPojo
, ToCopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
@Generated("software.amazon.awssdk:codegen") public class EmailChannelResponse extends Object implements StructuredPojo, ToCopyableBuilder<EmailChannelResponse.Builder,EmailChannelResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
EmailChannelResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
Application id
|
static EmailChannelResponse.Builder |
builder() |
|
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.
|
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
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
platform() |
Platform type.
|
String |
roleArn() |
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
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
|
public String applicationId()
public String creationDate()
public Boolean enabled()
public String fromAddress()
public String id()
public String identity()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.