Amazon.Kinesis.Model.PutRecordsResponse.IsSetRecords C# (CSharp) Method

IsSetRecords() private method

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