/// <summary>
 /// Sets the License property
 /// </summary>
 /// <param name="license">Specifies active licenses in use and attached
 /// to an Amazon EC2 instance.</param>
 /// <returns>this instance</returns>
 public RunInstancesRequest WithLicense(InstanceLicenseSpecification license)
 {
     this.licenseField = license;
     return(this);
 }
 /// <summary>
 /// Sets the License property
 /// </summary>
 /// <param name="license">Specifies active licenses in use and attached
 /// to an Amazon EC2 instance.</param>
 /// <returns>this instance</returns>
 public RunInstancesRequest WithLicense(InstanceLicenseSpecification license)
 {
     this.licenseField = license;
     return this;
 }