Inherits from AmazonServiceRequestConfig : NSObject
Declared in EC2ReportInstanceStatusRequest.h

Overview

Report Instance Status Request

Tasks

  • – init

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

  •   instances

    The value of the Instances property for this object.

    property
  •   status

    The value of the Status property for this object.

    property
  •   startTime

    The value of the StartTime property for this object.

    property
  •   endTime

    The value of the EndTime property for this object.

    property
  •   reasonCodes

    The value of the ReasonCodes property for this object.

    property
  •   descriptionValue

    The value of the Description property for this object.

    property
  • – addInstance:

    Adds a single object to instances. This function will alloc and init instances if not already done.

  • – addReasonCode:

    Adds a single object to reasonCodes. This function will alloc and init reasonCodes if not already done.

  • – description

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

Properties

descriptionValue

The value of the Description property for this object.

@property (nonatomic, retain) NSString *descriptionValue

Discussion

The value of the Description property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

endTime

The value of the EndTime property for this object.

@property (nonatomic, retain) NSDate *endTime

Discussion

The value of the EndTime property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

instances

The value of the Instances property for this object.

@property (nonatomic, retain) NSMutableArray *instances

Discussion

The value of the Instances property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

reasonCodes

The value of the ReasonCodes property for this object.

@property (nonatomic, retain) NSMutableArray *reasonCodes

Discussion

The value of the ReasonCodes property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

startTime

The value of the StartTime property for this object.

@property (nonatomic, retain) NSDate *startTime

Discussion

The value of the StartTime property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

status

The value of the Status property for this object.

@property (nonatomic, retain) NSString *status

Discussion

The value of the Status property for this object.

Declared In

EC2ReportInstanceStatusRequest.h

Instance Methods

addInstance:

Adds a single object to instances. This function will alloc and init instances if not already done.

- (void)addInstance:(NSString *)instanceObject

Discussion

Adds a single object to instances. This function will alloc and init instances if not already done.

Declared In

EC2ReportInstanceStatusRequest.h

addReasonCode:

Adds a single object to reasonCodes. This function will alloc and init reasonCodes if not already done.

- (void)addReasonCode:(NSString *)reasonCodeObject

Discussion

Adds a single object to reasonCodes. This function will alloc and init reasonCodes if not already done.

Declared In

EC2ReportInstanceStatusRequest.h

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

EC2ReportInstanceStatusRequest.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

EC2ReportInstanceStatusRequest.h