@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSendingEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.
NOOP
Constructor and Description |
---|
UpdateAccountSendingEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountSendingEnabledRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
|
int |
hashCode() |
Boolean |
isEnabled()
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
|
void |
setEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSendingEnabledRequest |
withEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
enabled
- Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS
Region.public Boolean getEnabled()
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
public UpdateAccountSendingEnabledRequest withEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
enabled
- Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS
Region.public Boolean isEnabled()
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSendingEnabledRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()