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