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

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

Sets the InstrumentKey property
public WithInstrumentKey ( String instrumentKey ) : ItemAttributes
instrumentKey String InstrumentKey property
Результат ItemAttributes
        public ItemAttributes WithInstrumentKey(String instrumentKey)
        {
            this.instrumentKeyField = instrumentKey;
            return this;
        }
ItemAttributes