AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
GetDataAutomationProjectResult.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DataAutomationProject.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 GetDataAutomationProjectResult() = default;
33 AWS_BEDROCKDATAAUTOMATION_API GetDataAutomationProjectResult& operator=(
35
37
38 inline const DataAutomationProject& GetProject() const { return m_project; }
39 template <typename ProjectT = DataAutomationProject>
40 void SetProject(ProjectT&& value) {
41 m_projectHasBeenSet = true;
42 m_project = std::forward<ProjectT>(value);
43 }
44 template <typename ProjectT = DataAutomationProject>
46 SetProject(std::forward<ProjectT>(value));
47 return *this;
48 }
50
52
53 inline const Aws::String& GetRequestId() const { return m_requestId; }
54 template <typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) {
56 m_requestIdHasBeenSet = true;
57 m_requestId = std::forward<RequestIdT>(value);
58 }
59 template <typename RequestIdT = Aws::String>
61 SetRequestId(std::forward<RequestIdT>(value));
62 return *this;
63 }
65 private:
66 DataAutomationProject m_project;
67
68 Aws::String m_requestId;
69 bool m_projectHasBeenSet = false;
70 bool m_requestIdHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace BedrockDataAutomation
75} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API GetDataAutomationProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataAutomationProjectResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKDATAAUTOMATION_API GetDataAutomationProjectResult()=default
AWS_BEDROCKDATAAUTOMATION_API GetDataAutomationProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue