Amazon.ECS.Model.ItemAttributes.WithStoneCut C# (CSharp) Method

WithStoneCut() public method

Sets the StoneCut property
public WithStoneCut ( String stoneCut ) : ItemAttributes
stoneCut String StoneCut property
return ItemAttributes
        public ItemAttributes WithStoneCut(String stoneCut)
        {
            this.stoneCutField = stoneCut;
            return this;
        }
ItemAttributes