7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename SemanticVersionT = Aws::String>
62 void SetSemanticVersion(SemanticVersionT&& value) { m_semanticVersionHasBeenSet =
true; m_semanticVersion = std::forward<SemanticVersionT>(value); }
63 template<
typename SemanticVersionT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 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