EC2ReportInstanceStatusRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | EC2ReportInstanceStatusRequest.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
instancesThe value of the Instances property for this object.
property -
statusThe value of the Status property for this object.
property -
startTimeThe value of the StartTime property for this object.
property -
endTimeThe value of the EndTime property for this object.
property -
reasonCodesThe value of the ReasonCodes property for this object.
property -
descriptionValueThe 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.
-
– descriptionReturns 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 *descriptionValueDiscussion
The value of the Description property for this object.
Declared In
EC2ReportInstanceStatusRequest.hendTime
The value of the EndTime property for this object.
@property (nonatomic, retain) NSDate *endTimeDiscussion
The value of the EndTime property for this object.
Declared In
EC2ReportInstanceStatusRequest.hinstances
The value of the Instances property for this object.
@property (nonatomic, retain) NSMutableArray *instancesDiscussion
The value of the Instances property for this object.
Declared In
EC2ReportInstanceStatusRequest.hreasonCodes
The value of the ReasonCodes property for this object.
@property (nonatomic, retain) NSMutableArray *reasonCodesDiscussion
The value of the ReasonCodes property for this object.
Declared In
EC2ReportInstanceStatusRequest.hInstance Methods
addInstance:
Adds a single object to instances. This function will alloc and init instances if not already done.
- (void)addInstance:(NSString *)instanceObjectDiscussion
Adds a single object to instances. This function will alloc and init instances if not already done.
Declared In
EC2ReportInstanceStatusRequest.haddReasonCode:
Adds a single object to reasonCodes. This function will alloc and init reasonCodes if not already done.
- (void)addReasonCode:(NSString *)reasonCodeObjectDiscussion
Adds a single object to reasonCodes. This function will alloc and init reasonCodes if not already done.
Declared In
EC2ReportInstanceStatusRequest.hdescription
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
EC2ReportInstanceStatusRequest.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
EC2ReportInstanceStatusRequest.h