@Generated(value="software.amazon.awssdk:codegen") public final class PutDedicatedIpInPoolRequest extends SesV2Request implements ToCopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>
A request to move a dedicated IP address to a dedicated IP pool.
Modifier and Type | Class and Description |
---|---|
static interface |
PutDedicatedIpInPoolRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PutDedicatedIpInPoolRequest.Builder |
builder() |
String |
destinationPoolName()
The name of the IP pool that you want to add the dedicated IP address to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ip()
The IP address that you want to move to the dedicated IP pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDedicatedIpInPoolRequest.Builder> |
serializableBuilderClass() |
PutDedicatedIpInPoolRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String ip()
The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Web Services account.
public final String destinationPoolName()
The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.
public PutDedicatedIpInPoolRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>
toBuilder
in class SesV2Request
public static PutDedicatedIpInPoolRequest.Builder builder()
public static Class<? extends PutDedicatedIpInPoolRequest.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.