7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AgentSoftwareVersion.h>
10#include <aws/appstream/model/ApplicationConfig.h>
11#include <aws/appstream/model/RuntimeValidationConfig.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
64 template <
typename SourceAmiIdT = Aws::String>
66 m_sourceAmiIdHasBeenSet =
true;
67 m_sourceAmiId = std::forward<SourceAmiIdT>(value);
69 template <
typename SourceAmiIdT = Aws::String>
82 template <
typename WorkspaceImageIdT = Aws::String>
84 m_workspaceImageIdHasBeenSet =
true;
85 m_workspaceImageId = std::forward<WorkspaceImageIdT>(value);
87 template <
typename WorkspaceImageIdT = Aws::String>
103 template <
typename IamRoleArnT = Aws::String>
105 m_iamRoleArnHasBeenSet =
true;
106 m_iamRoleArn = std::forward<IamRoleArnT>(value);
108 template <
typename IamRoleArnT = Aws::String>
122 template <
typename DescriptionT = Aws::String>
124 m_descriptionHasBeenSet =
true;
125 m_description = std::forward<DescriptionT>(value);
127 template <
typename DescriptionT = Aws::String>
141 template <
typename DisplayNameT = Aws::String>
143 m_displayNameHasBeenSet =
true;
144 m_displayName = std::forward<DisplayNameT>(value);
146 template <
typename DisplayNameT = Aws::String>
160 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 m_tagsHasBeenSet =
true;
163 m_tags = std::forward<TagsT>(value);
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 SetTags(std::forward<TagsT>(value));
170 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
172 m_tagsHasBeenSet =
true;
173 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
186 template <
typename RuntimeVal
idationConfigT = RuntimeVal
idationConfig>
188 m_runtimeValidationConfigHasBeenSet =
true;
189 m_runtimeValidationConfig = std::forward<RuntimeValidationConfigT>(value);
191 template <
typename RuntimeVal
idationConfigT = RuntimeVal
idationConfig>
208 m_agentSoftwareVersionHasBeenSet =
true;
209 m_agentSoftwareVersion = value;
225 template <
typename AppCatalogConfigT = Aws::Vector<ApplicationConfig>>
227 m_appCatalogConfigHasBeenSet =
true;
228 m_appCatalogConfig = std::forward<AppCatalogConfigT>(value);
230 template <
typename AppCatalogConfigT = Aws::Vector<ApplicationConfig>>
235 template <
typename AppCatalogConfigT = ApplicationConfig>
237 m_appCatalogConfigHasBeenSet =
true;
238 m_appCatalogConfig.emplace_back(std::forward<AppCatalogConfigT>(value));
252 m_dryRunHasBeenSet =
true;
281 bool m_dryRun{
false};
282 bool m_nameHasBeenSet =
false;
283 bool m_sourceAmiIdHasBeenSet =
false;
284 bool m_workspaceImageIdHasBeenSet =
false;
285 bool m_iamRoleArnHasBeenSet =
false;
286 bool m_descriptionHasBeenSet =
false;
287 bool m_displayNameHasBeenSet =
false;
288 bool m_tagsHasBeenSet =
false;
289 bool m_runtimeValidationConfigHasBeenSet =
false;
290 bool m_agentSoftwareVersionHasBeenSet =
false;
291 bool m_appCatalogConfigHasBeenSet =
false;
292 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetSourceAmiId() const
const Aws::String & GetIamRoleArn() const
bool DisplayNameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const RuntimeValidationConfig & GetRuntimeValidationConfig() const
bool IamRoleArnHasBeenSet() const
CreateImportedImageRequest & WithDisplayName(DisplayNameT &&value)
void SetIamRoleArn(IamRoleArnT &&value)
bool AppCatalogConfigHasBeenSet() const
CreateImportedImageRequest & WithWorkspaceImageId(WorkspaceImageIdT &&value)
void SetAgentSoftwareVersion(AgentSoftwareVersion value)
CreateImportedImageRequest & WithTags(TagsT &&value)
bool DryRunHasBeenSet() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetWorkspaceImageId(WorkspaceImageIdT &&value)
void SetDescription(DescriptionT &&value)
bool SourceAmiIdHasBeenSet() const
bool AgentSoftwareVersionHasBeenSet() const
bool WorkspaceImageIdHasBeenSet() const
AWS_APPSTREAM_API CreateImportedImageRequest()=default
CreateImportedImageRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetWorkspaceImageId() const
CreateImportedImageRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDisplayName() const
CreateImportedImageRequest & WithAgentSoftwareVersion(AgentSoftwareVersion value)
virtual const char * GetServiceRequestName() const override
CreateImportedImageRequest & WithRuntimeValidationConfig(RuntimeValidationConfigT &&value)
bool RuntimeValidationConfigHasBeenSet() const
CreateImportedImageRequest & WithName(NameT &&value)
CreateImportedImageRequest & WithDryRun(bool value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetRuntimeValidationConfig(RuntimeValidationConfigT &&value)
void SetTags(TagsT &&value)
CreateImportedImageRequest & WithSourceAmiId(SourceAmiIdT &&value)
void SetAppCatalogConfig(AppCatalogConfigT &&value)
const Aws::Vector< ApplicationConfig > & GetAppCatalogConfig() const
void SetSourceAmiId(SourceAmiIdT &&value)
CreateImportedImageRequest & WithIamRoleArn(IamRoleArnT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetDryRun(bool value)
AgentSoftwareVersion GetAgentSoftwareVersion() const
CreateImportedImageRequest & WithAppCatalogConfig(AppCatalogConfigT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
CreateImportedImageRequest & AddAppCatalogConfig(AppCatalogConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() 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