/// <summary>
 /// Sets the Ebs property
 /// </summary>
 /// <param name="ebs">Ebs property</param>
 /// <returns>this instance</returns>
 public InstanceBlockDeviceMapping WithEbs(InstanceEbsBlockDevice ebs)
 {
     this.ebsField = ebs;
     return(this);
 }
 public InstanceBlockDeviceMapping WithEbs(InstanceEbsBlockDevice ebs)
 {
     this.ebsField = ebs;
     return this;
 }