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 NameT = Aws::String>
115 m_nameHasBeenSet =
true;
116 m_name = std::forward<NameT>(value);
118 template <
typename NameT = Aws::String>
120 SetName(std::forward<NameT>(value));
132 m_priorityHasBeenSet =
true;
150 m_storageCapacityHasBeenSet =
true;
151 m_storageCapacity = value;
165 template <
typename CreationTimeT = Aws::Utils::DateTime>
167 m_creationTimeHasBeenSet =
true;
168 m_creationTime = std::forward<CreationTimeT>(value);
170 template <
typename CreationTimeT = Aws::Utils::DateTime>
183 template <
typename StartTimeT = Aws::Utils::DateTime>
185 m_startTimeHasBeenSet =
true;
186 m_startTime = std::forward<StartTimeT>(value);
188 template <
typename StartTimeT = Aws::Utils::DateTime>
201 template <
typename StopTimeT = Aws::Utils::DateTime>
203 m_stopTimeHasBeenSet =
true;
204 m_stopTime = std::forward<StopTimeT>(value);
206 template <
typename StopTimeT = Aws::Utils::DateTime>
220 m_storageTypeHasBeenSet =
true;
221 m_storageType = value;
235 template <
typename WorkflowVersionNameT = Aws::String>
237 m_workflowVersionNameHasBeenSet =
true;
238 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
240 template <
typename WorkflowVersionNameT = Aws::String>
259 int m_storageCapacity{0};
270 bool m_arnHasBeenSet =
false;
271 bool m_idHasBeenSet =
false;
272 bool m_statusHasBeenSet =
false;
273 bool m_workflowIdHasBeenSet =
false;
274 bool m_nameHasBeenSet =
false;
275 bool m_priorityHasBeenSet =
false;
276 bool m_storageCapacityHasBeenSet =
false;
277 bool m_creationTimeHasBeenSet =
false;
278 bool m_startTimeHasBeenSet =
false;
279 bool m_stopTimeHasBeenSet =
false;
280 bool m_storageTypeHasBeenSet =
false;
281 bool m_workflowVersionNameHasBeenSet =
false;
bool StartTimeHasBeenSet() const
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)
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
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue