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

WithStoneClarity() public method

Sets the StoneClarity property
public WithStoneClarity ( String stoneClarity ) : ItemAttributes
stoneClarity String StoneClarity property
return ItemAttributes
        public ItemAttributes WithStoneClarity(String stoneClarity)
        {
            this.stoneClarityField = stoneClarity;
            return this;
        }
ItemAttributes