7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/AuthorizerStatus.h>
43 template <
typename AuthorizerNameT = Aws::String>
45 m_authorizerNameHasBeenSet =
true;
46 m_authorizerName = std::forward<AuthorizerNameT>(value);
48 template <
typename AuthorizerNameT = Aws::String>
61 template <
typename AuthorizerArnT = Aws::String>
63 m_authorizerArnHasBeenSet =
true;
64 m_authorizerArn = std::forward<AuthorizerArnT>(value);
66 template <
typename AuthorizerArnT = Aws::String>
79 template <
typename AuthorizerFunctionArnT = Aws::String>
81 m_authorizerFunctionArnHasBeenSet =
true;
82 m_authorizerFunctionArn = std::forward<AuthorizerFunctionArnT>(value);
84 template <
typename AuthorizerFunctionArnT = Aws::String>
97 template <
typename TokenKeyNameT = Aws::String>
99 m_tokenKeyNameHasBeenSet =
true;
100 m_tokenKeyName = std::forward<TokenKeyNameT>(value);
102 template <
typename TokenKeyNameT = Aws::String>
116 template <
typename TokenSigningPublicKeysT = Aws::Map<Aws::String, Aws::String>>
118 m_tokenSigningPublicKeysHasBeenSet =
true;
119 m_tokenSigningPublicKeys = std::forward<TokenSigningPublicKeysT>(value);
121 template <
typename TokenSigningPublicKeysT = Aws::Map<Aws::String, Aws::String>>
126 template <
typename TokenSigningPublicKeysKeyT = Aws::String,
typename TokenSigningPublicKeysValueT = Aws::String>
128 m_tokenSigningPublicKeysHasBeenSet =
true;
129 m_tokenSigningPublicKeys.emplace(std::forward<TokenSigningPublicKeysKeyT>(key), std::forward<TokenSigningPublicKeysValueT>(value));
141 m_statusHasBeenSet =
true;
156 template <
typename CreationDateT = Aws::Utils::DateTime>
158 m_creationDateHasBeenSet =
true;
159 m_creationDate = std::forward<CreationDateT>(value);
161 template <
typename CreationDateT = Aws::Utils::DateTime>
174 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
176 m_lastModifiedDateHasBeenSet =
true;
177 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
179 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
194 m_signingDisabledHasBeenSet =
true;
195 m_signingDisabled = value;
212 m_enableCachingForHttpHasBeenSet =
true;
213 m_enableCachingForHttp = value;
237 bool m_signingDisabled{
false};
239 bool m_enableCachingForHttp{
false};
240 bool m_authorizerNameHasBeenSet =
false;
241 bool m_authorizerArnHasBeenSet =
false;
242 bool m_authorizerFunctionArnHasBeenSet =
false;
243 bool m_tokenKeyNameHasBeenSet =
false;
244 bool m_tokenSigningPublicKeysHasBeenSet =
false;
245 bool m_statusHasBeenSet =
false;
246 bool m_creationDateHasBeenSet =
false;
247 bool m_lastModifiedDateHasBeenSet =
false;
248 bool m_signingDisabledHasBeenSet =
false;
249 bool m_enableCachingForHttpHasBeenSet =
false;
bool CreationDateHasBeenSet() const
bool GetSigningDisabled() const
bool GetEnableCachingForHttp() const
void SetCreationDate(CreationDateT &&value)
bool AuthorizerFunctionArnHasBeenSet() const
AuthorizerDescription & WithEnableCachingForHttp(bool value)
void SetAuthorizerArn(AuthorizerArnT &&value)
AuthorizerDescription & WithStatus(AuthorizerStatus value)
void SetTokenKeyName(TokenKeyNameT &&value)
bool TokenSigningPublicKeysHasBeenSet() const
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTokenSigningPublicKeys() const
void SetTokenSigningPublicKeys(TokenSigningPublicKeysT &&value)
AuthorizerDescription & WithTokenSigningPublicKeys(TokenSigningPublicKeysT &&value)
bool TokenKeyNameHasBeenSet() const
const Aws::String & GetAuthorizerArn() const
AuthorizerDescription & WithAuthorizerArn(AuthorizerArnT &&value)
bool EnableCachingForHttpHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API AuthorizerDescription()=default
void SetAuthorizerFunctionArn(AuthorizerFunctionArnT &&value)
const Aws::String & GetAuthorizerFunctionArn() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
AWS_IOT_API AuthorizerDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthorizerDescription & WithLastModifiedDate(LastModifiedDateT &&value)
bool StatusHasBeenSet() const
AuthorizerDescription & WithAuthorizerFunctionArn(AuthorizerFunctionArnT &&value)
void SetAuthorizerName(AuthorizerNameT &&value)
const Aws::String & GetAuthorizerName() const
void SetSigningDisabled(bool value)
bool LastModifiedDateHasBeenSet() const
bool AuthorizerArnHasBeenSet() const
AuthorizerDescription & AddTokenSigningPublicKeys(TokenSigningPublicKeysKeyT &&key, TokenSigningPublicKeysValueT &&value)
AuthorizerDescription & WithTokenKeyName(TokenKeyNameT &&value)
AuthorizerDescription & WithSigningDisabled(bool value)
bool AuthorizerNameHasBeenSet() const
bool SigningDisabledHasBeenSet() const
AuthorizerStatus GetStatus() const
AuthorizerDescription & WithCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
AuthorizerDescription & WithAuthorizerName(AuthorizerNameT &&value)
AWS_IOT_API AuthorizerDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTokenKeyName() const
void SetStatus(AuthorizerStatus value)
void SetEnableCachingForHttp(bool 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
Aws::Utils::Json::JsonValue JsonValue