7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
20namespace Personalize {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename SolutionArnT = Aws::String>
64 m_solutionArnHasBeenSet =
true;
65 m_solutionArn = std::forward<SolutionArnT>(value);
67 template <
typename SolutionArnT = Aws::String>
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
101 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
103 m_creationDateTimeHasBeenSet =
true;
104 m_creationDateTime = std::forward<CreationDateTimeT>(value);
106 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
119 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
121 m_lastUpdatedDateTimeHasBeenSet =
true;
122 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
124 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 template <
typename RecipeArnT = Aws::String>
139 m_recipeArnHasBeenSet =
true;
140 m_recipeArn = std::forward<RecipeArnT>(value);
142 template <
typename RecipeArnT = Aws::String>
160 bool m_nameHasBeenSet =
false;
161 bool m_solutionArnHasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
163 bool m_creationDateTimeHasBeenSet =
false;
164 bool m_lastUpdatedDateTimeHasBeenSet =
false;
165 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