/// <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 ListInventorySupplyResponse WithResponseMetadata(ResponseMetadata responseMetadata)
 {
     this._responseMetadata = responseMetadata;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._getServiceStatusResult = reader.Read<GetServiceStatusResult>("GetServiceStatusResult");
     this._responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._listInventorySupplyResult = reader.Read<ListInventorySupplyResult>("ListInventorySupplyResult");
     this._responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }