EC2AllocateAddressResponse Class Reference
| Inherits from | EC2Response : AmazonServiceResponse : NSObject |
| Declared in | EC2AllocateAddressResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
publicIpIP address for use with your account.
property -
domainThe value of the Domain property for this object.
Constraints:
property
Allowed Values: vpc, standard -
allocationIdThe value of the AllocationId property for this object.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
allocationId
The value of the AllocationId property for this object.
@property (nonatomic, retain) NSString *allocationIdDiscussion
The value of the AllocationId property for this object.
Declared In
EC2AllocateAddressResponse.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
EC2AllocateAddressResponse.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2AllocateAddressResponse.h