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>
62 template<
typename PageSizeT = Aws::String>
63 void SetPageSize(PageSizeT&& value) { m_pageSizeHasBeenSet =
true; m_pageSize = std::forward<PageSizeT>(value); }
64 template<
typename PageSizeT = Aws::String>
75 template<
typename TokenT = Aws::String>
76 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
77 template<
typename TokenT = Aws::String>
83 bool m_applicationIdHasBeenSet =
false;
86 bool m_pageSizeHasBeenSet =
false;
89 bool m_tokenHasBeenSet =
false;
ListJourneysRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetToken() const
const Aws::String & GetPageSize() const
AWS_PINPOINT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool TokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_PINPOINT_API ListJourneysRequest()=default
AWS_PINPOINT_API Aws::String SerializePayload() const override
ListJourneysRequest & WithToken(TokenT &&value)
void SetToken(TokenT &&value)
bool PageSizeHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
void SetPageSize(PageSizeT &&value)
ListJourneysRequest & WithPageSize(PageSizeT &&value)
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String