|
|||||||
| 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
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
String |
getInstanceId()
|
String |
getPublicIp()
|
void |
setInstanceId(String instanceId)
|
void |
setPublicIp(String publicIp)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Address |
withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together. |
Address |
withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - public Address withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId -
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - public Address withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||