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>
51 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
80 inline void SetJourneyId(
const char* value) { m_journeyIdHasBeenSet =
true; m_journeyId.assign(value); }
100 inline void SetKpiName(
const char* value) { m_kpiNameHasBeenSet =
true; m_kpiName.assign(value); }
116 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
132 inline void SetPageSize(
const char* value) { m_pageSizeHasBeenSet =
true; m_pageSize.assign(value); }
156 bool m_applicationIdHasBeenSet =
false;
159 bool m_endTimeHasBeenSet =
false;
162 bool m_journeyIdHasBeenSet =
false;
165 bool m_kpiNameHasBeenSet =
false;
168 bool m_nextTokenHasBeenSet =
false;
171 bool m_pageSizeHasBeenSet =
false;
174 bool m_startTimeHasBeenSet =
false;
const Aws::String & GetApplicationId() const
void SetPageSize(const char *value)
const Aws::String & GetPageSize() const
const Aws::Utils::DateTime & GetEndTime() const
bool EndTimeHasBeenSet() const
GetJourneyDateRangeKpiRequest & WithEndTime(const Aws::Utils::DateTime &value)
GetJourneyDateRangeKpiRequest & WithApplicationId(const Aws::String &value)
void SetNextToken(Aws::String &&value)
GetJourneyDateRangeKpiRequest & WithKpiName(Aws::String &&value)
void SetPageSize(const Aws::String &value)
GetJourneyDateRangeKpiRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetJourneyId(const Aws::String &value)
void SetStartTime(Aws::Utils::DateTime &&value)
bool StartTimeHasBeenSet() const
GetJourneyDateRangeKpiRequest & WithJourneyId(Aws::String &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetJourneyId() const
const Aws::Utils::DateTime & GetStartTime() const
void SetEndTime(Aws::Utils::DateTime &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_PINPOINT_API GetJourneyDateRangeKpiRequest()
void SetStartTime(const Aws::Utils::DateTime &value)
void SetJourneyId(const char *value)
GetJourneyDateRangeKpiRequest & WithKpiName(const char *value)
virtual const char * GetServiceRequestName() const override
bool PageSizeHasBeenSet() const
void SetKpiName(const Aws::String &value)
bool JourneyIdHasBeenSet() const
void SetNextToken(const Aws::String &value)
GetJourneyDateRangeKpiRequest & WithNextToken(const char *value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool KpiNameHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetApplicationId(const Aws::String &value)
GetJourneyDateRangeKpiRequest & WithPageSize(const Aws::String &value)
void SetNextToken(const char *value)
void SetApplicationId(const char *value)
GetJourneyDateRangeKpiRequest & WithPageSize(Aws::String &&value)
GetJourneyDateRangeKpiRequest & WithStartTime(Aws::Utils::DateTime &&value)
GetJourneyDateRangeKpiRequest & WithApplicationId(Aws::String &&value)
GetJourneyDateRangeKpiRequest & WithJourneyId(const Aws::String &value)
GetJourneyDateRangeKpiRequest & WithKpiName(const Aws::String &value)
GetJourneyDateRangeKpiRequest & WithPageSize(const char *value)
void SetKpiName(Aws::String &&value)
void SetPageSize(Aws::String &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetKpiName() const
GetJourneyDateRangeKpiRequest & WithStartTime(const Aws::Utils::DateTime &value)
void SetApplicationId(Aws::String &&value)
GetJourneyDateRangeKpiRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
GetJourneyDateRangeKpiRequest & WithJourneyId(const char *value)
void SetJourneyId(Aws::String &&value)
GetJourneyDateRangeKpiRequest & WithApplicationId(const char *value)
void SetKpiName(const char *value)
GetJourneyDateRangeKpiRequest & WithNextToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String