7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/iot/model/ConfigName.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
60 template<
typename ConfigurationT = Aws::Map<ConfigName, Aws::String>>
61 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
62 template<
typename ConfigurationT = Aws::Map<ConfigName, Aws::String>>
65 m_configurationHasBeenSet =
true; m_configuration.emplace(key, value);
return *
this;
70 bool m_enabled{
false};
71 bool m_enabledHasBeenSet =
false;
74 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