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>
42 template<
typename SpaceNameT = Aws::String>
43 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
44 template<
typename SpaceNameT = Aws::String>
56 template<
typename StartTimeT = Aws::Utils::DateTime>
57 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
58 template<
typename StartTimeT = Aws::Utils::DateTime>
70 template<
typename EndTimeT = Aws::Utils::DateTime>
71 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
72 template<
typename EndTimeT = Aws::Utils::DateTime>
82 template<
typename EventNameT = Aws::String>
83 void SetEventName(EventNameT&& value) { m_eventNameHasBeenSet =
true; m_eventName = std::forward<EventNameT>(value); }
84 template<
typename EventNameT = Aws::String>
95 template<
typename NextTokenT = Aws::String>
96 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
97 template<
typename NextTokenT = Aws::String>
110 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
116 bool m_spaceNameHasBeenSet =
false;
119 bool m_startTimeHasBeenSet =
false;
122 bool m_endTimeHasBeenSet =
false;
125 bool m_eventNameHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
131 bool m_maxResultsHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool EndTimeHasBeenSet() const
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListEventLogsRequest & WithSpaceName(SpaceNameT &&value)
ListEventLogsRequest & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetEventName(EventNameT &&value)
const Aws::String & GetNextToken() const
ListEventLogsRequest & WithEventName(EventNameT &&value)
virtual const char * GetServiceRequestName() const override
ListEventLogsRequest & WithMaxResults(int value)
const Aws::String & GetEventName() const
AWS_CODECATALYST_API ListEventLogsRequest()=default
bool SpaceNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListEventLogsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetSpaceName() const
bool MaxResultsHasBeenSet() const
void SetEndTime(EndTimeT &&value)
ListEventLogsRequest & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
bool EventNameHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetSpaceName(SpaceNameT &&value)
int GetMaxResults() const
const Aws::Utils::DateTime & GetEndTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String