Amazon.ECS.Model.ItemAttributes.WithBatteryType C# (CSharp) Метод

WithBatteryType() публичный Метод

Sets the BatteryType property
public WithBatteryType ( String batteryType ) : ItemAttributes
batteryType String BatteryType property
Результат ItemAttributes
        public ItemAttributes WithBatteryType(String batteryType)
        {
            this.batteryTypeField = batteryType;
            return this;
        }
ItemAttributes