AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CreateDataAutomationProjectResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace BedrockDataAutomation
26{
27namespace Model
28{
35 {
36 public:
37 AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult() = default;
40
41
43
44 inline const Aws::String& GetProjectArn() const { return m_projectArn; }
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>
48 CreateDataAutomationProjectResult& WithProjectArn(ProjectArnT&& value) { SetProjectArn(std::forward<ProjectArnT>(value)); return *this;}
50
52
53 inline DataAutomationProjectStage GetProjectStage() const { return m_projectStage; }
54 inline void SetProjectStage(DataAutomationProjectStage value) { m_projectStageHasBeenSet = true; m_projectStage = value; }
57
59
60 inline DataAutomationProjectStatus GetStatus() const { return m_status; }
61 inline void SetStatus(DataAutomationProjectStatus value) { m_statusHasBeenSet = true; m_status = value; }
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
71 CreateDataAutomationProjectResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
73 private:
74
75 Aws::String m_projectArn;
76 bool m_projectArnHasBeenSet = false;
77
79 bool m_projectStageHasBeenSet = false;
80
82 bool m_statusHasBeenSet = false;
83
84 Aws::String m_requestId;
85 bool m_requestIdHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace BedrockDataAutomation
90} // namespace Aws
CreateDataAutomationProjectResult & WithStatus(DataAutomationProjectStatus value)
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDataAutomationProjectResult & WithProjectArn(ProjectArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult()=default
CreateDataAutomationProjectResult & WithProjectStage(DataAutomationProjectStage value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue