7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
40 template <
typename AuthorizerNameT = Aws::String>
42 m_authorizerNameHasBeenSet =
true;
43 m_authorizerName = std::forward<AuthorizerNameT>(value);
45 template <
typename AuthorizerNameT = Aws::String>
58 template <
typename AuthorizerArnT = Aws::String>
60 m_authorizerArnHasBeenSet =
true;
61 m_authorizerArn = std::forward<AuthorizerArnT>(value);
63 template <
typename AuthorizerArnT = Aws::String>
73 bool m_authorizerNameHasBeenSet =
false;
74 bool m_authorizerArnHasBeenSet =
false;
const Aws::String & GetAuthorizerName() const
AWS_IOT_API AuthorizerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizerArnHasBeenSet() const
void SetAuthorizerName(AuthorizerNameT &&value)
AuthorizerSummary & WithAuthorizerName(AuthorizerNameT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API AuthorizerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizerArn(AuthorizerArnT &&value)
const Aws::String & GetAuthorizerArn() const
AuthorizerSummary & WithAuthorizerArn(AuthorizerArnT &&value)
bool AuthorizerNameHasBeenSet() const
AWS_IOT_API AuthorizerSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue