AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename AddInIdT = Aws::String>
47 void SetAddInId(AddInIdT&& value) { m_addInIdHasBeenSet = true; m_addInId = std::forward<AddInIdT>(value); }
48 template<typename AddInIdT = Aws::String>
49 ConnectClientAddIn& WithAddInId(AddInIdT&& value) { SetAddInId(std::forward<AddInIdT>(value)); return *this;}
51
53
56 inline const Aws::String& GetResourceId() const { return m_resourceId; }
57 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
58 template<typename ResourceIdT = Aws::String>
59 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::forward<ResourceIdT>(value); }
60 template<typename ResourceIdT = Aws::String>
61 ConnectClientAddIn& WithResourceId(ResourceIdT&& value) { SetResourceId(std::forward<ResourceIdT>(value)); return *this;}
63
65
68 inline const Aws::String& GetName() const { return m_name; }
69 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
70 template<typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
72 template<typename NameT = Aws::String>
73 ConnectClientAddIn& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
75
77
80 inline const Aws::String& GetURL() const { return m_uRL; }
81 inline bool URLHasBeenSet() const { return m_uRLHasBeenSet; }
82 template<typename URLT = Aws::String>
83 void SetURL(URLT&& value) { m_uRLHasBeenSet = true; m_uRL = std::forward<URLT>(value); }
84 template<typename URLT = Aws::String>
85 ConnectClientAddIn& WithURL(URLT&& value) { SetURL(std::forward<URLT>(value)); return *this;}
87 private:
88
89 Aws::String m_addInId;
90 bool m_addInIdHasBeenSet = false;
91
92 Aws::String m_resourceId;
93 bool m_resourceIdHasBeenSet = false;
94
95 Aws::String m_name;
96 bool m_nameHasBeenSet = false;
97
98 Aws::String m_uRL;
99 bool m_uRLHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace WorkSpaces
104} // namespace Aws
ConnectClientAddIn & WithName(NameT &&value)
ConnectClientAddIn & WithResourceId(ResourceIdT &&value)
ConnectClientAddIn & WithURL(URLT &&value)
AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WORKSPACES_API ConnectClientAddIn()=default
AWS_WORKSPACES_API ConnectClientAddIn & operator=(Aws::Utils::Json::JsonView jsonValue)
ConnectClientAddIn & WithAddInId(AddInIdT &&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