コード例 #1
0
 /**
  * The stages' API identifiers.
  *
  * @param restApiId The stages' API identifiers.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public GetStagesRequest withRestApiId(String restApiId) {
   setRestApiId(restApiId);
   return this;
 }