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>
21namespace imagebuilder {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename DateCreatedT = Aws::String>
99 m_dateCreatedHasBeenSet =
true;
100 m_dateCreated = std::forward<DateCreatedT>(value);
102 template <
typename DateCreatedT = Aws::String>
115 template <
typename DateUpdatedT = Aws::String>
117 m_dateUpdatedHasBeenSet =
true;
118 m_dateUpdated = std::forward<DateUpdatedT>(value);
120 template <
typename DateUpdatedT = Aws::String>
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 m_tagsHasBeenSet =
true;
136 m_tags = std::forward<TagsT>(value);
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 SetTags(std::forward<TagsT>(value));
143 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true;
146 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
157 template <
typename RegionsT = Aws::Vector<Aws::String>>
159 m_regionsHasBeenSet =
true;
160 m_regions = std::forward<RegionsT>(value);
162 template <
typename RegionsT = Aws::Vector<Aws::String>>
167 template <
typename RegionsT = Aws::String>
169 m_regionsHasBeenSet =
true;
170 m_regions.emplace_back(std::forward<RegionsT>(value));
188 bool m_arnHasBeenSet =
false;
189 bool m_nameHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
191 bool m_dateCreatedHasBeenSet =
false;
192 bool m_dateUpdatedHasBeenSet =
false;
193 bool m_tagsHasBeenSet =
false;
194 bool m_regionsHasBeenSet =
false;
DistributionConfigurationSummary & WithDateCreated(DateCreatedT &&value)
bool DateCreatedHasBeenSet() const
DistributionConfigurationSummary & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_IMAGEBUILDER_API DistributionConfigurationSummary()=default
void SetDateUpdated(DateUpdatedT &&value)
DistributionConfigurationSummary & WithDateUpdated(DateUpdatedT &&value)
void SetDescription(DescriptionT &&value)
bool RegionsHasBeenSet() const
bool TagsHasBeenSet() const
bool DateUpdatedHasBeenSet() const
DistributionConfigurationSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetDateCreated(DateCreatedT &&value)
bool DescriptionHasBeenSet() const
void SetRegions(RegionsT &&value)
const Aws::String & GetDateUpdated() const
AWS_IMAGEBUILDER_API DistributionConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
DistributionConfigurationSummary & WithRegions(RegionsT &&value)
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetRegions() const
DistributionConfigurationSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IMAGEBUILDER_API DistributionConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
DistributionConfigurationSummary & WithName(NameT &&value)
DistributionConfigurationSummary & AddRegions(RegionsT &&value)
const Aws::String & GetDescription() const
void SetArn(ArnT &&value)
const Aws::String & GetDateCreated() const
DistributionConfigurationSummary & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() 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