AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DeleteDataAutomationProjectResult.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DataAutomationProjectStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace BedrockDataAutomation {
23namespace Model {
30 public:
31 AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult() = default;
33 AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult& operator=(
35
37
38 inline const Aws::String& GetProjectArn() const { return m_projectArn; }
39 template <typename ProjectArnT = Aws::String>
40 void SetProjectArn(ProjectArnT&& value) {
41 m_projectArnHasBeenSet = true;
42 m_projectArn = std::forward<ProjectArnT>(value);
43 }
44 template <typename ProjectArnT = Aws::String>
46 SetProjectArn(std::forward<ProjectArnT>(value));
47 return *this;
48 }
50
52
53 inline DataAutomationProjectStatus GetStatus() const { return m_status; }
55 m_statusHasBeenSet = true;
56 m_status = value;
57 }
59 SetStatus(value);
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_projectArn;
80
82
83 Aws::String m_requestId;
84 bool m_projectArnHasBeenSet = false;
85 bool m_statusHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace BedrockDataAutomation
91} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult()=default
AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteDataAutomationProjectResult & WithProjectArn(ProjectArnT &&value)
DeleteDataAutomationProjectResult & WithStatus(DataAutomationProjectStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue