Amazon.ECS.Model.MerchantItemAttributes.WithLineVoltage C# (CSharp) Method

WithLineVoltage() public method

Sets the LineVoltage property
public WithLineVoltage ( String lineVoltage ) : MerchantItemAttributes
lineVoltage String LineVoltage property
return MerchantItemAttributes
        public MerchantItemAttributes WithLineVoltage(String lineVoltage)
        {
            this.lineVoltageField = lineVoltage;
            return this;
        }
MerchantItemAttributes