7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/ModelImportJobStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename JobArnT = Aws::String>
44 m_jobArnHasBeenSet =
true;
45 m_jobArn = std::forward<JobArnT>(value);
47 template <
typename JobArnT = Aws::String>
60 template <
typename JobNameT = Aws::String>
62 m_jobNameHasBeenSet =
true;
63 m_jobName = std::forward<JobNameT>(value);
65 template <
typename JobNameT = Aws::String>
79 m_statusHasBeenSet =
true;
94 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
96 m_lastModifiedTimeHasBeenSet =
true;
97 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
99 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
112 template <
typename CreationTimeT = Aws::Utils::DateTime>
114 m_creationTimeHasBeenSet =
true;
115 m_creationTime = std::forward<CreationTimeT>(value);
117 template <
typename CreationTimeT = Aws::Utils::DateTime>
130 template <
typename EndTimeT = Aws::Utils::DateTime>
132 m_endTimeHasBeenSet =
true;
133 m_endTime = std::forward<EndTimeT>(value);
135 template <
typename EndTimeT = Aws::Utils::DateTime>
148 template <
typename ImportedModelArnT = Aws::String>
150 m_importedModelArnHasBeenSet =
true;
151 m_importedModelArn = std::forward<ImportedModelArnT>(value);
153 template <
typename ImportedModelArnT = Aws::String>
166 template <
typename ImportedModelNameT = Aws::String>
168 m_importedModelNameHasBeenSet =
true;
169 m_importedModelName = std::forward<ImportedModelNameT>(value);
171 template <
typename ImportedModelNameT = Aws::String>
179 bool m_jobArnHasBeenSet =
false;
182 bool m_jobNameHasBeenSet =
false;
185 bool m_statusHasBeenSet =
false;
188 bool m_lastModifiedTimeHasBeenSet =
false;
191 bool m_creationTimeHasBeenSet =
false;
194 bool m_endTimeHasBeenSet =
false;
197 bool m_importedModelArnHasBeenSet =
false;
200 bool m_importedModelNameHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetJobArn() const
void SetImportedModelArn(ImportedModelArnT &&value)
AWS_BEDROCK_API ModelImportJobSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetImportedModelName() const
ModelImportJobSummary & WithEndTime(EndTimeT &&value)
void SetStatus(ModelImportJobStatus value)
AWS_BEDROCK_API ModelImportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
bool JobArnHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
ModelImportJobSummary & WithCreationTime(CreationTimeT &&value)
AWS_BEDROCK_API ModelImportJobSummary()=default
ModelImportJobSummary & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
ModelImportJobStatus GetStatus() const
ModelImportJobSummary & WithImportedModelArn(ImportedModelArnT &&value)
ModelImportJobSummary & WithStatus(ModelImportJobStatus value)
bool JobNameHasBeenSet() const
ModelImportJobSummary & WithImportedModelName(ImportedModelNameT &&value)
void SetImportedModelName(ImportedModelNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool ImportedModelNameHasBeenSet() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetImportedModelArn() const
const Aws::String & GetJobName() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndTimeHasBeenSet() const
ModelImportJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelImportJobSummary & WithJobArn(JobArnT &&value)
bool ImportedModelArnHasBeenSet() const
void SetEndTime(EndTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetJobArn(JobArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue