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

WithCPUType() public method

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