7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/imagebuilder/model/LifecyclePolicyResourceSelectionRecipe.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
81 bool m_recipesHasBeenSet =
false;
84 bool m_tagMapHasBeenSet =
false;
LifecyclePolicyResourceSelection & AddTagMap(Aws::String &&key, Aws::String &&value)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelection(Aws::Utils::Json::JsonView jsonValue)
LifecyclePolicyResourceSelection & AddTagMap(Aws::String &&key, const Aws::String &value)
LifecyclePolicyResourceSelection & AddTagMap(const char *key, Aws::String &&value)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelection()
void SetRecipes(Aws::Vector< LifecyclePolicyResourceSelectionRecipe > &&value)
void SetTagMap(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Vector< LifecyclePolicyResourceSelectionRecipe > & GetRecipes() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTagMap(const Aws::Map< Aws::String, Aws::String > &value)
bool RecipesHasBeenSet() const
LifecyclePolicyResourceSelection & WithTagMap(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetTagMap() const
LifecyclePolicyResourceSelection & AddTagMap(const Aws::String &key, Aws::String &&value)
LifecyclePolicyResourceSelection & AddTagMap(const char *key, const char *value)
LifecyclePolicyResourceSelection & AddTagMap(const Aws::String &key, const Aws::String &value)
LifecyclePolicyResourceSelection & WithRecipes(Aws::Vector< LifecyclePolicyResourceSelectionRecipe > &&value)
LifecyclePolicyResourceSelection & AddRecipes(const LifecyclePolicyResourceSelectionRecipe &value)
LifecyclePolicyResourceSelection & WithTagMap(const Aws::Map< Aws::String, Aws::String > &value)
LifecyclePolicyResourceSelection & AddRecipes(LifecyclePolicyResourceSelectionRecipe &&value)
void SetRecipes(const Aws::Vector< LifecyclePolicyResourceSelectionRecipe > &value)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TagMapHasBeenSet() const
LifecyclePolicyResourceSelection & AddTagMap(Aws::String &&key, const char *value)
LifecyclePolicyResourceSelection & WithRecipes(const Aws::Vector< LifecyclePolicyResourceSelectionRecipe > &value)
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