@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>
toBuilder
in class PinpointEmailRequest
public static PutDedicatedIpInPoolRequest.Builder builder()
public static Class<? extends PutDedicatedIpInPoolRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.