@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationSetSendingEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to enable or disable the email sending capabilities for a specific configuration set.
NOOP
Constructor and Description |
---|
UpdateConfigurationSetSendingEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetSendingEnabledRequest |
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 update.
|
Boolean |
getEnabled()
Describes whether email sending is enabled or disabled for the configuration set.
|
int |
hashCode() |
Boolean |
isEnabled()
Describes whether email sending is enabled or disabled for the configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
|
void |
setEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationSetSendingEnabledRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
|
UpdateConfigurationSetSendingEnabledRequest |
withEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled 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 UpdateConfigurationSetSendingEnabledRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
configurationSetName
- The name of the configuration set to update.public String getConfigurationSetName()
The name of the configuration set to update.
public UpdateConfigurationSetSendingEnabledRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
configurationSetName
- The name of the configuration set to update.public void setEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for the configuration set.
enabled
- Describes whether email sending is enabled or disabled for the configuration set.public Boolean getEnabled()
Describes whether email sending is enabled or disabled for the configuration set.
public UpdateConfigurationSetSendingEnabledRequest withEnabled(Boolean enabled)
Describes whether email sending is enabled or disabled for the configuration set.
enabled
- Describes whether email sending is enabled or disabled for the configuration set.public Boolean isEnabled()
Describes whether email sending is enabled or disabled for the configuration set.
public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationSetSendingEnabledRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()