/**
  * Sets the number of copies.
  *
  * @param copies The number of copies.
  */
 public void setCopies(@IntRange(from = 1) int copies) {
   mPrototype.mCopies = copies;
 }