7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
9#include <aws/dataexchange/model/Tag.h>
20namespace DataExchange {
42 template <
typename TagsT = Aws::Vector<Tag>>
44 m_tagsHasBeenSet =
true;
45 m_tags = std::forward<TagsT>(value);
47 template <
typename TagsT = Aws::Vector<Tag>>
49 SetTags(std::forward<TagsT>(value));
52 template <
typename TagsT = Tag>
54 m_tagsHasBeenSet =
true;
55 m_tags.emplace_back(std::forward<TagsT>(value));
61 bool m_tagsHasBeenSet =
false;
AssetConfiguration & WithTags(TagsT &&value)
AWS_DATAEXCHANGE_API AssetConfiguration()=default
bool TagsHasBeenSet() const
AWS_DATAEXCHANGE_API AssetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetConfiguration & AddTags(TagsT &&value)
AWS_DATAEXCHANGE_API AssetConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Tag > & GetTags() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue