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

WithLineVoltage() 공개 메소드

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