7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template <
typename ClusterIdentifierT = Aws::String>
45 m_clusterIdentifierHasBeenSet =
true;
46 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
48 template <
typename ClusterIdentifierT = Aws::String>
62 template <
typename LakehouseIdcApplicationArnT = Aws::String>
64 m_lakehouseIdcApplicationArnHasBeenSet =
true;
65 m_lakehouseIdcApplicationArn = std::forward<LakehouseIdcApplicationArnT>(value);
67 template <
typename LakehouseIdcApplicationArnT = Aws::String>
80 template <
typename LakehouseRegistrationStatusT = Aws::String>
82 m_lakehouseRegistrationStatusHasBeenSet =
true;
83 m_lakehouseRegistrationStatus = std::forward<LakehouseRegistrationStatusT>(value);
85 template <
typename LakehouseRegistrationStatusT = Aws::String>
98 template <
typename CatalogArnT = Aws::String>
100 m_catalogArnHasBeenSet =
true;
101 m_catalogArn = std::forward<CatalogArnT>(value);
103 template <
typename CatalogArnT = Aws::String>
113 template <
typename ResponseMetadataT = ResponseMetadata>
115 m_responseMetadataHasBeenSet =
true;
116 m_responseMetadata = std::forward<ResponseMetadataT>(value);
118 template <
typename ResponseMetadataT = ResponseMetadata>
134 bool m_clusterIdentifierHasBeenSet =
false;
135 bool m_lakehouseIdcApplicationArnHasBeenSet =
false;
136 bool m_lakehouseRegistrationStatusHasBeenSet =
false;
137 bool m_catalogArnHasBeenSet =
false;
138 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetLakehouseIdcApplicationArn() const
ModifyLakehouseConfigurationResult & WithLakehouseRegistrationStatus(LakehouseRegistrationStatusT &&value)
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