7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DefaultAuthorizerNameT = Aws::String>
48 void SetDefaultAuthorizerName(DefaultAuthorizerNameT&& value) { m_defaultAuthorizerNameHasBeenSet =
true; m_defaultAuthorizerName = std::forward<DefaultAuthorizerNameT>(value); }
49 template<
typename DefaultAuthorizerNameT = Aws::String>
66 bool m_defaultAuthorizerNameHasBeenSet =
false;
68 bool m_allowAuthorizerOverride{
false};
69 bool m_allowAuthorizerOverrideHasBeenSet =
false;
bool DefaultAuthorizerNameHasBeenSet() const
void SetDefaultAuthorizerName(DefaultAuthorizerNameT &&value)
bool GetAllowAuthorizerOverride() const
void SetAllowAuthorizerOverride(bool 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)
const Aws::String & GetDefaultAuthorizerName() const
AuthorizerConfig & WithDefaultAuthorizerName(DefaultAuthorizerNameT &&value)
AWS_IOT_API AuthorizerConfig()=default
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