public class DisassociateElasticIpRequest extends AmazonWebServiceRequest implements Serializable
DisassociateElasticIp operation.
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management .
Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP| Constructor and Description |
|---|
DisassociateElasticIpRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getElasticIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The Elastic IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateElasticIpRequest |
withElasticIp(String elasticIp)
The Elastic IP address.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getElasticIp()
public void setElasticIp(String elasticIp)
elasticIp - The Elastic IP address.public DisassociateElasticIpRequest withElasticIp(String elasticIp)
Returns a reference to this object so that method calls can be chained together.
elasticIp - The Elastic IP address.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.