7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/ApplicationAttribute.h>
10#include <aws/appstream/model/S3Location.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename DisplayNameT = Aws::String>
64 m_displayNameHasBeenSet =
true;
65 m_displayName = std::forward<DisplayNameT>(value);
67 template <
typename DisplayNameT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename IconS3LocationT = S3Location>
100 m_iconS3LocationHasBeenSet =
true;
101 m_iconS3Location = std::forward<IconS3LocationT>(value);
103 template <
typename IconS3LocationT = S3Location>
116 template <
typename LaunchPathT = Aws::String>
118 m_launchPathHasBeenSet =
true;
119 m_launchPath = std::forward<LaunchPathT>(value);
121 template <
typename LaunchPathT = Aws::String>
134 template <
typename WorkingDirectoryT = Aws::String>
136 m_workingDirectoryHasBeenSet =
true;
137 m_workingDirectory = std::forward<WorkingDirectoryT>(value);
139 template <
typename WorkingDirectoryT = Aws::String>
152 template <
typename LaunchParametersT = Aws::String>
154 m_launchParametersHasBeenSet =
true;
155 m_launchParameters = std::forward<LaunchParametersT>(value);
157 template <
typename LaunchParametersT = Aws::String>
170 template <
typename AppBlockArnT = Aws::String>
172 m_appBlockArnHasBeenSet =
true;
173 m_appBlockArn = std::forward<AppBlockArnT>(value);
175 template <
typename AppBlockArnT = Aws::String>
188 template <
typename AttributesToDeleteT = Aws::Vector<ApplicationAttribute>>
190 m_attributesToDeleteHasBeenSet =
true;
191 m_attributesToDelete = std::forward<AttributesToDeleteT>(value);
193 template <
typename AttributesToDeleteT = Aws::Vector<ApplicationAttribute>>
199 m_attributesToDeleteHasBeenSet =
true;
200 m_attributesToDelete.push_back(value);
222 bool m_nameHasBeenSet =
false;
223 bool m_displayNameHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_iconS3LocationHasBeenSet =
false;
226 bool m_launchPathHasBeenSet =
false;
227 bool m_workingDirectoryHasBeenSet =
false;
228 bool m_launchParametersHasBeenSet =
false;
229 bool m_appBlockArnHasBeenSet =
false;
230 bool m_attributesToDeleteHasBeenSet =
false;
AWS_APPSTREAM_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
UpdateApplicationRequest & WithLaunchPath(LaunchPathT &&value)
const Aws::Vector< ApplicationAttribute > & GetAttributesToDelete() const
bool DisplayNameHasBeenSet() const
void SetName(NameT &&value)
UpdateApplicationRequest & WithWorkingDirectory(WorkingDirectoryT &&value)
bool AttributesToDeleteHasBeenSet() const
const Aws::String & GetWorkingDirectory() const
bool WorkingDirectoryHasBeenSet() const
UpdateApplicationRequest & WithLaunchParameters(LaunchParametersT &&value)
bool IconS3LocationHasBeenSet() const
UpdateApplicationRequest & AddAttributesToDelete(ApplicationAttribute value)
void SetAppBlockArn(AppBlockArnT &&value)
UpdateApplicationRequest & WithAttributesToDelete(AttributesToDeleteT &&value)
const Aws::String & GetLaunchPath() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLaunchParameters() const
bool LaunchPathHasBeenSet() const
const Aws::String & GetDisplayName() const
const Aws::String & GetDescription() const
const S3Location & GetIconS3Location() const
const Aws::String & GetAppBlockArn() const
UpdateApplicationRequest & WithAppBlockArn(AppBlockArnT &&value)
void SetLaunchParameters(LaunchParametersT &&value)
bool LaunchParametersHasBeenSet() const
const Aws::String & GetName() const
void SetWorkingDirectory(WorkingDirectoryT &&value)
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
UpdateApplicationRequest & WithIconS3Location(IconS3LocationT &&value)
AWS_APPSTREAM_API UpdateApplicationRequest()=default
bool AppBlockArnHasBeenSet() const
void SetAttributesToDelete(AttributesToDeleteT &&value)
void SetDisplayName(DisplayNameT &&value)
UpdateApplicationRequest & WithName(NameT &&value)
UpdateApplicationRequest & WithDisplayName(DisplayNameT &&value)
void SetLaunchPath(LaunchPathT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIconS3Location(IconS3LocationT &&value)
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