7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elementalinference/ElementalInferenceRequest.h>
11#include <aws/elementalinference/ElementalInference_EXPORTS.h>
12#include <aws/elementalinference/model/CreateOutput.h>
17namespace ElementalInference {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
60 template <
typename OutputsT = Aws::Vector<CreateOutput>>
62 m_outputsHasBeenSet =
true;
63 m_outputs = std::forward<OutputsT>(value);
65 template <
typename OutputsT = Aws::Vector<CreateOutput>>
70 template <
typename OutputsT = CreateOutput>
72 m_outputsHasBeenSet =
true;
73 m_outputs.emplace_back(std::forward<OutputsT>(value));
85 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 m_tagsHasBeenSet =
true;
88 m_tags = std::forward<TagsT>(value);
90 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
92 SetTags(std::forward<TagsT>(value));
95 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
97 m_tagsHasBeenSet =
true;
98 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
108 bool m_nameHasBeenSet =
false;
109 bool m_outputsHasBeenSet =
false;
110 bool m_tagsHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
CreateFeedRequest & WithOutputs(OutputsT &&value)
const Aws::Vector< CreateOutput > & GetOutputs() const
CreateFeedRequest & WithName(NameT &&value)
CreateFeedRequest & WithTags(TagsT &&value)
void SetOutputs(OutputsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_ELEMENTALINFERENCE_API CreateFeedRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
bool TagsHasBeenSet() const
CreateFeedRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateFeedRequest & AddOutputs(OutputsT &&value)
void SetName(NameT &&value)
bool OutputsHasBeenSet() const
void SetTags(TagsT &&value)
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
std::vector< T, Aws::Allocator< T > > Vector