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

WithCPUSpeed() 공개 메소드

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