7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ApplicationIdT = Aws::String>
50 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
51 template<
typename ApplicationIdT = Aws::String>
64 template<
typename EndTimeT = Aws::Utils::DateTime>
65 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
66 template<
typename EndTimeT = Aws::Utils::DateTime>
76 template<
typename JourneyIdT = Aws::String>
77 void SetJourneyId(JourneyIdT&& value) { m_journeyIdHasBeenSet =
true; m_journeyId = std::forward<JourneyIdT>(value); }
78 template<
typename JourneyIdT = Aws::String>
94 template<
typename KpiNameT = Aws::String>
95 void SetKpiName(KpiNameT&& value) { m_kpiNameHasBeenSet =
true; m_kpiName = std::forward<KpiNameT>(value); }
96 template<
typename KpiNameT = Aws::String>
108 template<
typename NextTokenT = Aws::String>
109 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
110 template<
typename NextTokenT = Aws::String>
122 template<
typename PageSizeT = Aws::String>
123 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
124 template<
typename PageSizeT = Aws::String>
138 template<
typename StartTimeT = Aws::Utils::DateTime>
139 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
140 template<
typename StartTimeT = Aws::Utils::DateTime>
146 bool m_applicationIdHasBeenSet =
false;
149 bool m_endTimeHasBeenSet =
false;
152 bool m_journeyIdHasBeenSet =
false;
155 bool m_kpiNameHasBeenSet =
false;
158 bool m_nextTokenHasBeenSet =
false;
161 bool m_pageSizeHasBeenSet =
false;
164 bool m_startTimeHasBeenSet =
false;
const Aws::String & GetApplicationId() const
GetJourneyDateRangeKpiRequest & WithPageSize(PageSizeT &&value)
const Aws::String & GetPageSize() const
const Aws::Utils::DateTime & GetEndTime() const
bool EndTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
void SetApplicationId(ApplicationIdT &&value)
GetJourneyDateRangeKpiRequest & WithJourneyId(JourneyIdT &&value)
bool StartTimeHasBeenSet() const
void SetKpiName(KpiNameT &&value)
const Aws::String & GetJourneyId() const
const Aws::Utils::DateTime & GetStartTime() const
void SetJourneyId(JourneyIdT &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
GetJourneyDateRangeKpiRequest & WithStartTime(StartTimeT &&value)
virtual const char * GetServiceRequestName() const override
GetJourneyDateRangeKpiRequest & WithKpiName(KpiNameT &&value)
bool PageSizeHasBeenSet() const
bool JourneyIdHasBeenSet() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
GetJourneyDateRangeKpiRequest & WithApplicationId(ApplicationIdT &&value)
bool KpiNameHasBeenSet() const
bool NextTokenHasBeenSet() const
GetJourneyDateRangeKpiRequest & WithEndTime(EndTimeT &&value)
AWS_PINPOINT_API GetJourneyDateRangeKpiRequest()=default
void SetStartTime(StartTimeT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetKpiName() const
const Aws::String & GetNextToken() const
GetJourneyDateRangeKpiRequest & WithNextToken(NextTokenT &&value)
void SetPageSize(PageSizeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String