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/AgentAccessConfig.h>
11#include <aws/appstream/model/ApplicationSettings.h>
12#include <aws/appstream/model/ContentRedirection.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/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
66 template <
typename DescriptionT = Aws::String>
68 m_descriptionHasBeenSet =
true;
69 m_description = std::forward<DescriptionT>(value);
71 template <
typename DescriptionT = Aws::String>
84 template <
typename DisplayNameT = Aws::String>
86 m_displayNameHasBeenSet =
true;
87 m_displayName = std::forward<DisplayNameT>(value);
89 template <
typename DisplayNameT = Aws::String>
102 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
104 m_storageConnectorsHasBeenSet =
true;
105 m_storageConnectors = std::forward<StorageConnectorsT>(value);
107 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
112 template <
typename StorageConnectorsT = StorageConnector>
114 m_storageConnectorsHasBeenSet =
true;
115 m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
126 template <
typename RedirectURLT = Aws::String>
128 m_redirectURLHasBeenSet =
true;
129 m_redirectURL = std::forward<RedirectURLT>(value);
131 template <
typename RedirectURLT = Aws::String>
145 template <
typename FeedbackURLT = Aws::String>
147 m_feedbackURLHasBeenSet =
true;
148 m_feedbackURL = std::forward<FeedbackURLT>(value);
150 template <
typename FeedbackURLT = Aws::String>
164 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
166 m_userSettingsHasBeenSet =
true;
167 m_userSettings = std::forward<UserSettingsT>(value);
169 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
174 template <
typename UserSettingsT = UserSetting>
176 m_userSettingsHasBeenSet =
true;
177 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
190 template <
typename ApplicationSettingsT = ApplicationSettings>
192 m_applicationSettingsHasBeenSet =
true;
193 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
195 template <
typename ApplicationSettingsT = ApplicationSettings>
216 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
218 m_tagsHasBeenSet =
true;
219 m_tags = std::forward<TagsT>(value);
221 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
223 SetTags(std::forward<TagsT>(value));
226 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
228 m_tagsHasBeenSet =
true;
229 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
242 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
244 m_accessEndpointsHasBeenSet =
true;
245 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
247 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
252 template <
typename AccessEndpo
intsT = AccessEndpo
int>
254 m_accessEndpointsHasBeenSet =
true;
255 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
268 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
270 m_embedHostDomainsHasBeenSet =
true;
271 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
273 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
278 template <
typename EmbedHostDomainsT = Aws::String>
280 m_embedHostDomainsHasBeenSet =
true;
281 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
293 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
295 m_streamingExperienceSettingsHasBeenSet =
true;
296 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
298 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
309 template <
typename ContentRedirectionT = ContentRedirection>
311 m_contentRedirectionHasBeenSet =
true;
312 m_contentRedirection = std::forward<ContentRedirectionT>(value);
314 template <
typename ContentRedirectionT = ContentRedirection>
328 template <
typename AgentAccessConfigT = AgentAccessConfig>
330 m_agentAccessConfigHasBeenSet =
true;
331 m_agentAccessConfig = std::forward<AgentAccessConfigT>(value);
333 template <
typename AgentAccessConfigT = AgentAccessConfig>
367 bool m_nameHasBeenSet =
false;
368 bool m_descriptionHasBeenSet =
false;
369 bool m_displayNameHasBeenSet =
false;
370 bool m_storageConnectorsHasBeenSet =
false;
371 bool m_redirectURLHasBeenSet =
false;
372 bool m_feedbackURLHasBeenSet =
false;
373 bool m_userSettingsHasBeenSet =
false;
374 bool m_applicationSettingsHasBeenSet =
false;
375 bool m_tagsHasBeenSet =
false;
376 bool m_accessEndpointsHasBeenSet =
false;
377 bool m_embedHostDomainsHasBeenSet =
false;
378 bool m_streamingExperienceSettingsHasBeenSet =
false;
379 bool m_contentRedirectionHasBeenSet =
false;
380 bool m_agentAccessConfigHasBeenSet =
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
const AgentAccessConfig & GetAgentAccessConfig() 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
CreateStackRequest & WithAgentAccessConfig(AgentAccessConfigT &&value)
void SetContentRedirection(ContentRedirectionT &&value)
void SetUserSettings(UserSettingsT &&value)
CreateStackRequest & WithFeedbackURL(FeedbackURLT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetFeedbackURL() const
bool AgentAccessConfigHasBeenSet() 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 SetAgentAccessConfig(AgentAccessConfigT &&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