7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AccessEndpoint.h>
9#include <aws/appstream/model/ApplicationSettingsResponse.h>
10#include <aws/appstream/model/ContentRedirection.h>
11#include <aws/appstream/model/StackError.h>
12#include <aws/appstream/model/StorageConnector.h>
13#include <aws/appstream/model/StreamingExperienceSettings.h>
14#include <aws/appstream/model/UserSetting.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
38 AWS_APPSTREAM_API
Stack() =
default;
49 template <
typename ArnT = Aws::String>
51 m_arnHasBeenSet =
true;
52 m_arn = std::forward<ArnT>(value);
54 template <
typename ArnT = Aws::String>
56 SetArn(std::forward<ArnT>(value));
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
103 template <
typename DisplayNameT = Aws::String>
105 m_displayNameHasBeenSet =
true;
106 m_displayName = std::forward<DisplayNameT>(value);
108 template <
typename DisplayNameT = Aws::String>
121 template <
typename CreatedTimeT = Aws::Utils::DateTime>
123 m_createdTimeHasBeenSet =
true;
124 m_createdTime = std::forward<CreatedTimeT>(value);
126 template <
typename CreatedTimeT = Aws::Utils::DateTime>
139 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
141 m_storageConnectorsHasBeenSet =
true;
142 m_storageConnectors = std::forward<StorageConnectorsT>(value);
144 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
149 template <
typename StorageConnectorsT = StorageConnector>
151 m_storageConnectorsHasBeenSet =
true;
152 m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
163 template <
typename RedirectURLT = Aws::String>
165 m_redirectURLHasBeenSet =
true;
166 m_redirectURL = std::forward<RedirectURLT>(value);
168 template <
typename RedirectURLT = Aws::String>
182 template <
typename FeedbackURLT = Aws::String>
184 m_feedbackURLHasBeenSet =
true;
185 m_feedbackURL = std::forward<FeedbackURLT>(value);
187 template <
typename FeedbackURLT = Aws::String>
200 template <
typename StackErrorsT = Aws::Vector<StackError>>
202 m_stackErrorsHasBeenSet =
true;
203 m_stackErrors = std::forward<StackErrorsT>(value);
205 template <
typename StackErrorsT = Aws::Vector<StackError>>
210 template <
typename StackErrorsT = StackError>
212 m_stackErrorsHasBeenSet =
true;
213 m_stackErrors.emplace_back(std::forward<StackErrorsT>(value));
225 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
227 m_userSettingsHasBeenSet =
true;
228 m_userSettings = std::forward<UserSettingsT>(value);
230 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
235 template <
typename UserSettingsT = UserSetting>
237 m_userSettingsHasBeenSet =
true;
238 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
249 template <
typename ApplicationSettingsT = ApplicationSettingsResponse>
251 m_applicationSettingsHasBeenSet =
true;
252 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
254 template <
typename ApplicationSettingsT = ApplicationSettingsResponse>
269 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
271 m_accessEndpointsHasBeenSet =
true;
272 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
274 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
279 template <
typename AccessEndpo
intsT = AccessEndpo
int>
281 m_accessEndpointsHasBeenSet =
true;
282 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
295 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
297 m_embedHostDomainsHasBeenSet =
true;
298 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
300 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
305 template <
typename EmbedHostDomainsT = Aws::String>
307 m_embedHostDomainsHasBeenSet =
true;
308 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
320 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
322 m_streamingExperienceSettingsHasBeenSet =
true;
323 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
325 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
340 template <
typename ContentRedirectionT = ContentRedirection>
342 m_contentRedirectionHasBeenSet =
true;
343 m_contentRedirection = std::forward<ContentRedirectionT>(value);
345 template <
typename ContentRedirectionT = ContentRedirection>
372 ApplicationSettingsResponse m_applicationSettings;
378 StreamingExperienceSettings m_streamingExperienceSettings;
380 ContentRedirection m_contentRedirection;
381 bool m_arnHasBeenSet =
false;
382 bool m_nameHasBeenSet =
false;
383 bool m_descriptionHasBeenSet =
false;
384 bool m_displayNameHasBeenSet =
false;
385 bool m_createdTimeHasBeenSet =
false;
386 bool m_storageConnectorsHasBeenSet =
false;
387 bool m_redirectURLHasBeenSet =
false;
388 bool m_feedbackURLHasBeenSet =
false;
389 bool m_stackErrorsHasBeenSet =
false;
390 bool m_userSettingsHasBeenSet =
false;
391 bool m_applicationSettingsHasBeenSet =
false;
392 bool m_accessEndpointsHasBeenSet =
false;
393 bool m_embedHostDomainsHasBeenSet =
false;
394 bool m_streamingExperienceSettingsHasBeenSet =
false;
395 bool m_contentRedirectionHasBeenSet =
false;
const Aws::String & GetName() const
void SetStackErrors(StackErrorsT &&value)
Stack & WithCreatedTime(CreatedTimeT &&value)
const Aws::Vector< Aws::String > & GetEmbedHostDomains() const
bool RedirectURLHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
Stack & AddEmbedHostDomains(EmbedHostDomainsT &&value)
AWS_APPSTREAM_API Stack & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< StorageConnector > & GetStorageConnectors() const
void SetName(NameT &&value)
Stack & AddAccessEndpoints(AccessEndpointsT &&value)
void SetFeedbackURL(FeedbackURLT &&value)
bool AccessEndpointsHasBeenSet() const
void SetRedirectURL(RedirectURLT &&value)
const ApplicationSettingsResponse & GetApplicationSettings() const
Stack & WithAccessEndpoints(AccessEndpointsT &&value)
bool DisplayNameHasBeenSet() const
void SetAccessEndpoints(AccessEndpointsT &&value)
Stack & WithStorageConnectors(StorageConnectorsT &&value)
bool StackErrorsHasBeenSet() const
const Aws::String & GetFeedbackURL() const
void SetDisplayName(DisplayNameT &&value)
const StreamingExperienceSettings & GetStreamingExperienceSettings() const
Stack & WithStackErrors(StackErrorsT &&value)
bool CreatedTimeHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Vector< StackError > & GetStackErrors() const
AWS_APPSTREAM_API Stack()=default
Stack & WithArn(ArnT &&value)
const Aws::String & GetRedirectURL() const
Stack & WithContentRedirection(ContentRedirectionT &&value)
void SetArn(ArnT &&value)
bool StreamingExperienceSettingsHasBeenSet() const
const Aws::String & GetDescription() const
bool FeedbackURLHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Vector< UserSetting > & GetUserSettings() const
void SetContentRedirection(ContentRedirectionT &&value)
void SetCreatedTime(CreatedTimeT &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
Stack & AddUserSettings(UserSettingsT &&value)
bool NameHasBeenSet() const
const Aws::Vector< AccessEndpoint > & GetAccessEndpoints() const
const ContentRedirection & GetContentRedirection() const
Stack & WithApplicationSettings(ApplicationSettingsT &&value)
AWS_APPSTREAM_API Stack(Aws::Utils::Json::JsonView jsonValue)
Stack & AddStorageConnectors(StorageConnectorsT &&value)
Stack & WithDisplayName(DisplayNameT &&value)
void SetUserSettings(UserSettingsT &&value)
const Aws::String & GetDisplayName() const
Stack & WithEmbedHostDomains(EmbedHostDomainsT &&value)
bool ContentRedirectionHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetApplicationSettings(ApplicationSettingsT &&value)
Stack & WithName(NameT &&value)
Stack & WithStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
bool StorageConnectorsHasBeenSet() const
Stack & WithRedirectURL(RedirectURLT &&value)
Stack & WithFeedbackURL(FeedbackURLT &&value)
Stack & WithUserSettings(UserSettingsT &&value)
bool ArnHasBeenSet() const
Stack & WithDescription(DescriptionT &&value)
Stack & AddStackErrors(StackErrorsT &&value)
void SetStorageConnectors(StorageConnectorsT &&value)
bool EmbedHostDomainsHasBeenSet() const
bool ApplicationSettingsHasBeenSet() const
bool UserSettingsHasBeenSet() const
void SetEmbedHostDomains(EmbedHostDomainsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue