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/appstream/model/StreamingExperienceSettings.h>
13#include <aws/appstream/model/StorageConnector.h>
14#include <aws/appstream/model/StackAttribute.h>
15#include <aws/appstream/model/UserSetting.h>
16#include <aws/appstream/model/AccessEndpoint.h>
50 template<
typename DisplayNameT = Aws::String>
51 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
52 template<
typename DisplayNameT = 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 NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = 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 UpdateStackRequest&
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>
125 template<
typename AttributesToDeleteT = Aws::Vector<StackAttribute>>
126 void SetAttributesToDelete(AttributesToDeleteT&& value) { m_attributesToDeleteHasBeenSet =
true; m_attributesToDelete = std::forward<AttributesToDeleteT>(value); }
127 template<
typename AttributesToDeleteT = Aws::Vector<StackAttribute>>
139 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
140 void SetUserSettings(UserSettingsT&& value) { m_userSettingsHasBeenSet =
true; m_userSettings = std::forward<UserSettingsT>(value); }
141 template<
typename UserSettingsT = Aws::Vector<UserSetting>>
143 template<
typename UserSettingsT = UserSetting>
155 template<
typename ApplicationSettingsT = ApplicationSettings>
156 void SetApplicationSettings(ApplicationSettingsT&& value) { m_applicationSettingsHasBeenSet =
true; m_applicationSettings = std::forward<ApplicationSettingsT>(value); }
157 template<
typename ApplicationSettingsT = ApplicationSettings>
168 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
169 void SetAccessEndpoints(AccessEndpointsT&& value) { m_accessEndpointsHasBeenSet =
true; m_accessEndpoints = std::forward<AccessEndpointsT>(value); }
170 template<
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
172 template<
typename AccessEndpo
intsT = AccessEndpo
int>
184 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
185 void SetEmbedHostDomains(EmbedHostDomainsT&& value) { m_embedHostDomainsHasBeenSet =
true; m_embedHostDomains = std::forward<EmbedHostDomainsT>(value); }
186 template<
typename EmbedHostDomainsT = Aws::Vector<Aws::String>>
188 template<
typename EmbedHostDomainsT = Aws::String>
199 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
200 void SetStreamingExperienceSettings(StreamingExperienceSettingsT&& value) { m_streamingExperienceSettingsHasBeenSet =
true; m_streamingExperienceSettings = std::forward<StreamingExperienceSettingsT>(value); }
201 template<
typename StreamingExperienceSettingsT = StreamingExperienceSettings>
207 bool m_displayNameHasBeenSet =
false;
210 bool m_descriptionHasBeenSet =
false;
213 bool m_nameHasBeenSet =
false;
216 bool m_storageConnectorsHasBeenSet =
false;
219 bool m_redirectURLHasBeenSet =
false;
222 bool m_feedbackURLHasBeenSet =
false;
225 bool m_attributesToDeleteHasBeenSet =
false;
228 bool m_userSettingsHasBeenSet =
false;
231 bool m_applicationSettingsHasBeenSet =
false;
234 bool m_accessEndpointsHasBeenSet =
false;
237 bool m_embedHostDomainsHasBeenSet =
false;
240 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