Amazon.ECS.Model.MerchantItemAttributes.WithPearlLustre C# (CSharp) Метод

WithPearlLustre() публичный Метод

Sets the PearlLustre property
public WithPearlLustre ( String pearlLustre ) : MerchantItemAttributes
pearlLustre String PearlLustre property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithPearlLustre(String pearlLustre)
        {
            this.pearlLustreField = pearlLustre;
            return this;
        }
MerchantItemAttributes