/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides a summary of the properties of the recommender.See
* Also:
AWS
* API Reference
The name of the recommender.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the recommender.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the recommender.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the recommender.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the recommender.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the recommender.
*/ inline RecommenderSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the recommender.
*/ inline RecommenderSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the recommender.
*/ inline RecommenderSummary& WithName(const char* value) { SetName(value); return *this;} /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline const Aws::String& GetRecommenderArn() const{ return m_recommenderArn; } /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline bool RecommenderArnHasBeenSet() const { return m_recommenderArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline void SetRecommenderArn(const Aws::String& value) { m_recommenderArnHasBeenSet = true; m_recommenderArn = value; } /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline void SetRecommenderArn(Aws::String&& value) { m_recommenderArnHasBeenSet = true; m_recommenderArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline void SetRecommenderArn(const char* value) { m_recommenderArnHasBeenSet = true; m_recommenderArn.assign(value); } /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline RecommenderSummary& WithRecommenderArn(const Aws::String& value) { SetRecommenderArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline RecommenderSummary& WithRecommenderArn(Aws::String&& value) { SetRecommenderArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the recommender.
*/ inline RecommenderSummary& WithRecommenderArn(const char* value) { SetRecommenderArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline const Aws::String& GetDatasetGroupArn() const{ return m_datasetGroupArn; } /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline bool DatasetGroupArnHasBeenSet() const { return m_datasetGroupArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline void SetDatasetGroupArn(const Aws::String& value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn = value; } /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline void SetDatasetGroupArn(Aws::String&& value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline void SetDatasetGroupArn(const char* value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn.assign(value); } /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline RecommenderSummary& WithDatasetGroupArn(const Aws::String& value) { SetDatasetGroupArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline RecommenderSummary& WithDatasetGroupArn(Aws::String&& value) { SetDatasetGroupArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the Domain dataset group that contains the * recommender.
*/ inline RecommenderSummary& WithDatasetGroupArn(const char* value) { SetDatasetGroupArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline const Aws::String& GetRecipeArn() const{ return m_recipeArn; } /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline bool RecipeArnHasBeenSet() const { return m_recipeArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline void SetRecipeArn(const Aws::String& value) { m_recipeArnHasBeenSet = true; m_recipeArn = value; } /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline void SetRecipeArn(Aws::String&& value) { m_recipeArnHasBeenSet = true; m_recipeArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline void SetRecipeArn(const char* value) { m_recipeArnHasBeenSet = true; m_recipeArn.assign(value); } /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline RecommenderSummary& WithRecipeArn(const Aws::String& value) { SetRecipeArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline RecommenderSummary& WithRecipeArn(Aws::String&& value) { SetRecipeArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) * that the recommender was created for.
*/ inline RecommenderSummary& WithRecipeArn(const char* value) { SetRecipeArn(value); return *this;} /** *The configuration details of the recommender.
*/ inline const RecommenderConfig& GetRecommenderConfig() const{ return m_recommenderConfig; } /** *The configuration details of the recommender.
*/ inline bool RecommenderConfigHasBeenSet() const { return m_recommenderConfigHasBeenSet; } /** *The configuration details of the recommender.
*/ inline void SetRecommenderConfig(const RecommenderConfig& value) { m_recommenderConfigHasBeenSet = true; m_recommenderConfig = value; } /** *The configuration details of the recommender.
*/ inline void SetRecommenderConfig(RecommenderConfig&& value) { m_recommenderConfigHasBeenSet = true; m_recommenderConfig = std::move(value); } /** *The configuration details of the recommender.
*/ inline RecommenderSummary& WithRecommenderConfig(const RecommenderConfig& value) { SetRecommenderConfig(value); return *this;} /** *The configuration details of the recommender.
*/ inline RecommenderSummary& WithRecommenderConfig(RecommenderConfig&& value) { SetRecommenderConfig(std::move(value)); return *this;} /** *The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The status of the recommender. A recommender can be in one of the following * states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- * CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE * > START PENDING > START IN_PROGRESS > ACTIVE
DELETE * PENDING > DELETE IN_PROGRESS
The date and time (in Unix format) that the recommender was created.
*/ inline const Aws::Utils::DateTime& GetCreationDateTime() const{ return m_creationDateTime; } /** *The date and time (in Unix format) that the recommender was created.
*/ inline bool CreationDateTimeHasBeenSet() const { return m_creationDateTimeHasBeenSet; } /** *The date and time (in Unix format) that the recommender was created.
*/ inline void SetCreationDateTime(const Aws::Utils::DateTime& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = value; } /** *The date and time (in Unix format) that the recommender was created.
*/ inline void SetCreationDateTime(Aws::Utils::DateTime&& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = std::move(value); } /** *The date and time (in Unix format) that the recommender was created.
*/ inline RecommenderSummary& WithCreationDateTime(const Aws::Utils::DateTime& value) { SetCreationDateTime(value); return *this;} /** *The date and time (in Unix format) that the recommender was created.
*/ inline RecommenderSummary& WithCreationDateTime(Aws::Utils::DateTime&& value) { SetCreationDateTime(std::move(value)); return *this;} /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedDateTime() const{ return m_lastUpdatedDateTime; } /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline bool LastUpdatedDateTimeHasBeenSet() const { return m_lastUpdatedDateTimeHasBeenSet; } /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline void SetLastUpdatedDateTime(const Aws::Utils::DateTime& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = value; } /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline void SetLastUpdatedDateTime(Aws::Utils::DateTime&& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = std::move(value); } /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline RecommenderSummary& WithLastUpdatedDateTime(const Aws::Utils::DateTime& value) { SetLastUpdatedDateTime(value); return *this;} /** *The date and time (in Unix format) that the recommender was last updated.
*/ inline RecommenderSummary& WithLastUpdatedDateTime(Aws::Utils::DateTime&& value) { SetLastUpdatedDateTime(std::move(value)); return *this;} private: Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_recommenderArn; bool m_recommenderArnHasBeenSet = false; Aws::String m_datasetGroupArn; bool m_datasetGroupArnHasBeenSet = false; Aws::String m_recipeArn; bool m_recipeArnHasBeenSet = false; RecommenderConfig m_recommenderConfig; bool m_recommenderConfigHasBeenSet = false; Aws::String m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_creationDateTime; bool m_creationDateTimeHasBeenSet = false; Aws::Utils::DateTime m_lastUpdatedDateTime; bool m_lastUpdatedDateTimeHasBeenSet = false; }; } // namespace Model } // namespace Personalize } // namespace Aws