@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfigurationSetSendingOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration set.
NOOP
Constructor and Description |
---|
PutConfigurationSetSendingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetSendingOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set to enable or disable email sending for.
|
Boolean |
getSendingEnabled()
If
true , email sending is enabled for the configuration set. |
int |
hashCode() |
Boolean |
isSendingEnabled()
If
true , email sending is enabled for the configuration set. |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set to enable or disable email sending for.
|
void |
setSendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
String |
toString()
Returns a string representation of this object.
|
PutConfigurationSetSendingOptionsRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set to enable or disable email sending for.
|
PutConfigurationSetSendingOptionsRequest |
withSendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
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 PutConfigurationSetSendingOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set to enable or disable email sending for.
configurationSetName
- The name of the configuration set to enable or disable email sending for.public String getConfigurationSetName()
The name of the configuration set to enable or disable email sending for.
public PutConfigurationSetSendingOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set to enable or disable email sending for.
configurationSetName
- The name of the configuration set to enable or disable email sending for.public void setSendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public Boolean getSendingEnabled()
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 PutConfigurationSetSendingOptionsRequest withSendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public Boolean isSendingEnabled()
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 String toString()
toString
in class Object
Object.toString()
public PutConfigurationSetSendingOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()