7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AIRecommendationJobStatus.h>
43 template <
typename AIRecommendationJobNameT = Aws::String>
45 m_aIRecommendationJobNameHasBeenSet =
true;
46 m_aIRecommendationJobName = std::forward<AIRecommendationJobNameT>(value);
48 template <
typename AIRecommendationJobNameT = Aws::String>
61 template <
typename AIRecommendationJobArnT = Aws::String>
63 m_aIRecommendationJobArnHasBeenSet =
true;
64 m_aIRecommendationJobArn = std::forward<AIRecommendationJobArnT>(value);
66 template <
typename AIRecommendationJobArnT = Aws::String>
80 m_aIRecommendationJobStatusHasBeenSet =
true;
81 m_aIRecommendationJobStatus = value;
95 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 m_creationTimeHasBeenSet =
true;
98 m_creationTime = std::forward<CreationTimeT>(value);
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
113 template <
typename EndTimeT = Aws::Utils::DateTime>
115 m_endTimeHasBeenSet =
true;
116 m_endTime = std::forward<EndTimeT>(value);
118 template <
typename EndTimeT = Aws::Utils::DateTime>
134 bool m_aIRecommendationJobNameHasBeenSet =
false;
135 bool m_aIRecommendationJobArnHasBeenSet =
false;
136 bool m_aIRecommendationJobStatusHasBeenSet =
false;
137 bool m_creationTimeHasBeenSet =
false;
138 bool m_endTimeHasBeenSet =
false;
const Aws::String & GetAIRecommendationJobArn() const
AIRecommendationJobSummary & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
AIRecommendationJobSummary & WithAIRecommendationJobArn(AIRecommendationJobArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API AIRecommendationJobSummary(Aws::Utils::Json::JsonView jsonValue)
AIRecommendationJobSummary & WithEndTime(EndTimeT &&value)
bool AIRecommendationJobStatusHasBeenSet() const
AIRecommendationJobSummary & WithAIRecommendationJobStatus(AIRecommendationJobStatus value)
void SetAIRecommendationJobStatus(AIRecommendationJobStatus value)
AIRecommendationJobStatus GetAIRecommendationJobStatus() const
const Aws::Utils::DateTime & GetEndTime() const
bool AIRecommendationJobArnHasBeenSet() const
bool EndTimeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAIRecommendationJobName(AIRecommendationJobNameT &&value)
bool AIRecommendationJobNameHasBeenSet() const
const Aws::String & GetAIRecommendationJobName() const
void SetEndTime(EndTimeT &&value)
AWS_SAGEMAKER_API AIRecommendationJobSummary()=default
AIRecommendationJobSummary & WithAIRecommendationJobName(AIRecommendationJobNameT &&value)
void SetAIRecommendationJobArn(AIRecommendationJobArnT &&value)
AWS_SAGEMAKER_API AIRecommendationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
AIRecommendationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue