/// <summary>
 /// Sets the Snapshot property
 /// </summary>
 /// <param name="snapshot">Snapshot property</param>
 /// <returns>this instance</returns>
 public CreateSnapshotResult WithSnapshot(Snapshot snapshot)
 {
     this.snapshotField = snapshot;
     return this;
 }