コード例 #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _listMatchingProductsResult = reader.Read <ListMatchingProductsResult>("ListMatchingProductsResult");
     _responseMetadata           = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
コード例 #2
0
 /// <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);
 }
コード例 #3
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);
 }
コード例 #4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getProductCategoriesForASINResult = reader.Read <GetProductCategoriesForASINResult>("GetProductCategoriesForASINResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }
コード例 #5
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _getServiceStatusResult = reader.Read <GetServiceStatusResult>("GetServiceStatusResult");
     _responseMetadata       = reader.Read <ResponseMetadata>("ResponseMetadata");
 }