7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/JourneyStateRequest.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
55 template<
typename JourneyIdT = Aws::String>
56 void SetJourneyId(JourneyIdT&& value) { m_journeyIdHasBeenSet =
true; m_journeyId = std::forward<JourneyIdT>(value); }
57 template<
typename JourneyIdT = Aws::String>
65 template<
typename JourneyStateRequestT = JourneyStateRequest>
66 void SetJourneyStateRequest(JourneyStateRequestT&& value) { m_journeyStateRequestHasBeenSet =
true; m_journeyStateRequest = std::forward<JourneyStateRequestT>(value); }
67 template<
typename JourneyStateRequestT = JourneyStateRequest>
73 bool m_applicationIdHasBeenSet =
false;
76 bool m_journeyIdHasBeenSet =
false;
79 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