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/BatchStatus.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_statusHasBeenSet =
true;
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 m_totalRunsHasBeenSet =
true;
129 template <
typename WorkflowIdT = Aws::String>
131 m_workflowIdHasBeenSet =
true;
132 m_workflowId = std::forward<WorkflowIdT>(value);
134 template <
typename WorkflowIdT = Aws::String>
152 bool m_idHasBeenSet =
false;
153 bool m_nameHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
155 bool m_createdAtHasBeenSet =
false;
156 bool m_totalRunsHasBeenSet =
false;
157 bool m_workflowIdHasBeenSet =
false;
BatchListItem & WithWorkflowId(WorkflowIdT &&value)
void SetTotalRuns(int value)
AWS_OMICS_API BatchListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchListItem & WithStatus(BatchStatus value)
BatchListItem & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetWorkflowId() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
BatchListItem & WithCreatedAt(CreatedAtT &&value)
AWS_OMICS_API BatchListItem(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetStatus(BatchStatus value)
bool CreatedAtHasBeenSet() const
BatchStatus GetStatus() const
void SetWorkflowId(WorkflowIdT &&value)
void SetName(NameT &&value)
bool StatusHasBeenSet() const
BatchListItem & WithId(IdT &&value)
BatchListItem & WithTotalRuns(int value)
bool WorkflowIdHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
bool TotalRunsHasBeenSet() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OMICS_API BatchListItem()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue