Amazon.ECS.Model.ItemAttributes.WithStoneClarity C# (CSharp) Méthode

WithStoneClarity() public méthode

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