7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/PlatformType.h>
10#include <aws/appstream/model/S3Location.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 template <
typename DisplayNameT = Aws::String>
65 m_displayNameHasBeenSet =
true;
66 m_displayName = std::forward<DisplayNameT>(value);
68 template <
typename DisplayNameT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename IconS3LocationT = S3Location>
101 m_iconS3LocationHasBeenSet =
true;
102 m_iconS3Location = std::forward<IconS3LocationT>(value);
104 template <
typename IconS3LocationT = S3Location>
117 template <
typename LaunchPathT = Aws::String>
119 m_launchPathHasBeenSet =
true;
120 m_launchPath = std::forward<LaunchPathT>(value);
122 template <
typename LaunchPathT = Aws::String>
135 template <
typename WorkingDirectoryT = Aws::String>
137 m_workingDirectoryHasBeenSet =
true;
138 m_workingDirectory = std::forward<WorkingDirectoryT>(value);
140 template <
typename WorkingDirectoryT = Aws::String>
153 template <
typename LaunchParametersT = Aws::String>
155 m_launchParametersHasBeenSet =
true;
156 m_launchParameters = std::forward<LaunchParametersT>(value);
158 template <
typename LaunchParametersT = Aws::String>
172 template <
typename PlatformsT = Aws::Vector<PlatformType>>
174 m_platformsHasBeenSet =
true;
175 m_platforms = std::forward<PlatformsT>(value);
177 template <
typename PlatformsT = Aws::Vector<PlatformType>>
183 m_platformsHasBeenSet =
true;
184 m_platforms.push_back(value);
196 template <
typename InstanceFamiliesT = Aws::Vector<Aws::String>>
198 m_instanceFamiliesHasBeenSet =
true;
199 m_instanceFamilies = std::forward<InstanceFamiliesT>(value);
201 template <
typename InstanceFamiliesT = Aws::Vector<Aws::String>>
206 template <
typename InstanceFamiliesT = Aws::String>
208 m_instanceFamiliesHasBeenSet =
true;
209 m_instanceFamilies.emplace_back(std::forward<InstanceFamiliesT>(value));
220 template <
typename AppBlockArnT = Aws::String>
222 m_appBlockArnHasBeenSet =
true;
223 m_appBlockArn = std::forward<AppBlockArnT>(value);
225 template <
typename AppBlockArnT = Aws::String>
238 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
240 m_tagsHasBeenSet =
true;
241 m_tags = std::forward<TagsT>(value);
243 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
245 SetTags(std::forward<TagsT>(value));
248 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
250 m_tagsHasBeenSet =
true;
251 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
277 bool m_nameHasBeenSet =
false;
278 bool m_displayNameHasBeenSet =
false;
279 bool m_descriptionHasBeenSet =
false;
280 bool m_iconS3LocationHasBeenSet =
false;
281 bool m_launchPathHasBeenSet =
false;
282 bool m_workingDirectoryHasBeenSet =
false;
283 bool m_launchParametersHasBeenSet =
false;
284 bool m_platformsHasBeenSet =
false;
285 bool m_instanceFamiliesHasBeenSet =
false;
286 bool m_appBlockArnHasBeenSet =
false;
287 bool m_tagsHasBeenSet =
false;
bool PlatformsHasBeenSet() const
void SetPlatforms(PlatformsT &&value)
CreateApplicationRequest & AddPlatforms(PlatformType value)
CreateApplicationRequest & WithLaunchPath(LaunchPathT &&value)
CreateApplicationRequest & WithWorkingDirectory(WorkingDirectoryT &&value)
CreateApplicationRequest & WithDisplayName(DisplayNameT &&value)
CreateApplicationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetWorkingDirectory() const
const Aws::String & GetLaunchPath() const
const Aws::String & GetAppBlockArn() const
bool AppBlockArnHasBeenSet() const
bool LaunchPathHasBeenSet() const
void SetName(NameT &&value)
CreateApplicationRequest & WithName(NameT &&value)
CreateApplicationRequest & WithInstanceFamilies(InstanceFamiliesT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LaunchParametersHasBeenSet() const
CreateApplicationRequest & WithAppBlockArn(AppBlockArnT &&value)
void SetDescription(DescriptionT &&value)
CreateApplicationRequest & WithLaunchParameters(LaunchParametersT &&value)
CreateApplicationRequest & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetAppBlockArn(AppBlockArnT &&value)
AWS_APPSTREAM_API CreateApplicationRequest()=default
CreateApplicationRequest & AddInstanceFamilies(InstanceFamiliesT &&value)
void SetLaunchParameters(LaunchParametersT &&value)
const Aws::String & GetLaunchParameters() const
const Aws::String & GetDisplayName() const
bool TagsHasBeenSet() const
void SetWorkingDirectory(WorkingDirectoryT &&value)
const Aws::Vector< Aws::String > & GetInstanceFamilies() const
virtual const char * GetServiceRequestName() const override
bool DisplayNameHasBeenSet() const
bool IconS3LocationHasBeenSet() const
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetInstanceFamilies(InstanceFamiliesT &&value)
CreateApplicationRequest & WithIconS3Location(IconS3LocationT &&value)
bool WorkingDirectoryHasBeenSet() const
void SetLaunchPath(LaunchPathT &&value)
const Aws::Vector< PlatformType > & GetPlatforms() const
const S3Location & GetIconS3Location() const
bool NameHasBeenSet() const
void SetIconS3Location(IconS3LocationT &&value)
const Aws::String & GetName() const
CreateApplicationRequest & WithPlatforms(PlatformsT &&value)
bool DescriptionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool InstanceFamiliesHasBeenSet() const
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