7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecatalyst/model/WorkflowDefinitionSummary.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/codecatalyst/model/WorkflowRunMode.h>
12#include <aws/codecatalyst/model/WorkflowStatus.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
66 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
81 inline void SetSourceRepositoryName(
const char* value) { m_sourceRepositoryNameHasBeenSet =
true; m_sourceRepositoryName.assign(value); }
96 inline void SetSourceBranchName(
const char* value) { m_sourceBranchNameHasBeenSet =
true; m_sourceBranchName.assign(value); }
168 bool m_idHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_sourceRepositoryNameHasBeenSet =
false;
177 bool m_sourceBranchNameHasBeenSet =
false;
180 bool m_definitionHasBeenSet =
false;
183 bool m_createdTimeHasBeenSet =
false;
186 bool m_lastUpdatedTimeHasBeenSet =
false;
189 bool m_runModeHasBeenSet =
false;
192 bool m_statusHasBeenSet =
false;
WorkflowSummary & WithSourceRepositoryName(const Aws::String &value)
WorkflowSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
AWS_CODECATALYST_API WorkflowSummary()
void SetCreatedTime(Aws::Utils::DateTime &&value)
bool StatusHasBeenSet() const
void SetName(const Aws::String &value)
void SetDefinition(const WorkflowDefinitionSummary &value)
WorkflowSummary & WithId(Aws::String &&value)
WorkflowSummary & WithId(const char *value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetId(const char *value)
bool SourceBranchNameHasBeenSet() const
void SetCreatedTime(const Aws::Utils::DateTime &value)
bool DefinitionHasBeenSet() const
void SetSourceBranchName(Aws::String &&value)
const Aws::String & GetSourceBranchName() const
WorkflowSummary & WithDefinition(const WorkflowDefinitionSummary &value)
bool NameHasBeenSet() const
void SetSourceRepositoryName(const char *value)
WorkflowSummary & WithSourceRepositoryName(Aws::String &&value)
WorkflowSummary & WithSourceBranchName(const char *value)
void SetName(Aws::String &&value)
WorkflowSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
WorkflowSummary & WithName(const Aws::String &value)
void SetRunMode(WorkflowRunMode &&value)
const WorkflowDefinitionSummary & GetDefinition() const
WorkflowSummary & WithSourceBranchName(Aws::String &&value)
void SetRunMode(const WorkflowRunMode &value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetSourceBranchName(const char *value)
WorkflowSummary & WithSourceRepositoryName(const char *value)
void SetStatus(const WorkflowStatus &value)
WorkflowSummary & WithName(Aws::String &&value)
void SetSourceBranchName(const Aws::String &value)
void SetDefinition(WorkflowDefinitionSummary &&value)
void SetSourceRepositoryName(const Aws::String &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
WorkflowSummary & WithRunMode(const WorkflowRunMode &value)
bool CreatedTimeHasBeenSet() const
const Aws::String & GetSourceRepositoryName() const
WorkflowSummary & WithStatus(const WorkflowStatus &value)
WorkflowSummary & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetStatus(WorkflowStatus &&value)
const Aws::String & GetName() const
void SetSourceRepositoryName(Aws::String &&value)
WorkflowSummary & WithRunMode(WorkflowRunMode &&value)
const Aws::String & GetId() const
WorkflowSummary & WithDefinition(WorkflowDefinitionSummary &&value)
AWS_CODECATALYST_API WorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
WorkflowSummary & WithSourceBranchName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
const WorkflowRunMode & GetRunMode() const
WorkflowSummary & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
AWS_CODECATALYST_API WorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowSummary & WithStatus(WorkflowStatus &&value)
WorkflowSummary & WithId(const Aws::String &value)
bool RunModeHasBeenSet() const
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
const WorkflowStatus & GetStatus() const
bool SourceRepositoryNameHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
WorkflowSummary & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue