7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
61 template <
typename JourneyIdT = Aws::String>
63 m_journeyIdHasBeenSet =
true;
64 m_journeyId = std::forward<JourneyIdT>(value);
66 template <
typename JourneyIdT = Aws::String>
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
101 template <
typename PageSizeT = Aws::String>
103 m_pageSizeHasBeenSet =
true;
104 m_pageSize = std::forward<PageSizeT>(value);
106 template <
typename PageSizeT = Aws::String>
114 bool m_applicationIdHasBeenSet =
false;
117 bool m_journeyIdHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
123 bool m_pageSizeHasBeenSet =
false;
GetJourneyExecutionMetricsRequest & WithNextToken(NextTokenT &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_PINPOINT_API GetJourneyExecutionMetricsRequest()=default
const Aws::String & GetPageSize() const
void SetApplicationId(ApplicationIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
GetJourneyExecutionMetricsRequest & WithJourneyId(JourneyIdT &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
GetJourneyExecutionMetricsRequest & WithPageSize(PageSizeT &&value)
const Aws::String & GetApplicationId() const
void SetJourneyId(JourneyIdT &&value)
bool JourneyIdHasBeenSet() const
const Aws::String & GetJourneyId() const
GetJourneyExecutionMetricsRequest & WithApplicationId(ApplicationIdT &&value)
void SetPageSize(PageSizeT &&value)
void SetNextToken(NextTokenT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool PageSizeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String