7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/nova-act/NovaAct_EXPORTS.h>
10#include <aws/nova-act/model/WorkflowDefinitionStatus.h>
11#include <aws/nova-act/model/WorkflowExportConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
71 template <
typename CreatedAtT = Aws::Utils::DateTime>
73 m_createdAtHasBeenSet =
true;
74 m_createdAt = std::forward<CreatedAtT>(value);
76 template <
typename CreatedAtT = Aws::Utils::DateTime>
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
105 template <
typename ExportConfigT = WorkflowExportConfig>
107 m_exportConfigHasBeenSet =
true;
108 m_exportConfig = std::forward<ExportConfigT>(value);
110 template <
typename ExportConfigT = WorkflowExportConfig>
123 m_statusHasBeenSet =
true;
135 template <
typename RequestIdT = Aws::String>
137 m_requestIdHasBeenSet =
true;
138 m_requestId = std::forward<RequestIdT>(value);
140 template <
typename RequestIdT = Aws::String>
155 WorkflowExportConfig m_exportConfig;
160 bool m_nameHasBeenSet =
false;
161 bool m_arnHasBeenSet =
false;
162 bool m_createdAtHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
164 bool m_exportConfigHasBeenSet =
false;
165 bool m_statusHasBeenSet =
false;
166 bool m_requestIdHasBeenSet =
false;
AWS_NOVAACT_API GetWorkflowDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
GetWorkflowDefinitionResult & WithExportConfig(ExportConfigT &&value)
void SetStatus(WorkflowDefinitionStatus value)
const WorkflowExportConfig & GetExportConfig() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
GetWorkflowDefinitionResult & WithCreatedAt(CreatedAtT &&value)
GetWorkflowDefinitionResult & WithRequestId(RequestIdT &&value)
GetWorkflowDefinitionResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_NOVAACT_API GetWorkflowDefinitionResult()=default
GetWorkflowDefinitionResult & WithStatus(WorkflowDefinitionStatus value)
WorkflowDefinitionStatus GetStatus() const
GetWorkflowDefinitionResult & WithDescription(DescriptionT &&value)
GetWorkflowDefinitionResult & WithArn(ArnT &&value)
AWS_NOVAACT_API GetWorkflowDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportConfig(ExportConfigT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue