7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHubRequest.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
11#include <aws/securityhub/model/ControlFindingGenerator.h>
39 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
41 m_tagsHasBeenSet =
true;
42 m_tags = std::forward<TagsT>(value);
44 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
46 SetTags(std::forward<TagsT>(value));
49 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
51 m_tagsHasBeenSet =
true;
52 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
68 m_enableDefaultStandardsHasBeenSet =
true;
69 m_enableDefaultStandards = value;
94 m_controlFindingGeneratorHasBeenSet =
true;
95 m_controlFindingGenerator = value;
105 bool m_enableDefaultStandards{
false};
108 bool m_tagsHasBeenSet =
false;
109 bool m_enableDefaultStandardsHasBeenSet =
false;
110 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