7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AccessEndpoint.h>
9#include <aws/appstream/model/DomainJoinInfo.h>
10#include <aws/appstream/model/ImageBuilderState.h>
11#include <aws/appstream/model/ImageBuilderStateChangeReason.h>
12#include <aws/appstream/model/LatestAppstreamAgentVersion.h>
13#include <aws/appstream/model/NetworkAccessConfiguration.h>
14#include <aws/appstream/model/PlatformType.h>
15#include <aws/appstream/model/ResourceError.h>
16#include <aws/appstream/model/VolumeConfig.h>
17#include <aws/appstream/model/VpcConfig.h>
18#include <aws/core/utils/DateTime.h>
19#include <aws/core/utils/memory/stl/AWSString.h>
20#include <aws/core/utils/memory/stl/AWSVector.h>
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 ImageArnT = Aws::String>
91 m_imageArnHasBeenSet =
true;
92 m_imageArn = std::forward<ImageArnT>(value);
94 template <
typename ImageArnT = Aws::String>
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 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>
143 template <
typename VpcConfigT = VpcConfig>
145 m_vpcConfigHasBeenSet =
true;
146 m_vpcConfig = std::forward<VpcConfigT>(value);
148 template <
typename VpcConfigT = VpcConfig>
192 template <
typename InstanceTypeT = Aws::String>
194 m_instanceTypeHasBeenSet =
true;
195 m_instanceType = std::forward<InstanceTypeT>(value);
197 template <
typename InstanceTypeT = Aws::String>
211 m_platformHasBeenSet =
true;
236 template <
typename IamRoleArnT = Aws::String>
238 m_iamRoleArnHasBeenSet =
true;
239 m_iamRoleArn = std::forward<IamRoleArnT>(value);
241 template <
typename IamRoleArnT = Aws::String>
255 m_stateHasBeenSet =
true;
270 template <
typename StateChangeReasonT = ImageBuilderStateChangeReason>
272 m_stateChangeReasonHasBeenSet =
true;
273 m_stateChangeReason = std::forward<StateChangeReasonT>(value);
275 template <
typename StateChangeReasonT = ImageBuilderStateChangeReason>
288 template <
typename CreatedTimeT = Aws::Utils::DateTime>
290 m_createdTimeHasBeenSet =
true;
291 m_createdTime = std::forward<CreatedTimeT>(value);
293 template <
typename CreatedTimeT = Aws::Utils::DateTime>
307 m_enableDefaultInternetAccessHasBeenSet =
true;
308 m_enableDefaultInternetAccess = value;
323 template <
typename DomainJoinInfoT = DomainJoinInfo>
325 m_domainJoinInfoHasBeenSet =
true;
326 m_domainJoinInfo = std::forward<DomainJoinInfoT>(value);
328 template <
typename DomainJoinInfoT = DomainJoinInfo>
339 template <
typename NetworkAccessConfigurationT = NetworkAccessConfiguration>
341 m_networkAccessConfigurationHasBeenSet =
true;
342 m_networkAccessConfiguration = std::forward<NetworkAccessConfigurationT>(value);
344 template <
typename NetworkAccessConfigurationT = NetworkAccessConfiguration>
357 template <
typename ImageBuilderErrorsT = Aws::Vector<ResourceError>>
359 m_imageBuilderErrorsHasBeenSet =
true;
360 m_imageBuilderErrors = std::forward<ImageBuilderErrorsT>(value);
362 template <
typename ImageBuilderErrorsT = Aws::Vector<ResourceError>>
367 template <
typename ImageBuilderErrorsT = ResourceError>
369 m_imageBuilderErrorsHasBeenSet =
true;
370 m_imageBuilderErrors.emplace_back(std::forward<ImageBuilderErrorsT>(value));
382 template <
typename AppstreamAgentVersionT = Aws::String>
384 m_appstreamAgentVersionHasBeenSet =
true;
385 m_appstreamAgentVersion = std::forward<AppstreamAgentVersionT>(value);
387 template <
typename AppstreamAgentVersionT = Aws::String>
402 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
404 m_accessEndpointsHasBeenSet =
true;
405 m_accessEndpoints = std::forward<AccessEndpointsT>(value);
407 template <
typename AccessEndpo
intsT = Aws::Vector<AccessEndpo
int>>
412 template <
typename AccessEndpo
intsT = AccessEndpo
int>
414 m_accessEndpointsHasBeenSet =
true;
415 m_accessEndpoints.emplace_back(std::forward<AccessEndpointsT>(value));
427 template <
typename RootVolumeConfigT = VolumeConfig>
429 m_rootVolumeConfigHasBeenSet =
true;
430 m_rootVolumeConfig = std::forward<RootVolumeConfigT>(value);
432 template <
typename RootVolumeConfigT = VolumeConfig>
447 m_latestAppstreamAgentVersionHasBeenSet =
true;
448 m_latestAppstreamAgentVersion = value;
476 ImageBuilderStateChangeReason m_stateChangeReason;
480 bool m_enableDefaultInternetAccess{
false};
482 DomainJoinInfo m_domainJoinInfo;
484 NetworkAccessConfiguration m_networkAccessConfiguration;
492 VolumeConfig m_rootVolumeConfig;
495 bool m_nameHasBeenSet =
false;
496 bool m_arnHasBeenSet =
false;
497 bool m_imageArnHasBeenSet =
false;
498 bool m_descriptionHasBeenSet =
false;
499 bool m_displayNameHasBeenSet =
false;
500 bool m_vpcConfigHasBeenSet =
false;
501 bool m_instanceTypeHasBeenSet =
false;
502 bool m_platformHasBeenSet =
false;
503 bool m_iamRoleArnHasBeenSet =
false;
504 bool m_stateHasBeenSet =
false;
505 bool m_stateChangeReasonHasBeenSet =
false;
506 bool m_createdTimeHasBeenSet =
false;
507 bool m_enableDefaultInternetAccessHasBeenSet =
false;
508 bool m_domainJoinInfoHasBeenSet =
false;
509 bool m_networkAccessConfigurationHasBeenSet =
false;
510 bool m_imageBuilderErrorsHasBeenSet =
false;
511 bool m_appstreamAgentVersionHasBeenSet =
false;
512 bool m_accessEndpointsHasBeenSet =
false;
513 bool m_rootVolumeConfigHasBeenSet =
false;
514 bool m_latestAppstreamAgentVersionHasBeenSet =
false;
void SetLatestAppstreamAgentVersion(LatestAppstreamAgentVersion value)
void SetCreatedTime(CreatedTimeT &&value)
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
ImageBuilder & WithImageArn(ImageArnT &&value)
void SetImageArn(ImageArnT &&value)
bool RootVolumeConfigHasBeenSet() const
const Aws::Vector< ResourceError > & GetImageBuilderErrors() const
void SetRootVolumeConfig(RootVolumeConfigT &&value)
ImageBuilder & WithVpcConfig(VpcConfigT &&value)
void SetState(ImageBuilderState value)
const Aws::String & GetIamRoleArn() const
AWS_APPSTREAM_API ImageBuilder(Aws::Utils::Json::JsonView jsonValue)
bool GetEnableDefaultInternetAccess() const
void SetAccessEndpoints(AccessEndpointsT &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
ImageBuilder & WithRootVolumeConfig(RootVolumeConfigT &&value)
ImageBuilder & WithArn(ArnT &&value)
void SetStateChangeReason(StateChangeReasonT &&value)
bool StateChangeReasonHasBeenSet() const
ImageBuilder & WithImageBuilderErrors(ImageBuilderErrorsT &&value)
bool ImageBuilderErrorsHasBeenSet() const
ImageBuilder & WithName(NameT &&value)
ImageBuilder & AddImageBuilderErrors(ImageBuilderErrorsT &&value)
LatestAppstreamAgentVersion GetLatestAppstreamAgentVersion() const
const Aws::String & GetImageArn() const
const VpcConfig & GetVpcConfig() const
void SetDescription(DescriptionT &&value)
const ImageBuilderStateChangeReason & GetStateChangeReason() const
bool DisplayNameHasBeenSet() const
PlatformType GetPlatform() const
void SetNetworkAccessConfiguration(NetworkAccessConfigurationT &&value)
ImageBuilder & WithEnableDefaultInternetAccess(bool value)
bool ArnHasBeenSet() const
const DomainJoinInfo & GetDomainJoinInfo() const
ImageBuilder & WithDomainJoinInfo(DomainJoinInfoT &&value)
void SetDisplayName(DisplayNameT &&value)
ImageBuilder & WithAccessEndpoints(AccessEndpointsT &&value)
const Aws::String & GetName() const
void SetInstanceType(InstanceTypeT &&value)
void SetAppstreamAgentVersion(AppstreamAgentVersionT &&value)
const Aws::String & GetDescription() const
void SetPlatform(PlatformType value)
void SetName(NameT &&value)
ImageBuilder & WithNetworkAccessConfiguration(NetworkAccessConfigurationT &&value)
ImageBuilder & WithDisplayName(DisplayNameT &&value)
ImageBuilder & WithPlatform(PlatformType value)
bool VpcConfigHasBeenSet() const
ImageBuilder & WithCreatedTime(CreatedTimeT &&value)
ImageBuilderState GetState() const
ImageBuilder & WithState(ImageBuilderState value)
bool CreatedTimeHasBeenSet() const
bool EnableDefaultInternetAccessHasBeenSet() const
const Aws::String & GetDisplayName() const
ImageBuilder & WithDescription(DescriptionT &&value)
bool DomainJoinInfoHasBeenSet() const
const Aws::String & GetInstanceType() const
ImageBuilder & WithIamRoleArn(IamRoleArnT &&value)
const NetworkAccessConfiguration & GetNetworkAccessConfiguration() const
ImageBuilder & WithAppstreamAgentVersion(AppstreamAgentVersionT &&value)
bool IamRoleArnHasBeenSet() const
bool LatestAppstreamAgentVersionHasBeenSet() const
AWS_APPSTREAM_API ImageBuilder & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PlatformHasBeenSet() const
const Aws::String & GetAppstreamAgentVersion() const
bool NameHasBeenSet() const
AWS_APPSTREAM_API ImageBuilder()=default
bool DescriptionHasBeenSet() const
bool StateHasBeenSet() const
bool InstanceTypeHasBeenSet() const
ImageBuilder & WithInstanceType(InstanceTypeT &&value)
void SetDomainJoinInfo(DomainJoinInfoT &&value)
void SetEnableDefaultInternetAccess(bool value)
ImageBuilder & WithStateChangeReason(StateChangeReasonT &&value)
bool ImageArnHasBeenSet() const
void SetImageBuilderErrors(ImageBuilderErrorsT &&value)
const Aws::Vector< AccessEndpoint > & GetAccessEndpoints() const
const Aws::String & GetArn() const
void SetVpcConfig(VpcConfigT &&value)
void SetIamRoleArn(IamRoleArnT &&value)
ImageBuilder & WithLatestAppstreamAgentVersion(LatestAppstreamAgentVersion value)
bool AccessEndpointsHasBeenSet() const
ImageBuilder & AddAccessEndpoints(AccessEndpointsT &&value)
bool AppstreamAgentVersionHasBeenSet() const
bool NetworkAccessConfigurationHasBeenSet() const
const VolumeConfig & GetRootVolumeConfig() const
LatestAppstreamAgentVersion
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue