7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
10#include <aws/core/utils/DateTime.h>
23namespace BedrockDataAutomation
46 template<
typename ProjectArnT = Aws::String>
47 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
48 template<
typename ProjectArnT = Aws::String>
64 template<
typename ProjectNameT = Aws::String>
65 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
66 template<
typename ProjectNameT = Aws::String>
74 template<
typename CreationTimeT = Aws::Utils::DateTime>
75 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
76 template<
typename CreationTimeT = Aws::Utils::DateTime>
82 bool m_projectArnHasBeenSet =
false;
85 bool m_projectStageHasBeenSet =
false;
88 bool m_projectNameHasBeenSet =
false;
91 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 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)
void SetProjectArn(ProjectArnT &&value)
bool ProjectNameHasBeenSet() 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)
DataAutomationProjectStage
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue