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>
82 template<
typename KpiNameT = Aws::String>
83 void SetKpiName(KpiNameT&& value) { m_kpiNameHasBeenSet =
true; m_kpiName = std::forward<KpiNameT>(value); }
84 template<
typename KpiNameT = Aws::String>
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
110 template<
typename PageSizeT = Aws::String>
111 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
112 template<
typename PageSizeT = Aws::String>
126 template<
typename StartTimeT = Aws::Utils::DateTime>
127 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
128 template<
typename StartTimeT = Aws::Utils::DateTime>
134 bool m_applicationIdHasBeenSet =
false;
137 bool m_endTimeHasBeenSet =
false;
140 bool m_kpiNameHasBeenSet =
false;
143 bool m_nextTokenHasBeenSet =
false;
146 bool m_pageSizeHasBeenSet =
false;
149 bool m_startTimeHasBeenSet =
false;
bool PageSizeHasBeenSet() const
const Aws::String & GetKpiName() const
bool KpiNameHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
GetApplicationDateRangeKpiRequest & WithStartTime(StartTimeT &&value)
void SetPageSize(PageSizeT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool EndTimeHasBeenSet() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetKpiName(KpiNameT &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetApplicationDateRangeKpiRequest & WithPageSize(PageSizeT &&value)
GetApplicationDateRangeKpiRequest & WithNextToken(NextTokenT &&value)
AWS_PINPOINT_API GetApplicationDateRangeKpiRequest()=default
GetApplicationDateRangeKpiRequest & WithApplicationId(ApplicationIdT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetApplicationId() const
GetApplicationDateRangeKpiRequest & WithKpiName(KpiNameT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetNextToken() const
GetApplicationDateRangeKpiRequest & WithEndTime(EndTimeT &&value)
bool ApplicationIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetPageSize() const
const Aws::Utils::DateTime & GetEndTime() const
virtual const char * GetServiceRequestName() const override
bool StartTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String