7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AuthorizerNameT = Aws::String>
42 void SetAuthorizerName(AuthorizerNameT&& value) { m_authorizerNameHasBeenSet =
true; m_authorizerName = std::forward<AuthorizerNameT>(value); }
43 template<
typename AuthorizerNameT = Aws::String>
49 bool m_authorizerNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_IOT_API SetDefaultAuthorizerRequest()=default
bool AuthorizerNameHasBeenSet() const
SetDefaultAuthorizerRequest & WithAuthorizerName(AuthorizerNameT &&value)
void SetAuthorizerName(AuthorizerNameT &&value)
const Aws::String & GetAuthorizerName() const
AWS_IOT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String