7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
41 template <
typename LogGroupNameT = Aws::String>
43 m_logGroupNameHasBeenSet =
true;
44 m_logGroupName = std::forward<LogGroupNameT>(value);
46 template <
typename LogGroupNameT = Aws::String>
63 template <
typename LogGroupIdentifierT = Aws::String>
65 m_logGroupIdentifierHasBeenSet =
true;
66 m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value);
68 template <
typename LogGroupIdentifierT = Aws::String>
81 template <
typename LogStreamNameT = Aws::String>
83 m_logStreamNameHasBeenSet =
true;
84 m_logStreamName = std::forward<LogStreamNameT>(value);
86 template <
typename LogStreamNameT = Aws::String>
103 m_startTimeHasBeenSet =
true;
121 m_endTimeHasBeenSet =
true;
137 template <
typename NextTokenT = Aws::String>
139 m_nextTokenHasBeenSet =
true;
140 m_nextToken = std::forward<NextTokenT>(value);
142 template <
typename NextTokenT = Aws::String>
158 m_limitHasBeenSet =
true;
178 m_startFromHeadHasBeenSet =
true;
179 m_startFromHead = value;
197 m_unmaskHasBeenSet =
true;
212 long long m_startTime{0};
214 long long m_endTime{0};
220 bool m_startFromHead{
false};
222 bool m_unmask{
false};
223 bool m_logGroupNameHasBeenSet =
false;
224 bool m_logGroupIdentifierHasBeenSet =
false;
225 bool m_logStreamNameHasBeenSet =
false;
226 bool m_startTimeHasBeenSet =
false;
227 bool m_endTimeHasBeenSet =
false;
228 bool m_nextTokenHasBeenSet =
false;
229 bool m_limitHasBeenSet =
false;
230 bool m_startFromHeadHasBeenSet =
false;
231 bool m_unmaskHasBeenSet =
false;
bool StartTimeHasBeenSet() const
void SetStartFromHead(bool value)
void SetEndTime(long long value)
GetLogEventsRequest & WithStartTime(long long value)
GetLogEventsRequest & WithStartFromHead(bool value)
bool LogGroupNameHasBeenSet() const
const Aws::String & GetLogStreamName() const
bool GetStartFromHead() const
GetLogEventsRequest & WithLimit(int value)
bool LogGroupIdentifierHasBeenSet() const
void SetLogStreamName(LogStreamNameT &&value)
long long GetEndTime() const
void SetUnmask(bool value)
void SetNextToken(NextTokenT &&value)
bool StartFromHeadHasBeenSet() const
void SetLogGroupIdentifier(LogGroupIdentifierT &&value)
GetLogEventsRequest & WithNextToken(NextTokenT &&value)
bool LogStreamNameHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetLogGroupIdentifier() const
void SetLogGroupName(LogGroupNameT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
GetLogEventsRequest & WithLogStreamName(LogStreamNameT &&value)
const Aws::String & GetNextToken() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetLogEventsRequest & WithUnmask(bool value)
const Aws::String & GetLogGroupName() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetLogEventsRequest & WithEndTime(long long value)
bool LimitHasBeenSet() const
AWS_CLOUDWATCHLOGS_API GetLogEventsRequest()=default
long long GetStartTime() const
void SetStartTime(long long value)
GetLogEventsRequest & WithLogGroupName(LogGroupNameT &&value)
GetLogEventsRequest & WithLogGroupIdentifier(LogGroupIdentifierT &&value)
bool UnmaskHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String