@Generated(value="software.amazon.awssdk:codegen") public final class PutAccountSendingAttributesRequest extends SesV2Request 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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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 Amazon Web Services 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 Amazon Web Services 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 SesV2Request
public static PutAccountSendingAttributesRequest.Builder builder()
public static Class<? extends PutAccountSendingAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.