7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/JourneyRunStatus.h>
43 template <
typename CreationTimeT = Aws::String>
45 m_creationTimeHasBeenSet =
true;
46 m_creationTime = std::forward<CreationTimeT>(value);
48 template <
typename CreationTimeT = Aws::String>
61 template <
typename LastUpdateTimeT = Aws::String>
63 m_lastUpdateTimeHasBeenSet =
true;
64 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
66 template <
typename LastUpdateTimeT = Aws::String>
79 template <
typename RunIdT = Aws::String>
81 m_runIdHasBeenSet =
true;
82 m_runId = std::forward<RunIdT>(value);
84 template <
typename RunIdT = Aws::String>
86 SetRunId(std::forward<RunIdT>(value));
98 m_statusHasBeenSet =
true;
108 bool m_creationTimeHasBeenSet =
false;
111 bool m_lastUpdateTimeHasBeenSet =
false;
114 bool m_runIdHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
bool RunIdHasBeenSet() const
const Aws::String & GetLastUpdateTime() const
const Aws::String & GetCreationTime() const
bool StatusHasBeenSet() const
JourneyRunResponse & WithCreationTime(CreationTimeT &&value)
void SetRunId(RunIdT &&value)
const Aws::String & GetRunId() const
bool CreationTimeHasBeenSet() const
AWS_PINPOINT_API JourneyRunResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API JourneyRunResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
JourneyRunResponse & WithRunId(RunIdT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
JourneyRunResponse & WithStatus(JourneyRunStatus value)
bool LastUpdateTimeHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
void SetStatus(JourneyRunStatus value)
JourneyRunStatus GetStatus() const
AWS_PINPOINT_API JourneyRunResponse()=default
JourneyRunResponse & WithLastUpdateTime(LastUpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue