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 .
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.