/// <summary>
 /// Sets the Identifier property.
 /// </summary>
 /// <param name="identifier">Identifier property.</param>
 /// <returns>this instance.</returns>
 public GetLowestPricedOffersForASINResult WithIdentifier(GetLowestPricedOffersASINIdentifier identifier)
 {
     this._identifier = identifier;
     return(this);
 }