Amazon.ECS.Model.MerchantItemAttributes.WithPearlLustre C# (CSharp) Method

WithPearlLustre() public method

Sets the PearlLustre property
public WithPearlLustre ( String pearlLustre ) : MerchantItemAttributes
pearlLustre String PearlLustre property
return MerchantItemAttributes
        public MerchantItemAttributes WithPearlLustre(String pearlLustre)
        {
            this.pearlLustreField = pearlLustre;
            return this;
        }
MerchantItemAttributes