7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AccessEndpoint.h>
10#include <aws/appstream/model/ApplicationSettings.h>
11#include <aws/appstream/model/ContentRedirection.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/memory/stl/AWSMap.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
83 template <
typename DisplayNameT = Aws::String>
85 m_displayNameHasBeenSet =
true;
86 m_displayName = std::forward<DisplayNameT>(value);
88 template <
typename DisplayNameT = Aws::String>
101 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
103 m_storageConnectorsHasBeenSet =
true;
104 m_storageConnectors = std::forward<StorageConnectorsT>(value);
106 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
111 template <
typename StorageConnectorsT = StorageConnector>
113 m_storageConnectorsHasBeenSet =
true;
114 m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
125 template <
typename RedirectURLT = Aws::String>
127 m_redirectURLHasBeenSet =
true;
128 m_redirectURL = std::forward<RedirectURLT>(value);
130 template <
typename RedirectURLT = Aws::String>
144 template <
typename FeedbackURLT = Aws::String>
146 m_feedbackURLHasBeenSet =
true;
147 m_feedbackURL = std::forward<FeedbackURLT>(value);
149 template <
typename FeedbackURLT = Aws::String>
163 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
165 m_userSettingsHasBeenSet =
true;
166 m_userSettings = std::forward<UserSettingsT>(value);
168 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
173 template <
typename UserSettingsT = UserSetting>
175 m_userSettingsHasBeenSet =
true;
176 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
189 template <
typename ApplicationSettingsT = ApplicationSettings>
191 m_applicationSettingsHasBeenSet =
true;
192 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
194 template <
typename ApplicationSettingsT = ApplicationSettings>
215 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
217 m_tagsHasBeenSet =
true;
218 m_tags = std::forward<TagsT>(value);
220 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
222 SetTags(std::forward<TagsT>(value));
225 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
227 m_tagsHasBeenSet =
true;
228 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
241 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
243 m_accessEndpointsHasBeenSet =
true;
244 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
246 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
251 template <
typename AccessEndpo
intsT = AccessEndpo
int>
253 m_accessEndpointsHasBeenSet =
true;
254 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
267 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
269 m_embedHostDomainsHasBeenSet =
true;
270 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
272 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
277 template <
typename EmbedHostDomainsT = Aws::String>
279 m_embedHostDomainsHasBeenSet =
true;
280 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
292 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
294 m_streamingExperienceSettingsHasBeenSet =
true;
295 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
297 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
308 template <
typename ContentRedirectionT = ContentRedirection>
310 m_contentRedirectionHasBeenSet =
true;
311 m_contentRedirection = std::forward<ContentRedirectionT>(value);
313 template <
typename ContentRedirectionT = ContentRedirection>
345 bool m_nameHasBeenSet =
false;
346 bool m_descriptionHasBeenSet =
false;
347 bool m_displayNameHasBeenSet =
false;
348 bool m_storageConnectorsHasBeenSet =
false;
349 bool m_redirectURLHasBeenSet =
false;
350 bool m_feedbackURLHasBeenSet =
false;
351 bool m_userSettingsHasBeenSet =
false;
352 bool m_applicationSettingsHasBeenSet =
false;
353 bool m_tagsHasBeenSet =
false;
354 bool m_accessEndpointsHasBeenSet =
false;
355 bool m_embedHostDomainsHasBeenSet =
false;
356 bool m_streamingExperienceSettingsHasBeenSet =
false;
357 bool m_contentRedirectionHasBeenSet =
false;
void SetApplicationSettings(ApplicationSettingsT &&value)
CreateStackRequest & WithDisplayName(DisplayNameT &&value)
const Aws::Vector< Aws::String > & GetEmbedHostDomains() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ApplicationSettingsHasBeenSet() const
CreateStackRequest & WithContentRedirection(ContentRedirectionT &&value)
void SetAccessEndpoints(AccessEndpointsT &&value)
void SetDescription(DescriptionT &&value)
CreateStackRequest & AddUserSettings(UserSettingsT &&value)
bool EmbedHostDomainsHasBeenSet() const
bool UserSettingsHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateStackRequest & AddEmbedHostDomains(EmbedHostDomainsT &&value)
bool RedirectURLHasBeenSet() const
void SetFeedbackURL(FeedbackURLT &&value)
bool AccessEndpointsHasBeenSet() const
bool StreamingExperienceSettingsHasBeenSet() const
const Aws::Vector< AccessEndpoint > & GetAccessEndpoints() const
void SetStorageConnectors(StorageConnectorsT &&value)
CreateStackRequest & AddStorageConnectors(StorageConnectorsT &&value)
AWS_APPSTREAM_API CreateStackRequest()=default
CreateStackRequest & WithAccessEndpoints(AccessEndpointsT &&value)
CreateStackRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
CreateStackRequest & WithStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
const Aws::Vector< StorageConnector > & GetStorageConnectors() const
virtual const char * GetServiceRequestName() const override
bool StorageConnectorsHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
bool ContentRedirectionHasBeenSet() const
CreateStackRequest & WithDescription(DescriptionT &&value)
void SetRedirectURL(RedirectURLT &&value)
CreateStackRequest & WithEmbedHostDomains(EmbedHostDomainsT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const ApplicationSettings & GetApplicationSettings() const
void SetContentRedirection(ContentRedirectionT &&value)
void SetUserSettings(UserSettingsT &&value)
CreateStackRequest & WithFeedbackURL(FeedbackURLT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetFeedbackURL() const
bool FeedbackURLHasBeenSet() const
CreateStackRequest & WithStorageConnectors(StorageConnectorsT &&value)
const Aws::String & GetDisplayName() const
const ContentRedirection & GetContentRedirection() const
CreateStackRequest & WithTags(TagsT &&value)
void SetEmbedHostDomains(EmbedHostDomainsT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< UserSetting > & GetUserSettings() const
CreateStackRequest & WithApplicationSettings(ApplicationSettingsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateStackRequest & WithRedirectURL(RedirectURLT &&value)
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
void SetStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
void SetName(NameT &&value)
const StreamingExperienceSettings & GetStreamingExperienceSettings() const
CreateStackRequest & WithName(NameT &&value)
CreateStackRequest & AddAccessEndpoints(AccessEndpointsT &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetRedirectURL() const
CreateStackRequest & WithUserSettings(UserSettingsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector