Amazon.ECS.Model.MerchantItemAttributes.WithOutputWattage C# (CSharp) 메소드

WithOutputWattage() 공개 메소드

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