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/StorageConnector.h>
12#include <aws/appstream/model/StreamingExperienceSettings.h>
13#include <aws/appstream/model/UserSetting.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
82 template <
typename DisplayNameT = Aws::String>
84 m_displayNameHasBeenSet =
true;
85 m_displayName = std::forward<DisplayNameT>(value);
87 template <
typename DisplayNameT = Aws::String>
100 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
102 m_storageConnectorsHasBeenSet =
true;
103 m_storageConnectors = std::forward<StorageConnectorsT>(value);
105 template <
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
110 template <
typename StorageConnectorsT = StorageConnector>
112 m_storageConnectorsHasBeenSet =
true;
113 m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
124 template <
typename RedirectURLT = Aws::String>
126 m_redirectURLHasBeenSet =
true;
127 m_redirectURL = std::forward<RedirectURLT>(value);
129 template <
typename RedirectURLT = Aws::String>
143 template <
typename FeedbackURLT = Aws::String>
145 m_feedbackURLHasBeenSet =
true;
146 m_feedbackURL = std::forward<FeedbackURLT>(value);
148 template <
typename FeedbackURLT = Aws::String>
162 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
164 m_userSettingsHasBeenSet =
true;
165 m_userSettings = std::forward<UserSettingsT>(value);
167 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
172 template <
typename UserSettingsT = UserSetting>
174 m_userSettingsHasBeenSet =
true;
175 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
188 template <
typename ApplicationSettingsT = ApplicationSettings>
190 m_applicationSettingsHasBeenSet =
true;
191 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
193 template <
typename ApplicationSettingsT = ApplicationSettings>
214 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
216 m_tagsHasBeenSet =
true;
217 m_tags = std::forward<TagsT>(value);
219 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
221 SetTags(std::forward<TagsT>(value));
224 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
226 m_tagsHasBeenSet =
true;
227 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
240 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
242 m_accessEndpointsHasBeenSet =
true;
243 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
245 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
250 template <
typename AccessEndpo
intsT = AccessEndpo
int>
252 m_accessEndpointsHasBeenSet =
true;
253 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
266 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
268 m_embedHostDomainsHasBeenSet =
true;
269 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
271 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
276 template <
typename EmbedHostDomainsT = Aws::String>
278 m_embedHostDomainsHasBeenSet =
true;
279 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
291 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
293 m_streamingExperienceSettingsHasBeenSet =
true;
294 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
296 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
326 bool m_nameHasBeenSet =
false;
327 bool m_descriptionHasBeenSet =
false;
328 bool m_displayNameHasBeenSet =
false;
329 bool m_storageConnectorsHasBeenSet =
false;
330 bool m_redirectURLHasBeenSet =
false;
331 bool m_feedbackURLHasBeenSet =
false;
332 bool m_userSettingsHasBeenSet =
false;
333 bool m_applicationSettingsHasBeenSet =
false;
334 bool m_tagsHasBeenSet =
false;
335 bool m_accessEndpointsHasBeenSet =
false;
336 bool m_embedHostDomainsHasBeenSet =
false;
337 bool m_streamingExperienceSettingsHasBeenSet =
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
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)
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 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
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