7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/ConfigName.h>
44 m_enabledHasBeenSet =
true;
60 template <
typename ConfigurationT = Aws::Map<ConfigName, Aws::String>>
62 m_configurationHasBeenSet =
true;
63 m_configuration = std::forward<ConfigurationT>(value);
65 template <
typename ConfigurationT = Aws::Map<ConfigName, Aws::String>>
71 m_configurationHasBeenSet =
true;
72 m_configuration.emplace(key, value);
77 bool m_enabled{
false};
80 bool m_enabledHasBeenSet =
false;
81 bool m_configurationHasBeenSet =
false;
AWS_IOT_API AuditCheckConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< ConfigName, Aws::String > & GetConfiguration() const
AWS_IOT_API AuditCheckConfiguration()=default
bool ConfigurationHasBeenSet() const
AWS_IOT_API AuditCheckConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AuditCheckConfiguration & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetEnabled(bool value)
AuditCheckConfiguration & WithEnabled(bool value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnabledHasBeenSet() const
AuditCheckConfiguration & AddConfiguration(ConfigName key, Aws::String 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
Aws::Utils::Json::JsonValue JsonValue