/// <summary> /// Sets the ListRecommendationsByNextTokenResult property. /// </summary> /// <param name="listRecommendationsByNextTokenResult">ListRecommendationsByNextTokenResult property.</param> /// <returns>this instance.</returns> public ListRecommendationsByNextTokenResponse WithListRecommendationsByNextTokenResult(ListRecommendationsByNextTokenResult listRecommendationsByNextTokenResult) { this._listRecommendationsByNextTokenResult = listRecommendationsByNextTokenResult; return(this); }
public override void ReadFragmentFrom(IMwsReader reader) { _listRecommendationsByNextTokenResult = reader.Read <ListRecommendationsByNextTokenResult>("ListRecommendationsByNextTokenResult"); _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata"); }