Inherits from EC2Response : AmazonServiceResponse : NSObject
Declared in EC2AllocateAddressResponse.h

Overview

Allocate Address Response

Tasks

  • – setException:

    If an exception was thrown, this will return the exception.

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   publicIp

    IP address for use with your account.

    property
  •   domain

    The value of the Domain property for this object.

    Constraints:
    Allowed Values: vpc, standard

    property
  •   allocationId

    The value of the AllocationId property for this object.

    property
  • – description

    Returns 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 *allocationId

Discussion

The value of the AllocationId property for this object.

Declared In

EC2AllocateAddressResponse.h

domain

The value of the Domain property for this object.

Constraints:
Allowed Values: vpc, standard

@property (nonatomic, retain) NSString *domain

Discussion

The value of the Domain property for this object.

Constraints:
Allowed Values: vpc, standard

Declared In

EC2AllocateAddressResponse.h

publicIp

IP address for use with your account.

@property (nonatomic, retain) NSString *publicIp

Discussion

IP address for use with your account.

Declared In

EC2AllocateAddressResponse.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

EC2AllocateAddressResponse.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

EC2AllocateAddressResponse.h

setException:

If an exception was thrown, this will return the exception.

- (void)setException:(AmazonServiceException *)theException

Discussion

If an exception was thrown, this will return the exception.

Declared In

AmazonServiceResponse.h