@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getElasticIp()
The IP address for which you want to update the name.
|
String |
getName()
The new name, which can be a maximum of 32 characters.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The IP address for which you want to update the name.
|
void |
setName(String name)
The new name, which can be a maximum of 32 characters.
|
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, which can be a maximum of 32 characters.
|
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 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, which can be a maximum of 32 characters.
name
- The new name, which can be a maximum of 32 characters.public String getName()
The new name, which can be a maximum of 32 characters.
public UpdateElasticIpRequest withName(String name)
The new name, which can be a maximum of 32 characters.
name
- The new name, which can be a maximum of 32 characters.public String toString()
toString
in class Object
Object.toString()
public UpdateElasticIpRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()