/// <summary> /// Sets the GetBillOfLadingResult property. /// </summary> /// <param name="getBillOfLadingResult">GetBillOfLadingResult property.</param> /// <returns>this instance.</returns> public GetBillOfLadingResponse WithGetBillOfLadingResult(GetBillOfLadingResult getBillOfLadingResult) { this._getBillOfLadingResult = getBillOfLadingResult; return(this); }
public override void ReadFragmentFrom(IMwsReader reader) { _getBillOfLadingResult = reader.Read <GetBillOfLadingResult>("GetBillOfLadingResult"); _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata"); }