7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutvision/model/ModelPackagingJobStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace LookoutforVision
49 template<
typename JobNameT = Aws::String>
50 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
51 template<
typename JobNameT = Aws::String>
61 template<
typename ProjectNameT = Aws::String>
62 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
63 template<
typename ProjectNameT = Aws::String>
73 template<
typename ModelVersionT = Aws::String>
74 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
75 template<
typename ModelVersionT = Aws::String>
85 template<
typename ModelPackagingJobDescriptionT = Aws::String>
86 void SetModelPackagingJobDescription(ModelPackagingJobDescriptionT&& value) { m_modelPackagingJobDescriptionHasBeenSet =
true; m_modelPackagingJobDescription = std::forward<ModelPackagingJobDescriptionT>(value); }
87 template<
typename ModelPackagingJobDescriptionT = Aws::String>
98 template<
typename ModelPackagingMethodT = Aws::String>
99 void SetModelPackagingMethod(ModelPackagingMethodT&& value) { m_modelPackagingMethodHasBeenSet =
true; m_modelPackagingMethod = std::forward<ModelPackagingMethodT>(value); }
100 template<
typename ModelPackagingMethodT = Aws::String>
120 template<
typename StatusMessageT = Aws::String>
121 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
122 template<
typename StatusMessageT = Aws::String>
133 template<
typename CreationTimestampT = Aws::Utils::DateTime>
134 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
135 template<
typename CreationTimestampT = Aws::Utils::DateTime>
146 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
147 void SetLastUpdatedTimestamp(LastUpdatedTimestampT&& value) { m_lastUpdatedTimestampHasBeenSet =
true; m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value); }
148 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
154 bool m_jobNameHasBeenSet =
false;
157 bool m_projectNameHasBeenSet =
false;
160 bool m_modelVersionHasBeenSet =
false;
163 bool m_modelPackagingJobDescriptionHasBeenSet =
false;
166 bool m_modelPackagingMethodHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
172 bool m_statusMessageHasBeenSet =
false;
175 bool m_creationTimestampHasBeenSet =
false;
178 bool m_lastUpdatedTimestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue