7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AccessEndpoint.h>
9#include <aws/appstream/model/AgentAccessConfig.h>
10#include <aws/appstream/model/ApplicationSettingsResponse.h>
11#include <aws/appstream/model/ContentRedirection.h>
12#include <aws/appstream/model/StackError.h>
13#include <aws/appstream/model/StorageConnector.h>
14#include <aws/appstream/model/StreamingExperienceSettings.h>
15#include <aws/appstream/model/UserSetting.h>
16#include <aws/core/utils/DateTime.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
39 AWS_APPSTREAM_API
Stack() =
default;
50 template <
typename ArnT = Aws::String>
52 m_arnHasBeenSet =
true;
53 m_arn = std::forward<ArnT>(value);
55 template <
typename ArnT = Aws::String>
57 SetArn(std::forward<ArnT>(value));
68 template <
typename NameT = Aws::String>
70 m_nameHasBeenSet =
true;
71 m_name = std::forward<NameT>(value);
73 template <
typename NameT = Aws::String>
75 SetName(std::forward<NameT>(value));
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
104 template <
typename DisplayNameT = Aws::String>
106 m_displayNameHasBeenSet =
true;
107 m_displayName = std::forward<DisplayNameT>(value);
109 template <
typename DisplayNameT = Aws::String>
122 template <
typename CreatedTimeT = Aws::Utils::DateTime>
124 m_createdTimeHasBeenSet =
true;
125 m_createdTime = std::forward<CreatedTimeT>(value);
127 template <
typename CreatedTimeT = Aws::Utils::DateTime>
140 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
142 m_storageConnectorsHasBeenSet =
true;
143 m_storageConnectors = std::forward<StorageConnectorsT>(value);
145 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
150 template <
typename StorageConnectorsT = StorageConnector>
152 m_storageConnectorsHasBeenSet =
true;
153 m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
164 template <
typename RedirectURLT = Aws::String>
166 m_redirectURLHasBeenSet =
true;
167 m_redirectURL = std::forward<RedirectURLT>(value);
169 template <
typename RedirectURLT = Aws::String>
183 template <
typename FeedbackURLT = Aws::String>
185 m_feedbackURLHasBeenSet =
true;
186 m_feedbackURL = std::forward<FeedbackURLT>(value);
188 template <
typename FeedbackURLT = Aws::String>
201 template <
typename StackErrorsT = Aws::Vector<StackError>>
203 m_stackErrorsHasBeenSet =
true;
204 m_stackErrors = std::forward<StackErrorsT>(value);
206 template <
typename StackErrorsT = Aws::Vector<StackError>>
211 template <
typename StackErrorsT = StackError>
213 m_stackErrorsHasBeenSet =
true;
214 m_stackErrors.emplace_back(std::forward<StackErrorsT>(value));
226 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
228 m_userSettingsHasBeenSet =
true;
229 m_userSettings = std::forward<UserSettingsT>(value);
231 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
236 template <
typename UserSettingsT = UserSetting>
238 m_userSettingsHasBeenSet =
true;
239 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
250 template <
typename ApplicationSettingsT = ApplicationSettingsResponse>
252 m_applicationSettingsHasBeenSet =
true;
253 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
255 template <
typename ApplicationSettingsT = ApplicationSettingsResponse>
270 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
272 m_accessEndpointsHasBeenSet =
true;
273 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
275 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
280 template <
typename AccessEndpo
intsT = AccessEndpo
int>
282 m_accessEndpointsHasBeenSet =
true;
283 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
296 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
298 m_embedHostDomainsHasBeenSet =
true;
299 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
301 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
306 template <
typename EmbedHostDomainsT = Aws::String>
308 m_embedHostDomainsHasBeenSet =
true;
309 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
321 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
323 m_streamingExperienceSettingsHasBeenSet =
true;
324 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
326 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
341 template <
typename ContentRedirectionT = ContentRedirection>
343 m_contentRedirectionHasBeenSet =
true;
344 m_contentRedirection = std::forward<ContentRedirectionT>(value);
346 template <
typename ContentRedirectionT = ContentRedirection>
359 template <
typename AgentAccessConfigT = AgentAccessConfig>
361 m_agentAccessConfigHasBeenSet =
true;
362 m_agentAccessConfig = std::forward<AgentAccessConfigT>(value);
364 template <
typename AgentAccessConfigT = AgentAccessConfig>
391 ApplicationSettingsResponse m_applicationSettings;
397 StreamingExperienceSettings m_streamingExperienceSettings;
399 ContentRedirection m_contentRedirection;
401 AgentAccessConfig m_agentAccessConfig;
402 bool m_arnHasBeenSet =
false;
403 bool m_nameHasBeenSet =
false;
404 bool m_descriptionHasBeenSet =
false;
405 bool m_displayNameHasBeenSet =
false;
406 bool m_createdTimeHasBeenSet =
false;
407 bool m_storageConnectorsHasBeenSet =
false;
408 bool m_redirectURLHasBeenSet =
false;
409 bool m_feedbackURLHasBeenSet =
false;
410 bool m_stackErrorsHasBeenSet =
false;
411 bool m_userSettingsHasBeenSet =
false;
412 bool m_applicationSettingsHasBeenSet =
false;
413 bool m_accessEndpointsHasBeenSet =
false;
414 bool m_embedHostDomainsHasBeenSet =
false;
415 bool m_streamingExperienceSettingsHasBeenSet =
false;
416 bool m_contentRedirectionHasBeenSet =
false;
417 bool m_agentAccessConfigHasBeenSet =
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)
void SetAgentAccessConfig(AgentAccessConfigT &&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
Stack & WithAgentAccessConfig(AgentAccessConfigT &&value)
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)
const AgentAccessConfig & GetAgentAccessConfig() const
bool AgentAccessConfigHasBeenSet() const
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