7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/ModelCustomizationJobStatus.h>
10#include <aws/bedrock/model/StatusDetails.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/bedrock/model/CustomizationType.h>
50 template<
typename JobArnT = Aws::String>
51 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
52 template<
typename JobArnT = Aws::String>
62 template<
typename BaseModelArnT = Aws::String>
63 void SetBaseModelArn(BaseModelArnT&& value) { m_baseModelArnHasBeenSet =
true; m_baseModelArn = std::forward<BaseModelArnT>(value); }
64 template<
typename BaseModelArnT = Aws::String>
74 template<
typename JobNameT = Aws::String>
75 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
76 template<
typename JobNameT = Aws::String>
96 template<
typename StatusDetailsT = StatusDetails>
97 void SetStatusDetails(StatusDetailsT&& value) { m_statusDetailsHasBeenSet =
true; m_statusDetails = std::forward<StatusDetailsT>(value); }
98 template<
typename StatusDetailsT = StatusDetails>
108 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
109 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
120 template<
typename CreationTimeT = Aws::Utils::DateTime>
121 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
122 template<
typename CreationTimeT = Aws::Utils::DateTime>
132 template<
typename EndTimeT = Aws::Utils::DateTime>
133 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
134 template<
typename EndTimeT = Aws::Utils::DateTime>
144 template<
typename CustomModelArnT = Aws::String>
145 void SetCustomModelArn(CustomModelArnT&& value) { m_customModelArnHasBeenSet =
true; m_customModelArn = std::forward<CustomModelArnT>(value); }
146 template<
typename CustomModelArnT = Aws::String>
156 template<
typename CustomModelNameT = Aws::String>
157 void SetCustomModelName(CustomModelNameT&& value) { m_customModelNameHasBeenSet =
true; m_customModelName = std::forward<CustomModelNameT>(value); }
158 template<
typename CustomModelNameT = Aws::String>
177 bool m_jobArnHasBeenSet =
false;
180 bool m_baseModelArnHasBeenSet =
false;
183 bool m_jobNameHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
188 StatusDetails m_statusDetails;
189 bool m_statusDetailsHasBeenSet =
false;
192 bool m_lastModifiedTimeHasBeenSet =
false;
195 bool m_creationTimeHasBeenSet =
false;
198 bool m_endTimeHasBeenSet =
false;
201 bool m_customModelArnHasBeenSet =
false;
204 bool m_customModelNameHasBeenSet =
false;
207 bool m_customizationTypeHasBeenSet =
false;
AWS_BEDROCK_API ModelCustomizationJobSummary()=default
bool EndTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetBaseModelArn() const
void SetEndTime(EndTimeT &&value)
ModelCustomizationJobSummary & WithCustomModelArn(CustomModelArnT &&value)
bool StatusHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetCustomModelArn(CustomModelArnT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCustomModelArn() const
void SetCustomizationType(CustomizationType value)
ModelCustomizationJobSummary & WithStatus(ModelCustomizationJobStatus value)
ModelCustomizationJobSummary & WithJobName(JobNameT &&value)
bool CustomModelNameHasBeenSet() const
void SetStatus(ModelCustomizationJobStatus value)
AWS_BEDROCK_API ModelCustomizationJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::Utils::DateTime & GetCreationTime() const
bool JobArnHasBeenSet() const
ModelCustomizationJobSummary & WithCustomModelName(CustomModelNameT &&value)
const Aws::String & GetJobName() const
ModelCustomizationJobSummary & WithBaseModelArn(BaseModelArnT &&value)
bool JobNameHasBeenSet() const
ModelCustomizationJobStatus GetStatus() const
const Aws::String & GetJobArn() const
bool BaseModelArnHasBeenSet() const
ModelCustomizationJobSummary & WithJobArn(JobArnT &&value)
CustomizationType GetCustomizationType() const
const Aws::String & GetCustomModelName() const
bool CustomizationTypeHasBeenSet() const
const StatusDetails & GetStatusDetails() const
AWS_BEDROCK_API ModelCustomizationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomModelName(CustomModelNameT &&value)
ModelCustomizationJobSummary & WithStatusDetails(StatusDetailsT &&value)
ModelCustomizationJobSummary & WithCustomizationType(CustomizationType value)
ModelCustomizationJobSummary & WithEndTime(EndTimeT &&value)
void SetStatusDetails(StatusDetailsT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool CustomModelArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool StatusDetailsHasBeenSet() const
void SetBaseModelArn(BaseModelArnT &&value)
void SetJobName(JobNameT &&value)
ModelCustomizationJobSummary & WithCreationTime(CreationTimeT &&value)
ModelCustomizationJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelCustomizationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue