|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Address
public class Address
Address
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
String |
getPublicIp()
Returns the value of the PublicIp property for this object. |
void |
setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setPublicIp(String publicIp)
Sets the value of the PublicIp property for this object. |
Address |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
Address |
withPublicIp(String publicIp)
Sets the value of the PublicIp property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public Address withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - The new value for the PublicIp property for this object.public Address withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The new value for the PublicIp property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||