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>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename DateCreatedT = Aws::String>
86 void SetDateCreated(DateCreatedT&& value) { m_dateCreatedHasBeenSet =
true; m_dateCreated = std::forward<DateCreatedT>(value); }
87 template<
typename DateCreatedT = Aws::String>
97 template<
typename DateUpdatedT = Aws::String>
98 void SetDateUpdated(DateUpdatedT&& value) { m_dateUpdatedHasBeenSet =
true; m_dateUpdated = std::forward<DateUpdatedT>(value); }
99 template<
typename DateUpdatedT = Aws::String>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
125 template<
typename RegionsT = Aws::Vector<Aws::String>>
126 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
127 template<
typename RegionsT = Aws::Vector<Aws::String>>
129 template<
typename RegionsT = Aws::String>
135 bool m_arnHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_dateCreatedHasBeenSet =
false;
147 bool m_dateUpdatedHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
153 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