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));
66 template <
typename SourceAmiIdT = Aws::String>
68 m_sourceAmiIdHasBeenSet =
true;
69 m_sourceAmiId = std::forward<SourceAmiIdT>(value);
71 template <
typename SourceAmiIdT = Aws::String>
87 template <
typename IamRoleArnT = Aws::String>
89 m_iamRoleArnHasBeenSet =
true;
90 m_iamRoleArn = std::forward<IamRoleArnT>(value);
92 template <
typename IamRoleArnT = Aws::String>
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
125 template <
typename DisplayNameT = Aws::String>
127 m_displayNameHasBeenSet =
true;
128 m_displayName = std::forward<DisplayNameT>(value);
130 template <
typename DisplayNameT = Aws::String>
144 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 m_tagsHasBeenSet =
true;
147 m_tags = std::forward<TagsT>(value);
149 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 SetTags(std::forward<TagsT>(value));
154 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
156 m_tagsHasBeenSet =
true;
157 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
170 template <
typename RuntimeVal
idationConfigT = RuntimeVal
idationConfig>
172 m_runtimeValidationConfigHasBeenSet =
true;
173 m_runtimeValidationConfig = std::forward<RuntimeValidationConfigT>(value);
175 template <
typename RuntimeVal
idationConfigT = RuntimeVal
idationConfig>
192 m_agentSoftwareVersionHasBeenSet =
true;
193 m_agentSoftwareVersion = value;
209 template <
typename AppCatalogConfigT = Aws::Vector<ApplicationConfig>>
211 m_appCatalogConfigHasBeenSet =
true;
212 m_appCatalogConfig = std::forward<AppCatalogConfigT>(value);
214 template <
typename AppCatalogConfigT = Aws::Vector<ApplicationConfig>>
219 template <
typename AppCatalogConfigT = ApplicationConfig>
221 m_appCatalogConfigHasBeenSet =
true;
222 m_appCatalogConfig.emplace_back(std::forward<AppCatalogConfigT>(value));
236 m_dryRunHasBeenSet =
true;
263 bool m_dryRun{
false};
264 bool m_nameHasBeenSet =
false;
265 bool m_sourceAmiIdHasBeenSet =
false;
266 bool m_iamRoleArnHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
268 bool m_displayNameHasBeenSet =
false;
269 bool m_tagsHasBeenSet =
false;
270 bool m_runtimeValidationConfigHasBeenSet =
false;
271 bool m_agentSoftwareVersionHasBeenSet =
false;
272 bool m_appCatalogConfigHasBeenSet =
false;
273 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
void SetAgentSoftwareVersion(AgentSoftwareVersion value)
CreateImportedImageRequest & WithTags(TagsT &&value)
bool DryRunHasBeenSet() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
bool SourceAmiIdHasBeenSet() const
bool AgentSoftwareVersionHasBeenSet() const
AWS_APPSTREAM_API CreateImportedImageRequest()=default
CreateImportedImageRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
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