Class PutDedicatedIpInPoolRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpointemail.model.PinpointEmailRequest
-
- software.amazon.awssdk.services.pinpointemail.model.PutDedicatedIpInPoolRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>
@Generated("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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutDedicatedIpInPoolRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutDedicatedIpInPoolRequest.Builderbuilder()StringdestinationPoolName()The name of the IP pool that you want to add the dedicated IP address to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringip()The IP address that you want to move to the dedicated IP pool.List<SdkField<?>>sdkFields()static Class<? extends PutDedicatedIpInPoolRequest.Builder>serializableBuilderClass()PutDedicatedIpInPoolRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ip
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 Pinpoint account.
- Returns:
- 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.
-
destinationPoolName
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.
- Returns:
- 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.
-
toBuilder
public PutDedicatedIpInPoolRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>- Specified by:
toBuilderin classPinpointEmailRequest
-
builder
public static PutDedicatedIpInPoolRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutDedicatedIpInPoolRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-