AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConnectClientAddIn.h
1
6#pragma once
7#include <aws/workspaces/WorkSpaces_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 WorkSpaces
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_WORKSPACES_API ConnectClientAddIn();
35 AWS_WORKSPACES_API ConnectClientAddIn(Aws::Utils::Json::JsonView jsonValue);
37 AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetAddInId() const{ return m_addInId; }
45 inline bool AddInIdHasBeenSet() const { return m_addInIdHasBeenSet; }
46 inline void SetAddInId(const Aws::String& value) { m_addInIdHasBeenSet = true; m_addInId = value; }
47 inline void SetAddInId(Aws::String&& value) { m_addInIdHasBeenSet = true; m_addInId = std::move(value); }
48 inline void SetAddInId(const char* value) { m_addInIdHasBeenSet = true; m_addInId.assign(value); }
49 inline ConnectClientAddIn& WithAddInId(const Aws::String& value) { SetAddInId(value); return *this;}
50 inline ConnectClientAddIn& WithAddInId(Aws::String&& value) { SetAddInId(std::move(value)); return *this;}
51 inline ConnectClientAddIn& WithAddInId(const char* value) { SetAddInId(value); return *this;}
53
55
58 inline const Aws::String& GetResourceId() const{ return m_resourceId; }
59 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
60 inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; }
61 inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); }
62 inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); }
63 inline ConnectClientAddIn& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;}
64 inline ConnectClientAddIn& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;}
65 inline ConnectClientAddIn& WithResourceId(const char* value) { SetResourceId(value); return *this;}
67
69
72 inline const Aws::String& GetName() const{ return m_name; }
73 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
74 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
75 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
76 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
77 inline ConnectClientAddIn& WithName(const Aws::String& value) { SetName(value); return *this;}
78 inline ConnectClientAddIn& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
79 inline ConnectClientAddIn& WithName(const char* value) { SetName(value); return *this;}
81
83
86 inline const Aws::String& GetURL() const{ return m_uRL; }
87 inline bool URLHasBeenSet() const { return m_uRLHasBeenSet; }
88 inline void SetURL(const Aws::String& value) { m_uRLHasBeenSet = true; m_uRL = value; }
89 inline void SetURL(Aws::String&& value) { m_uRLHasBeenSet = true; m_uRL = std::move(value); }
90 inline void SetURL(const char* value) { m_uRLHasBeenSet = true; m_uRL.assign(value); }
91 inline ConnectClientAddIn& WithURL(const Aws::String& value) { SetURL(value); return *this;}
92 inline ConnectClientAddIn& WithURL(Aws::String&& value) { SetURL(std::move(value)); return *this;}
93 inline ConnectClientAddIn& WithURL(const char* value) { SetURL(value); return *this;}
95 private:
96
97 Aws::String m_addInId;
98 bool m_addInIdHasBeenSet = false;
99
100 Aws::String m_resourceId;
101 bool m_resourceIdHasBeenSet = false;
102
103 Aws::String m_name;
104 bool m_nameHasBeenSet = false;
105
106 Aws::String m_uRL;
107 bool m_uRLHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace WorkSpaces
112} // namespace Aws
ConnectClientAddIn & WithAddInId(const char *value)
ConnectClientAddIn & WithURL(const Aws::String &value)
ConnectClientAddIn & WithResourceId(const Aws::String &value)
void SetAddInId(const Aws::String &value)
ConnectClientAddIn & WithName(Aws::String &&value)
ConnectClientAddIn & WithAddInId(Aws::String &&value)
ConnectClientAddIn & WithResourceId(Aws::String &&value)
ConnectClientAddIn & WithResourceId(const char *value)
ConnectClientAddIn & WithName(const char *value)
AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceId(const Aws::String &value)
ConnectClientAddIn & WithURL(const char *value)
ConnectClientAddIn & WithURL(Aws::String &&value)
AWS_WORKSPACES_API ConnectClientAddIn & operator=(Aws::Utils::Json::JsonView jsonValue)
ConnectClientAddIn & WithAddInId(const Aws::String &value)
ConnectClientAddIn & WithName(const Aws::String &value)
AWS_WORKSPACES_API ConnectClientAddIn(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue