Amazon.ElastiCache.Model.RebootCacheClusterRequest.IsSetCacheNodeIdsToReboot C# (CSharp) Method

IsSetCacheNodeIdsToReboot() private method

private IsSetCacheNodeIdsToReboot ( ) : bool
return bool
        internal bool IsSetCacheNodeIdsToReboot()
        {
            return this._cacheNodeIdsToReboot != null && this._cacheNodeIdsToReboot.Count > 0; 
        }