Amazon.ECS.Model.ListLookupResponse.IsSetLists C# (CSharp) Method

IsSetLists() public method

Checks if Lists property is set
public IsSetLists ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetLists()
        {
            return (Lists.Count > 0);
        }