7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
43 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
44 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
46 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
48 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
54 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
EnableSecurityHubV2Request & WithTags(TagsT &&value)
EnableSecurityHubV2Request & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_SECURITYHUB_API EnableSecurityHubV2Request()=default
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String