7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appstream/model/ApplicationSettings.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/appstream/model/StreamingExperienceSettings.h>
14#include <aws/appstream/model/StorageConnector.h>
15#include <aws/appstream/model/UserSetting.h>
16#include <aws/appstream/model/AccessEndpoint.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
74 template<
typename DisplayNameT = Aws::String>
75 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
76 template<
typename DisplayNameT = Aws::String>
86 template<
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
87 void SetStorageConnectors(StorageConnectorsT&& value) { m_storageConnectorsHasBeenSet =
true; m_storageConnectors = std::forward<StorageConnectorsT>(value); }
88 template<
typename StorageConnectorsT = Aws::Vector<StorageConnector>>
90 template<
typename StorageConnectorsT = StorageConnector>
91 CreateStackRequest&
AddStorageConnectors(StorageConnectorsT&& value) { m_storageConnectorsHasBeenSet =
true; m_storageConnectors.emplace_back(std::forward<StorageConnectorsT>(value));
return *
this; }
100 template<
typename RedirectURLT = Aws::String>
101 void SetRedirectURL(RedirectURLT&& value) { m_redirectURLHasBeenSet =
true; m_redirectURL = std::forward<RedirectURLT>(value); }
102 template<
typename RedirectURLT = Aws::String>
113 template<
typename FeedbackURLT = Aws::String>
114 void SetFeedbackURL(FeedbackURLT&& value) { m_feedbackURLHasBeenSet =
true; m_feedbackURL = std::forward<FeedbackURLT>(value); }
115 template<
typename FeedbackURLT = Aws::String>
126 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
127 void SetUserSettings(UserSettingsT&& value) { m_userSettingsHasBeenSet =
true; m_userSettings = std::forward<UserSettingsT>(value); }
128 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
130 template<
typename UserSettingsT = UserSetting>
142 template<
typename ApplicationSettingsT = ApplicationSettings>
143 void SetApplicationSettings(ApplicationSettingsT&& value) { m_applicationSettingsHasBeenSet =
true; m_applicationSettings = std::forward<ApplicationSettingsT>(value); }
144 template<
typename ApplicationSettingsT = ApplicationSettings>
161 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
163 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
167 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
178 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
179 void SetAccessEndpoints(AccessEndpointsT&& value) { m_accessEndpointsHasBeenSet =
true; m_accessEndpoints = std::forward<AccessEndpointsT>(value); }
180 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
182 template<
typename AccessEndpo
intsT = AccessEndpo
int>
194 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
195 void SetEmbedHostDomains(EmbedHostDomainsT&& value) { m_embedHostDomainsHasBeenSet =
true; m_embedHostDomains = std::forward<EmbedHostDomainsT>(value); }
196 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
198 template<
typename EmbedHostDomainsT = Aws::String>
209 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
210 void SetStreamingExperienceSettings(StreamingExperienceSettingsT&& value) { m_streamingExperienceSettingsHasBeenSet =
true; m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value); }
211 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
217 bool m_nameHasBeenSet =
false;
220 bool m_descriptionHasBeenSet =
false;
223 bool m_displayNameHasBeenSet =
false;
226 bool m_storageConnectorsHasBeenSet =
false;
229 bool m_redirectURLHasBeenSet =
false;
232 bool m_feedbackURLHasBeenSet =
false;
235 bool m_userSettingsHasBeenSet =
false;
238 bool m_applicationSettingsHasBeenSet =
false;
241 bool m_tagsHasBeenSet =
false;
244 bool m_accessEndpointsHasBeenSet =
false;
247 bool m_embedHostDomainsHasBeenSet =
false;
250 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