@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAccountDedicatedIpWarmupAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to enable or disable the automatic IP address warm-up feature.
NOOP
Constructor and Description |
---|
PutAccountDedicatedIpWarmupAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
PutAccountDedicatedIpWarmupAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region.
|
int |
hashCode() |
Boolean |
isAutoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region.
|
void |
setAutoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region.
|
String |
toString()
Returns a string representation of this object.
|
PutAccountDedicatedIpWarmupAttributesRequest |
withAutoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services 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 PutAccountDedicatedIpWarmupAttributesRequest()
public void setAutoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region. Set to true
to enable the automatic warm-up
feature, or set to false
to disable it.
autoWarmupEnabled
- Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your
Amazon SES account in the current Amazon Web Services Region. Set to true
to enable the
automatic warm-up feature, or set to false
to disable it.public Boolean getAutoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region. Set to true
to enable the automatic warm-up
feature, or set to false
to disable it.
true
to enable the
automatic warm-up feature, or set to false
to disable it.public PutAccountDedicatedIpWarmupAttributesRequest withAutoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region. Set to true
to enable the automatic warm-up
feature, or set to false
to disable it.
autoWarmupEnabled
- Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your
Amazon SES account in the current Amazon Web Services Region. Set to true
to enable the
automatic warm-up feature, or set to false
to disable it.public Boolean isAutoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
SES account in the current Amazon Web Services Region. Set to true
to enable the automatic warm-up
feature, or set to false
to disable it.
true
to enable the
automatic warm-up feature, or set to false
to disable it.public String toString()
toString
in class Object
Object.toString()
public PutAccountDedicatedIpWarmupAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()