7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/CodeCatalystRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
44 inline void SetSpaceName(
const char* value) { m_spaceNameHasBeenSet =
true; m_spaceName.assign(value); }
86 inline void SetEventName(
const char* value) { m_eventNameHasBeenSet =
true; m_eventName.assign(value); }
101 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
116 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
122 bool m_spaceNameHasBeenSet =
false;
125 bool m_startTimeHasBeenSet =
false;
128 bool m_endTimeHasBeenSet =
false;
131 bool m_eventNameHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 bool m_maxResultsHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListEventLogsRequest & WithEventName(const Aws::String &value)
void SetEventName(Aws::String &&value)
bool EndTimeHasBeenSet() const
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListEventLogsRequest & WithStartTime(Aws::Utils::DateTime &&value)
ListEventLogsRequest & WithNextToken(Aws::String &&value)
ListEventLogsRequest & WithEventName(const char *value)
void SetEventName(const Aws::String &value)
void SetNextToken(const char *value)
ListEventLogsRequest & WithEventName(Aws::String &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetSpaceName(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetSpaceName(const char *value)
ListEventLogsRequest & WithSpaceName(const char *value)
void SetEventName(const char *value)
ListEventLogsRequest & WithSpaceName(const Aws::String &value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
ListEventLogsRequest & WithEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
ListEventLogsRequest & WithMaxResults(int value)
const Aws::String & GetEventName() const
ListEventLogsRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetEndTime(Aws::Utils::DateTime &&value)
bool SpaceNameHasBeenSet() const
ListEventLogsRequest & WithStartTime(const Aws::Utils::DateTime &value)
void SetSpaceName(Aws::String &&value)
const Aws::String & GetSpaceName() const
bool MaxResultsHasBeenSet() const
ListEventLogsRequest & WithNextToken(const Aws::String &value)
bool EventNameHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListEventLogsRequest & WithSpaceName(Aws::String &&value)
int GetMaxResults() const
ListEventLogsRequest & WithNextToken(const char *value)
AWS_CODECATALYST_API ListEventLogsRequest()
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetEndTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String