AWS SDK for C++

AWS SDK for C++ Version 1.11.760

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/http/HttpResponse.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 DeleteDataAutomationProjectResult() = default;
34 AWS_BEDROCKDATAAUTOMATION_API DeleteDataAutomationProjectResult& 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 DataAutomationProjectStatus GetStatus() const { return m_status; }
56 m_statusHasBeenSet = true;
57 m_status = value;
58 }
60 SetStatus(value);
61 return *this;
62 }
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
68 template <typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) {
70 m_requestIdHasBeenSet = true;
71 m_requestId = std::forward<RequestIdT>(value);
72 }
73 template <typename RequestIdT = Aws::String>
75 SetRequestId(std::forward<RequestIdT>(value));
76 return *this;
77 }
79 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
80
81 private:
82 Aws::String m_projectArn;
83
85
86 Aws::String m_requestId;
87 Aws::Http::HttpResponseCode m_HttpResponseCode;
88 bool m_projectArnHasBeenSet = false;
89 bool m_statusHasBeenSet = false;
90 bool m_requestIdHasBeenSet = false;
91};
92
93} // namespace Model
94} // namespace BedrockDataAutomation
95} // 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::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