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>
42 AWS_APPSTREAM_API
Stack() =
default;
54 template<
typename ArnT = Aws::String>
55 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
56 template<
typename ArnT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
90 template<
typename DisplayNameT = Aws::String>
91 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
92 template<
typename DisplayNameT = Aws::String>
102 template<
typename CreatedTimeT = Aws::Utils::DateTime>
103 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
104 template<
typename CreatedTimeT = Aws::Utils::DateTime>
114 template<
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
115 void SetStorageConnectors(StorageConnectorsT&& value) { m_storageConnectorsHasBeenSet =
true; m_storageConnectors = std::forward<StorageConnectorsT>(value); }
116 template<
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
118 template<
typename StorageConnectorsT = StorageConnector>
119 Stack&
AddStorageConnectors(StorageConnectorsT&& value) { m_storageConnectorsHasBeenSet =
true; m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
return *
this; }
128 template<
typename RedirectURLT = Aws::String>
129 void SetRedirectURL(RedirectURLT&& value) { m_redirectURLHasBeenSet =
true; m_redirectURL = std::forward<RedirectURLT>(value); }
130 template<
typename RedirectURLT = Aws::String>
141 template<
typename FeedbackURLT = Aws::String>
142 void SetFeedbackURL(FeedbackURLT&& value) { m_feedbackURLHasBeenSet =
true; m_feedbackURL = std::forward<FeedbackURLT>(value); }
143 template<
typename FeedbackURLT = Aws::String>
153 template<
typename StackErrorsT = Aws::Vector<StackError>>
154 void SetStackErrors(StackErrorsT&& value) { m_stackErrorsHasBeenSet =
true; m_stackErrors = std::forward<StackErrorsT>(value); }
155 template<
typename StackErrorsT = Aws::Vector<StackError>>
157 template<
typename StackErrorsT = StackError>
158 Stack&
AddStackErrors(StackErrorsT&& value) { m_stackErrorsHasBeenSet =
true; m_stackErrors.emplace_back(std::forward<StackErrorsT>(value));
return *
this; }
168 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
169 void SetUserSettings(UserSettingsT&& value) { m_userSettingsHasBeenSet =
true; m_userSettings = std::forward<UserSettingsT>(value); }
170 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
172 template<
typename UserSettingsT = UserSetting>
173 Stack&
AddUserSettings(UserSettingsT&& value) { m_userSettingsHasBeenSet =
true; m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
return *
this; }
182 template<
typename ApplicationSettingsT = ApplicationSettingsResponse>
183 void SetApplicationSettings(ApplicationSettingsT&& value) { m_applicationSettingsHasBeenSet =
true; m_applicationSettings = std::forward<ApplicationSettingsT>(value); }
184 template<
typename ApplicationSettingsT = ApplicationSettingsResponse>
196 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
197 void SetAccessEndpoints(AccessEndpointsT&& value) { m_accessEndpointsHasBeenSet =
true; m_accessEndpoints = std::forward<AccessEndpointsT>(value); }
198 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
200 template<
typename AccessEndpo
intsT = AccessEndpo
int>
201 Stack&
AddAccessEndpoints(AccessEndpointsT&& value) { m_accessEndpointsHasBeenSet =
true; m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
return *
this; }
212 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
213 void SetEmbedHostDomains(EmbedHostDomainsT&& value) { m_embedHostDomainsHasBeenSet =
true; m_embedHostDomains = std::forward<EmbedHostDomainsT>(value); }
214 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
216 template<
typename EmbedHostDomainsT = Aws::String>
217 Stack&
AddEmbedHostDomains(EmbedHostDomainsT&& value) { m_embedHostDomainsHasBeenSet =
true; m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
return *
this; }
227 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
228 void SetStreamingExperienceSettings(StreamingExperienceSettingsT&& value) { m_streamingExperienceSettingsHasBeenSet =
true; m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value); }
229 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
235 bool m_arnHasBeenSet =
false;
238 bool m_nameHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
244 bool m_displayNameHasBeenSet =
false;
247 bool m_createdTimeHasBeenSet =
false;
250 bool m_storageConnectorsHasBeenSet =
false;
253 bool m_redirectURLHasBeenSet =
false;
256 bool m_feedbackURLHasBeenSet =
false;
259 bool m_stackErrorsHasBeenSet =
false;
262 bool m_userSettingsHasBeenSet =
false;
264 ApplicationSettingsResponse m_applicationSettings;
265 bool m_applicationSettingsHasBeenSet =
false;
268 bool m_accessEndpointsHasBeenSet =
false;
271 bool m_embedHostDomainsHasBeenSet =
false;
273 StreamingExperienceSettings m_streamingExperienceSettings;
274 bool m_streamingExperienceSettingsHasBeenSet =
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
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 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
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)
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