7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/JourneyStateRequest.h>
39 template <
typename ApplicationIdT = Aws::String>
41 m_applicationIdHasBeenSet =
true;
42 m_applicationId = std::forward<ApplicationIdT>(value);
44 template <
typename ApplicationIdT = Aws::String>
57 template <
typename JourneyIdT = Aws::String>
59 m_journeyIdHasBeenSet =
true;
60 m_journeyId = std::forward<JourneyIdT>(value);
62 template <
typename JourneyIdT = Aws::String>
73 template <
typename JourneyStateRequestT = JourneyStateRequest>
75 m_journeyStateRequestHasBeenSet =
true;
76 m_journeyStateRequest = std::forward<JourneyStateRequestT>(value);
78 template <
typename JourneyStateRequestT = JourneyStateRequest>
86 bool m_applicationIdHasBeenSet =
false;
89 bool m_journeyIdHasBeenSet =
false;
92 bool m_journeyStateRequestHasBeenSet =
false;
void SetJourneyId(JourneyIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool JourneyStateRequestHasBeenSet() const
bool JourneyIdHasBeenSet() const
void SetJourneyStateRequest(JourneyStateRequestT &&value)
UpdateJourneyStateRequest & WithApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
const JourneyStateRequest & GetJourneyStateRequest() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
UpdateJourneyStateRequest & WithJourneyStateRequest(JourneyStateRequestT &&value)
const Aws::String & GetApplicationId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetJourneyId() const
AWS_PINPOINT_API UpdateJourneyStateRequest()=default
UpdateJourneyStateRequest & WithJourneyId(JourneyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String