com.amazonaws.services.ec2.model
Class AllocateAddressResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.AllocateAddressResult

public class AllocateAddressResult
extends Object

Result returned from allocating an Elastic IP.


Constructor Summary
AllocateAddressResult()
           
 
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 getPublicIp()
          IP address for use with your account.
 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 setPublicIp(String publicIp)
          IP address for use with your account.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AllocateAddressResult withAllocationId(String allocationId)
          Sets the value of the AllocationId property for this object.
 AllocateAddressResult withDomain(DomainType domain)
          Sets the value of the Domain property for this object.
 AllocateAddressResult withDomain(String domain)
          Sets the value of the Domain property for this object.
 AllocateAddressResult withPublicIp(String publicIp)
          IP address for use with your account.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllocateAddressResult

public AllocateAddressResult()
Method Detail

getPublicIp

public String getPublicIp()
IP address for use with your account.

Returns:
IP address for use with your account.

setPublicIp

public void setPublicIp(String publicIp)
IP address for use with your account.

Parameters:
publicIp - IP address for use with your account.

withPublicIp

public AllocateAddressResult withPublicIp(String publicIp)
IP address for use with your account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
publicIp - IP address for use with your account.
Returns:
A reference to this updated object so that method calls can be chained together.

getDomain

public String getDomain()
Returns the value of the Domain property for this object.

Constraints:
Allowed Values: vpc, standard

Returns:
The value of the Domain property for this object.
See Also:
DomainType

setDomain

public void setDomain(String domain)
Sets the value of the Domain property for this object.

Constraints:
Allowed Values: vpc, standard

Parameters:
domain - The new value for the Domain property for this object.
See Also:
DomainType

withDomain

public AllocateAddressResult withDomain(String domain)
Sets the value of the Domain property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: vpc, standard

Parameters:
domain - The new value for the Domain property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
DomainType

setDomain

public void setDomain(DomainType domain)
Sets the value of the Domain property for this object.

Constraints:
Allowed Values: vpc, standard

Parameters:
domain - The new value for the Domain property for this object.
See Also:
DomainType

withDomain

public AllocateAddressResult withDomain(DomainType domain)
Sets the value of the Domain property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: vpc, standard

Parameters:
domain - The new value for the Domain property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
DomainType

getAllocationId

public String getAllocationId()
Returns the value of the AllocationId property for this object.

Returns:
The value of the AllocationId property for this object.

setAllocationId

public void setAllocationId(String allocationId)
Sets the value of the AllocationId property for this object.

Parameters:
allocationId - The new value for the AllocationId property for this object.

withAllocationId

public AllocateAddressResult withAllocationId(String allocationId)
Sets the value of the AllocationId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
allocationId - The new value for the AllocationId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.