Amazon.ECS.Model.NonNegativeIntegerWithUnits.IsSetValue C# (CSharp) Method

IsSetValue() public method

Checks if Value property is set
public IsSetValue ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetValue()
        {
            return true;
        }