|
Did this page help you?Yes No Tell us about it... |
||||||
| 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(java.lang.Object obj)
|
java.lang.String |
getAllocationId()
Returns the value of the AllocationId property for this object. |
java.lang.String |
getAssociationId()
Returns the value of the AssociationId property for this object. |
java.lang.String |
getDomain()
Returns the value of the Domain property for this object. |
java.lang.String |
getInstanceId()
|
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
java.lang.String |
getNetworkInterfaceOwnerId()
Returns the value of the NetworkInterfaceOwnerId property for this object. |
java.lang.String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object. |
java.lang.String |
getPublicIp()
|
int |
hashCode()
|
void |
setAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object. |
void |
setAssociationId(java.lang.String associationId)
Sets the value of the AssociationId property for this object. |
void |
setDomain(DomainType domain)
Sets the value of the Domain property for this object. |
void |
setDomain(java.lang.String domain)
Sets the value of the Domain property for this object. |
void |
setInstanceId(java.lang.String instanceId)
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
void |
setNetworkInterfaceOwnerId(java.lang.String networkInterfaceOwnerId)
Sets the value of the NetworkInterfaceOwnerId property for this object. |
void |
setPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
void |
setPublicIp(java.lang.String publicIp)
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Address |
withAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object. |
Address |
withAssociationId(java.lang.String associationId)
Sets the value of the AssociationId property for this object. |
Address |
withDomain(DomainType domain)
Sets the value of the Domain property for this object. |
Address |
withDomain(java.lang.String domain)
Sets the value of the Domain property for this object. |
Address |
withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together. |
Address |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
Address |
withNetworkInterfaceOwnerId(java.lang.String networkInterfaceOwnerId)
Sets the value of the NetworkInterfaceOwnerId property for this object. |
Address |
withPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
Address |
withPublicIp(java.lang.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 java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - public Address withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId -
public java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp - public Address withPublicIp(java.lang.String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp -
public java.lang.String getAllocationId()
public void setAllocationId(java.lang.String allocationId)
allocationId - The new value for the AllocationId property for this object.public Address withAllocationId(java.lang.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 java.lang.String getAssociationId()
public void setAssociationId(java.lang.String associationId)
associationId - The new value for the AssociationId property for this object.public Address withAssociationId(java.lang.String associationId)
Returns a reference to this object so that method calls can be chained together.
associationId - The new value for the AssociationId property for this object.
public java.lang.String getDomain()
Constraints:
Allowed Values: vpc, standard
DomainTypepublic void setDomain(java.lang.String domain)
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic Address withDomain(java.lang.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.
DomainTypepublic void setDomain(DomainType domain)
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic 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.
DomainTypepublic java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public Address withNetworkInterfaceId(java.lang.String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.
public java.lang.String getNetworkInterfaceOwnerId()
public void setNetworkInterfaceOwnerId(java.lang.String networkInterfaceOwnerId)
networkInterfaceOwnerId - The new value for the NetworkInterfaceOwnerId property for this
object.public Address withNetworkInterfaceOwnerId(java.lang.String networkInterfaceOwnerId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceOwnerId - The new value for the NetworkInterfaceOwnerId property for this
object.
public java.lang.String getPrivateIpAddress()
public void setPrivateIpAddress(java.lang.String privateIpAddress)
privateIpAddress - The new value for the PrivateIpAddress property for this object.public Address withPrivateIpAddress(java.lang.String privateIpAddress)
Returns a reference to this object so that method calls can be chained together.
privateIpAddress - The new value for the PrivateIpAddress property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||