7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/pinpoint/model/BaseKpiResult.h>
50 template<
typename ApplicationIdT = Aws::String>
51 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
52 template<
typename ApplicationIdT = Aws::String>
63 template<
typename EndTimeT = Aws::Utils::DateTime>
64 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
65 template<
typename EndTimeT = Aws::Utils::DateTime>
81 template<
typename KpiNameT = Aws::String>
82 void SetKpiName(KpiNameT&& value) { m_kpiNameHasBeenSet =
true; m_kpiName = std::forward<KpiNameT>(value); }
83 template<
typename KpiNameT = Aws::String>
94 template<
typename KpiResultT = BaseKpiResult>
95 void SetKpiResult(KpiResultT&& value) { m_kpiResultHasBeenSet =
true; m_kpiResult = std::forward<KpiResultT>(value); }
96 template<
typename KpiResultT = BaseKpiResult>
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>
121 template<
typename StartTimeT = Aws::Utils::DateTime>
122 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
123 template<
typename StartTimeT = Aws::Utils::DateTime>
129 bool m_applicationIdHasBeenSet =
false;
132 bool m_endTimeHasBeenSet =
false;
135 bool m_kpiNameHasBeenSet =
false;
137 BaseKpiResult m_kpiResult;
138 bool m_kpiResultHasBeenSet =
false;
141 bool m_nextTokenHasBeenSet =
false;
144 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