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
 String getPublicIp()
          IP address for use with your account.
 void setPublicIp(String publicIp)
          IP address for use with your account.
 String toString()
           
 AllocateAddressResult withPublicIp(String publicIp)
          IP address for use with your account.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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.

toString

public String toString()
Overrides:
toString in class Object


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