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/EdgePackagingJobStatus.h>
42 template <
typename EdgePackagingJobArnT = Aws::String>
44 m_edgePackagingJobArnHasBeenSet =
true;
45 m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value);
47 template <
typename EdgePackagingJobArnT = Aws::String>
60 template <
typename EdgePackagingJobNameT = Aws::String>
62 m_edgePackagingJobNameHasBeenSet =
true;
63 m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value);
65 template <
typename EdgePackagingJobNameT = Aws::String>
79 m_edgePackagingJobStatusHasBeenSet =
true;
80 m_edgePackagingJobStatus = value;
94 template <
typename CompilationJobNameT = Aws::String>
96 m_compilationJobNameHasBeenSet =
true;
97 m_compilationJobName = std::forward<CompilationJobNameT>(value);
99 template <
typename CompilationJobNameT = Aws::String>
112 template <
typename ModelNameT = Aws::String>
114 m_modelNameHasBeenSet =
true;
115 m_modelName = std::forward<ModelNameT>(value);
117 template <
typename ModelNameT = Aws::String>
130 template <
typename ModelVersionT = Aws::String>
132 m_modelVersionHasBeenSet =
true;
133 m_modelVersion = std::forward<ModelVersionT>(value);
135 template <
typename ModelVersionT = Aws::String>
148 template <
typename CreationTimeT = Aws::Utils::DateTime>
150 m_creationTimeHasBeenSet =
true;
151 m_creationTime = std::forward<CreationTimeT>(value);
153 template <
typename CreationTimeT = Aws::Utils::DateTime>
166 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
168 m_lastModifiedTimeHasBeenSet =
true;
169 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
171 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
193 bool m_edgePackagingJobArnHasBeenSet =
false;
194 bool m_edgePackagingJobNameHasBeenSet =
false;
195 bool m_edgePackagingJobStatusHasBeenSet =
false;
196 bool m_compilationJobNameHasBeenSet =
false;
197 bool m_modelNameHasBeenSet =
false;
198 bool m_modelVersionHasBeenSet =
false;
199 bool m_creationTimeHasBeenSet =
false;
200 bool m_lastModifiedTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
EdgePackagingJobSummary & WithModelVersion(ModelVersionT &&value)
void SetModelName(ModelNameT &&value)
const Aws::String & GetModelName() const
EdgePackagingJobSummary & WithEdgePackagingJobStatus(EdgePackagingJobStatus value)
bool EdgePackagingJobArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
EdgePackagingJobSummary & WithEdgePackagingJobName(EdgePackagingJobNameT &&value)
bool ModelVersionHasBeenSet() const
AWS_SAGEMAKER_API EdgePackagingJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EdgePackagingJobStatusHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
EdgePackagingJobSummary & WithModelName(ModelNameT &&value)
EdgePackagingJobStatus GetEdgePackagingJobStatus() const
const Aws::String & GetEdgePackagingJobName() const
EdgePackagingJobSummary & WithCompilationJobName(CompilationJobNameT &&value)
void SetEdgePackagingJobName(EdgePackagingJobNameT &&value)
void SetEdgePackagingJobStatus(EdgePackagingJobStatus value)
bool ModelNameHasBeenSet() const
void SetCompilationJobName(CompilationJobNameT &&value)
bool EdgePackagingJobNameHasBeenSet() const
void SetModelVersion(ModelVersionT &&value)
const Aws::String & GetCompilationJobName() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API EdgePackagingJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetEdgePackagingJobArn(EdgePackagingJobArnT &&value)
const Aws::String & GetEdgePackagingJobArn() const
const Aws::String & GetModelVersion() const
EdgePackagingJobSummary & WithCreationTime(CreationTimeT &&value)
EdgePackagingJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
EdgePackagingJobSummary & WithEdgePackagingJobArn(EdgePackagingJobArnT &&value)
AWS_SAGEMAKER_API EdgePackagingJobSummary()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastModifiedTimeHasBeenSet() const
bool CompilationJobNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue