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/securityhub/model/ControlFindingGenerator.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
44 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
45 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
47 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
49 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
89 bool m_tagsHasBeenSet =
false;
91 bool m_enableDefaultStandards{
false};
92 bool m_enableDefaultStandardsHasBeenSet =
false;
95 bool m_controlFindingGeneratorHasBeenSet =
false;
ControlFindingGenerator GetControlFindingGenerator() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool EnableDefaultStandardsHasBeenSet() const
EnableSecurityHubRequest & WithEnableDefaultStandards(bool value)
void SetEnableDefaultStandards(bool value)
bool ControlFindingGeneratorHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_SECURITYHUB_API EnableSecurityHubRequest()=default
EnableSecurityHubRequest & WithControlFindingGenerator(ControlFindingGenerator value)
bool GetEnableDefaultStandards() const
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
EnableSecurityHubRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetControlFindingGenerator(ControlFindingGenerator value)
EnableSecurityHubRequest & WithTags(TagsT &&value)
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