Amazon.ECS.Model.MerchantItemAttributes.WithBatteryType C# (CSharp) 메소드

WithBatteryType() 공개 메소드

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