@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationSetReputationMetricsEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to modify the reputation metric publishing settings for a configuration set.
NOOP
Constructor and Description |
---|
UpdateConfigurationSetReputationMetricsEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetReputationMetricsEnabledRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set to update.
|
Boolean |
getEnabled()
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and
complaint rates, to Amazon CloudWatch.
|
int |
hashCode() |
Boolean |
isEnabled()
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and
complaint rates, to Amazon CloudWatch.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
|
void |
setEnabled(Boolean enabled)
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and
complaint rates, to Amazon CloudWatch.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationSetReputationMetricsEnabledRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set to update.
|
UpdateConfigurationSetReputationMetricsEnabledRequest |
withEnabled(Boolean enabled)
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and
complaint rates, to Amazon CloudWatch.
|
addHandlerContext, copyBaseTo, 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 UpdateConfigurationSetReputationMetricsEnabledRequest()
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 UpdateConfigurationSetReputationMetricsEnabledRequest 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 or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
enabled
- Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce
and complaint rates, to Amazon CloudWatch.public Boolean getEnabled()
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public UpdateConfigurationSetReputationMetricsEnabledRequest withEnabled(Boolean enabled)
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
enabled
- Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce
and complaint rates, to Amazon CloudWatch.public Boolean isEnabled()
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationSetReputationMetricsEnabledRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.