StructuredPojo
, ToCopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
@Generated("software.amazon.awssdk:codegen") public class EmailChannelRequest extends Object implements StructuredPojo, ToCopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
EmailChannelRequest.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EmailChannelRequest.Builder |
builder() |
|
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 |
identity() |
The ARN of an identity verified with SES.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
static Class<? extends EmailChannelRequest.Builder> |
serializableBuilderClass() |
|
EmailChannelRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Boolean enabled()
public String fromAddress()
public String identity()
public String roleArn()
public EmailChannelRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
public static EmailChannelRequest.Builder builder()
public static Class<? extends EmailChannelRequest.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.