Amazon.ECS.Model.MerchantItemAttributes.WithStoneShape C# (CSharp) Метод

WithStoneShape() публичный Метод

Sets the StoneShape property
public WithStoneShape ( String stoneShape ) : MerchantItemAttributes
stoneShape String StoneShape property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithStoneShape(String stoneShape)
        {
            this.stoneShapeField = stoneShape;
            return this;
        }
MerchantItemAttributes