Amazon.EC2.Model.DescribeHostsResponse.IsSetHosts C# (CSharp) Method

IsSetHosts() private method

private IsSetHosts ( ) : bool
return bool
        internal bool IsSetHosts()
        {
            return this._hosts != null && this._hosts.Count > 0; 
        }
DescribeHostsResponse