Amazon.ECS.Model.MerchantItemAttributes.WithStoneClarity C# (CSharp) 메소드

WithStoneClarity() 공개 메소드

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