7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
88 m_maxCpusHasBeenSet =
true;
103 m_maxRunsHasBeenSet =
true;
118 m_maxDurationHasBeenSet =
true;
119 m_maxDuration = value;
132 template <
typename CreationTimeT = Aws::Utils::DateTime>
134 m_creationTimeHasBeenSet =
true;
135 m_creationTime = std::forward<CreationTimeT>(value);
137 template <
typename CreationTimeT = Aws::Utils::DateTime>
149 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 m_tagsHasBeenSet =
true;
152 m_tags = std::forward<TagsT>(value);
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 SetTags(std::forward<TagsT>(value));
159 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
161 m_tagsHasBeenSet =
true;
162 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
173 m_maxGpusHasBeenSet =
true;
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
207 int m_maxDuration{0};
216 bool m_arnHasBeenSet =
false;
217 bool m_idHasBeenSet =
false;
218 bool m_nameHasBeenSet =
false;
219 bool m_maxCpusHasBeenSet =
false;
220 bool m_maxRunsHasBeenSet =
false;
221 bool m_maxDurationHasBeenSet =
false;
222 bool m_creationTimeHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
224 bool m_maxGpusHasBeenSet =
false;
225 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
GetRunGroupResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
AWS_OMICS_API GetRunGroupResult()=default
GetRunGroupResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetRunGroupResult & WithMaxCpus(int value)
void SetName(NameT &&value)
GetRunGroupResult & WithMaxRuns(int value)
GetRunGroupResult & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetRunGroupResult & WithId(IdT &&value)
GetRunGroupResult & WithArn(ArnT &&value)
GetRunGroupResult & WithRequestId(RequestIdT &&value)
GetRunGroupResult & WithMaxGpus(int value)
GetRunGroupResult & WithMaxDuration(int value)
void SetRequestId(RequestIdT &&value)
void SetMaxDuration(int value)
int GetMaxDuration() const
AWS_OMICS_API GetRunGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRunGroupResult & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetMaxRuns(int value)
void SetMaxGpus(int value)
void SetMaxCpus(int value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetId() const
AWS_OMICS_API GetRunGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue