7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
9#include <aws/bedrock-data-automation/model/DataAutomationProjectType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockDataAutomation {
41 template <
typename ProjectArnT = Aws::String>
43 m_projectArnHasBeenSet =
true;
44 m_projectArn = std::forward<ProjectArnT>(value);
46 template <
typename ProjectArnT = Aws::String>
58 m_projectStageHasBeenSet =
true;
59 m_projectStage = value;
72 m_projectTypeHasBeenSet =
true;
73 m_projectType = value;
85 template <
typename ProjectNameT = Aws::String>
87 m_projectNameHasBeenSet =
true;
88 m_projectName = std::forward<ProjectNameT>(value);
90 template <
typename ProjectNameT = Aws::String>
101 template <
typename CreationTimeT = Aws::Utils::DateTime>
103 m_creationTimeHasBeenSet =
true;
104 m_creationTime = std::forward<CreationTimeT>(value);
106 template <
typename CreationTimeT = Aws::Utils::DateTime>
122 bool m_projectArnHasBeenSet =
false;
123 bool m_projectStageHasBeenSet =
false;
124 bool m_projectTypeHasBeenSet =
false;
125 bool m_projectNameHasBeenSet =
false;
126 bool m_creationTimeHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProjectStage(DataAutomationProjectStage value)
DataAutomationProjectStage GetProjectStage() const
DataAutomationProjectSummary & WithProjectArn(ProjectArnT &&value)
bool ProjectTypeHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
DataAutomationProjectSummary & WithProjectStage(DataAutomationProjectStage value)
const Aws::String & GetProjectArn() const
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProjectSummary()=default
bool ProjectArnHasBeenSet() const
DataAutomationProjectSummary & WithCreationTime(CreationTimeT &&value)
DataAutomationProjectSummary & WithProjectType(DataAutomationProjectType value)
void SetProjectArn(ProjectArnT &&value)
void SetProjectType(DataAutomationProjectType value)
bool ProjectNameHasBeenSet() const
DataAutomationProjectType GetProjectType() const
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProjectSummary(Aws::Utils::Json::JsonView jsonValue)
bool ProjectStageHasBeenSet() const
const Aws::String & GetProjectName() const
void SetProjectName(ProjectNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DataAutomationProjectSummary & WithProjectName(ProjectNameT &&value)
DataAutomationProjectType
DataAutomationProjectStage
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue