Container for the parameters to the DeleteLoadBalancerListeners operation.
            
Deletes listeners from the load balancer for the specified port.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteLoadBalancerListenersRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteLoadBalancerListenersRequest()()()() | 
            Default constructor for a new DeleteLoadBalancerListenersRequest object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | DeleteLoadBalancerListenersRequest(String, List<(Of <<'(Int32>)>>)) | 
            Constructs a new DeleteLoadBalancerListenersRequest 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 mnemonic name associated with the load balancer.
             
             | 
|  | LoadBalancerPorts | 
            The client port number(s) of the load balancer listener(s) to be removed.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
|  | WithLoadBalancerPorts(array<Int32>[]()[][]) | Obsolete. 
            Adds elements to the LoadBalancerPorts collection
             | 
|  | WithLoadBalancerPorts(IEnumerable<(Of <<'(Int32>)>>)) | Obsolete. 
            Adds elements to the LoadBalancerPorts collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteLoadBalancerListenersRequest | |