7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/imagebuilder/model/Placement.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 template<
typename DateCreatedT = Aws::String>
87 void SetDateCreated(DateCreatedT&& value) { m_dateCreatedHasBeenSet =
true; m_dateCreated = std::forward<DateCreatedT>(value); }
88 template<
typename DateCreatedT = Aws::String>
98 template<
typename DateUpdatedT = Aws::String>
99 void SetDateUpdated(DateUpdatedT&& value) { m_dateUpdatedHasBeenSet =
true; m_dateUpdated = std::forward<DateUpdatedT>(value); }
100 template<
typename DateUpdatedT = Aws::String>
110 template<
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
111 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
112 template<
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
114 template<
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
116 m_resourceTagsHasBeenSet =
true; m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
return *
this;
126 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 template<
typename InstanceTypesT = Aws::Vector<Aws::String>>
143 void SetInstanceTypes(InstanceTypesT&& value) { m_instanceTypesHasBeenSet =
true; m_instanceTypes = std::forward<InstanceTypesT>(value); }
144 template<
typename InstanceTypesT = Aws::Vector<Aws::String>>
146 template<
typename InstanceTypesT = Aws::String>
156 template<
typename InstanceProfileNameT = Aws::String>
157 void SetInstanceProfileName(InstanceProfileNameT&& value) { m_instanceProfileNameHasBeenSet =
true; m_instanceProfileName = std::forward<InstanceProfileNameT>(value); }
158 template<
typename InstanceProfileNameT = Aws::String>
169 template<
typename PlacementT = Placement>
170 void SetPlacement(PlacementT&& value) { m_placementHasBeenSet =
true; m_placement = std::forward<PlacementT>(value); }
171 template<
typename PlacementT = Placement>
177 bool m_arnHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
186 bool m_dateCreatedHasBeenSet =
false;
189 bool m_dateUpdatedHasBeenSet =
false;
192 bool m_resourceTagsHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
198 bool m_instanceTypesHasBeenSet =
false;
201 bool m_instanceProfileNameHasBeenSet =
false;
204 bool m_placementHasBeenSet =
false;
bool DateUpdatedHasBeenSet() const
InfrastructureConfigurationSummary & WithInstanceProfileName(InstanceProfileNameT &&value)
void SetPlacement(PlacementT &&value)
InfrastructureConfigurationSummary & WithDescription(DescriptionT &&value)
InfrastructureConfigurationSummary & WithTags(TagsT &&value)
AWS_IMAGEBUILDER_API InfrastructureConfigurationSummary()=default
AWS_IMAGEBUILDER_API InfrastructureConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTagsHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Vector< Aws::String > & GetInstanceTypes() const
InfrastructureConfigurationSummary & WithName(NameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
void SetInstanceProfileName(InstanceProfileNameT &&value)
bool PlacementHasBeenSet() const
void SetResourceTags(ResourceTagsT &&value)
bool DescriptionHasBeenSet() const
bool ArnHasBeenSet() const
bool NameHasBeenSet() const
InfrastructureConfigurationSummary & WithDateCreated(DateCreatedT &&value)
void SetDateUpdated(DateUpdatedT &&value)
void SetName(NameT &&value)
bool InstanceProfileNameHasBeenSet() const
void SetInstanceTypes(InstanceTypesT &&value)
void SetDateCreated(DateCreatedT &&value)
InfrastructureConfigurationSummary & WithArn(ArnT &&value)
InfrastructureConfigurationSummary & WithDateUpdated(DateUpdatedT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDateCreated() const
InfrastructureConfigurationSummary & AddInstanceTypes(InstanceTypesT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(TagsT &&value)
bool DateCreatedHasBeenSet() const
const Aws::String & GetDateUpdated() const
InfrastructureConfigurationSummary & WithPlacement(PlacementT &&value)
AWS_IMAGEBUILDER_API InfrastructureConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Placement & GetPlacement() const
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool InstanceTypesHasBeenSet() const
InfrastructureConfigurationSummary & WithInstanceTypes(InstanceTypesT &&value)
InfrastructureConfigurationSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
InfrastructureConfigurationSummary & WithResourceTags(ResourceTagsT &&value)
InfrastructureConfigurationSummary & AddResourceTags(ResourceTagsKeyT &&key, ResourceTagsValueT &&value)
const Aws::String & GetInstanceProfileName() const
const Aws::Map< Aws::String, Aws::String > & GetResourceTags() const
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
Aws::Utils::Json::JsonValue JsonValue