@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDedicatedIpInPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to move a dedicated IP address to a dedicated IP pool.
NOOP| Constructor and Description |
|---|
PutDedicatedIpInPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutDedicatedIpInPoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationPoolName()
The name of the IP pool that you want to add the dedicated IP address to.
|
String |
getIp()
The IP address that you want to move to the dedicated IP pool.
|
int |
hashCode() |
void |
setDestinationPoolName(String destinationPoolName)
The name of the IP pool that you want to add the dedicated IP address to.
|
void |
setIp(String ip)
The IP address that you want to move to the dedicated IP pool.
|
String |
toString()
Returns a string representation of this object.
|
PutDedicatedIpInPoolRequest |
withDestinationPoolName(String destinationPoolName)
The name of the IP pool that you want to add the dedicated IP address to.
|
PutDedicatedIpInPoolRequest |
withIp(String ip)
The IP address that you want to move to the dedicated IP pool.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIp(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.
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 getIp()
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 PutDedicatedIpInPoolRequest withIp(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.
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 void setDestinationPoolName(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.
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 String getDestinationPoolName()
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 withDestinationPoolName(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.
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 String toString()
toString in class ObjectObject.toString()public PutDedicatedIpInPoolRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()