7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template <
typename ClusterIdentifierT = Aws::String>
46 m_clusterIdentifierHasBeenSet =
true;
47 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
49 template <
typename ClusterIdentifierT = Aws::String>
63 template <
typename LakehouseIdcApplicationArnT = Aws::String>
65 m_lakehouseIdcApplicationArnHasBeenSet =
true;
66 m_lakehouseIdcApplicationArn = std::forward<LakehouseIdcApplicationArnT>(value);
68 template <
typename LakehouseIdcApplicationArnT = Aws::String>
81 template <
typename LakehouseRegistrationStatusT = Aws::String>
83 m_lakehouseRegistrationStatusHasBeenSet =
true;
84 m_lakehouseRegistrationStatus = std::forward<LakehouseRegistrationStatusT>(value);
86 template <
typename LakehouseRegistrationStatusT = Aws::String>
99 template <
typename CatalogArnT = Aws::String>
101 m_catalogArnHasBeenSet =
true;
102 m_catalogArn = std::forward<CatalogArnT>(value);
104 template <
typename CatalogArnT = Aws::String>
114 template <
typename ResponseMetadataT = ResponseMetadata>
116 m_responseMetadataHasBeenSet =
true;
117 m_responseMetadata = std::forward<ResponseMetadataT>(value);
119 template <
typename ResponseMetadataT = ResponseMetadata>
138 bool m_clusterIdentifierHasBeenSet =
false;
139 bool m_lakehouseIdcApplicationArnHasBeenSet =
false;
140 bool m_lakehouseRegistrationStatusHasBeenSet =
false;
141 bool m_catalogArnHasBeenSet =
false;
142 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetLakehouseIdcApplicationArn() const
ModifyLakehouseConfigurationResult & WithLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ModifyLakehouseConfigurationResult & WithLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API ModifyLakehouseConfigurationResult()=default
const Aws::String & GetLakehouseRegistrationStatus() const
ModifyLakehouseConfigurationResult & WithClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetCatalogArn() const
ModifyLakehouseConfigurationResult & WithCatalogArn(CatalogArnT &&value)
ModifyLakehouseConfigurationResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetClusterIdentifier() const
void SetLakehouseIdcApplicationArn(LakehouseIdcApplicationArnT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
void SetLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
AWS_REDSHIFT_API ModifyLakehouseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetCatalogArn(CatalogArnT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API ModifyLakehouseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument