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/SecurityControlCustomParameter.h>
47 template <
typename EnabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
49 m_enabledSecurityControlIdentifiersHasBeenSet =
true;
50 m_enabledSecurityControlIdentifiers = std::forward<EnabledSecurityControlIdentifiersT>(value);
52 template <
typename EnabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
57 template <
typename EnabledSecurityControlIdentifiersT = Aws::String>
59 m_enabledSecurityControlIdentifiersHasBeenSet =
true;
60 m_enabledSecurityControlIdentifiers.emplace_back(std::forward<EnabledSecurityControlIdentifiersT>(value));
73 template <
typename DisabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
75 m_disabledSecurityControlIdentifiersHasBeenSet =
true;
76 m_disabledSecurityControlIdentifiers = std::forward<DisabledSecurityControlIdentifiersT>(value);
78 template <
typename DisabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
83 template <
typename DisabledSecurityControlIdentifiersT = Aws::String>
85 m_disabledSecurityControlIdentifiersHasBeenSet =
true;
86 m_disabledSecurityControlIdentifiers.emplace_back(std::forward<DisabledSecurityControlIdentifiersT>(value));
97 return m_securityControlCustomParameters;
100 template <
typename SecurityControlCustomParametersT = Aws::Vector<SecurityControlCustomParameter>>
102 m_securityControlCustomParametersHasBeenSet =
true;
103 m_securityControlCustomParameters = std::forward<SecurityControlCustomParametersT>(value);
105 template <
typename SecurityControlCustomParametersT = Aws::Vector<SecurityControlCustomParameter>>
110 template <
typename SecurityControlCustomParametersT = SecurityControlCustomParameter>
112 m_securityControlCustomParametersHasBeenSet =
true;
113 m_securityControlCustomParameters.emplace_back(std::forward<SecurityControlCustomParametersT>(value));
123 bool m_enabledSecurityControlIdentifiersHasBeenSet =
false;
124 bool m_disabledSecurityControlIdentifiersHasBeenSet =
false;
125 bool m_securityControlCustomParametersHasBeenSet =
false;
SecurityControlsConfiguration & AddSecurityControlCustomParameters(SecurityControlCustomParametersT &&value)
bool SecurityControlCustomParametersHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEnabledSecurityControlIdentifiers(EnabledSecurityControlIdentifiersT &&value)
AWS_SECURITYHUB_API SecurityControlsConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetDisabledSecurityControlIdentifiers() const
void SetSecurityControlCustomParameters(SecurityControlCustomParametersT &&value)
bool DisabledSecurityControlIdentifiersHasBeenSet() const
AWS_SECURITYHUB_API SecurityControlsConfiguration()=default
bool EnabledSecurityControlIdentifiersHasBeenSet() const
SecurityControlsConfiguration & WithDisabledSecurityControlIdentifiers(DisabledSecurityControlIdentifiersT &&value)
SecurityControlsConfiguration & AddDisabledSecurityControlIdentifiers(DisabledSecurityControlIdentifiersT &&value)
AWS_SECURITYHUB_API SecurityControlsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEnabledSecurityControlIdentifiers() const
const Aws::Vector< SecurityControlCustomParameter > & GetSecurityControlCustomParameters() const
SecurityControlsConfiguration & WithSecurityControlCustomParameters(SecurityControlCustomParametersT &&value)
SecurityControlsConfiguration & AddEnabledSecurityControlIdentifiers(EnabledSecurityControlIdentifiersT &&value)
SecurityControlsConfiguration & WithEnabledSecurityControlIdentifiers(EnabledSecurityControlIdentifiersT &&value)
void SetDisabledSecurityControlIdentifiers(DisabledSecurityControlIdentifiersT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue