|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.AllocateAddressResult
public class AllocateAddressResult
Result returned from allocating an Elastic IP.
Constructor Summary | |
---|---|
AllocateAddressResult()
|
Method Summary | |
---|---|
String |
getPublicIp()
IP address for use with your account. |
void |
setPublicIp(String publicIp)
IP address for use with your account. |
String |
toString()
|
AllocateAddressResult |
withPublicIp(String publicIp)
IP address for use with your account. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllocateAddressResult()
Method Detail |
---|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp
- IP address for use with your account.public AllocateAddressResult withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp
- IP address for use with your account.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |