7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/OmicsRequest.h>
11#include <aws/omics/Omics_EXPORTS.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
59 m_maxCpusHasBeenSet =
true;
75 m_maxRunsHasBeenSet =
true;
92 m_maxDurationHasBeenSet =
true;
93 m_maxDuration = value;
107 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 m_tagsHasBeenSet =
true;
110 m_tags = std::forward<TagsT>(value);
112 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 SetTags(std::forward<TagsT>(value));
117 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
119 m_tagsHasBeenSet =
true;
120 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
132 template <
typename RequestIdT = Aws::String>
134 m_requestIdHasBeenSet =
true;
135 m_requestId = std::forward<RequestIdT>(value);
137 template <
typename RequestIdT = Aws::String>
152 m_maxGpusHasBeenSet =
true;
167 int m_maxDuration{0};
174 bool m_nameHasBeenSet =
false;
175 bool m_maxCpusHasBeenSet =
false;
176 bool m_maxRunsHasBeenSet =
false;
177 bool m_maxDurationHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
179 bool m_requestIdHasBeenSet =
true;
180 bool m_maxGpusHasBeenSet =
false;
const Aws::String & GetName() const
bool MaxCpusHasBeenSet() const
bool NameHasBeenSet() const
CreateRunGroupRequest & WithRequestId(RequestIdT &&value)
bool MaxGpusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_OMICS_API CreateRunGroupRequest()=default
bool MaxRunsHasBeenSet() const
CreateRunGroupRequest & WithMaxCpus(int value)
CreateRunGroupRequest & WithTags(TagsT &&value)
void SetMaxRuns(int value)
CreateRunGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
void SetMaxDuration(int value)
AWS_OMICS_API Aws::String SerializePayload() const override
CreateRunGroupRequest & WithMaxGpus(int value)
CreateRunGroupRequest & WithMaxDuration(int value)
void SetName(NameT &&value)
int GetMaxDuration() const
void SetRequestId(RequestIdT &&value)
bool RequestIdHasBeenSet() const
bool TagsHasBeenSet() const
bool MaxDurationHasBeenSet() const
CreateRunGroupRequest & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetMaxGpus(int value)
void SetMaxCpus(int value)
CreateRunGroupRequest & WithMaxRuns(int value)
static Aws::Utils::UUID PseudoRandomUUID()
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