AWS SDK for .NET Documentation
ConfirmProductInstanceRequest Class
AmazonAmazon.EC2.ModelConfirmProductInstanceRequest Did this page help you?   Yes   No    Tell us about it...
Determines whether a product code is associated with an instance.
Declaration Syntax
C#
public class ConfirmProductInstanceRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConfirmProductInstanceRequest()()()()
Initializes a new instance of the ConfirmProductInstanceRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
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
Object
EC2Request
 ConfirmProductInstanceRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)