7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/RunStatus.h>
11#include <aws/omics/model/StorageType.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
80 m_statusHasBeenSet =
true;
95 template <
typename WorkflowIdT = Aws::String>
97 m_workflowIdHasBeenSet =
true;
98 m_workflowId = std::forward<WorkflowIdT>(value);
100 template <
typename WorkflowIdT = Aws::String>
113 template <
typename BatchIdT = Aws::String>
115 m_batchIdHasBeenSet =
true;
116 m_batchId = std::forward<BatchIdT>(value);
118 template <
typename BatchIdT = Aws::String>
131 template <
typename NameT = Aws::String>
133 m_nameHasBeenSet =
true;
134 m_name = std::forward<NameT>(value);
136 template <
typename NameT = Aws::String>
138 SetName(std::forward<NameT>(value));
150 m_priorityHasBeenSet =
true;
168 m_storageCapacityHasBeenSet =
true;
169 m_storageCapacity = value;
183 template <
typename CreationTimeT = Aws::Utils::DateTime>
185 m_creationTimeHasBeenSet =
true;
186 m_creationTime = std::forward<CreationTimeT>(value);
188 template <
typename CreationTimeT = Aws::Utils::DateTime>
201 template <
typename StartTimeT = Aws::Utils::DateTime>
203 m_startTimeHasBeenSet =
true;
204 m_startTime = std::forward<StartTimeT>(value);
206 template <
typename StartTimeT = Aws::Utils::DateTime>
219 template <
typename StopTimeT = Aws::Utils::DateTime>
221 m_stopTimeHasBeenSet =
true;
222 m_stopTime = std::forward<StopTimeT>(value);
224 template <
typename StopTimeT = Aws::Utils::DateTime>
238 m_storageTypeHasBeenSet =
true;
239 m_storageType = value;
253 template <
typename WorkflowVersionNameT = Aws::String>
255 m_workflowVersionNameHasBeenSet =
true;
256 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
258 template <
typename WorkflowVersionNameT = Aws::String>
279 int m_storageCapacity{0};
290 bool m_arnHasBeenSet =
false;
291 bool m_idHasBeenSet =
false;
292 bool m_statusHasBeenSet =
false;
293 bool m_workflowIdHasBeenSet =
false;
294 bool m_batchIdHasBeenSet =
false;
295 bool m_nameHasBeenSet =
false;
296 bool m_priorityHasBeenSet =
false;
297 bool m_storageCapacityHasBeenSet =
false;
298 bool m_creationTimeHasBeenSet =
false;
299 bool m_startTimeHasBeenSet =
false;
300 bool m_stopTimeHasBeenSet =
false;
301 bool m_storageTypeHasBeenSet =
false;
302 bool m_workflowVersionNameHasBeenSet =
false;
bool StartTimeHasBeenSet() const
const Aws::String & GetBatchId() const
RunListItem & WithBatchId(BatchIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetWorkflowVersionName() const
void SetStopTime(StopTimeT &&value)
AWS_OMICS_API RunListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPriority(int value)
void SetStatus(RunStatus value)
bool NameHasBeenSet() const
RunListItem & WithStopTime(StopTimeT &&value)
const Aws::Utils::DateTime & GetStopTime() const
void SetStartTime(StartTimeT &&value)
RunListItem & WithName(NameT &&value)
RunListItem & WithStartTime(StartTimeT &&value)
const Aws::String & GetArn() const
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
bool BatchIdHasBeenSet() const
void SetStorageType(StorageType value)
bool IdHasBeenSet() const
RunListItem & WithArn(ArnT &&value)
bool WorkflowIdHasBeenSet() const
RunStatus GetStatus() const
const Aws::String & GetId() const
bool WorkflowVersionNameHasBeenSet() const
void SetWorkflowId(WorkflowIdT &&value)
AWS_OMICS_API RunListItem()=default
const Aws::String & GetWorkflowId() const
RunListItem & WithId(IdT &&value)
bool StorageTypeHasBeenSet() const
RunListItem & WithStorageCapacity(int value)
bool CreationTimeHasBeenSet() const
void SetName(NameT &&value)
int GetStorageCapacity() const
const Aws::Utils::DateTime & GetCreationTime() const
RunListItem & WithStatus(RunStatus value)
bool StorageCapacityHasBeenSet() const
bool StopTimeHasBeenSet() const
RunListItem & WithPriority(int value)
void SetArn(ArnT &&value)
RunListItem & WithWorkflowVersionName(WorkflowVersionNameT &&value)
RunListItem & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API RunListItem(Aws::Utils::Json::JsonView jsonValue)
void SetStorageCapacity(int value)
RunListItem & WithWorkflowId(WorkflowIdT &&value)
bool PriorityHasBeenSet() const
StorageType GetStorageType() const
RunListItem & WithStorageType(StorageType value)
bool ArnHasBeenSet() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBatchId(BatchIdT &&value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue