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

WithMacroFocusRange() public méthode

Sets the MacroFocusRange property
public WithMacroFocusRange ( String macroFocusRange ) : MerchantItemAttributes
macroFocusRange String MacroFocusRange property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithMacroFocusRange(String macroFocusRange)
        {
            this.macroFocusRangeField = macroFocusRange;
            return this;
        }
MerchantItemAttributes