Container for the parameters to the DescribeLoadBalancerPolicyTypes operation.
            
Returns meta-information on the specified load balancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancerPolicy action to instantiate specific policy configurations that will be applied to a load balancer.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeLoadBalancerPolicyTypesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeLoadBalancerPolicyTypesRequest()()()() | Initializes a new instance of the DescribeLoadBalancerPolicyTypesRequest class | 
|  | 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.) | 
|  | PolicyTypeNames | 
            Specifies the name of the policy types. If no names are specified, returns the description of all the policy types defined by Elastic Load
            Balancing service.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithPolicyTypeNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the PolicyTypeNames collection
             | 
|  | WithPolicyTypeNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the PolicyTypeNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeLoadBalancerPolicyTypesRequest | |