7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoTRequest.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/AuthorizerStatus.h>
13#include <aws/iot/model/Tag.h>
41 template <
typename AuthorizerNameT = Aws::String>
43 m_authorizerNameHasBeenSet =
true;
44 m_authorizerName = std::forward<AuthorizerNameT>(value);
46 template <
typename AuthorizerNameT = Aws::String>
59 template <
typename AuthorizerFunctionArnT = Aws::String>
61 m_authorizerFunctionArnHasBeenSet =
true;
62 m_authorizerFunctionArn = std::forward<AuthorizerFunctionArnT>(value);
64 template <
typename AuthorizerFunctionArnT = Aws::String>
78 template <
typename TokenKeyNameT = Aws::String>
80 m_tokenKeyNameHasBeenSet =
true;
81 m_tokenKeyName = std::forward<TokenKeyNameT>(value);
83 template <
typename TokenKeyNameT = Aws::String>
97 template <
typename TokenSigningPublicKeysT = Aws::Map<Aws::String, Aws::String>>
99 m_tokenSigningPublicKeysHasBeenSet =
true;
100 m_tokenSigningPublicKeys = std::forward<TokenSigningPublicKeysT>(value);
102 template <
typename TokenSigningPublicKeysT = Aws::Map<Aws::String, Aws::String>>
107 template <
typename TokenSigningPublicKeysKeyT = Aws::String,
typename TokenSigningPublicKeysValueT = Aws::String>
109 m_tokenSigningPublicKeysHasBeenSet =
true;
110 m_tokenSigningPublicKeys.emplace(std::forward<TokenSigningPublicKeysKeyT>(key), std::forward<TokenSigningPublicKeysValueT>(value));
122 m_statusHasBeenSet =
true;
141 template <
typename TagsT = Aws::Vector<Tag>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Vector<Tag>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsT = Tag>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace_back(std::forward<TagsT>(value));
167 m_signingDisabledHasBeenSet =
true;
168 m_signingDisabled = value;
188 m_enableCachingForHttpHasBeenSet =
true;
189 m_enableCachingForHttp = value;
198 bool m_authorizerNameHasBeenSet =
false;
201 bool m_authorizerFunctionArnHasBeenSet =
false;
204 bool m_tokenKeyNameHasBeenSet =
false;
207 bool m_tokenSigningPublicKeysHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
213 bool m_tagsHasBeenSet =
false;
215 bool m_signingDisabled{
false};
216 bool m_signingDisabledHasBeenSet =
false;
218 bool m_enableCachingForHttp{
false};
219 bool m_enableCachingForHttpHasBeenSet =
false;
bool EnableCachingForHttpHasBeenSet() const
bool AuthorizerFunctionArnHasBeenSet() const
void SetAuthorizerName(AuthorizerNameT &&value)
bool TagsHasBeenSet() const
CreateAuthorizerRequest & AddTokenSigningPublicKeys(TokenSigningPublicKeysKeyT &&key, TokenSigningPublicKeysValueT &&value)
bool AuthorizerNameHasBeenSet() const
bool GetSigningDisabled() const
const Aws::Vector< Tag > & GetTags() const
CreateAuthorizerRequest & WithAuthorizerFunctionArn(AuthorizerFunctionArnT &&value)
bool SigningDisabledHasBeenSet() const
void SetAuthorizerFunctionArn(AuthorizerFunctionArnT &&value)
CreateAuthorizerRequest & WithStatus(AuthorizerStatus value)
bool TokenKeyNameHasBeenSet() const
const Aws::String & GetTokenKeyName() const
CreateAuthorizerRequest & WithTokenSigningPublicKeys(TokenSigningPublicKeysT &&value)
CreateAuthorizerRequest & WithTokenKeyName(TokenKeyNameT &&value)
void SetTokenKeyName(TokenKeyNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTokenSigningPublicKeys() const
CreateAuthorizerRequest & WithEnableCachingForHttp(bool value)
CreateAuthorizerRequest & WithAuthorizerName(AuthorizerNameT &&value)
void SetEnableCachingForHttp(bool value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool StatusHasBeenSet() const
CreateAuthorizerRequest & WithSigningDisabled(bool value)
AWS_IOT_API CreateAuthorizerRequest()=default
bool GetEnableCachingForHttp() const
void SetSigningDisabled(bool value)
void SetStatus(AuthorizerStatus value)
AuthorizerStatus GetStatus() const
CreateAuthorizerRequest & AddTags(TagsT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
const Aws::String & GetAuthorizerName() const
void SetTokenSigningPublicKeys(TokenSigningPublicKeysT &&value)
const Aws::String & GetAuthorizerFunctionArn() const
bool TokenSigningPublicKeysHasBeenSet() const
CreateAuthorizerRequest & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector