@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDedicatedIpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to obtain more information about a dedicated IP address.
NOOP
Constructor and Description |
---|
GetDedicatedIpRequest() |
Modifier and Type | Method and Description |
---|---|
GetDedicatedIpRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIp()
The IP address that you want to obtain more information about.
|
int |
hashCode() |
void |
setIp(String ip)
The IP address that you want to obtain more information about.
|
String |
toString()
Returns a string representation of this object.
|
GetDedicatedIpRequest |
withIp(String ip)
The IP address that you want to obtain more information about.
|
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 setIp(String ip)
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.
ip
- The IP address that you want to obtain more information about. The value you specify has to be a dedicated
IP address that's assocaited with your Amazon Pinpoint account.public String getIp()
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.
public GetDedicatedIpRequest withIp(String ip)
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.
ip
- The IP address that you want to obtain more information about. The value you specify has to be a dedicated
IP address that's assocaited with your Amazon Pinpoint account.public String toString()
toString
in class Object
Object.toString()
public GetDedicatedIpRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()