com.amazonaws.services.ec2.model
Class AllocateAddressRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.AllocateAddressRequest
public class AllocateAddressRequest
- extends AmazonWebServiceRequest
Container for the parameters to the AllocateAddress operation
.
The AllocateAddress operation acquires an elastic IP address for use
with your account.
- See Also:
AmazonEC2.allocateAddress(AllocateAddressRequest)
Method Summary |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging. |
AllocateAddressRequest
public AllocateAddressRequest()
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()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.