Amazon.ECS.Model.ItemAttributes.WithBatteryType C# (CSharp) Method

WithBatteryType() public method

Sets the BatteryType property
public WithBatteryType ( String batteryType ) : ItemAttributes
batteryType String BatteryType property
return ItemAttributes
        public ItemAttributes WithBatteryType(String batteryType)
        {
            this.batteryTypeField = batteryType;
            return this;
        }
ItemAttributes