7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/securitylake/SecurityLakeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/securitylake/model/DataLakeConfiguration.h>
44 template<
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
45 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
46 template<
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
48 template<
typename ConfigurationsT = DataLakeConfiguration>
60 template<
typename MetaStoreManagerRoleArnT = Aws::String>
61 void SetMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT&& value) { m_metaStoreManagerRoleArnHasBeenSet =
true; m_metaStoreManagerRoleArn = std::forward<MetaStoreManagerRoleArnT>(value); }
62 template<
typename MetaStoreManagerRoleArnT = Aws::String>
68 bool m_configurationsHasBeenSet =
false;
71 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