Modifies a network interface attribute. Only one attribute can be specified per call.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyNetworkInterfaceAttributeRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyNetworkInterfaceAttributeRequest()()()() | Initializes a new instance of the ModifyNetworkInterfaceAttributeRequest class | 
|  | Attachment | 
            Interface attachment.
             | 
|  | Description | 
            The description of the network interface.
             | 
|  | 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.) | 
|  | GroupId | 
            The full set of group IDs to associate with the network interface.
             | 
|  | IsSetAttachment()()()() | 
            Checks if the Attachment property is set
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set
             | 
|  | IsSetGroupId()()()() | 
            Checks if the GroupId property is set
             | 
|  | IsSetNetworkInterfaceId()()()() | 
            Checks if NetworkInterfaceId property is set
             | 
|  | IsSetSourceDestCheck()()()() | 
            Checks if the SourceDestCheck property is set
             | 
|  | NetworkInterfaceId | 
            The ID of the network interface with the attributes that you want to modify.
             | 
|  | SourceDestCheck | 
            Whether source/destination checking is enabled on the instance.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the description of the network interface.
             | 
|  | WithGroupId(array<String>[]()[][]) | Obsolete. 
            Sets the full set of group IDs to associate with the network interface.
             | 
|  | WithModifyNetworkInterfaceAttachment(ModifyNetworkInterfaceAttachment) | Obsolete. 
            Sets the Interface attachment.
             | 
|  | WithNetworkInterfaceId(String) | Obsolete. 
            Sets the ID of the network interface with the attributes that you want to modify.
             | 
|  | WithSourceDestCheck(Boolean) | Obsolete. 
            Sets whether source/destination checking is enabled on the instance.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ModifyNetworkInterfaceAttributeRequest | |