/**
  * The stages' deployment identifiers.
  *
  * @param deploymentId The stages' deployment identifiers.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public GetStagesRequest withDeploymentId(String deploymentId) {
   setDeploymentId(deploymentId);
   return this;
 }