7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
19namespace imagebuilder {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename SemanticVersionT = Aws::String>
63 m_semanticVersionHasBeenSet =
true;
64 m_semanticVersion = std::forward<SemanticVersionT>(value);
66 template <
typename SemanticVersionT = Aws::String>
76 bool m_nameHasBeenSet =
false;
77 bool m_semanticVersionHasBeenSet =
false;
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
LifecyclePolicyResourceSelectionRecipe & WithSemanticVersion(SemanticVersionT &&value)
bool SemanticVersionHasBeenSet() const
void SetName(NameT &&value)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelectionRecipe()=default
bool NameHasBeenSet() const
const Aws::String & GetSemanticVersion() const
const Aws::String & GetName() const
LifecyclePolicyResourceSelectionRecipe & WithName(NameT &&value)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelectionRecipe & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API LifecyclePolicyResourceSelectionRecipe(Aws::Utils::Json::JsonView jsonValue)
void SetSemanticVersion(SemanticVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue