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