AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AuthorizerSummary.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoT
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOT_API AuthorizerSummary() = default;
38
39
41
44 inline const Aws::String& GetAuthorizerName() const { return m_authorizerName; }
45 inline bool AuthorizerNameHasBeenSet() const { return m_authorizerNameHasBeenSet; }
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>
49 AuthorizerSummary& WithAuthorizerName(AuthorizerNameT&& value) { SetAuthorizerName(std::forward<AuthorizerNameT>(value)); return *this;}
51
53
56 inline const Aws::String& GetAuthorizerArn() const { return m_authorizerArn; }
57 inline bool AuthorizerArnHasBeenSet() const { return m_authorizerArnHasBeenSet; }
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>
61 AuthorizerSummary& WithAuthorizerArn(AuthorizerArnT&& value) { SetAuthorizerArn(std::forward<AuthorizerArnT>(value)); return *this;}
63 private:
64
65 Aws::String m_authorizerName;
66 bool m_authorizerNameHasBeenSet = false;
67
68 Aws::String m_authorizerArn;
69 bool m_authorizerArnHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace IoT
74} // namespace Aws
const Aws::String & GetAuthorizerName() const
AWS_IOT_API AuthorizerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
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)
AWS_IOT_API AuthorizerSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue