7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securitylake/SecurityLakeRequest.h>
10#include <aws/securitylake/SecurityLake_EXPORTS.h>
11#include <aws/securitylake/model/DataLakeConfiguration.h>
16namespace SecurityLake {
40 template <
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
42 m_configurationsHasBeenSet =
true;
43 m_configurations = std::forward<ConfigurationsT>(value);
45 template <
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
50 template <
typename ConfigurationsT = DataLakeConfiguration>
52 m_configurationsHasBeenSet =
true;
53 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
66 template <
typename MetaStoreManagerRoleArnT = Aws::String>
68 m_metaStoreManagerRoleArnHasBeenSet =
true;
69 m_metaStoreManagerRoleArn = std::forward<MetaStoreManagerRoleArnT>(value);
71 template <
typename MetaStoreManagerRoleArnT = Aws::String>
81 bool m_configurationsHasBeenSet =
false;
82 bool m_metaStoreManagerRoleArnHasBeenSet =
false;
UpdateDataLakeRequest & WithConfigurations(ConfigurationsT &&value)
bool ConfigurationsHasBeenSet() const
UpdateDataLakeRequest & WithMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT &&value)
const Aws::Vector< DataLakeConfiguration > & GetConfigurations() const
const Aws::String & GetMetaStoreManagerRoleArn() const
UpdateDataLakeRequest & AddConfigurations(ConfigurationsT &&value)
void SetConfigurations(ConfigurationsT &&value)
AWS_SECURITYLAKE_API UpdateDataLakeRequest()=default
void SetMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT &&value)
AWS_SECURITYLAKE_API Aws::String SerializePayload() const override
bool MetaStoreManagerRoleArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector