7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename DestinationNameT = Aws::String>
62 void SetDestinationName(DestinationNameT&& value) { m_destinationNameHasBeenSet =
true; m_destinationName = std::forward<DestinationNameT>(value); }
63 template<
typename DestinationNameT = Aws::String>
73 template<
typename VersionNameT = Aws::String>
74 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
75 template<
typename VersionNameT = Aws::String>
85 template<
typename RoleArnT = Aws::String>
86 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
87 template<
typename RoleArnT = Aws::String>
107 template<
typename CreationTimeT = Aws::Utils::DateTime>
108 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
109 template<
typename CreationTimeT = Aws::Utils::DateTime>
119 template<
typename UpdateTimeT = Aws::Utils::DateTime>
120 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
121 template<
typename UpdateTimeT = Aws::Utils::DateTime>
131 template<
typename CompletionTimeT = Aws::Utils::DateTime>
132 void SetCompletionTime(CompletionTimeT&& value) { m_completionTimeHasBeenSet =
true; m_completionTime = std::forward<CompletionTimeT>(value); }
133 template<
typename CompletionTimeT = Aws::Utils::DateTime>
153 template<
typename AnnotationFieldsT = Aws::Map<Aws::String, Aws::String>>
154 void SetAnnotationFields(AnnotationFieldsT&& value) { m_annotationFieldsHasBeenSet =
true; m_annotationFields = std::forward<AnnotationFieldsT>(value); }
155 template<
typename AnnotationFieldsT = Aws::Map<Aws::String, Aws::String>>
157 template<
typename AnnotationFieldsKeyT = Aws::String,
typename AnnotationFieldsValueT = Aws::String>
159 m_annotationFieldsHasBeenSet =
true; m_annotationFields.emplace(std::forward<AnnotationFieldsKeyT>(key), std::forward<AnnotationFieldsValueT>(value));
return *
this;
165 bool m_idHasBeenSet =
false;
168 bool m_destinationNameHasBeenSet =
false;
171 bool m_versionNameHasBeenSet =
false;
174 bool m_roleArnHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
180 bool m_creationTimeHasBeenSet =
false;
183 bool m_updateTimeHasBeenSet =
false;
186 bool m_completionTimeHasBeenSet =
false;
188 bool m_runLeftNormalization{
false};
189 bool m_runLeftNormalizationHasBeenSet =
false;
192 bool m_annotationFieldsHasBeenSet =
false;
void SetStatus(JobStatus value)
AnnotationImportJobItem & WithDestinationName(DestinationNameT &&value)
AnnotationImportJobItem & WithAnnotationFields(AnnotationFieldsT &&value)
bool StatusHasBeenSet() const
AWS_OMICS_API AnnotationImportJobItem()=default
void SetCreationTime(CreationTimeT &&value)
bool AnnotationFieldsHasBeenSet() const
void SetDestinationName(DestinationNameT &&value)
const Aws::String & GetId() const
AWS_OMICS_API AnnotationImportJobItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestinationName() const
void SetVersionName(VersionNameT &&value)
const Aws::String & GetRoleArn() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAnnotationFields(AnnotationFieldsT &&value)
const Aws::Utils::DateTime & GetCompletionTime() const
void SetRunLeftNormalization(bool value)
void SetUpdateTime(UpdateTimeT &&value)
bool CreationTimeHasBeenSet() const
AnnotationImportJobItem & WithUpdateTime(UpdateTimeT &&value)
bool UpdateTimeHasBeenSet() const
const Aws::String & GetVersionName() const
bool VersionNameHasBeenSet() const
bool GetRunLeftNormalization() const
bool RunLeftNormalizationHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AnnotationImportJobItem & WithCreationTime(CreationTimeT &&value)
bool DestinationNameHasBeenSet() const
bool CompletionTimeHasBeenSet() const
AnnotationImportJobItem & WithId(IdT &&value)
AnnotationImportJobItem & WithCompletionTime(CompletionTimeT &&value)
JobStatus GetStatus() const
const Aws::Utils::DateTime & GetUpdateTime() const
AnnotationImportJobItem & WithRunLeftNormalization(bool value)
AnnotationImportJobItem & WithStatus(JobStatus value)
const Aws::Map< Aws::String, Aws::String > & GetAnnotationFields() const
const Aws::Utils::DateTime & GetCreationTime() const
AnnotationImportJobItem & WithVersionName(VersionNameT &&value)
AnnotationImportJobItem & WithRoleArn(RoleArnT &&value)
bool IdHasBeenSet() const
void SetCompletionTime(CompletionTimeT &&value)
AWS_OMICS_API AnnotationImportJobItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AnnotationImportJobItem & AddAnnotationFields(AnnotationFieldsKeyT &&key, AnnotationFieldsValueT &&value)
bool RoleArnHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue