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/bedrock-data-automation/model/DataAutomationProjectStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace BedrockDataAutomation
45 template<
typename ProjectArnT = Aws::String>
46 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
47 template<
typename ProjectArnT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_projectArnHasBeenSet =
false;
79 bool m_projectStageHasBeenSet =
false;
82 bool m_statusHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
DataAutomationProjectStatus GetStatus() const
UpdateDataAutomationProjectResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetProjectArn() const
UpdateDataAutomationProjectResult & WithProjectStage(DataAutomationProjectStage value)
DataAutomationProjectStage GetProjectStage() const
void SetRequestId(RequestIdT &&value)
void SetProjectArn(ProjectArnT &&value)
void SetStatus(DataAutomationProjectStatus value)
AWS_BEDROCKDATAAUTOMATION_API UpdateDataAutomationProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjectStage(DataAutomationProjectStage value)
AWS_BEDROCKDATAAUTOMATION_API UpdateDataAutomationProjectResult()=default
AWS_BEDROCKDATAAUTOMATION_API UpdateDataAutomationProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDataAutomationProjectResult & WithStatus(DataAutomationProjectStatus value)
UpdateDataAutomationProjectResult & WithProjectArn(ProjectArnT &&value)
const Aws::String & GetRequestId() const
DataAutomationProjectStage
DataAutomationProjectStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue