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/DataAutomationProjectStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockDataAutomation {
40 template <
typename ProjectArnT = Aws::String>
42 m_projectArnHasBeenSet =
true;
43 m_projectArn = std::forward<ProjectArnT>(value);
45 template <
typename ProjectArnT = Aws::String>
56 m_projectStageHasBeenSet =
true;
57 m_projectStage = value;
69 m_statusHasBeenSet =
true;
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
100 bool m_projectArnHasBeenSet =
false;
101 bool m_projectStageHasBeenSet =
false;
102 bool m_statusHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetProjectStage(DataAutomationProjectStage value)
CreateDataAutomationProjectResult & WithStatus(DataAutomationProjectStatus value)
DataAutomationProjectStage GetProjectStage() const
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjectArn(ProjectArnT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetProjectArn() const
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(DataAutomationProjectStatus value)
CreateDataAutomationProjectResult & WithRequestId(RequestIdT &&value)
DataAutomationProjectStatus GetStatus() const
CreateDataAutomationProjectResult & WithProjectArn(ProjectArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult()=default
CreateDataAutomationProjectResult & WithProjectStage(DataAutomationProjectStage value)
DataAutomationProjectStage
DataAutomationProjectStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue