7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/SecurityControlsConfiguration.h>
51 m_serviceEnabledHasBeenSet =
true;
52 m_serviceEnabled = value;
67 template <
typename EnabledStandardIdentifiersT = Aws::Vector<Aws::String>>
69 m_enabledStandardIdentifiersHasBeenSet =
true;
70 m_enabledStandardIdentifiers = std::forward<EnabledStandardIdentifiersT>(value);
72 template <
typename EnabledStandardIdentifiersT = Aws::Vector<Aws::String>>
77 template <
typename EnabledStandardIdentifiersT = Aws::String>
79 m_enabledStandardIdentifiersHasBeenSet =
true;
80 m_enabledStandardIdentifiers.emplace_back(std::forward<EnabledStandardIdentifiersT>(value));
93 template <
typename SecurityControlsConfigurationT = SecurityControlsConfiguration>
95 m_securityControlsConfigurationHasBeenSet =
true;
96 m_securityControlsConfiguration = std::forward<SecurityControlsConfigurationT>(value);
98 template <
typename SecurityControlsConfigurationT = SecurityControlsConfiguration>
105 bool m_serviceEnabled{
false};
109 SecurityControlsConfiguration m_securityControlsConfiguration;
110 bool m_serviceEnabledHasBeenSet =
false;
111 bool m_enabledStandardIdentifiersHasBeenSet =
false;
112 bool m_securityControlsConfigurationHasBeenSet =
false;
bool GetServiceEnabled() const
bool EnabledStandardIdentifiersHasBeenSet() const
SecurityHubPolicy & WithSecurityControlsConfiguration(SecurityControlsConfigurationT &&value)
SecurityHubPolicy & WithEnabledStandardIdentifiers(EnabledStandardIdentifiersT &&value)
AWS_SECURITYHUB_API SecurityHubPolicy()=default
void SetEnabledStandardIdentifiers(EnabledStandardIdentifiersT &&value)
bool ServiceEnabledHasBeenSet() const
AWS_SECURITYHUB_API SecurityHubPolicy(Aws::Utils::Json::JsonView jsonValue)
SecurityHubPolicy & AddEnabledStandardIdentifiers(EnabledStandardIdentifiersT &&value)
void SetSecurityControlsConfiguration(SecurityControlsConfigurationT &&value)
SecurityHubPolicy & WithServiceEnabled(bool value)
const Aws::Vector< Aws::String > & GetEnabledStandardIdentifiers() const
bool SecurityControlsConfigurationHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const SecurityControlsConfiguration & GetSecurityControlsConfiguration() const
void SetServiceEnabled(bool value)
AWS_SECURITYHUB_API SecurityHubPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue