示例#1
0
 /// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetMyPriceForASINRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return(this);
 }
 /// <summary>
 /// Sets the ASINList property.
 /// </summary>
 /// <param name="asinList">ASINList property.</param>
 /// <returns>this instance.</returns>
 public GetLowestOfferListingsForASINRequest WithASINList(ASINListType asinList)
 {
     this._asinList = asinList;
     return(this);
 }