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

WithGemType() public method

Sets the GemType property
public WithGemType ( String gemType ) : ItemAttributes
gemType String GemType property
return ItemAttributes
        public ItemAttributes WithGemType(String gemType)
        {
            this.gemTypeField = gemType;
            return this;
        }
ItemAttributes