7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename HubContentNameT = Aws::String>
43 m_hubContentNameHasBeenSet =
true;
44 m_hubContentName = std::forward<HubContentNameT>(value);
46 template <
typename HubContentNameT = Aws::String>
59 template <
typename HubContentVersionT = Aws::String>
61 m_hubContentVersionHasBeenSet =
true;
62 m_hubContentVersion = std::forward<HubContentVersionT>(value);
64 template <
typename HubContentVersionT = Aws::String>
77 template <
typename RecipeNameT = Aws::String>
79 m_recipeNameHasBeenSet =
true;
80 m_recipeName = std::forward<RecipeNameT>(value);
82 template <
typename RecipeNameT = Aws::String>
94 bool m_hubContentNameHasBeenSet =
false;
95 bool m_hubContentVersionHasBeenSet =
false;
96 bool m_recipeNameHasBeenSet =
false;
void SetHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API BaseModel(Aws::Utils::Json::JsonView jsonValue)
void SetRecipeName(RecipeNameT &&value)
AWS_SAGEMAKER_API BaseModel & operator=(Aws::Utils::Json::JsonView jsonValue)
BaseModel & WithHubContentVersion(HubContentVersionT &&value)
AWS_SAGEMAKER_API BaseModel()=default
bool HubContentVersionHasBeenSet() const
const Aws::String & GetHubContentName() const
const Aws::String & GetHubContentVersion() const
bool HubContentNameHasBeenSet() const
const Aws::String & GetRecipeName() const
void SetHubContentName(HubContentNameT &&value)
BaseModel & WithHubContentName(HubContentNameT &&value)
bool RecipeNameHasBeenSet() const
BaseModel & WithRecipeName(RecipeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue