Amazon.ECS.Model.ItemAttributes.WithGemType C# (CSharp) Метод

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

Sets the GemType property
public WithGemType ( String gemType ) : ItemAttributes
gemType String GemType property
Результат ItemAttributes
        public ItemAttributes WithGemType(String gemType)
        {
            this.gemTypeField = gemType;
            return this;
        }
ItemAttributes