@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDedicatedIpPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to create a new dedicated IP pool.
NOOP
Constructor and Description |
---|
CreateDedicatedIpPoolRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDedicatedIpPoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPoolName()
The name of the dedicated IP pool.
|
int |
hashCode() |
void |
setPoolName(String poolName)
The name of the dedicated IP pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateDedicatedIpPoolRequest |
withPoolName(String poolName)
The name of 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, withSdkRequestTimeout
public void setPoolName(String poolName)
The name of the dedicated IP pool.
poolName
- The name of the dedicated IP pool.public String getPoolName()
The name of the dedicated IP pool.
public CreateDedicatedIpPoolRequest withPoolName(String poolName)
The name of the dedicated IP pool.
poolName
- The name of the dedicated IP pool.public String toString()
toString
in class Object
Object.toString()
public CreateDedicatedIpPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.