Constructs a new SetLoadBalancerPoliciesOfListenerRequest object.
            Callers should use the properties or fluent setter (With...) methods to
            initialize any additional object members.
            

 Declaration Syntax
public SetLoadBalancerPoliciesOfListenerRequest(
	string loadBalancerName,
	int loadBalancerPort,
	List<string> policyNames
)

 Parameters
- loadBalancerName (String)
-  The name of the load balancer. 
- loadBalancerPort (Int32)
-  The external port of the load balancer to associate the policy. 
- policyNames (List<(Of <(<'String>)>)>)
-  List of policies to be associated with the listener. If the list is empty, the current policy is removed from the
            listener. 
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)