Amazon.ECS.Model.MerchantItemAttributes.WithLineVoltage C# (CSharp) Méthode

WithLineVoltage() public méthode

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