/// <summary>
 /// Sets the ListCustomersByNextTokenResult property.
 /// </summary>
 /// <param name="listCustomersByNextTokenResult">ListCustomersByNextTokenResult property.</param>
 /// <returns>this instance.</returns>
 public ListCustomersByNextTokenResponse WithListCustomersByNextTokenResult(ListCustomersByNextTokenResult listCustomersByNextTokenResult)
 {
     this._listCustomersByNextTokenResult = listCustomersByNextTokenResult;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._listCustomersByNextTokenResult = reader.Read <ListCustomersByNextTokenResult>("ListCustomersByNextTokenResult");
     this._responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }