AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Stack.h
1
6#pragma once
7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appstream/model/ApplicationSettingsResponse.h>
12#include <aws/appstream/model/StreamingExperienceSettings.h>
13#include <aws/appstream/model/StorageConnector.h>
14#include <aws/appstream/model/StackError.h>
15#include <aws/appstream/model/UserSetting.h>
16#include <aws/appstream/model/AccessEndpoint.h>
17#include <utility>
18
19namespace Aws
20{
21namespace Utils
22{
23namespace Json
24{
25 class JsonValue;
26 class JsonView;
27} // namespace Json
28} // namespace Utils
29namespace AppStream
30{
31namespace Model
32{
33
39 class Stack
40 {
41 public:
42 AWS_APPSTREAM_API Stack();
43 AWS_APPSTREAM_API Stack(Aws::Utils::Json::JsonView jsonValue);
44 AWS_APPSTREAM_API Stack& operator=(Aws::Utils::Json::JsonView jsonValue);
45 AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
52 inline const Aws::String& GetArn() const{ return m_arn; }
53 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
54 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
55 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
56 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
57 inline Stack& WithArn(const Aws::String& value) { SetArn(value); return *this;}
58 inline Stack& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
59 inline Stack& WithArn(const char* value) { SetArn(value); return *this;}
61
63
66 inline const Aws::String& GetName() const{ return m_name; }
67 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
68 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
69 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
70 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
71 inline Stack& WithName(const Aws::String& value) { SetName(value); return *this;}
72 inline Stack& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
73 inline Stack& WithName(const char* value) { SetName(value); return *this;}
75
77
80 inline const Aws::String& GetDescription() const{ return m_description; }
81 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
82 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
83 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
84 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
85 inline Stack& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
86 inline Stack& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
87 inline Stack& WithDescription(const char* value) { SetDescription(value); return *this;}
89
91
94 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
95 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
96 inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; }
97 inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); }
98 inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); }
99 inline Stack& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
100 inline Stack& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
101 inline Stack& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
103
105
108 inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; }
109 inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; }
110 inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; }
111 inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); }
112 inline Stack& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;}
113 inline Stack& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;}
115
117
120 inline const Aws::Vector<StorageConnector>& GetStorageConnectors() const{ return m_storageConnectors; }
121 inline bool StorageConnectorsHasBeenSet() const { return m_storageConnectorsHasBeenSet; }
122 inline void SetStorageConnectors(const Aws::Vector<StorageConnector>& value) { m_storageConnectorsHasBeenSet = true; m_storageConnectors = value; }
123 inline void SetStorageConnectors(Aws::Vector<StorageConnector>&& value) { m_storageConnectorsHasBeenSet = true; m_storageConnectors = std::move(value); }
125 inline Stack& WithStorageConnectors(Aws::Vector<StorageConnector>&& value) { SetStorageConnectors(std::move(value)); return *this;}
126 inline Stack& AddStorageConnectors(const StorageConnector& value) { m_storageConnectorsHasBeenSet = true; m_storageConnectors.push_back(value); return *this; }
127 inline Stack& AddStorageConnectors(StorageConnector&& value) { m_storageConnectorsHasBeenSet = true; m_storageConnectors.push_back(std::move(value)); return *this; }
129
131
134 inline const Aws::String& GetRedirectURL() const{ return m_redirectURL; }
135 inline bool RedirectURLHasBeenSet() const { return m_redirectURLHasBeenSet; }
136 inline void SetRedirectURL(const Aws::String& value) { m_redirectURLHasBeenSet = true; m_redirectURL = value; }
137 inline void SetRedirectURL(Aws::String&& value) { m_redirectURLHasBeenSet = true; m_redirectURL = std::move(value); }
138 inline void SetRedirectURL(const char* value) { m_redirectURLHasBeenSet = true; m_redirectURL.assign(value); }
139 inline Stack& WithRedirectURL(const Aws::String& value) { SetRedirectURL(value); return *this;}
140 inline Stack& WithRedirectURL(Aws::String&& value) { SetRedirectURL(std::move(value)); return *this;}
141 inline Stack& WithRedirectURL(const char* value) { SetRedirectURL(value); return *this;}
143
145
149 inline const Aws::String& GetFeedbackURL() const{ return m_feedbackURL; }
150 inline bool FeedbackURLHasBeenSet() const { return m_feedbackURLHasBeenSet; }
151 inline void SetFeedbackURL(const Aws::String& value) { m_feedbackURLHasBeenSet = true; m_feedbackURL = value; }
152 inline void SetFeedbackURL(Aws::String&& value) { m_feedbackURLHasBeenSet = true; m_feedbackURL = std::move(value); }
153 inline void SetFeedbackURL(const char* value) { m_feedbackURLHasBeenSet = true; m_feedbackURL.assign(value); }
154 inline Stack& WithFeedbackURL(const Aws::String& value) { SetFeedbackURL(value); return *this;}
155 inline Stack& WithFeedbackURL(Aws::String&& value) { SetFeedbackURL(std::move(value)); return *this;}
156 inline Stack& WithFeedbackURL(const char* value) { SetFeedbackURL(value); return *this;}
158
160
163 inline const Aws::Vector<StackError>& GetStackErrors() const{ return m_stackErrors; }
164 inline bool StackErrorsHasBeenSet() const { return m_stackErrorsHasBeenSet; }
165 inline void SetStackErrors(const Aws::Vector<StackError>& value) { m_stackErrorsHasBeenSet = true; m_stackErrors = value; }
166 inline void SetStackErrors(Aws::Vector<StackError>&& value) { m_stackErrorsHasBeenSet = true; m_stackErrors = std::move(value); }
167 inline Stack& WithStackErrors(const Aws::Vector<StackError>& value) { SetStackErrors(value); return *this;}
168 inline Stack& WithStackErrors(Aws::Vector<StackError>&& value) { SetStackErrors(std::move(value)); return *this;}
169 inline Stack& AddStackErrors(const StackError& value) { m_stackErrorsHasBeenSet = true; m_stackErrors.push_back(value); return *this; }
170 inline Stack& AddStackErrors(StackError&& value) { m_stackErrorsHasBeenSet = true; m_stackErrors.push_back(std::move(value)); return *this; }
172
174
178 inline const Aws::Vector<UserSetting>& GetUserSettings() const{ return m_userSettings; }
179 inline bool UserSettingsHasBeenSet() const { return m_userSettingsHasBeenSet; }
180 inline void SetUserSettings(const Aws::Vector<UserSetting>& value) { m_userSettingsHasBeenSet = true; m_userSettings = value; }
181 inline void SetUserSettings(Aws::Vector<UserSetting>&& value) { m_userSettingsHasBeenSet = true; m_userSettings = std::move(value); }
182 inline Stack& WithUserSettings(const Aws::Vector<UserSetting>& value) { SetUserSettings(value); return *this;}
183 inline Stack& WithUserSettings(Aws::Vector<UserSetting>&& value) { SetUserSettings(std::move(value)); return *this;}
184 inline Stack& AddUserSettings(const UserSetting& value) { m_userSettingsHasBeenSet = true; m_userSettings.push_back(value); return *this; }
185 inline Stack& AddUserSettings(UserSetting&& value) { m_userSettingsHasBeenSet = true; m_userSettings.push_back(std::move(value)); return *this; }
187
189
192 inline const ApplicationSettingsResponse& GetApplicationSettings() const{ return m_applicationSettings; }
193 inline bool ApplicationSettingsHasBeenSet() const { return m_applicationSettingsHasBeenSet; }
194 inline void SetApplicationSettings(const ApplicationSettingsResponse& value) { m_applicationSettingsHasBeenSet = true; m_applicationSettings = value; }
195 inline void SetApplicationSettings(ApplicationSettingsResponse&& value) { m_applicationSettingsHasBeenSet = true; m_applicationSettings = std::move(value); }
197 inline Stack& WithApplicationSettings(ApplicationSettingsResponse&& value) { SetApplicationSettings(std::move(value)); return *this;}
199
201
206 inline const Aws::Vector<AccessEndpoint>& GetAccessEndpoints() const{ return m_accessEndpoints; }
207 inline bool AccessEndpointsHasBeenSet() const { return m_accessEndpointsHasBeenSet; }
208 inline void SetAccessEndpoints(const Aws::Vector<AccessEndpoint>& value) { m_accessEndpointsHasBeenSet = true; m_accessEndpoints = value; }
209 inline void SetAccessEndpoints(Aws::Vector<AccessEndpoint>&& value) { m_accessEndpointsHasBeenSet = true; m_accessEndpoints = std::move(value); }
210 inline Stack& WithAccessEndpoints(const Aws::Vector<AccessEndpoint>& value) { SetAccessEndpoints(value); return *this;}
211 inline Stack& WithAccessEndpoints(Aws::Vector<AccessEndpoint>&& value) { SetAccessEndpoints(std::move(value)); return *this;}
212 inline Stack& AddAccessEndpoints(const AccessEndpoint& value) { m_accessEndpointsHasBeenSet = true; m_accessEndpoints.push_back(value); return *this; }
213 inline Stack& AddAccessEndpoints(AccessEndpoint&& value) { m_accessEndpointsHasBeenSet = true; m_accessEndpoints.push_back(std::move(value)); return *this; }
215
217
222 inline const Aws::Vector<Aws::String>& GetEmbedHostDomains() const{ return m_embedHostDomains; }
223 inline bool EmbedHostDomainsHasBeenSet() const { return m_embedHostDomainsHasBeenSet; }
224 inline void SetEmbedHostDomains(const Aws::Vector<Aws::String>& value) { m_embedHostDomainsHasBeenSet = true; m_embedHostDomains = value; }
225 inline void SetEmbedHostDomains(Aws::Vector<Aws::String>&& value) { m_embedHostDomainsHasBeenSet = true; m_embedHostDomains = std::move(value); }
226 inline Stack& WithEmbedHostDomains(const Aws::Vector<Aws::String>& value) { SetEmbedHostDomains(value); return *this;}
227 inline Stack& WithEmbedHostDomains(Aws::Vector<Aws::String>&& value) { SetEmbedHostDomains(std::move(value)); return *this;}
228 inline Stack& AddEmbedHostDomains(const Aws::String& value) { m_embedHostDomainsHasBeenSet = true; m_embedHostDomains.push_back(value); return *this; }
229 inline Stack& AddEmbedHostDomains(Aws::String&& value) { m_embedHostDomainsHasBeenSet = true; m_embedHostDomains.push_back(std::move(value)); return *this; }
230 inline Stack& AddEmbedHostDomains(const char* value) { m_embedHostDomainsHasBeenSet = true; m_embedHostDomains.push_back(value); return *this; }
232
234
238 inline const StreamingExperienceSettings& GetStreamingExperienceSettings() const{ return m_streamingExperienceSettings; }
239 inline bool StreamingExperienceSettingsHasBeenSet() const { return m_streamingExperienceSettingsHasBeenSet; }
240 inline void SetStreamingExperienceSettings(const StreamingExperienceSettings& value) { m_streamingExperienceSettingsHasBeenSet = true; m_streamingExperienceSettings = value; }
241 inline void SetStreamingExperienceSettings(StreamingExperienceSettings&& value) { m_streamingExperienceSettingsHasBeenSet = true; m_streamingExperienceSettings = std::move(value); }
245 private:
246
247 Aws::String m_arn;
248 bool m_arnHasBeenSet = false;
249
250 Aws::String m_name;
251 bool m_nameHasBeenSet = false;
252
253 Aws::String m_description;
254 bool m_descriptionHasBeenSet = false;
255
256 Aws::String m_displayName;
257 bool m_displayNameHasBeenSet = false;
258
259 Aws::Utils::DateTime m_createdTime;
260 bool m_createdTimeHasBeenSet = false;
261
262 Aws::Vector<StorageConnector> m_storageConnectors;
263 bool m_storageConnectorsHasBeenSet = false;
264
265 Aws::String m_redirectURL;
266 bool m_redirectURLHasBeenSet = false;
267
268 Aws::String m_feedbackURL;
269 bool m_feedbackURLHasBeenSet = false;
270
271 Aws::Vector<StackError> m_stackErrors;
272 bool m_stackErrorsHasBeenSet = false;
273
274 Aws::Vector<UserSetting> m_userSettings;
275 bool m_userSettingsHasBeenSet = false;
276
277 ApplicationSettingsResponse m_applicationSettings;
278 bool m_applicationSettingsHasBeenSet = false;
279
280 Aws::Vector<AccessEndpoint> m_accessEndpoints;
281 bool m_accessEndpointsHasBeenSet = false;
282
283 Aws::Vector<Aws::String> m_embedHostDomains;
284 bool m_embedHostDomainsHasBeenSet = false;
285
286 StreamingExperienceSettings m_streamingExperienceSettings;
287 bool m_streamingExperienceSettingsHasBeenSet = false;
288 };
289
290} // namespace Model
291} // namespace AppStream
292} // namespace Aws
Stack & WithUserSettings(Aws::Vector< UserSetting > &&value)
Definition Stack.h:183
const Aws::String & GetName() const
Definition Stack.h:66
void SetDescription(const char *value)
Definition Stack.h:84
const Aws::Vector< Aws::String > & GetEmbedHostDomains() const
Definition Stack.h:222
bool RedirectURLHasBeenSet() const
Definition Stack.h:135
Stack & WithRedirectURL(Aws::String &&value)
Definition Stack.h:140
AWS_APPSTREAM_API Stack()
void SetEmbedHostDomains(Aws::Vector< Aws::String > &&value)
Definition Stack.h:225
Stack & WithDisplayName(Aws::String &&value)
Definition Stack.h:100
Stack & WithCreatedTime(const Aws::Utils::DateTime &value)
Definition Stack.h:112
Stack & AddStackErrors(StackError &&value)
Definition Stack.h:170
AWS_APPSTREAM_API Stack & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationSettings(const ApplicationSettingsResponse &value)
Definition Stack.h:194
Stack & AddStorageConnectors(const StorageConnector &value)
Definition Stack.h:126
const Aws::Vector< StorageConnector > & GetStorageConnectors() const
Definition Stack.h:120
Stack & AddUserSettings(UserSetting &&value)
Definition Stack.h:185
Stack & AddEmbedHostDomains(const Aws::String &value)
Definition Stack.h:228
Stack & WithArn(Aws::String &&value)
Definition Stack.h:58
bool AccessEndpointsHasBeenSet() const
Definition Stack.h:207
Stack & AddAccessEndpoints(const AccessEndpoint &value)
Definition Stack.h:212
void SetStackErrors(const Aws::Vector< StackError > &value)
Definition Stack.h:165
const ApplicationSettingsResponse & GetApplicationSettings() const
Definition Stack.h:192
void SetAccessEndpoints(const Aws::Vector< AccessEndpoint > &value)
Definition Stack.h:208
Stack & WithApplicationSettings(const ApplicationSettingsResponse &value)
Definition Stack.h:196
void SetName(const char *value)
Definition Stack.h:70
void SetName(const Aws::String &value)
Definition Stack.h:68
Stack & WithEmbedHostDomains(const Aws::Vector< Aws::String > &value)
Definition Stack.h:226
bool DisplayNameHasBeenSet() const
Definition Stack.h:95
bool StackErrorsHasBeenSet() const
Definition Stack.h:164
void SetAccessEndpoints(Aws::Vector< AccessEndpoint > &&value)
Definition Stack.h:209
const Aws::String & GetFeedbackURL() const
Definition Stack.h:149
void SetFeedbackURL(const Aws::String &value)
Definition Stack.h:151
const StreamingExperienceSettings & GetStreamingExperienceSettings() const
Definition Stack.h:238
Stack & WithRedirectURL(const Aws::String &value)
Definition Stack.h:139
void SetName(Aws::String &&value)
Definition Stack.h:69
bool CreatedTimeHasBeenSet() const
Definition Stack.h:109
bool DescriptionHasBeenSet() const
Definition Stack.h:81
Stack & WithCreatedTime(Aws::Utils::DateTime &&value)
Definition Stack.h:113
Stack & AddEmbedHostDomains(const char *value)
Definition Stack.h:230
const Aws::Vector< StackError > & GetStackErrors() const
Definition Stack.h:163
void SetDescription(Aws::String &&value)
Definition Stack.h:83
Stack & AddAccessEndpoints(AccessEndpoint &&value)
Definition Stack.h:213
Stack & WithDescription(Aws::String &&value)
Definition Stack.h:86
const Aws::String & GetRedirectURL() const
Definition Stack.h:134
Stack & WithEmbedHostDomains(Aws::Vector< Aws::String > &&value)
Definition Stack.h:227
void SetStorageConnectors(const Aws::Vector< StorageConnector > &value)
Definition Stack.h:122
Stack & WithStreamingExperienceSettings(StreamingExperienceSettings &&value)
Definition Stack.h:243
Stack & WithStackErrors(Aws::Vector< StackError > &&value)
Definition Stack.h:168
Stack & WithDescription(const char *value)
Definition Stack.h:87
void SetRedirectURL(const Aws::String &value)
Definition Stack.h:136
Stack & WithAccessEndpoints(const Aws::Vector< AccessEndpoint > &value)
Definition Stack.h:210
void SetApplicationSettings(ApplicationSettingsResponse &&value)
Definition Stack.h:195
bool StreamingExperienceSettingsHasBeenSet() const
Definition Stack.h:239
const Aws::String & GetDescription() const
Definition Stack.h:80
void SetEmbedHostDomains(const Aws::Vector< Aws::String > &value)
Definition Stack.h:224
bool FeedbackURLHasBeenSet() const
Definition Stack.h:150
Stack & WithName(const char *value)
Definition Stack.h:73
Stack & WithArn(const char *value)
Definition Stack.h:59
const Aws::String & GetArn() const
Definition Stack.h:52
Stack & WithFeedbackURL(const Aws::String &value)
Definition Stack.h:154
const Aws::Vector< UserSetting > & GetUserSettings() const
Definition Stack.h:178
void SetStreamingExperienceSettings(StreamingExperienceSettings &&value)
Definition Stack.h:241
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(const Aws::String &value)
Definition Stack.h:54
Stack & WithStorageConnectors(Aws::Vector< StorageConnector > &&value)
Definition Stack.h:125
void SetCreatedTime(const Aws::Utils::DateTime &value)
Definition Stack.h:110
bool NameHasBeenSet() const
Definition Stack.h:67
Stack & AddUserSettings(const UserSetting &value)
Definition Stack.h:184
void SetRedirectURL(const char *value)
Definition Stack.h:138
Stack & WithRedirectURL(const char *value)
Definition Stack.h:141
const Aws::Vector< AccessEndpoint > & GetAccessEndpoints() const
Definition Stack.h:206
void SetArn(const char *value)
Definition Stack.h:56
Stack & WithFeedbackURL(Aws::String &&value)
Definition Stack.h:155
void SetFeedbackURL(Aws::String &&value)
Definition Stack.h:152
Stack & WithFeedbackURL(const char *value)
Definition Stack.h:156
Stack & WithDisplayName(const Aws::String &value)
Definition Stack.h:99
Stack & WithStreamingExperienceSettings(const StreamingExperienceSettings &value)
Definition Stack.h:242
void SetStorageConnectors(Aws::Vector< StorageConnector > &&value)
Definition Stack.h:123
AWS_APPSTREAM_API Stack(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(Aws::Utils::DateTime &&value)
Definition Stack.h:111
void SetUserSettings(const Aws::Vector< UserSetting > &value)
Definition Stack.h:180
Stack & WithDescription(const Aws::String &value)
Definition Stack.h:85
Stack & AddStackErrors(const StackError &value)
Definition Stack.h:169
Stack & WithStorageConnectors(const Aws::Vector< StorageConnector > &value)
Definition Stack.h:124
void SetRedirectURL(Aws::String &&value)
Definition Stack.h:137
Stack & WithArn(const Aws::String &value)
Definition Stack.h:57
const Aws::String & GetDisplayName() const
Definition Stack.h:94
void SetArn(Aws::String &&value)
Definition Stack.h:55
Stack & WithUserSettings(const Aws::Vector< UserSetting > &value)
Definition Stack.h:182
const Aws::Utils::DateTime & GetCreatedTime() const
Definition Stack.h:108
Stack & WithApplicationSettings(ApplicationSettingsResponse &&value)
Definition Stack.h:197
Stack & WithName(const Aws::String &value)
Definition Stack.h:71
void SetDisplayName(Aws::String &&value)
Definition Stack.h:97
Stack & AddStorageConnectors(StorageConnector &&value)
Definition Stack.h:127
bool StorageConnectorsHasBeenSet() const
Definition Stack.h:121
void SetUserSettings(Aws::Vector< UserSetting > &&value)
Definition Stack.h:181
Stack & WithDisplayName(const char *value)
Definition Stack.h:101
void SetStackErrors(Aws::Vector< StackError > &&value)
Definition Stack.h:166
Stack & AddEmbedHostDomains(Aws::String &&value)
Definition Stack.h:229
void SetStreamingExperienceSettings(const StreamingExperienceSettings &value)
Definition Stack.h:240
bool ArnHasBeenSet() const
Definition Stack.h:53
void SetDescription(const Aws::String &value)
Definition Stack.h:82
Stack & WithStackErrors(const Aws::Vector< StackError > &value)
Definition Stack.h:167
Stack & WithAccessEndpoints(Aws::Vector< AccessEndpoint > &&value)
Definition Stack.h:211
bool EmbedHostDomainsHasBeenSet() const
Definition Stack.h:223
Stack & WithName(Aws::String &&value)
Definition Stack.h:72
bool ApplicationSettingsHasBeenSet() const
Definition Stack.h:193
void SetDisplayName(const Aws::String &value)
Definition Stack.h:96
bool UserSettingsHasBeenSet() const
Definition Stack.h:179
void SetDisplayName(const char *value)
Definition Stack.h:98
void SetFeedbackURL(const char *value)
Definition Stack.h:153
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue