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

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

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