@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateElasticIpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateElasticIpRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateElasticIpRequest |
clone() |
boolean |
equals(Object obj) |
String |
getElasticIp()
The IP address for which you want to update the name.
|
String |
getName()
The new name.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The IP address for which you want to update the name.
|
void |
setName(String name)
The new name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateElasticIpRequest |
withElasticIp(String elasticIp)
The IP address for which you want to update the name.
|
UpdateElasticIpRequest |
withName(String name)
The new name.
|
addHandlerContext, copyBaseTo, 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 setElasticIp(String elasticIp)
The IP address for which you want to update the name.
elasticIp - The IP address for which you want to update the name.public String getElasticIp()
The IP address for which you want to update the name.
public UpdateElasticIpRequest withElasticIp(String elasticIp)
The IP address for which you want to update the name.
elasticIp - The IP address for which you want to update the name.public void setName(String name)
The new name.
name - The new name.public String getName()
The new name.
public UpdateElasticIpRequest withName(String name)
The new name.
name - The new name.public String toString()
toString in class ObjectObject.toString()public UpdateElasticIpRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.