7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename JourneyIdT = Aws::String>
61 void SetJourneyId(JourneyIdT&& value) { m_journeyIdHasBeenSet =
true; m_journeyId = std::forward<JourneyIdT>(value); }
62 template<
typename JourneyIdT = Aws::String>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
88 template<
typename PageSizeT = Aws::String>
89 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
90 template<
typename PageSizeT = Aws::String>
100 template<
typename RunIdT = Aws::String>
101 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
102 template<
typename RunIdT = Aws::String>
108 bool m_applicationIdHasBeenSet =
false;
111 bool m_journeyIdHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_pageSizeHasBeenSet =
false;
120 bool m_runIdHasBeenSet =
false;
bool RunIdHasBeenSet() const
const Aws::String & GetPageSize() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool PageSizeHasBeenSet() const
void SetJourneyId(JourneyIdT &&value)
const Aws::String & GetNextToken() const
GetJourneyRunExecutionMetricsRequest & WithPageSize(PageSizeT &&value)
const Aws::String & GetJourneyId() const
GetJourneyRunExecutionMetricsRequest & WithJourneyId(JourneyIdT &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetRunId(RunIdT &&value)
GetJourneyRunExecutionMetricsRequest & WithRunId(RunIdT &&value)
void SetPageSize(PageSizeT &&value)
GetJourneyRunExecutionMetricsRequest & WithApplicationId(ApplicationIdT &&value)
GetJourneyRunExecutionMetricsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetApplicationId() const
bool NextTokenHasBeenSet() const
const Aws::String & GetRunId() const
bool JourneyIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
AWS_PINPOINT_API GetJourneyRunExecutionMetricsRequest()=default
bool ApplicationIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String