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>
12#include <aws/securitylake/model/Tag.h>
17namespace SecurityLake {
41 template <
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
43 m_configurationsHasBeenSet =
true;
44 m_configurations = std::forward<ConfigurationsT>(value);
46 template <
typename ConfigurationsT = Aws::Vector<DataLakeConfiguration>>
51 template <
typename ConfigurationsT = DataLakeConfiguration>
53 m_configurationsHasBeenSet =
true;
54 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
67 template <
typename MetaStoreManagerRoleArnT = Aws::String>
69 m_metaStoreManagerRoleArnHasBeenSet =
true;
70 m_metaStoreManagerRoleArn = std::forward<MetaStoreManagerRoleArnT>(value);
72 template <
typename MetaStoreManagerRoleArnT = Aws::String>
87 template <
typename TagsT = Aws::Vector<Tag>>
89 m_tagsHasBeenSet =
true;
90 m_tags = std::forward<TagsT>(value);
92 template <
typename TagsT = Aws::Vector<Tag>>
94 SetTags(std::forward<TagsT>(value));
97 template <
typename TagsT = Tag>
99 m_tagsHasBeenSet =
true;
100 m_tags.emplace_back(std::forward<TagsT>(value));
110 bool m_configurationsHasBeenSet =
false;
111 bool m_metaStoreManagerRoleArnHasBeenSet =
false;
112 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