7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/Application.h>
9#include <aws/appstream/model/DynamicAppProvidersEnabled.h>
10#include <aws/appstream/model/ImagePermissions.h>
11#include <aws/appstream/model/ImageSharedWithOthers.h>
12#include <aws/appstream/model/ImageState.h>
13#include <aws/appstream/model/ImageStateChangeReason.h>
14#include <aws/appstream/model/ImageType.h>
15#include <aws/appstream/model/LatestAppstreamAgentVersion.h>
16#include <aws/appstream/model/PlatformType.h>
17#include <aws/appstream/model/ResourceError.h>
18#include <aws/appstream/model/VisibilityType.h>
19#include <aws/core/utils/DateTime.h>
20#include <aws/core/utils/memory/stl/AWSString.h>
21#include <aws/core/utils/memory/stl/AWSVector.h>
42 AWS_APPSTREAM_API
Image() =
default;
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
71 template <
typename ArnT = Aws::String>
73 m_arnHasBeenSet =
true;
74 m_arn = std::forward<ArnT>(value);
76 template <
typename ArnT = Aws::String>
78 SetArn(std::forward<ArnT>(value));
89 template <
typename BaseImageArnT = Aws::String>
91 m_baseImageArnHasBeenSet =
true;
92 m_baseImageArn = std::forward<BaseImageArnT>(value);
94 template <
typename BaseImageArnT = Aws::String>
107 template <
typename DisplayNameT = Aws::String>
109 m_displayNameHasBeenSet =
true;
110 m_displayName = std::forward<DisplayNameT>(value);
112 template <
typename DisplayNameT = Aws::String>
128 m_stateHasBeenSet =
true;
144 m_visibilityHasBeenSet =
true;
145 m_visibility = value;
160 m_imageBuilderSupportedHasBeenSet =
true;
161 m_imageBuilderSupported = value;
177 template <
typename ImageBuilderNameT = Aws::String>
179 m_imageBuilderNameHasBeenSet =
true;
180 m_imageBuilderName = std::forward<ImageBuilderNameT>(value);
182 template <
typename ImageBuilderNameT = Aws::String>
196 m_platformHasBeenSet =
true;
211 template <
typename DescriptionT = Aws::String>
213 m_descriptionHasBeenSet =
true;
214 m_description = std::forward<DescriptionT>(value);
216 template <
typename DescriptionT = Aws::String>
229 template <
typename StateChangeReasonT = ImageStateChangeReason>
231 m_stateChangeReasonHasBeenSet =
true;
232 m_stateChangeReason = std::forward<StateChangeReasonT>(value);
234 template <
typename StateChangeReasonT = ImageStateChangeReason>
247 template <
typename ApplicationsT = Aws::Vector<Application>>
249 m_applicationsHasBeenSet =
true;
250 m_applications = std::forward<ApplicationsT>(value);
252 template <
typename ApplicationsT = Aws::Vector<Application>>
257 template <
typename ApplicationsT = Application>
259 m_applicationsHasBeenSet =
true;
260 m_applications.emplace_back(std::forward<ApplicationsT>(value));
271 template <
typename CreatedTimeT = Aws::Utils::DateTime>
273 m_createdTimeHasBeenSet =
true;
274 m_createdTime = std::forward<CreatedTimeT>(value);
276 template <
typename CreatedTimeT = Aws::Utils::DateTime>
290 template <
typename PublicBaseImageReleasedDateT = Aws::Utils::DateTime>
292 m_publicBaseImageReleasedDateHasBeenSet =
true;
293 m_publicBaseImageReleasedDate = std::forward<PublicBaseImageReleasedDateT>(value);
295 template <
typename PublicBaseImageReleasedDateT = Aws::Utils::DateTime>
309 template <
typename AppstreamAgentVersionT = Aws::String>
311 m_appstreamAgentVersionHasBeenSet =
true;
312 m_appstreamAgentVersion = std::forward<AppstreamAgentVersionT>(value);
314 template <
typename AppstreamAgentVersionT = Aws::String>
328 template <
typename ImagePermissionsT = ImagePermissions>
330 m_imagePermissionsHasBeenSet =
true;
331 m_imagePermissions = std::forward<ImagePermissionsT>(value);
333 template <
typename ImagePermissionsT = ImagePermissions>
346 template <
typename ImageErrorsT = Aws::Vector<ResourceError>>
348 m_imageErrorsHasBeenSet =
true;
349 m_imageErrors = std::forward<ImageErrorsT>(value);
351 template <
typename ImageErrorsT = Aws::Vector<ResourceError>>
356 template <
typename ImageErrorsT = ResourceError>
358 m_imageErrorsHasBeenSet =
true;
359 m_imageErrors.emplace_back(std::forward<ImageErrorsT>(value));
372 m_latestAppstreamAgentVersionHasBeenSet =
true;
373 m_latestAppstreamAgentVersion = value;
392 template <
typename SupportedInstanceFamiliesT = Aws::Vector<Aws::String>>
394 m_supportedInstanceFamiliesHasBeenSet =
true;
395 m_supportedInstanceFamilies = std::forward<SupportedInstanceFamiliesT>(value);
397 template <
typename SupportedInstanceFamiliesT = Aws::Vector<Aws::String>>
402 template <
typename SupportedInstanceFamiliesT = Aws::String>
404 m_supportedInstanceFamiliesHasBeenSet =
true;
405 m_supportedInstanceFamilies.emplace_back(std::forward<SupportedInstanceFamiliesT>(value));
418 m_dynamicAppProvidersEnabledHasBeenSet =
true;
419 m_dynamicAppProvidersEnabled = value;
434 m_imageSharedWithOthersHasBeenSet =
true;
435 m_imageSharedWithOthers = value;
450 m_managedSoftwareIncludedHasBeenSet =
true;
451 m_managedSoftwareIncluded = value;
469 m_imageTypeHasBeenSet =
true;
490 bool m_imageBuilderSupported{
false};
498 ImageStateChangeReason m_stateChangeReason;
508 ImagePermissions m_imagePermissions;
520 bool m_managedSoftwareIncluded{
false};
523 bool m_nameHasBeenSet =
false;
524 bool m_arnHasBeenSet =
false;
525 bool m_baseImageArnHasBeenSet =
false;
526 bool m_displayNameHasBeenSet =
false;
527 bool m_stateHasBeenSet =
false;
528 bool m_visibilityHasBeenSet =
false;
529 bool m_imageBuilderSupportedHasBeenSet =
false;
530 bool m_imageBuilderNameHasBeenSet =
false;
531 bool m_platformHasBeenSet =
false;
532 bool m_descriptionHasBeenSet =
false;
533 bool m_stateChangeReasonHasBeenSet =
false;
534 bool m_applicationsHasBeenSet =
false;
535 bool m_createdTimeHasBeenSet =
false;
536 bool m_publicBaseImageReleasedDateHasBeenSet =
false;
537 bool m_appstreamAgentVersionHasBeenSet =
false;
538 bool m_imagePermissionsHasBeenSet =
false;
539 bool m_imageErrorsHasBeenSet =
false;
540 bool m_latestAppstreamAgentVersionHasBeenSet =
false;
541 bool m_supportedInstanceFamiliesHasBeenSet =
false;
542 bool m_dynamicAppProvidersEnabledHasBeenSet =
false;
543 bool m_imageSharedWithOthersHasBeenSet =
false;
544 bool m_managedSoftwareIncludedHasBeenSet =
false;
545 bool m_imageTypeHasBeenSet =
false;
void SetVisibility(VisibilityType value)
void SetImageBuilderName(ImageBuilderNameT &&value)
bool AppstreamAgentVersionHasBeenSet() const
Image & AddApplications(ApplicationsT &&value)
AWS_APPSTREAM_API Image(Aws::Utils::Json::JsonView jsonValue)
DynamicAppProvidersEnabled GetDynamicAppProvidersEnabled() const
Image & WithImageType(ImageType value)
AWS_APPSTREAM_API Image & operator=(Aws::Utils::Json::JsonView jsonValue)
Image & WithBaseImageArn(BaseImageArnT &&value)
void SetArn(ArnT &&value)
const Aws::Vector< ResourceError > & GetImageErrors() const
Image & WithImagePermissions(ImagePermissionsT &&value)
const ImagePermissions & GetImagePermissions() const
bool ImageBuilderNameHasBeenSet() const
Image & WithDescription(DescriptionT &&value)
void SetLatestAppstreamAgentVersion(LatestAppstreamAgentVersion value)
bool DisplayNameHasBeenSet() const
void SetName(NameT &&value)
PlatformType GetPlatform() const
Image & WithLatestAppstreamAgentVersion(LatestAppstreamAgentVersion value)
bool GetManagedSoftwareIncluded() const
bool StateHasBeenSet() const
Image & WithArn(ArnT &&value)
const Aws::String & GetAppstreamAgentVersion() const
void SetDynamicAppProvidersEnabled(DynamicAppProvidersEnabled value)
VisibilityType GetVisibility() const
const Aws::String & GetBaseImageArn() const
const Aws::Vector< Application > & GetApplications() const
Image & WithPlatform(PlatformType value)
Image & WithName(NameT &&value)
Image & WithCreatedTime(CreatedTimeT &&value)
Image & WithSupportedInstanceFamilies(SupportedInstanceFamiliesT &&value)
void SetImageErrors(ImageErrorsT &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
Image & WithDynamicAppProvidersEnabled(DynamicAppProvidersEnabled value)
bool ImagePermissionsHasBeenSet() const
void SetPublicBaseImageReleasedDate(PublicBaseImageReleasedDateT &&value)
void SetDisplayName(DisplayNameT &&value)
bool ApplicationsHasBeenSet() const
const Aws::String & GetArn() const
Image & WithDisplayName(DisplayNameT &&value)
Image & AddSupportedInstanceFamilies(SupportedInstanceFamiliesT &&value)
Image & AddImageErrors(ImageErrorsT &&value)
ImageType GetImageType() const
bool ImageSharedWithOthersHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetPublicBaseImageReleasedDate() const
bool VisibilityHasBeenSet() const
bool ImageErrorsHasBeenSet() const
Image & WithStateChangeReason(StateChangeReasonT &&value)
bool StateChangeReasonHasBeenSet() const
bool SupportedInstanceFamiliesHasBeenSet() const
Image & WithImageSharedWithOthers(ImageSharedWithOthers value)
AWS_APPSTREAM_API Image()=default
const Aws::String & GetImageBuilderName() const
bool DynamicAppProvidersEnabledHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
Image & WithPublicBaseImageReleasedDate(PublicBaseImageReleasedDateT &&value)
Image & WithImageBuilderName(ImageBuilderNameT &&value)
Image & WithImageErrors(ImageErrorsT &&value)
bool BaseImageArnHasBeenSet() const
Image & WithState(ImageState value)
void SetManagedSoftwareIncluded(bool value)
Image & WithApplications(ApplicationsT &&value)
bool ImageBuilderSupportedHasBeenSet() const
void SetSupportedInstanceFamilies(SupportedInstanceFamiliesT &&value)
const Aws::Vector< Aws::String > & GetSupportedInstanceFamilies() const
bool LatestAppstreamAgentVersionHasBeenSet() const
LatestAppstreamAgentVersion GetLatestAppstreamAgentVersion() const
Image & WithAppstreamAgentVersion(AppstreamAgentVersionT &&value)
void SetImageBuilderSupported(bool value)
bool PublicBaseImageReleasedDateHasBeenSet() const
bool CreatedTimeHasBeenSet() const
Image & WithImageBuilderSupported(bool value)
void SetApplications(ApplicationsT &&value)
void SetImageSharedWithOthers(ImageSharedWithOthers value)
void SetDescription(DescriptionT &&value)
bool ImageTypeHasBeenSet() const
void SetImagePermissions(ImagePermissionsT &&value)
const Aws::String & GetDisplayName() const
void SetPlatform(PlatformType value)
bool GetImageBuilderSupported() const
void SetImageType(ImageType value)
Image & WithVisibility(VisibilityType value)
ImageState GetState() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetStateChangeReason(StateChangeReasonT &&value)
Image & WithManagedSoftwareIncluded(bool value)
void SetBaseImageArn(BaseImageArnT &&value)
bool ManagedSoftwareIncludedHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
void SetState(ImageState value)
bool ArnHasBeenSet() const
const ImageStateChangeReason & GetStateChangeReason() const
void SetAppstreamAgentVersion(AppstreamAgentVersionT &&value)
ImageSharedWithOthers GetImageSharedWithOthers() const
bool PlatformHasBeenSet() const
LatestAppstreamAgentVersion
DynamicAppProvidersEnabled
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue