7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elementalinference/ElementalInference_EXPORTS.h>
20namespace ElementalInference {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
64 template <
typename TemplateUrisT = Aws::Vector<Aws::String>>
66 m_templateUrisHasBeenSet =
true;
67 m_templateUris = std::forward<TemplateUrisT>(value);
69 template <
typename TemplateUrisT = Aws::Vector<Aws::String>>
74 template <
typename TemplateUrisT = Aws::String>
76 m_templateUrisHasBeenSet =
true;
77 m_templateUris.emplace_back(std::forward<TemplateUrisT>(value));
85 bool m_nameHasBeenSet =
false;
86 bool m_templateUrisHasBeenSet =
false;
void SetTemplateUris(TemplateUrisT &&value)
void SetName(NameT &&value)
TemplateGroup & WithTemplateUris(TemplateUrisT &&value)
AWS_ELEMENTALINFERENCE_API TemplateGroup(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
TemplateGroup & WithName(NameT &&value)
const Aws::Vector< Aws::String > & GetTemplateUris() const
AWS_ELEMENTALINFERENCE_API TemplateGroup()=default
TemplateGroup & AddTemplateUris(TemplateUrisT &&value)
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_ELEMENTALINFERENCE_API TemplateGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TemplateUrisHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue