Activates a license.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ActivateLicenseRequest
Public Class ActivateLicenseRequest
public ref class ActivateLicenseRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ActivateLicenseRequest()()()()
Initializes a new instance of the ActivateLicenseRequest class
Capacity
Gets and sets the Capacity property. Specifies the additional number of licenses to activate.
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.)
IsSetCapacity()()()()
Checks if Capacity property is set
IsSetLicenseId()()()()
Checks if LicenseId property is set
LicenseId
Gets and sets the LicenseId property. Specifies the ID for the specific license to activate against.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCapacity(Decimal)
Sets the Capacity property
WithLicenseId(String)
Sets the LicenseId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..ActivateLicenseRequest

See Also