Inherits from AmazonServiceRequestConfig : NSObject
Declared in ElasticLoadBalancingDescribeLoadBalancersRequest.h

Overview

Describe Load Balancers Request

Tasks

  •   loadBalancerNames

    A list of names associated with the LoadBalancers at creation time.

    property
  •   marker

    An optional parameter reserved for future use.

    property
  • – init

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

  • – initWithLoadBalancerNames:

    Constructs a new DescribeLoadBalancersRequest object. Callers should use properties to initialize any additional object members.

  • – addLoadBalancerName:

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

  • – description

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

Properties

loadBalancerNames

A list of names associated with the LoadBalancers at creation time.

@property (nonatomic, retain) NSMutableArray *loadBalancerNames

Discussion

A list of names associated with the LoadBalancers at creation time.

Declared In

ElasticLoadBalancingDescribeLoadBalancersRequest.h

marker

An optional parameter reserved for future use.

@property (nonatomic, retain) NSString *marker

Discussion

An optional parameter reserved for future use.

Declared In

ElasticLoadBalancingDescribeLoadBalancersRequest.h

Instance Methods

addLoadBalancerName:

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

- (void)addLoadBalancerName:(NSString *)loadBalancerNameObject

Discussion

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

Declared In

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

ElasticLoadBalancingDescribeLoadBalancersRequest.h

init

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

- (id)init

Discussion

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

Declared In

ElasticLoadBalancingDescribeLoadBalancersRequest.h

initWithLoadBalancerNames:

Constructs a new DescribeLoadBalancersRequest object. Callers should use properties to initialize any additional object members.

- (id)initWithLoadBalancerNames:(NSMutableArray *)theLoadBalancerNames

Parameters

theLoadBalancerNames

A list of names associated with the LoadBalancers at creation time.

Discussion

Constructs a new DescribeLoadBalancersRequest object. Callers should use properties to initialize any additional object members.

Declared In

ElasticLoadBalancingDescribeLoadBalancersRequest.h