Amazon.ECS.Model.MerchantItemAttributes.WithInstrumentKey C# (CSharp) Method

WithInstrumentKey() public method

Sets the InstrumentKey property
public WithInstrumentKey ( String instrumentKey ) : MerchantItemAttributes
instrumentKey String InstrumentKey property
return MerchantItemAttributes
        public MerchantItemAttributes WithInstrumentKey(String instrumentKey)
        {
            this.instrumentKeyField = instrumentKey;
            return this;
        }
MerchantItemAttributes