Amazon.ECS.Model.ItemAttributes.WithCPUType C# (CSharp) 메소드

WithCPUType() 공개 메소드

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