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

WithComputerHardwareType() public method

Sets the ComputerHardwareType property
public WithComputerHardwareType ( String computerHardwareType ) : ItemAttributes
computerHardwareType String ComputerHardwareType property
return ItemAttributes
        public ItemAttributes WithComputerHardwareType(String computerHardwareType)
        {
            this.computerHardwareTypeField = computerHardwareType;
            return this;
        }
ItemAttributes