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

WithSystemBusSpeed() 공개 메소드

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