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

WithCPUSpeed() public method

Sets the CPUSpeed property
public WithCPUSpeed ( DecimalWithUnits CPUSpeed ) : MerchantItemAttributes
CPUSpeed DecimalWithUnits CPUSpeed property
return MerchantItemAttributes
        public MerchantItemAttributes WithCPUSpeed(DecimalWithUnits CPUSpeed)
        {
            this.CPUSpeedField = CPUSpeed;
            return this;
        }
MerchantItemAttributes