7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/ModelImportJobStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename JobArnT = Aws::String>
49 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
50 template<
typename JobArnT = Aws::String>
60 template<
typename JobNameT = Aws::String>
61 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
62 template<
typename JobNameT = Aws::String>
82 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
83 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
84 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
94 template<
typename CreationTimeT = Aws::Utils::DateTime>
95 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
96 template<
typename CreationTimeT = Aws::Utils::DateTime>
106 template<
typename EndTimeT = Aws::Utils::DateTime>
107 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
108 template<
typename EndTimeT = Aws::Utils::DateTime>
118 template<
typename ImportedModelArnT = Aws::String>
119 void SetImportedModelArn(ImportedModelArnT&& value) { m_importedModelArnHasBeenSet =
true; m_importedModelArn = std::forward<ImportedModelArnT>(value); }
120 template<
typename ImportedModelArnT = Aws::String>
130 template<
typename ImportedModelNameT = Aws::String>
131 void SetImportedModelName(ImportedModelNameT&& value) { m_importedModelNameHasBeenSet =
true; m_importedModelName = std::forward<ImportedModelNameT>(value); }
132 template<
typename ImportedModelNameT = Aws::String>
138 bool m_jobArnHasBeenSet =
false;
141 bool m_jobNameHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
147 bool m_lastModifiedTimeHasBeenSet =
false;
150 bool m_creationTimeHasBeenSet =
false;
153 bool m_endTimeHasBeenSet =
false;
156 bool m_importedModelArnHasBeenSet =
false;
159 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