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

WithLineVoltage() 공개 메소드

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