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

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

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