Inherits from AmazonServiceRequestConfig : NSObject
Declared in ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h

Overview

Set Load Balancer Policies For Backend Server Request

Tasks

  • – init

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

  •   loadBalancerName

    The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

    property
  •   instancePort

    The port number associated with the back-end server.

    property
  •   policyNames

    List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.

    property
  • – addPolicyName:

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

  • – description

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

Properties

instancePort

The port number associated with the back-end server.

@property (nonatomic, retain) NSNumber *instancePort

Discussion

The port number associated with the back-end server.

Declared In

ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h

loadBalancerName

The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

@property (nonatomic, retain) NSString *loadBalancerName

Discussion

The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

Declared In

ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h

policyNames

List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.

@property (nonatomic, retain) NSMutableArray *policyNames

Discussion

List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.

Declared In

ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h

Instance Methods

addPolicyName:

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

- (void)addPolicyName:(NSString *)policyNameObject

Discussion

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

Declared In

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

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

ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h