Inherits from AmazonServiceRequestConfig : NSObject
Declared in AutoScalingDescribeAutoScalingGroupsRequest.h

Overview

Describe Auto Scaling Groups Request

Tasks

  • – init

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

  •   autoScalingGroupNames

    A list of Auto Scaling group names.

    property
  •   nextToken

    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
  •   maxRecords

    The maximum number of records to return.

    Constraints:
    Range: 1 – 50

    property
  • – addAutoScalingGroupName:

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

  • – description

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

Properties

autoScalingGroupNames

A list of Auto Scaling group names.

@property (nonatomic, retain) NSMutableArray *autoScalingGroupNames

Discussion

A list of Auto Scaling group names.

Declared In

AutoScalingDescribeAutoScalingGroupsRequest.h

maxRecords

The maximum number of records to return.

Constraints:
Range: 1 – 50

@property (nonatomic, retain) NSNumber *maxRecords

Discussion

The maximum number of records to return.

Constraints:
Range: 1 – 50

Declared In

AutoScalingDescribeAutoScalingGroupsRequest.h

nextToken

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 *nextToken

Discussion

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

Instance Methods

addAutoScalingGroupName:

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

- (void)addAutoScalingGroupName:(NSString *)autoScalingGroupNameObject

Discussion

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

Declared In

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

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

AutoScalingDescribeAutoScalingGroupsRequest.h