7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/RunStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/omics/model/StorageType.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
83 template<
typename WorkflowIdT = Aws::String>
84 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
85 template<
typename WorkflowIdT = Aws::String>
95 template<
typename NameT = Aws::String>
96 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
97 template<
typename NameT = Aws::String>
107 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
119 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
129 template<
typename CreationTimeT = Aws::Utils::DateTime>
130 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
131 template<
typename CreationTimeT = Aws::Utils::DateTime>
141 template<
typename StartTimeT = Aws::Utils::DateTime>
142 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
143 template<
typename StartTimeT = Aws::Utils::DateTime>
153 template<
typename StopTimeT = Aws::Utils::DateTime>
154 void SetStopTime(StopTimeT&& value) { m_stopTimeHasBeenSet =
true; m_stopTime = std::forward<StopTimeT>(value); }
155 template<
typename StopTimeT = Aws::Utils::DateTime>
175 template<
typename WorkflowVersionNameT = Aws::String>
176 void SetWorkflowVersionName(WorkflowVersionNameT&& value) { m_workflowVersionNameHasBeenSet =
true; m_workflowVersionName = std::forward<WorkflowVersionNameT>(value); }
177 template<
typename WorkflowVersionNameT = Aws::String>
183 bool m_arnHasBeenSet =
false;
186 bool m_idHasBeenSet =
false;
189 bool m_statusHasBeenSet =
false;
192 bool m_workflowIdHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
198 bool m_priorityHasBeenSet =
false;
200 int m_storageCapacity{0};
201 bool m_storageCapacityHasBeenSet =
false;
204 bool m_creationTimeHasBeenSet =
false;
207 bool m_startTimeHasBeenSet =
false;
210 bool m_stopTimeHasBeenSet =
false;
213 bool m_storageTypeHasBeenSet =
false;
216 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