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>
46 template <
typename EnabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
48 m_enabledSecurityControlIdentifiersHasBeenSet =
true;
49 m_enabledSecurityControlIdentifiers = std::forward<EnabledSecurityControlIdentifiersT>(value);
51 template <
typename EnabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
56 template <
typename EnabledSecurityControlIdentifiersT = Aws::String>
58 m_enabledSecurityControlIdentifiersHasBeenSet =
true;
59 m_enabledSecurityControlIdentifiers.emplace_back(std::forward<EnabledSecurityControlIdentifiersT>(value));
72 template <
typename DisabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
74 m_disabledSecurityControlIdentifiersHasBeenSet =
true;
75 m_disabledSecurityControlIdentifiers = std::forward<DisabledSecurityControlIdentifiersT>(value);
77 template <
typename DisabledSecurityControlIdentifiersT = Aws::Vector<Aws::String>>
82 template <
typename DisabledSecurityControlIdentifiersT = Aws::String>
84 m_disabledSecurityControlIdentifiersHasBeenSet =
true;
85 m_disabledSecurityControlIdentifiers.emplace_back(std::forward<DisabledSecurityControlIdentifiersT>(value));
96 return m_securityControlCustomParameters;
99 template <
typename SecurityControlCustomParametersT = Aws::Vector<SecurityControlCustomParameter>>
101 m_securityControlCustomParametersHasBeenSet =
true;
102 m_securityControlCustomParameters = std::forward<SecurityControlCustomParametersT>(value);
104 template <
typename SecurityControlCustomParametersT = Aws::Vector<SecurityControlCustomParameter>>
109 template <
typename SecurityControlCustomParametersT = SecurityControlCustomParameter>
111 m_securityControlCustomParametersHasBeenSet =
true;
112 m_securityControlCustomParameters.emplace_back(std::forward<SecurityControlCustomParametersT>(value));
122 bool m_enabledSecurityControlIdentifiersHasBeenSet =
false;
123 bool m_disabledSecurityControlIdentifiersHasBeenSet =
false;
124 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