StructuredPojo
, ToCopyableBuilder<EmailConfigurationType.Builder,EmailConfigurationType>
@Generated("software.amazon.awssdk:codegen") public class EmailConfigurationType extends Object implements StructuredPojo, ToCopyableBuilder<EmailConfigurationType.Builder,EmailConfigurationType>
The email configuration type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EmailConfigurationType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EmailConfigurationType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
replyToEmailAddress() |
The REPLY-TO email address.
|
static Class<? extends EmailConfigurationType.Builder> |
serializableBuilderClass() |
|
String |
sourceArn() |
The Amazon Resource Name (ARN) of the email source.
|
EmailConfigurationType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String sourceArn()
The Amazon Resource Name (ARN) of the email source.
public String replyToEmailAddress()
The REPLY-TO email address.
public EmailConfigurationType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EmailConfigurationType.Builder,EmailConfigurationType>
public static EmailConfigurationType.Builder builder()
public static Class<? extends EmailConfigurationType.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.