@Generated(value="software.amazon.awssdk:codegen") public final class SendingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SendingOptions.Builder,SendingOptions>
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendingOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendingOptions.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
Boolean |
sendingEnabled()
If
true, email sending is enabled for the configuration set. |
static Class<? extends SendingOptions.Builder> |
serializableBuilderClass() |
SendingOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Boolean sendingEnabled()
If true, email sending is enabled for the configuration set. If false, email sending is
disabled for the configuration set.
true, email sending is enabled for the configuration set. If false, email
sending is disabled for the configuration set.public SendingOptions.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SendingOptions.Builder,SendingOptions>public static SendingOptions.Builder builder()
public static Class<? extends SendingOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.