Container for the parameters to the ModifyLoadBalancerAttributes operation.
            
Modifies the attributes of a specified load balancer.
You can modify the load balancer attributes, such as AccessLogs , ConnectionDraining , and CrossZoneLoadBalancing by either enabling or disabling them.
For information on cross-zone load balancing, see Request Routing and for information on connection draining, see Connection Draining in the Concepts section of the Elastic Load Balancer Developer Guide . For information on access logs, see Access Logs .
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyLoadBalancerAttributesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyLoadBalancerAttributesRequest()()()() | Initializes a new instance of the ModifyLoadBalancerAttributesRequest 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.) | 
|  | LoadBalancerAttributes | 
            Attributes of the load balancer.
             
             | 
|  | LoadBalancerName | 
            The name of the load balancer.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLoadBalancerAttributes(LoadBalancerAttributes) | Obsolete. 
            Sets the LoadBalancerAttributes property
             | 
|  | WithLoadBalancerName(String) | Obsolete. 
            Sets the LoadBalancerName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyLoadBalancerAttributesRequest | |