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