7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "GetJourneyExecutionActivityMetrics"; }
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 JourneyActivityIdT = Aws::String>
61 void SetJourneyActivityId(JourneyActivityIdT&& value) { m_journeyActivityIdHasBeenSet =
true; m_journeyActivityId = std::forward<JourneyActivityIdT>(value); }
62 template<
typename JourneyActivityIdT = Aws::String>
72 template<
typename JourneyIdT = Aws::String>
73 void SetJourneyId(JourneyIdT&& value) { m_journeyIdHasBeenSet =
true; m_journeyId = std::forward<JourneyIdT>(value); }
74 template<
typename JourneyIdT = Aws::String>
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
100 template<
typename PageSizeT = Aws::String>
101 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
102 template<
typename PageSizeT = Aws::String>
108 bool m_applicationIdHasBeenSet =
false;
111 bool m_journeyActivityIdHasBeenSet =
false;
114 bool m_journeyIdHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
120 bool m_pageSizeHasBeenSet =
false;
bool ApplicationIdHasBeenSet() const
GetJourneyExecutionActivityMetricsRequest & WithPageSize(PageSizeT &&value)
bool PageSizeHasBeenSet() const
const Aws::String & GetJourneyId() const
bool JourneyActivityIdHasBeenSet() const
const Aws::String & GetPageSize() const
const Aws::String & GetJourneyActivityId() const
const Aws::String & GetApplicationId() const
GetJourneyExecutionActivityMetricsRequest & WithApplicationId(ApplicationIdT &&value)
void SetPageSize(PageSizeT &&value)
void SetJourneyActivityId(JourneyActivityIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool JourneyIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetJourneyId(JourneyIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
GetJourneyExecutionActivityMetricsRequest & WithJourneyId(JourneyIdT &&value)
GetJourneyExecutionActivityMetricsRequest & WithJourneyActivityId(JourneyActivityIdT &&value)
const Aws::String & GetNextToken() const
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_PINPOINT_API GetJourneyExecutionActivityMetricsRequest()=default
GetJourneyExecutionActivityMetricsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String