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

IsSetInterest() public method

Checks of Interest property is set
public IsSetInterest ( ) : Boolean
return Boolean
        public Boolean IsSetInterest()
        {
            return (Interest.Count > 0);
        }
ItemAttributes