AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
CreateDataAutomationProjectResult.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace BedrockDataAutomation {
24namespace Model {
31 public:
32 AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult() = default;
34 AWS_BEDROCKDATAAUTOMATION_API CreateDataAutomationProjectResult& operator=(
36
38
39 inline const Aws::String& GetProjectArn() const { return m_projectArn; }
40 template <typename ProjectArnT = Aws::String>
41 void SetProjectArn(ProjectArnT&& value) {
42 m_projectArnHasBeenSet = true;
43 m_projectArn = std::forward<ProjectArnT>(value);
44 }
45 template <typename ProjectArnT = Aws::String>
47 SetProjectArn(std::forward<ProjectArnT>(value));
48 return *this;
49 }
51
53
54 inline DataAutomationProjectStage GetProjectStage() const { return m_projectStage; }
56 m_projectStageHasBeenSet = true;
57 m_projectStage = value;
58 }
60 SetProjectStage(value);
61 return *this;
62 }
64
66
67 inline DataAutomationProjectStatus GetStatus() const { return m_status; }
69 m_statusHasBeenSet = true;
70 m_status = value;
71 }
73 SetStatus(value);
74 return *this;
75 }
77
79
80 inline const Aws::String& GetRequestId() const { return m_requestId; }
81 template <typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) {
83 m_requestIdHasBeenSet = true;
84 m_requestId = std::forward<RequestIdT>(value);
85 }
86 template <typename RequestIdT = Aws::String>
88 SetRequestId(std::forward<RequestIdT>(value));
89 return *this;
90 }
92 private:
93 Aws::String m_projectArn;
94
96
98
99 Aws::String m_requestId;
100 bool m_projectArnHasBeenSet = false;
101 bool m_projectStageHasBeenSet = false;
102 bool m_statusHasBeenSet = false;
103 bool m_requestIdHasBeenSet = false;
104};
105
106} // namespace Model
107} // namespace BedrockDataAutomation
108} // 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