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

IsSetComputerHardwareType() public method

Checks if ComputerHardwareType property is set
public IsSetComputerHardwareType ( ) : Boolean
return Boolean
        public Boolean IsSetComputerHardwareType()
        {
            return  this.computerHardwareTypeField != null;
        }
ItemAttributes