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

WithCPUType() public method

Sets the CPUType property
public WithCPUType ( String CPUType ) : MerchantItemAttributes
CPUType String CPUType property
return MerchantItemAttributes
        public MerchantItemAttributes WithCPUType(String CPUType)
        {
            this.CPUTypeField = CPUType;
            return this;
        }
MerchantItemAttributes