/// <summary> /// Sets the Attachment property /// </summary> /// <param name="attachment">Attachment property</param> /// <returns>this instance</returns> public AttachVolumeResult WithAttachment(Attachment attachment) { this.attachmentField = attachment; return this; }
/// <summary> /// Sets the Attachment property /// </summary> /// <param name="attachment">Attachment property</param> /// <returns>this instance</returns> public DetachVolumeResult WithAttachment(Attachment attachment) { this.attachmentField = attachment; return(this); }