7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
38 template <
typename ApplicationIdT = Aws::String>
40 m_applicationIdHasBeenSet =
true;
41 m_applicationId = std::forward<ApplicationIdT>(value);
43 template <
typename ApplicationIdT = Aws::String>
56 template <
typename JourneyIdT = Aws::String>
58 m_journeyIdHasBeenSet =
true;
59 m_journeyId = std::forward<JourneyIdT>(value);
61 template <
typename JourneyIdT = Aws::String>
69 bool m_applicationIdHasBeenSet =
false;
72 bool m_journeyIdHasBeenSet =
false;
bool JourneyIdHasBeenSet() const
void SetJourneyId(JourneyIdT &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
AWS_PINPOINT_API GetJourneyRequest()=default
bool ApplicationIdHasBeenSet() const
GetJourneyRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetJourneyId() const
GetJourneyRequest & WithJourneyId(JourneyIdT &&value)
const Aws::String & GetApplicationId() const
void SetApplicationId(ApplicationIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String