7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
11#include <aws/imagebuilder/model/Placement.h>
22namespace imagebuilder {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename DateCreatedT = Aws::String>
100 m_dateCreatedHasBeenSet =
true;
101 m_dateCreated = std::forward<DateCreatedT>(value);
103 template <
typename DateCreatedT = Aws::String>
116 template <
typename DateUpdatedT = Aws::String>
118 m_dateUpdatedHasBeenSet =
true;
119 m_dateUpdated = std::forward<DateUpdatedT>(value);
121 template <
typename DateUpdatedT = Aws::String>
134 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
136 m_resourceTagsHasBeenSet =
true;
137 m_resourceTags = std::forward<ResourceTagsT>(value);
139 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
144 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
146 m_resourceTagsHasBeenSet =
true;
147 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
158 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 m_tagsHasBeenSet =
true;
161 m_tags = std::forward<TagsT>(value);
163 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 SetTags(std::forward<TagsT>(value));
168 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
170 m_tagsHasBeenSet =
true;
171 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
182 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
184 m_instanceTypesHasBeenSet =
true;
185 m_instanceTypes = std::forward<InstanceTypesT>(value);
187 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
192 template <
typename InstanceTypesT = Aws::String>
194 m_instanceTypesHasBeenSet =
true;
195 m_instanceTypes.emplace_back(std::forward<InstanceTypesT>(value));
206 template <
typename InstanceProfileNameT = Aws::String>
208 m_instanceProfileNameHasBeenSet =
true;
209 m_instanceProfileName = std::forward<InstanceProfileNameT>(value);
211 template <
typename InstanceProfileNameT = Aws::String>
225 template <
typename PlacementT = Placement>
227 m_placementHasBeenSet =
true;
228 m_placement = std::forward<PlacementT>(value);
230 template <
typename PlacementT = Placement>
256 bool m_arnHasBeenSet =
false;
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_dateCreatedHasBeenSet =
false;
260 bool m_dateUpdatedHasBeenSet =
false;
261 bool m_resourceTagsHasBeenSet =
false;
262 bool m_tagsHasBeenSet =
false;
263 bool m_instanceTypesHasBeenSet =
false;
264 bool m_instanceProfileNameHasBeenSet =
false;
265 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