|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
String |
getAllocationId()
Returns the value of the AllocationId property for this object. |
String |
getDomain()
Returns the value of the Domain property for this object. |
String |
getInstanceId()
|
String |
getPublicIp()
|
int |
hashCode()
|
void |
setAllocationId(String allocationId)
Sets the value of the AllocationId property for this object. |
void |
setDomain(DomainType domain)
Sets the value of the Domain property for this object. |
void |
setDomain(String domain)
Sets the value of the Domain property for this object. |
void |
setInstanceId(String instanceId)
|
void |
setPublicIp(String publicIp)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Address |
withAllocationId(String allocationId)
Sets the value of the AllocationId property for this object. |
Address |
withDomain(DomainType domain)
Sets the value of the Domain property for this object. |
Address |
withDomain(String domain)
Sets the value of the Domain property for this object. |
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 |
---|
getClass, 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 getAllocationId()
public void setAllocationId(String allocationId)
allocationId
- The new value for the AllocationId property for this object.public Address withAllocationId(String allocationId)
Returns a reference to this object so that method calls can be chained together.
allocationId
- The new value for the AllocationId property for this object.
public String getDomain()
Constraints:
Allowed Values: vpc, standard
DomainType
public void setDomain(String domain)
Constraints:
Allowed Values: vpc, standard
domain
- The new value for the Domain property for this object.DomainType
public Address withDomain(String domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain
- The new value for the Domain property for this object.
DomainType
public void setDomain(DomainType domain)
Constraints:
Allowed Values: vpc, standard
domain
- The new value for the Domain property for this object.DomainType
public Address withDomain(DomainType domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain
- The new value for the Domain property for this object.
DomainType
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |