Container for the parameters to the DeleteLoadBalancerPolicy operation.
            
Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteLoadBalancerPolicyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteLoadBalancerPolicyRequest()()()() | 
            Default constructor for a new DeleteLoadBalancerPolicyRequest object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | DeleteLoadBalancerPolicyRequest(String, String) | 
            Constructs a new DeleteLoadBalancerPolicyRequest 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.
             
             | 
|  | PolicyName | 
            The mnemonic name for the policy being deleted.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
|  | WithPolicyName(String) | Obsolete. 
            Sets the PolicyName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteLoadBalancerPolicyRequest | |