Container for the parameters to the SetLoadBalancerPoliciesOfListener operation.
            
Associates, updates, or disables a policy with a listener on the load balancer. You can associate multiple policies with a listener.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SetLoadBalancerPoliciesOfListenerRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetLoadBalancerPoliciesOfListenerRequest()()()() | 
            Default constructor for a new SetLoadBalancerPoliciesOfListenerRequest object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | SetLoadBalancerPoliciesOfListenerRequest(String, Int32, List<(Of <<'(String>)>>)) | 
            Constructs a new SetLoadBalancerPoliciesOfListenerRequest object.
            Callers should use the properties or fluent setter (With...) methods to
            initialize any additional object members.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LoadBalancerName | 
            The name of the load balancer.
             
             | 
|  | LoadBalancerPort | 
            The external port of the load balancer to associate the policy.
             
             | 
|  | PolicyNames | 
            List of policies to be associated with the listener. If the list is empty, the current policy is removed from the listener.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
|  | WithLoadBalancerPort(Int32) | Obsolete. 
            Sets the LoadBalancerPort property
             | 
|  | WithPolicyNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
|  | WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | SetLoadBalancerPoliciesOfListenerRequest | |