Amazon.ECS.Model.MerchantItemAttributes.WithStoneColor C# (CSharp) Méthode

WithStoneColor() public méthode

Sets the StoneColor property
public WithStoneColor ( String stoneColor ) : MerchantItemAttributes
stoneColor String StoneColor property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithStoneColor(String stoneColor)
        {
            this.stoneColorField = stoneColor;
            return this;
        }
MerchantItemAttributes