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

WithStoneClarity() public method

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