@Generated(value="software.amazon.awssdk:codegen") public final class PutAccountDedicatedIpWarmupAttributesRequest extends PinpointEmailRequest implements ToCopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
A request to enable or disable the automatic IP address warm-up feature.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
Pinpoint account in the current AWS Region.
|
static PutAccountDedicatedIpWarmupAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutAccountDedicatedIpWarmupAttributesRequest.Builder> |
serializableBuilderClass() |
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoWarmupEnabled()
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon
Pinpoint account in the current AWS 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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>toBuilder in class PinpointEmailRequestpublic static PutAccountDedicatedIpWarmupAttributesRequest.Builder builder()
public static Class<? extends PutAccountDedicatedIpWarmupAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.