7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/appflow/model/ExecutionStatus.h>
51 inline void SetMostRecentExecutionMessage(
const char* value) { m_mostRecentExecutionMessageHasBeenSet =
true; m_mostRecentExecutionMessage.assign(value); }
83 bool m_mostRecentExecutionMessageHasBeenSet =
false;
86 bool m_mostRecentExecutionTimeHasBeenSet =
false;
89 bool m_mostRecentExecutionStatusHasBeenSet =
false;
void SetMostRecentExecutionStatus(ExecutionStatus &&value)
ExecutionDetails & WithMostRecentExecutionMessage(const Aws::String &value)
void SetMostRecentExecutionStatus(const ExecutionStatus &value)
ExecutionDetails & WithMostRecentExecutionMessage(const char *value)
void SetMostRecentExecutionTime(Aws::Utils::DateTime &&value)
bool MostRecentExecutionTimeHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ExecutionDetails & WithMostRecentExecutionMessage(Aws::String &&value)
AWS_APPFLOW_API ExecutionDetails(Aws::Utils::Json::JsonView jsonValue)
bool MostRecentExecutionStatusHasBeenSet() const
ExecutionDetails & WithMostRecentExecutionTime(const Aws::Utils::DateTime &value)
AWS_APPFLOW_API ExecutionDetails()
ExecutionDetails & WithMostRecentExecutionStatus(const ExecutionStatus &value)
void SetMostRecentExecutionTime(const Aws::Utils::DateTime &value)
ExecutionDetails & WithMostRecentExecutionTime(Aws::Utils::DateTime &&value)
void SetMostRecentExecutionMessage(const char *value)
ExecutionDetails & WithMostRecentExecutionStatus(ExecutionStatus &&value)
const Aws::Utils::DateTime & GetMostRecentExecutionTime() const
void SetMostRecentExecutionMessage(const Aws::String &value)
AWS_APPFLOW_API ExecutionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MostRecentExecutionMessageHasBeenSet() const
const ExecutionStatus & GetMostRecentExecutionStatus() const
void SetMostRecentExecutionMessage(Aws::String &&value)
const Aws::String & GetMostRecentExecutionMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue