@Generated(value="software.amazon.awssdk:codegen") public final class PutDedicatedIpInPoolRequest extends PinpointEmailRequest 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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Pinpoint 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 PinpointEmailRequestpublic static PutDedicatedIpInPoolRequest.Builder builder()
public static Class<? extends PutDedicatedIpInPoolRequest.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 © 2023. All rights reserved.