7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/ReferenceImportJobStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ReferenceStoreIdT = Aws::String>
61 void SetReferenceStoreId(ReferenceStoreIdT&& value) { m_referenceStoreIdHasBeenSet =
true; m_referenceStoreId = std::forward<ReferenceStoreIdT>(value); }
62 template<
typename ReferenceStoreIdT = Aws::String>
72 template<
typename RoleArnT = Aws::String>
73 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
74 template<
typename RoleArnT = Aws::String>
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 CompletionTimeT = Aws::Utils::DateTime>
107 void SetCompletionTime(CompletionTimeT&& value) { m_completionTimeHasBeenSet =
true; m_completionTime = std::forward<CompletionTimeT>(value); }
108 template<
typename CompletionTimeT = Aws::Utils::DateTime>
114 bool m_idHasBeenSet =
false;
117 bool m_referenceStoreIdHasBeenSet =
false;
120 bool m_roleArnHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
126 bool m_creationTimeHasBeenSet =
false;
129 bool m_completionTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetReferenceStoreId(ReferenceStoreIdT &&value)
ReferenceImportJobStatus GetStatus() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetStatus(ReferenceImportJobStatus value)
void SetCompletionTime(CompletionTimeT &&value)
bool RoleArnHasBeenSet() const
ImportReferenceJobItem & WithId(IdT &&value)
AWS_OMICS_API ImportReferenceJobItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCompletionTime() const
bool CreationTimeHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OMICS_API ImportReferenceJobItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
bool ReferenceStoreIdHasBeenSet() const
ImportReferenceJobItem & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API ImportReferenceJobItem()=default
ImportReferenceJobItem & WithCompletionTime(CompletionTimeT &&value)
ImportReferenceJobItem & WithRoleArn(RoleArnT &&value)
ImportReferenceJobItem & WithReferenceStoreId(ReferenceStoreIdT &&value)
bool CompletionTimeHasBeenSet() const
const Aws::String & GetReferenceStoreId() const
ImportReferenceJobItem & WithStatus(ReferenceImportJobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue