7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/model/JourneyRunStatus.h>
49 template<
typename CreationTimeT = Aws::String>
50 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
51 template<
typename CreationTimeT = Aws::String>
61 template<
typename LastUpdateTimeT = Aws::String>
62 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
63 template<
typename LastUpdateTimeT = Aws::String>
73 template<
typename RunIdT = Aws::String>
74 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
75 template<
typename RunIdT = Aws::String>
91 bool m_creationTimeHasBeenSet =
false;
94 bool m_lastUpdateTimeHasBeenSet =
false;
97 bool m_runIdHasBeenSet =
false;
100 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