@Generated(value="software.amazon.awssdk:codegen") public final class PutDedicatedIpWarmupAttributesRequest extends SesV2Request implements ToCopyableBuilder<PutDedicatedIpWarmupAttributesRequest.Builder,PutDedicatedIpWarmupAttributesRequest>
A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
Modifier and Type | Class and Description |
---|---|
static interface |
PutDedicatedIpWarmupAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PutDedicatedIpWarmupAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ip()
The dedicated IP address that you want to update the warm-up attributes for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDedicatedIpWarmupAttributesRequest.Builder> |
serializableBuilderClass() |
PutDedicatedIpWarmupAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
warmupPercentage()
The warm-up percentage that you want to associate with the dedicated IP address.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String ip()
The dedicated IP address that you want to update the warm-up attributes for.
public final Integer warmupPercentage()
The warm-up percentage that you want to associate with the dedicated IP address.
public PutDedicatedIpWarmupAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutDedicatedIpWarmupAttributesRequest.Builder,PutDedicatedIpWarmupAttributesRequest>
toBuilder
in class SesV2Request
public static PutDedicatedIpWarmupAttributesRequest.Builder builder()
public static Class<? extends PutDedicatedIpWarmupAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.