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 associated with the LoadBalancer. The name must be unique within the client AWS account.
- loadBalancerPort (Int32)
- The external port of the LoadBalancer with which this policy applies to.
- policyNames (List<(Of <(<'String>)>)>)
- List of policies to be associated with the listener. Currently this list can have at most one policy. If the list
is empty, the current policy is removed from the listener.
Assembly:
AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)