public RequestSpotInstancesRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification) { this.launchSpecificationField = launchSpecification; return this; }
public SpotInstanceRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification) { this.launchSpecificationField = launchSpecification; return(this); }