@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountSendingEnabledResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.
Constructor and Description |
---|
GetAccountSendingEnabledResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountSendingEnabledResult |
clone() |
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.
|
GetAccountSendingEnabledResult |
withEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetAccountSendingEnabledResult 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 GetAccountSendingEnabledResult clone()