7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename SolutionArnT = Aws::String>
63 void SetSolutionArn(SolutionArnT&& value) { m_solutionArnHasBeenSet =
true; m_solutionArn = std::forward<SolutionArnT>(value); }
64 template<
typename SolutionArnT = Aws::String>
77 template<
typename StatusT = Aws::String>
78 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
79 template<
typename StatusT = Aws::String>
89 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
90 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
91 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
101 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
102 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
103 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
113 template<
typename RecipeArnT = Aws::String>
114 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
115 template<
typename RecipeArnT = Aws::String>
121 bool m_nameHasBeenSet =
false;
124 bool m_solutionArnHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
130 bool m_creationDateTimeHasBeenSet =
false;
133 bool m_lastUpdatedDateTimeHasBeenSet =
false;
136 bool m_recipeArnHasBeenSet =
false;
void SetName(NameT &&value)
AWS_PERSONALIZE_API SolutionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
const Aws::String & GetRecipeArn() const
bool CreationDateTimeHasBeenSet() const
SolutionSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
SolutionSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
AWS_PERSONALIZE_API SolutionSummary(Aws::Utils::Json::JsonView jsonValue)
SolutionSummary & WithSolutionArn(SolutionArnT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSolutionArn() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
SolutionSummary & WithRecipeArn(RecipeArnT &&value)
void SetSolutionArn(SolutionArnT &&value)
bool SolutionArnHasBeenSet() const
void SetRecipeArn(RecipeArnT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API SolutionSummary()=default
bool RecipeArnHasBeenSet() const
SolutionSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
SolutionSummary & WithStatus(StatusT &&value)
void SetStatus(StatusT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetName() const
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue