Determines whether a product code is associated with an instance.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ConfirmProductInstanceRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ConfirmProductInstanceRequest()()()() | Initializes a new instance of the ConfirmProductInstanceRequest 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.) | 
|  | InstanceId | 
            The instance to confirm.
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetProductCode()()()() | 
            Checks if ProductCode property is set
             | 
|  | ProductCode | 
            The product code to confirm.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the instance to confirm.
             | 
|  | WithProductCode(String) | Obsolete. 
            Sets the product code to confirm.
             | 
 Remarks
 Remarks
            This action can only be used by the owner of the product code.
            It is useful when a product code owner needs to verify whether another EC2 user�s
            instance is eligible for support.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ConfirmProductInstanceRequest | |