7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/model/JourneyRunStatus.h>
51 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
65 inline void SetLastUpdateTime(
const char* value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime.assign(value); }
79 inline void SetRunId(
const char* value) { m_runIdHasBeenSet =
true; m_runId.assign(value); }
99 bool m_creationTimeHasBeenSet =
false;
102 bool m_lastUpdateTimeHasBeenSet =
false;
105 bool m_runIdHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
void SetRunId(const char *value)
bool RunIdHasBeenSet() const
const Aws::String & GetLastUpdateTime() const
JourneyRunResponse & WithCreationTime(const char *value)
JourneyRunResponse & WithLastUpdateTime(const Aws::String &value)
void SetStatus(JourneyRunStatus &&value)
const Aws::String & GetCreationTime() const
bool StatusHasBeenSet() const
JourneyRunResponse & WithRunId(Aws::String &&value)
JourneyRunResponse & WithStatus(const JourneyRunStatus &value)
void SetCreationTime(const Aws::String &value)
void SetLastUpdateTime(Aws::String &&value)
void SetStatus(const JourneyRunStatus &value)
void SetLastUpdateTime(const char *value)
void SetLastUpdateTime(const Aws::String &value)
const Aws::String & GetRunId() const
void SetRunId(Aws::String &&value)
JourneyRunResponse & WithCreationTime(Aws::String &&value)
void SetCreationTime(Aws::String &&value)
JourneyRunResponse & WithLastUpdateTime(Aws::String &&value)
bool CreationTimeHasBeenSet() const
AWS_PINPOINT_API JourneyRunResponse(Aws::Utils::Json::JsonView jsonValue)
JourneyRunResponse & WithLastUpdateTime(const char *value)
AWS_PINPOINT_API JourneyRunResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
JourneyRunResponse & WithRunId(const Aws::String &value)
AWS_PINPOINT_API JourneyRunResponse()
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastUpdateTimeHasBeenSet() const
const JourneyRunStatus & GetStatus() const
void SetCreationTime(const char *value)
JourneyRunResponse & WithStatus(JourneyRunStatus &&value)
JourneyRunResponse & WithCreationTime(const Aws::String &value)
JourneyRunResponse & WithRunId(const char *value)
void SetRunId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue