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

WithPearlLustre() public method

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