AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
UpdateLakehouseConfigurationResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.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 RedshiftServerless {
23namespace Model {
25 public:
26 AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult() = default;
28 AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult& operator=(
30
32
36 inline const Aws::String& GetCatalogArn() const { return m_catalogArn; }
37 template <typename CatalogArnT = Aws::String>
38 void SetCatalogArn(CatalogArnT&& value) {
39 m_catalogArnHasBeenSet = true;
40 m_catalogArn = std::forward<CatalogArnT>(value);
41 }
42 template <typename CatalogArnT = Aws::String>
44 SetCatalogArn(std::forward<CatalogArnT>(value));
45 return *this;
46 }
48
50
55 inline const Aws::String& GetLakehouseIdcApplicationArn() const { return m_lakehouseIdcApplicationArn; }
56 template <typename LakehouseIdcApplicationArnT = Aws::String>
57 void SetLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT&& value) {
58 m_lakehouseIdcApplicationArnHasBeenSet = true;
59 m_lakehouseIdcApplicationArn = std::forward<LakehouseIdcApplicationArnT>(value);
60 }
61 template <typename LakehouseIdcApplicationArnT = Aws::String>
63 SetLakehouseIdcApplicationArn(std::forward<LakehouseIdcApplicationArnT>(value));
64 return *this;
65 }
67
69
74 inline const Aws::String& GetLakehouseRegistrationStatus() const { return m_lakehouseRegistrationStatus; }
75 template <typename LakehouseRegistrationStatusT = Aws::String>
76 void SetLakehouseRegistrationStatus(LakehouseRegistrationStatusT&& value) {
77 m_lakehouseRegistrationStatusHasBeenSet = true;
78 m_lakehouseRegistrationStatus = std::forward<LakehouseRegistrationStatusT>(value);
79 }
80 template <typename LakehouseRegistrationStatusT = Aws::String>
82 SetLakehouseRegistrationStatus(std::forward<LakehouseRegistrationStatusT>(value));
83 return *this;
84 }
86
88
91 inline const Aws::String& GetNamespaceName() const { return m_namespaceName; }
92 template <typename NamespaceNameT = Aws::String>
93 void SetNamespaceName(NamespaceNameT&& value) {
94 m_namespaceNameHasBeenSet = true;
95 m_namespaceName = std::forward<NamespaceNameT>(value);
96 }
97 template <typename NamespaceNameT = Aws::String>
99 SetNamespaceName(std::forward<NamespaceNameT>(value));
100 return *this;
101 }
103
105
106 inline const Aws::String& GetRequestId() const { return m_requestId; }
107 template <typename RequestIdT = Aws::String>
108 void SetRequestId(RequestIdT&& value) {
109 m_requestIdHasBeenSet = true;
110 m_requestId = std::forward<RequestIdT>(value);
111 }
112 template <typename RequestIdT = Aws::String>
114 SetRequestId(std::forward<RequestIdT>(value));
115 return *this;
116 }
118 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
119
120 private:
121 Aws::String m_catalogArn;
122
123 Aws::String m_lakehouseIdcApplicationArn;
124
125 Aws::String m_lakehouseRegistrationStatus;
126
127 Aws::String m_namespaceName;
128
129 Aws::String m_requestId;
130 Aws::Http::HttpResponseCode m_HttpResponseCode;
131 bool m_catalogArnHasBeenSet = false;
132 bool m_lakehouseIdcApplicationArnHasBeenSet = false;
133 bool m_lakehouseRegistrationStatusHasBeenSet = false;
134 bool m_namespaceNameHasBeenSet = false;
135 bool m_requestIdHasBeenSet = false;
136};
137
138} // namespace Model
139} // namespace RedshiftServerless
140} // namespace Aws
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLakehouseConfigurationResult & WithCatalogArn(CatalogArnT &&value)
UpdateLakehouseConfigurationResult & WithLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult()=default
UpdateLakehouseConfigurationResult & WithRequestId(RequestIdT &&value)
UpdateLakehouseConfigurationResult & WithNamespaceName(NamespaceNameT &&value)
UpdateLakehouseConfigurationResult & WithLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue