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