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 PageSizeT = Aws::String>
75 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
76 template<
typename PageSizeT = Aws::String>
87 template<
typename TokenT = Aws::String>
88 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
89 template<
typename TokenT = Aws::String>
95 bool m_applicationIdHasBeenSet =
false;
98 bool m_journeyIdHasBeenSet =
false;
101 bool m_pageSizeHasBeenSet =
false;
104 bool m_tokenHasBeenSet =
false;
const Aws::String & GetJourneyId() const
virtual const char * GetServiceRequestName() const override
GetJourneyRunsRequest & WithApplicationId(ApplicationIdT &&value)
AWS_PINPOINT_API GetJourneyRunsRequest()=default
bool ApplicationIdHasBeenSet() const
bool TokenHasBeenSet() const
void SetToken(TokenT &&value)
bool JourneyIdHasBeenSet() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
void SetJourneyId(JourneyIdT &&value)
const Aws::String & GetApplicationId() const
const Aws::String & GetPageSize() const
GetJourneyRunsRequest & WithToken(TokenT &&value)
GetJourneyRunsRequest & WithPageSize(PageSizeT &&value)
bool PageSizeHasBeenSet() const
void SetPageSize(PageSizeT &&value)
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetJourneyRunsRequest & WithJourneyId(JourneyIdT &&value)
const Aws::String & GetToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String