7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 inline void SetMaxCpus(
int value) { m_maxCpusHasBeenSet =
true; m_maxCpus = value; }
93 inline void SetMaxRuns(
int value) { m_maxRunsHasBeenSet =
true; m_maxRuns = value; }
103 inline void SetMaxDuration(
int value) { m_maxDurationHasBeenSet =
true; m_maxDuration = value; }
113 template<
typename CreationTimeT = Aws::Utils::DateTime>
114 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
115 template<
typename CreationTimeT = Aws::Utils::DateTime>
125 inline void SetMaxGpus(
int value) { m_maxGpusHasBeenSet =
true; m_maxGpus = value; }
131 bool m_arnHasBeenSet =
false;
134 bool m_idHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_maxCpusHasBeenSet =
false;
143 bool m_maxRunsHasBeenSet =
false;
145 int m_maxDuration{0};
146 bool m_maxDurationHasBeenSet =
false;
149 bool m_creationTimeHasBeenSet =
false;
152 bool m_maxGpusHasBeenSet =
false;
bool MaxRunsHasBeenSet() const
RunGroupListItem & WithMaxGpus(int value)
RunGroupListItem & WithId(IdT &&value)
const Aws::String & GetArn() const
bool MaxGpusHasBeenSet() const
RunGroupListItem & WithArn(ArnT &&value)
bool IdHasBeenSet() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
AWS_OMICS_API RunGroupListItem(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
RunGroupListItem & WithName(NameT &&value)
bool MaxDurationHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool NameHasBeenSet() const
void SetArn(ArnT &&value)
AWS_OMICS_API RunGroupListItem()=default
void SetMaxGpus(int value)
AWS_OMICS_API RunGroupListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetMaxDuration(int value)
RunGroupListItem & WithMaxRuns(int value)
bool CreationTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
RunGroupListItem & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetId() const
RunGroupListItem & WithMaxDuration(int value)
RunGroupListItem & WithMaxCpus(int value)
void SetMaxCpus(int value)
bool MaxCpusHasBeenSet() const
int GetMaxDuration() const
void SetMaxRuns(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue