Amazon.Kinesis.Model.PutRecordsRequest.IsSetRecords C# (CSharp) 메소드

IsSetRecords() 개인적인 메소드

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