7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
41 template <
typename DefaultAuthorizerNameT = Aws::String>
43 m_defaultAuthorizerNameHasBeenSet =
true;
44 m_defaultAuthorizerName = std::forward<DefaultAuthorizerNameT>(value);
46 template <
typename DefaultAuthorizerNameT = Aws::String>
61 m_allowAuthorizerOverrideHasBeenSet =
true;
62 m_allowAuthorizerOverride = value;
71 bool m_defaultAuthorizerNameHasBeenSet =
false;
73 bool m_allowAuthorizerOverride{
false};
74 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