AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
UpdateLakehouseConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace RedshiftServerless {
22namespace Model {
24 public:
25 AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult() = default;
27 AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult& operator=(
29
31
35 inline const Aws::String& GetCatalogArn() const { return m_catalogArn; }
36 template <typename CatalogArnT = Aws::String>
37 void SetCatalogArn(CatalogArnT&& value) {
38 m_catalogArnHasBeenSet = true;
39 m_catalogArn = std::forward<CatalogArnT>(value);
40 }
41 template <typename CatalogArnT = Aws::String>
43 SetCatalogArn(std::forward<CatalogArnT>(value));
44 return *this;
45 }
47
49
54 inline const Aws::String& GetLakehouseIdcApplicationArn() const { return m_lakehouseIdcApplicationArn; }
55 template <typename LakehouseIdcApplicationArnT = Aws::String>
56 void SetLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT&& value) {
57 m_lakehouseIdcApplicationArnHasBeenSet = true;
58 m_lakehouseIdcApplicationArn = std::forward<LakehouseIdcApplicationArnT>(value);
59 }
60 template <typename LakehouseIdcApplicationArnT = Aws::String>
62 SetLakehouseIdcApplicationArn(std::forward<LakehouseIdcApplicationArnT>(value));
63 return *this;
64 }
66
68
73 inline const Aws::String& GetLakehouseRegistrationStatus() const { return m_lakehouseRegistrationStatus; }
74 template <typename LakehouseRegistrationStatusT = Aws::String>
75 void SetLakehouseRegistrationStatus(LakehouseRegistrationStatusT&& value) {
76 m_lakehouseRegistrationStatusHasBeenSet = true;
77 m_lakehouseRegistrationStatus = std::forward<LakehouseRegistrationStatusT>(value);
78 }
79 template <typename LakehouseRegistrationStatusT = Aws::String>
81 SetLakehouseRegistrationStatus(std::forward<LakehouseRegistrationStatusT>(value));
82 return *this;
83 }
85
87
90 inline const Aws::String& GetNamespaceName() const { return m_namespaceName; }
91 template <typename NamespaceNameT = Aws::String>
92 void SetNamespaceName(NamespaceNameT&& value) {
93 m_namespaceNameHasBeenSet = true;
94 m_namespaceName = std::forward<NamespaceNameT>(value);
95 }
96 template <typename NamespaceNameT = Aws::String>
98 SetNamespaceName(std::forward<NamespaceNameT>(value));
99 return *this;
100 }
102
104
105 inline const Aws::String& GetRequestId() const { return m_requestId; }
106 template <typename RequestIdT = Aws::String>
107 void SetRequestId(RequestIdT&& value) {
108 m_requestIdHasBeenSet = true;
109 m_requestId = std::forward<RequestIdT>(value);
110 }
111 template <typename RequestIdT = Aws::String>
113 SetRequestId(std::forward<RequestIdT>(value));
114 return *this;
115 }
117 private:
118 Aws::String m_catalogArn;
119
120 Aws::String m_lakehouseIdcApplicationArn;
121
122 Aws::String m_lakehouseRegistrationStatus;
123
124 Aws::String m_namespaceName;
125
126 Aws::String m_requestId;
127 bool m_catalogArnHasBeenSet = false;
128 bool m_lakehouseIdcApplicationArnHasBeenSet = false;
129 bool m_lakehouseRegistrationStatusHasBeenSet = false;
130 bool m_namespaceNameHasBeenSet = false;
131 bool m_requestIdHasBeenSet = false;
132};
133
134} // namespace Model
135} // namespace RedshiftServerless
136} // 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