Amazon.ECS.Model.MerchantItemAttributes.WithInstrumentKey C# (CSharp) Méthode

WithInstrumentKey() public méthode

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