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/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace BedrockDataAutomation {
41 template <
typename ProjectArnT = Aws::String>
43 m_projectArnHasBeenSet =
true;
44 m_projectArn = std::forward<ProjectArnT>(value);
46 template <
typename ProjectArnT = Aws::String>
57 m_projectStageHasBeenSet =
true;
58 m_projectStage = value;
70 m_statusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
104 bool m_projectArnHasBeenSet =
false;
105 bool m_projectStageHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
107 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue