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

WithBatteryType() public méthode

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