7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgePackagingJobStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename EdgePackagingJobArnT = Aws::String>
49 void SetEdgePackagingJobArn(EdgePackagingJobArnT&& value) { m_edgePackagingJobArnHasBeenSet =
true; m_edgePackagingJobArn = std::forward<EdgePackagingJobArnT>(value); }
50 template<
typename EdgePackagingJobArnT = Aws::String>
60 template<
typename EdgePackagingJobNameT = Aws::String>
61 void SetEdgePackagingJobName(EdgePackagingJobNameT&& value) { m_edgePackagingJobNameHasBeenSet =
true; m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value); }
62 template<
typename EdgePackagingJobNameT = Aws::String>
82 template<
typename CompilationJobNameT = Aws::String>
83 void SetCompilationJobName(CompilationJobNameT&& value) { m_compilationJobNameHasBeenSet =
true; m_compilationJobName = std::forward<CompilationJobNameT>(value); }
84 template<
typename CompilationJobNameT = Aws::String>
94 template<
typename ModelNameT = Aws::String>
95 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
96 template<
typename ModelNameT = Aws::String>
106 template<
typename ModelVersionT = Aws::String>
107 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
108 template<
typename ModelVersionT = Aws::String>
118 template<
typename CreationTimeT = Aws::Utils::DateTime>
119 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
120 template<
typename CreationTimeT = Aws::Utils::DateTime>
130 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
132 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 bool m_edgePackagingJobArnHasBeenSet =
false;
141 bool m_edgePackagingJobNameHasBeenSet =
false;
144 bool m_edgePackagingJobStatusHasBeenSet =
false;
147 bool m_compilationJobNameHasBeenSet =
false;
150 bool m_modelNameHasBeenSet =
false;
153 bool m_modelVersionHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
159 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