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/WriteJourneyRequest.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 WriteJourneyRequestT = WriteJourneyRequest>
75 m_writeJourneyRequestHasBeenSet =
true;
76 m_writeJourneyRequest = std::forward<WriteJourneyRequestT>(value);
78 template <
typename WriteJourneyRequestT = WriteJourneyRequest>
86 bool m_applicationIdHasBeenSet =
false;
89 bool m_journeyIdHasBeenSet =
false;
92 bool m_writeJourneyRequestHasBeenSet =
false;
void SetApplicationId(ApplicationIdT &&value)
bool JourneyIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateJourneyRequest & WithWriteJourneyRequest(WriteJourneyRequestT &&value)
const WriteJourneyRequest & GetWriteJourneyRequest() const
const Aws::String & GetApplicationId() const
bool WriteJourneyRequestHasBeenSet() const
bool ApplicationIdHasBeenSet() const
UpdateJourneyRequest & WithJourneyId(JourneyIdT &&value)
void SetJourneyId(JourneyIdT &&value)
const Aws::String & GetJourneyId() const
AWS_PINPOINT_API UpdateJourneyRequest()=default
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetWriteJourneyRequest(WriteJourneyRequestT &&value)
UpdateJourneyRequest & WithApplicationId(ApplicationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String