@Generated(value="software.amazon.awssdk:codegen") public final class PutAccountSendingAttributesRequest extends PinpointEmailRequest implements ToCopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
A request to change the ability of your account to send email.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutAccountSendingAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutAccountSendingAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
Boolean |
sendingEnabled()
Enables or disables your account's ability to send email.
|
static Class<? extends PutAccountSendingAttributesRequest.Builder> |
serializableBuilderClass() |
PutAccountSendingAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean sendingEnabled()
Enables or disables your account's ability to send email. Set to true to enable email sending, or
set to false to disable email sending.
If AWS paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.
true to enable email
sending, or set to false to disable email sending. If AWS paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.
public PutAccountSendingAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>toBuilder in class PinpointEmailRequestpublic static PutAccountSendingAttributesRequest.Builder builder()
public static Class<? extends PutAccountSendingAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.