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

WithOutputWattage() public méthode

Sets the OutputWattage property
public WithOutputWattage ( Decimal outputWattage ) : MerchantItemAttributes
outputWattage Decimal OutputWattage property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithOutputWattage(Decimal outputWattage)
        {
            this.outputWattageField = outputWattage;
            return this;
        }
MerchantItemAttributes