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

WithBatteryType() public method

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