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

WithStoneShape() public méthode

Sets the StoneShape property
public WithStoneShape ( String stoneShape ) : MerchantItemAttributes
stoneShape String StoneShape property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithStoneShape(String stoneShape)
        {
            this.stoneShapeField = stoneShape;
            return this;
        }
MerchantItemAttributes