Amazon.ECS.Model.ItemAttributes.WithOutputWattage C# (CSharp) Method

WithOutputWattage() public method

Sets the OutputWattage property
public WithOutputWattage ( Decimal outputWattage ) : ItemAttributes
outputWattage Decimal OutputWattage property
return ItemAttributes
        public ItemAttributes WithOutputWattage(Decimal outputWattage)
        {
            this.outputWattageField = outputWattage;
            return this;
        }
ItemAttributes