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>
61 template<
typename CampaignIdT = Aws::String>
62 void SetCampaignId(CampaignIdT&& value) { m_campaignIdHasBeenSet =
true; m_campaignId = std::forward<CampaignIdT>(value); }
63 template<
typename CampaignIdT = Aws::String>
76 template<
typename EndTimeT = Aws::Utils::DateTime>
77 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
78 template<
typename EndTimeT = Aws::Utils::DateTime>
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_campaignIdHasBeenSet =
false;
152 bool m_endTimeHasBeenSet =
false;
155 bool m_kpiNameHasBeenSet =
false;
158 bool m_nextTokenHasBeenSet =
false;
161 bool m_pageSizeHasBeenSet =
false;
164 bool m_startTimeHasBeenSet =
false;
void SetCampaignId(CampaignIdT &&value)
const Aws::String & GetNextToken() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
void SetStartTime(StartTimeT &&value)
GetCampaignDateRangeKpiRequest & WithPageSize(PageSizeT &&value)
virtual const char * GetServiceRequestName() const override
GetCampaignDateRangeKpiRequest & WithApplicationId(ApplicationIdT &&value)
void SetPageSize(PageSizeT &&value)
GetCampaignDateRangeKpiRequest & WithKpiName(KpiNameT &&value)
const Aws::String & GetCampaignId() const
AWS_PINPOINT_API GetCampaignDateRangeKpiRequest()=default
bool NextTokenHasBeenSet() const
bool ApplicationIdHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool KpiNameHasBeenSet() const
GetCampaignDateRangeKpiRequest & WithStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
GetCampaignDateRangeKpiRequest & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetApplicationId() const
bool CampaignIdHasBeenSet() const
const Aws::String & GetPageSize() const
bool StartTimeHasBeenSet() const
const Aws::String & GetKpiName() const
GetCampaignDateRangeKpiRequest & WithCampaignId(CampaignIdT &&value)
bool PageSizeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
void SetKpiName(KpiNameT &&value)
void SetEndTime(EndTimeT &&value)
GetCampaignDateRangeKpiRequest & WithEndTime(EndTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String