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>
12#include <aws/securitylake/model/Tag.h>
45 template<
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
46 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
47 template<
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
49 template<
typename ConfigurationsT = DataLakeConfiguration>
61 template<
typename MetaStoreManagerRoleArnT = Aws::String>
62 void SetMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT&& value) { m_metaStoreManagerRoleArnHasBeenSet =
true; m_metaStoreManagerRoleArn = std::forward<MetaStoreManagerRoleArnT>(value); }
63 template<
typename MetaStoreManagerRoleArnT = Aws::String>
75 template<
typename TagsT = Aws::Vector<Tag>>
76 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
77 template<
typename TagsT = Aws::Vector<Tag>>
79 template<
typename TagsT = Tag>
85 bool m_configurationsHasBeenSet =
false;
88 bool m_metaStoreManagerRoleArnHasBeenSet =
false;
91 bool m_tagsHasBeenSet =
false;
void SetMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT &&value)
CreateDataLakeRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
CreateDataLakeRequest & AddConfigurations(ConfigurationsT &&value)
CreateDataLakeRequest & WithMetaStoreManagerRoleArn(MetaStoreManagerRoleArnT &&value)
void SetConfigurations(ConfigurationsT &&value)
CreateDataLakeRequest & WithConfigurations(ConfigurationsT &&value)
CreateDataLakeRequest & AddTags(TagsT &&value)
const Aws::Vector< DataLakeConfiguration > & GetConfigurations() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetMetaStoreManagerRoleArn() const
virtual const char * GetServiceRequestName() const override
bool MetaStoreManagerRoleArnHasBeenSet() const
bool ConfigurationsHasBeenSet() const
AWS_SECURITYLAKE_API CreateDataLakeRequest()=default
AWS_SECURITYLAKE_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector