AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
38
39
41
44 inline const Aws::String& GetAuthorizerName() const{ return m_authorizerName; }
45 inline bool AuthorizerNameHasBeenSet() const { return m_authorizerNameHasBeenSet; }
46 inline void SetAuthorizerName(const Aws::String& value) { m_authorizerNameHasBeenSet = true; m_authorizerName = value; }
47 inline void SetAuthorizerName(Aws::String&& value) { m_authorizerNameHasBeenSet = true; m_authorizerName = std::move(value); }
48 inline void SetAuthorizerName(const char* value) { m_authorizerNameHasBeenSet = true; m_authorizerName.assign(value); }
49 inline AuthorizerSummary& WithAuthorizerName(const Aws::String& value) { SetAuthorizerName(value); return *this;}
50 inline AuthorizerSummary& WithAuthorizerName(Aws::String&& value) { SetAuthorizerName(std::move(value)); return *this;}
51 inline AuthorizerSummary& WithAuthorizerName(const char* value) { SetAuthorizerName(value); return *this;}
53
55
58 inline const Aws::String& GetAuthorizerArn() const{ return m_authorizerArn; }
59 inline bool AuthorizerArnHasBeenSet() const { return m_authorizerArnHasBeenSet; }
60 inline void SetAuthorizerArn(const Aws::String& value) { m_authorizerArnHasBeenSet = true; m_authorizerArn = value; }
61 inline void SetAuthorizerArn(Aws::String&& value) { m_authorizerArnHasBeenSet = true; m_authorizerArn = std::move(value); }
62 inline void SetAuthorizerArn(const char* value) { m_authorizerArnHasBeenSet = true; m_authorizerArn.assign(value); }
63 inline AuthorizerSummary& WithAuthorizerArn(const Aws::String& value) { SetAuthorizerArn(value); return *this;}
64 inline AuthorizerSummary& WithAuthorizerArn(Aws::String&& value) { SetAuthorizerArn(std::move(value)); return *this;}
65 inline AuthorizerSummary& WithAuthorizerArn(const char* value) { SetAuthorizerArn(value); return *this;}
67 private:
68
69 Aws::String m_authorizerName;
70 bool m_authorizerNameHasBeenSet = false;
71
72 Aws::String m_authorizerArn;
73 bool m_authorizerArnHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace IoT
78} // namespace Aws
const Aws::String & GetAuthorizerName() const
AWS_IOT_API AuthorizerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthorizerSummary & WithAuthorizerName(const Aws::String &value)
AuthorizerSummary & WithAuthorizerName(const char *value)
void SetAuthorizerName(Aws::String &&value)
AuthorizerSummary & WithAuthorizerArn(Aws::String &&value)
void SetAuthorizerArn(const Aws::String &value)
void SetAuthorizerArn(Aws::String &&value)
AuthorizerSummary & WithAuthorizerArn(const char *value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API AuthorizerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizerArn(const char *value)
AuthorizerSummary & WithAuthorizerArn(const Aws::String &value)
AuthorizerSummary & WithAuthorizerName(Aws::String &&value)
const Aws::String & GetAuthorizerArn() const
void SetAuthorizerName(const Aws::String &value)
void SetAuthorizerName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue