7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AuthorizerNameT = Aws::String>
47 void SetAuthorizerName(AuthorizerNameT&& value) { m_authorizerNameHasBeenSet =
true; m_authorizerName = std::forward<AuthorizerNameT>(value); }
48 template<
typename AuthorizerNameT = Aws::String>
58 template<
typename AuthorizerArnT = Aws::String>
59 void SetAuthorizerArn(AuthorizerArnT&& value) { m_authorizerArnHasBeenSet =
true; m_authorizerArn = std::forward<AuthorizerArnT>(value); }
60 template<
typename AuthorizerArnT = Aws::String>
66 bool m_authorizerNameHasBeenSet =
false;
69 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