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

WithSystemBusSpeed() public method

Sets the SystemBusSpeed property
public WithSystemBusSpeed ( DecimalWithUnits systemBusSpeed ) : MerchantItemAttributes
systemBusSpeed DecimalWithUnits SystemBusSpeed property
return MerchantItemAttributes
        public MerchantItemAttributes WithSystemBusSpeed(DecimalWithUnits systemBusSpeed)
        {
            this.systemBusSpeedField = systemBusSpeed;
            return this;
        }
MerchantItemAttributes