Amazon.ECS.Model.MerchantItemAttributes.WithCPUType C# (CSharp) Méthode

WithCPUType() public méthode

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