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

WithCPUManufacturer() public method

Sets the CPUManufacturer property
public WithCPUManufacturer ( String CPUManufacturer ) : MerchantItemAttributes
CPUManufacturer String CPUManufacturer property
return MerchantItemAttributes
        public MerchantItemAttributes WithCPUManufacturer(String CPUManufacturer)
        {
            this.CPUManufacturerField = CPUManufacturer;
            return this;
        }
MerchantItemAttributes