Amazon.CloudWatchLogs.Model.PutLogEventsRequest.IsSetLogEvents C# (CSharp) Method

IsSetLogEvents() private method

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