|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DisassociateAddressRequest
public class DisassociateAddressRequest
A request to disassociate an elastic IP address from the instance to which it is assigned.
This is an idempotent operation. If you enter it more than once, Amazon EC2 will not return an error.
Constructor Summary | |
---|---|
DisassociateAddressRequest()
|
Method Summary | |
---|---|
String |
getPublicIp()
The elastic IP address that you are disassociating from the instance. |
void |
setPublicIp(String publicIp)
The elastic IP address that you are disassociating from the instance. |
String |
toString()
|
DisassociateAddressRequest |
withPublicIp(String publicIp)
The elastic IP address that you are disassociating from the instance. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisassociateAddressRequest()
Method Detail |
---|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp
- The elastic IP address that you are disassociating from the instance.public DisassociateAddressRequest withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp
- The elastic IP address that you are disassociating from the instance.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |