Amazon.ECS.Model.ItemAttributes.WithComputerHardwareType C# (CSharp) Метод

WithComputerHardwareType() публичный Метод

Sets the ComputerHardwareType property
public WithComputerHardwareType ( String computerHardwareType ) : ItemAttributes
computerHardwareType String ComputerHardwareType property
Результат ItemAttributes
        public ItemAttributes WithComputerHardwareType(String computerHardwareType)
        {
            this.computerHardwareTypeField = computerHardwareType;
            return this;
        }
ItemAttributes