Amazon.ECS.Model.Image.IsSetURL C# (CSharp) Method

IsSetURL() public method

Checks if URL property is set
public IsSetURL ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetURL()
        {
            return  this.URLField != null;
        }