Наследование: MWSClientCsRuntime.AbstractMwsObject
Пример #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getLowestOfferListingsForASINResult = reader.ReadList <GetLowestOfferListingsForASINResult>("GetLowestOfferListingsForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetMatchingProductForIdResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property</param>
 /// <returns>this instance</returns>
 public GetMyPriceForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this.responseMetadataField = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _listMatchingProductsResult = reader.Read<ListMatchingProductsResult>("ListMatchingProductsResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getMyPriceForSKUResult = reader.ReadList<GetMyPriceForSKUResult>("GetMyPriceForSKUResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetProductCategoriesForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetLowestOfferListingsForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetCompetitivePricingForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getProductCategoriesForASINResult = reader.Read <GetProductCategoriesForASINResult>("GetProductCategoriesForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetProductCategoriesForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public ListMatchingProductsResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _listMatchingProductsResult = reader.Read <ListMatchingProductsResult>("ListMatchingProductsResult");
     _responseMetadata           = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
Пример #13
0
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetLowestOfferListingsForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return(this);
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property</param>
 /// <returns>this instance</returns>
 public GetMatchingProductResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this.responseMetadataField = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getCompetitivePricingForASINResult = reader.ReadList<GetCompetitivePricingForASINResult>("GetCompetitivePricingForASINResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getLowestPricedOffersForASINResult = reader.Read<GetLowestPricedOffersForASINResult>("GetLowestPricedOffersForASINResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getLowestOfferListingsForSKUResult = reader.ReadList<GetLowestOfferListingsForSKUResult>("GetLowestOfferListingsForSKUResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetMyPriceForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getProductCategoriesForASINResult = reader.Read<GetProductCategoriesForASINResult>("GetProductCategoriesForASINResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
Пример #21
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getServiceStatusResult = reader.Read<GetServiceStatusResult>("GetServiceStatusResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property</param>
 /// <returns>this instance</returns>
 public GetLowestOfferListingsForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this.responseMetadataField = responseMetadata;
     return this;
 }
Пример #23
0
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public GetServiceStatusResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property</param>
 /// <returns>this instance</returns>
 public GetCompetitivePricingForSKUResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this.responseMetadataField = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getMatchingProductForIdResult = reader.ReadList<GetMatchingProductForIdResult>("GetMatchingProductForIdResult");
     _responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 /// <summary>
 /// Sets the ResponseMetadata property.
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property.</param>
 /// <returns>this instance.</returns>
 public ListMatchingProductsResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 /// <summary>
 /// Sets the ResponseMetadata property
 /// </summary>
 /// <param name="responseMetadata">ResponseMetadata property</param>
 /// <returns>this instance</returns>
 public GetMyPriceForASINResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this.responseMetadataField = responseMetadata;
     return(this);
 }