ElasticLoadBalancingDescribeLoadBalancersRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | ElasticLoadBalancingDescribeLoadBalancersRequest.h |
Tasks
-
loadBalancerNamesA list of names associated with the LoadBalancers at creation time.
property -
markerAn optional parameter reserved for future use.
property -
– initDefault 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.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
Instance Methods
addLoadBalancerName:
Adds a single object to loadBalancerNames. This function will alloc and init loadBalancerNames if not already done.
- (void)addLoadBalancerName:(NSString *)loadBalancerNameObjectDiscussion
Adds a single object to loadBalancerNames. This function will alloc and init loadBalancerNames if not already done.
Declared In
ElasticLoadBalancingDescribeLoadBalancersRequest.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
ElasticLoadBalancingDescribeLoadBalancersRequest.hinit
Default constructor for a new DescribeLoadBalancersRequest object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new DescribeLoadBalancersRequest object. Callers should use the property methods to initialize this object after creating it.
Declared In
ElasticLoadBalancingDescribeLoadBalancersRequest.hinitWithLoadBalancerNames:
Constructs a new DescribeLoadBalancersRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithLoadBalancerNames:(NSMutableArray *)theLoadBalancerNamesParameters
- 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