Container for the parameters to the CreateLoadBalancerListeners operation.
            
Creates one or more listeners on a load balancer for the specified port. If a listener with the given port does not already exist, it will be created; otherwise, the properties of the new listener must match the properties of the existing listener.
For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide .
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateLoadBalancerListenersRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateLoadBalancerListenersRequest()()()() | 
            Default constructor for a new CreateLoadBalancerListenersRequest object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | CreateLoadBalancerListenersRequest(String, List<(Of <<'(Listener>)>>)) | 
            Constructs a new CreateLoadBalancerListenersRequest 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.) | 
|  | Listeners | 
            A list of LoadBalancerPort, InstancePort, Protocol, and SSLCertificateId items.
             
             | 
|  | LoadBalancerName | 
            The name of the load balancer.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithListeners(array<Listener>[]()[][]) | Obsolete. 
            Adds elements to the Listeners collection
             | 
|  | WithListeners(IEnumerable<(Of <<'(Listener>)>>)) | Obsolete. 
            Adds elements to the Listeners collection
             | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateLoadBalancerListenersRequest | |