7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/securityhub/model/ParameterConfiguration.h>
49 template<
typename SecurityControlIdT = Aws::String>
50 void SetSecurityControlId(SecurityControlIdT&& value) { m_securityControlIdHasBeenSet =
true; m_securityControlId = std::forward<SecurityControlIdT>(value); }
51 template<
typename SecurityControlIdT = Aws::String>
62 template<
typename ParametersT = Aws::Map<Aws::String, ParameterConfiguration>>
63 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
64 template<
typename ParametersT = Aws::Map<Aws::String, ParameterConfiguration>>
66 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = ParameterConfiguration>
68 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
74 bool m_securityControlIdHasBeenSet =
false;
77 bool m_parametersHasBeenSet =
false;
void SetSecurityControlId(SecurityControlIdT &&value)
void SetParameters(ParametersT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityControlIdHasBeenSet() const
AWS_SECURITYHUB_API SecurityControlCustomParameter()=default
AWS_SECURITYHUB_API SecurityControlCustomParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityControlCustomParameter & WithParameters(ParametersT &&value)
const Aws::Map< Aws::String, ParameterConfiguration > & GetParameters() const
SecurityControlCustomParameter & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
const Aws::String & GetSecurityControlId() const
SecurityControlCustomParameter & WithSecurityControlId(SecurityControlIdT &&value)
AWS_SECURITYHUB_API SecurityControlCustomParameter(Aws::Utils::Json::JsonView jsonValue)
bool ParametersHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue