Amazon.ECS.Model.MerchantItemAttributes.WithCPUType C# (CSharp) Метод

WithCPUType() публичный Метод

Sets the CPUType property
public WithCPUType ( String CPUType ) : MerchantItemAttributes
CPUType String CPUType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithCPUType(String CPUType)
        {
            this.CPUTypeField = CPUType;
            return this;
        }
MerchantItemAttributes