7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace RedshiftServerless {
36 template <
typename CatalogArnT = Aws::String>
38 m_catalogArnHasBeenSet =
true;
39 m_catalogArn = std::forward<CatalogArnT>(value);
41 template <
typename CatalogArnT = Aws::String>
55 template <
typename LakehouseIdcApplicationArnT = Aws::String>
57 m_lakehouseIdcApplicationArnHasBeenSet =
true;
58 m_lakehouseIdcApplicationArn = std::forward<LakehouseIdcApplicationArnT>(value);
60 template <
typename LakehouseIdcApplicationArnT = Aws::String>
74 template <
typename LakehouseRegistrationStatusT = Aws::String>
76 m_lakehouseRegistrationStatusHasBeenSet =
true;
77 m_lakehouseRegistrationStatus = std::forward<LakehouseRegistrationStatusT>(value);
79 template <
typename LakehouseRegistrationStatusT = Aws::String>
91 template <
typename NamespaceNameT = Aws::String>
93 m_namespaceNameHasBeenSet =
true;
94 m_namespaceName = std::forward<NamespaceNameT>(value);
96 template <
typename NamespaceNameT = Aws::String>
106 template <
typename RequestIdT = Aws::String>
108 m_requestIdHasBeenSet =
true;
109 m_requestId = std::forward<RequestIdT>(value);
111 template <
typename RequestIdT = Aws::String>
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;
const Aws::String & GetCatalogArn() const
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNamespaceName() const
UpdateLakehouseConfigurationResult & WithCatalogArn(CatalogArnT &&value)
void SetLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
void SetRequestId(RequestIdT &&value)
UpdateLakehouseConfigurationResult & WithLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLakehouseRegistrationStatus() const
const Aws::String & GetLakehouseIdcApplicationArn() const
AWS_REDSHIFTSERVERLESS_API UpdateLakehouseConfigurationResult()=default
UpdateLakehouseConfigurationResult & WithRequestId(RequestIdT &&value)
UpdateLakehouseConfigurationResult & WithNamespaceName(NamespaceNameT &&value)
void SetCatalogArn(CatalogArnT &&value)
void SetLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT &&value)
void SetNamespaceName(NamespaceNameT &&value)
UpdateLakehouseConfigurationResult & WithLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue