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/StackAttribute.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/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename DisplayNameT = Aws::String>
48 m_displayNameHasBeenSet =
true;
49 m_displayName = std::forward<DisplayNameT>(value);
51 template <
typename DisplayNameT = Aws::String>
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 NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
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>
161 template <
typename AttributesToDeleteT = Aws::Vector<StackAttribute>>
163 m_attributesToDeleteHasBeenSet =
true;
164 m_attributesToDelete = std::forward<AttributesToDeleteT>(value);
166 template <
typename AttributesToDeleteT = Aws::Vector<StackAttribute>>
172 m_attributesToDeleteHasBeenSet =
true;
173 m_attributesToDelete.push_back(value);
185 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
187 m_userSettingsHasBeenSet =
true;
188 m_userSettings = std::forward<UserSettingsT>(value);
190 template <
typename UserSettingsT = Aws::Vector<UserSetting>>
195 template <
typename UserSettingsT = UserSetting>
197 m_userSettingsHasBeenSet =
true;
198 m_userSettings.emplace_back(std::forward<UserSettingsT>(value));
211 template <
typename ApplicationSettingsT = ApplicationSettings>
213 m_applicationSettingsHasBeenSet =
true;
214 m_applicationSettings = std::forward<ApplicationSettingsT>(value);
216 template <
typename ApplicationSettingsT = ApplicationSettings>
231 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
233 m_accessEndpointsHasBeenSet =
true;
234 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
236 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
241 template <
typename AccessEndpo
intsT = AccessEndpo
int>
243 m_accessEndpointsHasBeenSet =
true;
244 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
257 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
259 m_embedHostDomainsHasBeenSet =
true;
260 m_embedHostDomains = std::forward<EmbedHostDomainsT>(value);
262 template <
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
267 template <
typename EmbedHostDomainsT = Aws::String>
269 m_embedHostDomainsHasBeenSet =
true;
270 m_embedHostDomains.emplace_back(std::forward<EmbedHostDomainsT>(value));
282 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
284 m_streamingExperienceSettingsHasBeenSet =
true;
285 m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value);
287 template <
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
295 bool m_displayNameHasBeenSet =
false;
298 bool m_descriptionHasBeenSet =
false;
301 bool m_nameHasBeenSet =
false;
304 bool m_storageConnectorsHasBeenSet =
false;
307 bool m_redirectURLHasBeenSet =
false;
310 bool m_feedbackURLHasBeenSet =
false;
313 bool m_attributesToDeleteHasBeenSet =
false;
316 bool m_userSettingsHasBeenSet =
false;
319 bool m_applicationSettingsHasBeenSet =
false;
322 bool m_accessEndpointsHasBeenSet =
false;
325 bool m_embedHostDomainsHasBeenSet =
false;
328 bool m_streamingExperienceSettingsHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::Vector< UserSetting > & GetUserSettings() const
bool ApplicationSettingsHasBeenSet() const
const Aws::Vector< StorageConnector > & GetStorageConnectors() const
UpdateStackRequest & WithStorageConnectors(StorageConnectorsT &&value)
bool AccessEndpointsHasBeenSet() const
bool NameHasBeenSet() const
UpdateStackRequest & AddEmbedHostDomains(EmbedHostDomainsT &&value)
void SetAttributesToDelete(AttributesToDeleteT &&value)
UpdateStackRequest & WithStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
bool FeedbackURLHasBeenSet() const
bool DisplayNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetApplicationSettings(ApplicationSettingsT &&value)
UpdateStackRequest & WithName(NameT &&value)
UpdateStackRequest & WithEmbedHostDomains(EmbedHostDomainsT &&value)
const Aws::String & GetDisplayName() const
bool AttributesToDeleteHasBeenSet() const
void SetStorageConnectors(StorageConnectorsT &&value)
bool RedirectURLHasBeenSet() const
const Aws::String & GetName() const
bool StorageConnectorsHasBeenSet() const
bool DescriptionHasBeenSet() const
const ApplicationSettings & GetApplicationSettings() const
UpdateStackRequest & AddStorageConnectors(StorageConnectorsT &&value)
void SetEmbedHostDomains(EmbedHostDomainsT &&value)
void SetName(NameT &&value)
UpdateStackRequest & AddUserSettings(UserSettingsT &&value)
const Aws::String & GetFeedbackURL() const
AWS_APPSTREAM_API UpdateStackRequest()=default
void SetDescription(DescriptionT &&value)
UpdateStackRequest & WithRedirectURL(RedirectURLT &&value)
void SetRedirectURL(RedirectURLT &&value)
UpdateStackRequest & WithAttributesToDelete(AttributesToDeleteT &&value)
UpdateStackRequest & WithApplicationSettings(ApplicationSettingsT &&value)
UpdateStackRequest & AddAttributesToDelete(StackAttribute value)
bool EmbedHostDomainsHasBeenSet() const
UpdateStackRequest & WithAccessEndpoints(AccessEndpointsT &&value)
UpdateStackRequest & WithDescription(DescriptionT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const StreamingExperienceSettings & GetStreamingExperienceSettings() const
bool StreamingExperienceSettingsHasBeenSet() const
void SetUserSettings(UserSettingsT &&value)
UpdateStackRequest & WithUserSettings(UserSettingsT &&value)
void SetAccessEndpoints(AccessEndpointsT &&value)
const Aws::Vector< StackAttribute > & GetAttributesToDelete() const
void SetStreamingExperienceSettings(StreamingExperienceSettingsT &&value)
bool UserSettingsHasBeenSet() const
UpdateStackRequest & WithDisplayName(DisplayNameT &&value)
void SetFeedbackURL(FeedbackURLT &&value)
void SetDisplayName(DisplayNameT &&value)
UpdateStackRequest & AddAccessEndpoints(AccessEndpointsT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::Vector< AccessEndpoint > & GetAccessEndpoints() const
UpdateStackRequest & WithFeedbackURL(FeedbackURLT &&value)
const Aws::String & GetRedirectURL() const
const Aws::Vector< Aws::String > & GetEmbedHostDomains() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector