Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
@Generated("software.amazon.awssdk:codegen") public class SetIdentityHeadersInNotificationsEnabledRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
Represents a request to set whether Amazon SES includes the original email headers in the Amazon SNS notifications of a specified type. For information about notifications, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetIdentityHeadersInNotificationsEnabledRequest.Builder |
builder() |
|
Boolean |
enabled() |
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified
notification type.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity for which to enable or disable headers in notifications.
|
String |
notificationType() |
The notification type for which to enable or disable headers in notifications.
|
static Class<? extends SetIdentityHeadersInNotificationsEnabledRequest.Builder> |
serializableBuilderClass() |
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identity()
The identity for which to enable or disable headers in notifications. Examples: user@example.com
,
example.com
.
user@example.com
, example.com
.public String notificationType()
The notification type for which to enable or disable headers in notifications.
NotificationType
public Boolean enabled()
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified
notification type. A value of true
specifies that Amazon SES will include headers in notifications,
and a value of false
specifies that Amazon SES will not include headers in notifications.
This value can only be set when NotificationType
is already set to use a particular Amazon SNS
topic.
true
specifies that Amazon SES will include headers in
notifications, and a value of false
specifies that Amazon SES will not include headers in
notifications.
This value can only be set when NotificationType
is already set to use a particular Amazon
SNS topic.
public SetIdentityHeadersInNotificationsEnabledRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
public static SetIdentityHeadersInNotificationsEnabledRequest.Builder builder()
public static Class<? extends SetIdentityHeadersInNotificationsEnabledRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.