7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDefaultAuthorizerName(
const char* value) { m_defaultAuthorizerNameHasBeenSet =
true; m_defaultAuthorizerName.assign(value); }
68 bool m_defaultAuthorizerNameHasBeenSet =
false;
70 bool m_allowAuthorizerOverride;
71 bool m_allowAuthorizerOverrideHasBeenSet =
false;
bool DefaultAuthorizerNameHasBeenSet() const
void SetDefaultAuthorizerName(const char *value)
bool GetAllowAuthorizerOverride() const
AuthorizerConfig & WithDefaultAuthorizerName(const char *value)
AuthorizerConfig & WithDefaultAuthorizerName(const Aws::String &value)
void SetAllowAuthorizerOverride(bool value)
AWS_IOT_API AuthorizerConfig()
AuthorizerConfig & WithDefaultAuthorizerName(Aws::String &&value)
bool AllowAuthorizerOverrideHasBeenSet() const
AWS_IOT_API AuthorizerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API AuthorizerConfig(Aws::Utils::Json::JsonView jsonValue)
AuthorizerConfig & WithAllowAuthorizerOverride(bool value)
void SetDefaultAuthorizerName(const Aws::String &value)
const Aws::String & GetDefaultAuthorizerName() const
void SetDefaultAuthorizerName(Aws::String &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue