AutoScalingDescribeAutoScalingGroupsRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | AutoScalingDescribeAutoScalingGroupsRequest.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
autoScalingGroupNamesA list of Auto Scaling group names.
property -
nextTokenA string that marks the start of the next batch of returned results.
Constraints:
property
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]* -
maxRecordsThe maximum number of records to return.
Constraints:
property
Range: 1 – 50 -
– addAutoScalingGroupName:Adds a single object to autoScalingGroupNames. This function will alloc and init autoScalingGroupNames if not already done.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
autoScalingGroupNames
A list of Auto Scaling group names.
@property (nonatomic, retain) NSMutableArray *autoScalingGroupNamesDiscussion
A list of Auto Scaling group names.
Declared In
AutoScalingDescribeAutoScalingGroupsRequest.hmaxRecords
The maximum number of records to return.
Constraints:
Range: 1 – 50
@property (nonatomic, retain) NSNumber *maxRecordsDiscussion
The maximum number of records to return.
Constraints:
Range: 1 – 50
Declared In
AutoScalingDescribeAutoScalingGroupsRequest.hnextToken
A string that marks the start of the next batch of returned results.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
@property (nonatomic, retain) NSString *nextTokenDiscussion
A string that marks the start of the next batch of returned results.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Declared In
AutoScalingDescribeAutoScalingGroupsRequest.hInstance Methods
addAutoScalingGroupName:
Adds a single object to autoScalingGroupNames. This function will alloc and init autoScalingGroupNames if not already done.
- (void)addAutoScalingGroupName:(NSString *)autoScalingGroupNameObjectDiscussion
Adds a single object to autoScalingGroupNames. This function will alloc and init autoScalingGroupNames if not already done.
Declared In
AutoScalingDescribeAutoScalingGroupsRequest.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
AutoScalingDescribeAutoScalingGroupsRequest.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
AutoScalingDescribeAutoScalingGroupsRequest.h