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