Modifies a volume attribute.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyVolumeAttributeRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyVolumeAttributeRequest()()()() | Initializes a new instance of the ModifyVolumeAttributeRequest class | 
|  | AutoEnableIO | 
            Whether to auto-enable the I/O operations on the volume.
             | 
|  | 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.) | 
|  | IsSetAutoEnableIO()()()() | 
            Checks if AutoEnableIO property is set
             | 
|  | IsSetVolumeId()()()() | 
            Checks if VolumeId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            The volume against which to make the modify call.
             | 
|  | WithAutoEnableIO(Boolean) | Obsolete. 
            Sets whether to auto-enable the I/O operations on the volume.
             | 
|  | WithVolumeId(String) | Obsolete. 
            Sets the volume against which to make the modify call.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ModifyVolumeAttributeRequest | |