7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
47 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
65 inline void SetLogGroupIdentifier(
const char* value) { m_logGroupIdentifierHasBeenSet =
true; m_logGroupIdentifier.assign(value); }
79 inline void SetLogStreamName(
const char* value) { m_logStreamNameHasBeenSet =
true; m_logStreamName.assign(value); }
94 inline void SetStartTime(
long long value) { m_startTimeHasBeenSet =
true; m_startTime = value; }
106 inline void SetEndTime(
long long value) { m_endTimeHasBeenSet =
true; m_endTime = value; }
119 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
133 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
147 inline void SetStartFromHead(
bool value) { m_startFromHeadHasBeenSet =
true; m_startFromHead = value; }
160 inline void SetUnmask(
bool value) { m_unmaskHasBeenSet =
true; m_unmask = value; }
166 bool m_logGroupNameHasBeenSet =
false;
169 bool m_logGroupIdentifierHasBeenSet =
false;
172 bool m_logStreamNameHasBeenSet =
false;
174 long long m_startTime;
175 bool m_startTimeHasBeenSet =
false;
178 bool m_endTimeHasBeenSet =
false;
181 bool m_nextTokenHasBeenSet =
false;
184 bool m_limitHasBeenSet =
false;
186 bool m_startFromHead;
187 bool m_startFromHeadHasBeenSet =
false;
190 bool m_unmaskHasBeenSet =
false;
void SetLogGroupIdentifier(Aws::String &&value)
bool StartTimeHasBeenSet() const
void SetStartFromHead(bool value)
void SetNextToken(Aws::String &&value)
GetLogEventsRequest & WithLogStreamName(Aws::String &&value)
AWS_CLOUDWATCHLOGS_API GetLogEventsRequest()
void SetEndTime(long long value)
GetLogEventsRequest & WithStartTime(long long value)
GetLogEventsRequest & WithStartFromHead(bool value)
bool LogGroupNameHasBeenSet() const
void SetLogGroupIdentifier(const Aws::String &value)
void SetLogGroupName(const Aws::String &value)
const Aws::String & GetLogStreamName() const
GetLogEventsRequest & WithLogGroupIdentifier(const char *value)
GetLogEventsRequest & WithNextToken(Aws::String &&value)
bool GetStartFromHead() const
void SetLogStreamName(Aws::String &&value)
GetLogEventsRequest & WithLimit(int value)
bool LogGroupIdentifierHasBeenSet() const
void SetNextToken(const Aws::String &value)
long long GetEndTime() const
GetLogEventsRequest & WithLogGroupIdentifier(Aws::String &&value)
void SetUnmask(bool value)
void SetLogGroupIdentifier(const char *value)
void SetLogGroupName(Aws::String &&value)
GetLogEventsRequest & WithNextToken(const Aws::String &value)
bool StartFromHeadHasBeenSet() const
GetLogEventsRequest & WithLogStreamName(const Aws::String &value)
GetLogEventsRequest & WithLogGroupName(const Aws::String &value)
bool LogStreamNameHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetLogGroupIdentifier() const
void SetLogStreamName(const char *value)
GetLogEventsRequest & WithLogGroupName(Aws::String &&value)
void SetNextToken(const char *value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
GetLogEventsRequest & WithLogGroupIdentifier(const Aws::String &value)
const Aws::String & GetNextToken() const
GetLogEventsRequest & WithLogGroupName(const char *value)
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 & WithLogStreamName(const char *value)
GetLogEventsRequest & WithEndTime(long long value)
bool LimitHasBeenSet() const
long long GetStartTime() const
void SetLogGroupName(const char *value)
void SetStartTime(long long value)
void SetLogStreamName(const Aws::String &value)
GetLogEventsRequest & WithNextToken(const char *value)
bool UnmaskHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String