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/appstream/model/S3Location.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/appstream/model/ApplicationAttribute.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
60 template<
typename DisplayNameT = Aws::String>
61 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
62 template<
typename DisplayNameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename IconS3LocationT = S3Location>
85 void SetIconS3Location(IconS3LocationT&& value) { m_iconS3LocationHasBeenSet =
true; m_iconS3Location = std::forward<IconS3LocationT>(value); }
86 template<
typename IconS3LocationT = S3Location>
96 template<
typename LaunchPathT = Aws::String>
97 void SetLaunchPath(LaunchPathT&& value) { m_launchPathHasBeenSet =
true; m_launchPath = std::forward<LaunchPathT>(value); }
98 template<
typename LaunchPathT = Aws::String>
108 template<
typename WorkingDirectoryT = Aws::String>
109 void SetWorkingDirectory(WorkingDirectoryT&& value) { m_workingDirectoryHasBeenSet =
true; m_workingDirectory = std::forward<WorkingDirectoryT>(value); }
110 template<
typename WorkingDirectoryT = Aws::String>
120 template<
typename LaunchParametersT = Aws::String>
121 void SetLaunchParameters(LaunchParametersT&& value) { m_launchParametersHasBeenSet =
true; m_launchParameters = std::forward<LaunchParametersT>(value); }
122 template<
typename LaunchParametersT = Aws::String>
132 template<
typename AppBlockArnT = Aws::String>
133 void SetAppBlockArn(AppBlockArnT&& value) { m_appBlockArnHasBeenSet =
true; m_appBlockArn = std::forward<AppBlockArnT>(value); }
134 template<
typename AppBlockArnT = Aws::String>
144 template<
typename AttributesToDeleteT = Aws::Vector<ApplicationAttribute>>
145 void SetAttributesToDelete(AttributesToDeleteT&& value) { m_attributesToDeleteHasBeenSet =
true; m_attributesToDelete = std::forward<AttributesToDeleteT>(value); }
146 template<
typename AttributesToDeleteT = Aws::Vector<ApplicationAttribute>>
153 bool m_nameHasBeenSet =
false;
156 bool m_displayNameHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
162 bool m_iconS3LocationHasBeenSet =
false;
165 bool m_launchPathHasBeenSet =
false;
168 bool m_workingDirectoryHasBeenSet =
false;
171 bool m_launchParametersHasBeenSet =
false;
174 bool m_appBlockArnHasBeenSet =
false;
177 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