7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/BaseKpiResult.h>
44 template <
typename ApplicationIdT = Aws::String>
46 m_applicationIdHasBeenSet =
true;
47 m_applicationId = std::forward<ApplicationIdT>(value);
49 template <
typename ApplicationIdT = Aws::String>
63 template <
typename EndTimeT = Aws::Utils::DateTime>
65 m_endTimeHasBeenSet =
true;
66 m_endTime = std::forward<EndTimeT>(value);
68 template <
typename EndTimeT = Aws::Utils::DateTime>
87 template <
typename KpiNameT = Aws::String>
89 m_kpiNameHasBeenSet =
true;
90 m_kpiName = std::forward<KpiNameT>(value);
92 template <
typename KpiNameT = Aws::String>
106 template <
typename KpiResultT = BaseKpiResult>
108 m_kpiResultHasBeenSet =
true;
109 m_kpiResult = std::forward<KpiResultT>(value);
111 template <
typename KpiResultT = BaseKpiResult>
126 template <
typename NextTokenT = Aws::String>
128 m_nextTokenHasBeenSet =
true;
129 m_nextToken = std::forward<NextTokenT>(value);
131 template <
typename NextTokenT = Aws::String>
145 template <
typename StartTimeT = Aws::Utils::DateTime>
147 m_startTimeHasBeenSet =
true;
148 m_startTime = std::forward<StartTimeT>(value);
150 template <
typename StartTimeT = Aws::Utils::DateTime>
158 bool m_applicationIdHasBeenSet =
false;
161 bool m_endTimeHasBeenSet =
false;
164 bool m_kpiNameHasBeenSet =
false;
166 BaseKpiResult m_kpiResult;
167 bool m_kpiResultHasBeenSet =
false;
170 bool m_nextTokenHasBeenSet =
false;
173 bool m_startTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartTime() const
void SetKpiResult(KpiResultT &&value)
void SetEndTime(EndTimeT &&value)
AWS_PINPOINT_API ApplicationDateRangeKpiResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationDateRangeKpiResponse & WithEndTime(EndTimeT &&value)
ApplicationDateRangeKpiResponse & WithNextToken(NextTokenT &&value)
ApplicationDateRangeKpiResponse & WithKpiResult(KpiResultT &&value)
bool StartTimeHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool KpiResultHasBeenSet() const
ApplicationDateRangeKpiResponse & WithApplicationId(ApplicationIdT &&value)
void SetKpiName(KpiNameT &&value)
void SetStartTime(StartTimeT &&value)
void SetNextToken(NextTokenT &&value)
AWS_PINPOINT_API ApplicationDateRangeKpiResponse(Aws::Utils::Json::JsonView jsonValue)
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API ApplicationDateRangeKpiResponse()=default
bool EndTimeHasBeenSet() const
const Aws::String & GetApplicationId() const
bool KpiNameHasBeenSet() const
const BaseKpiResult & GetKpiResult() const
const Aws::Utils::DateTime & GetEndTime() const
ApplicationDateRangeKpiResponse & WithKpiName(KpiNameT &&value)
const Aws::String & GetKpiName() const
ApplicationDateRangeKpiResponse & WithStartTime(StartTimeT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue