Container for the parameters to the DescribeLoadBalancerPolicies operation.
            
Returns detailed descriptions of the policies. If you specify a load balancer name, the action returns the descriptions of all the policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the ELBSample- prefix.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeLoadBalancerPoliciesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeLoadBalancerPoliciesRequest()()()() | Initializes a new instance of the DescribeLoadBalancerPoliciesRequest 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.) | 
|  | LoadBalancerName | 
            The mnemonic name associated with the load balancer. If no name is specified, the operation returns the attributes of either all the sample
            policies pre-defined by Elastic Load Balancing or the specified sample polices.
             
             | 
|  | PolicyNames | 
            The names of load balancer policies you've created or Elastic Load Balancing sample policy names.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
|  | WithPolicyNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
|  | WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeLoadBalancerPoliciesRequest | |