7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elementalinference/ElementalInferenceRequest.h>
10#include <aws/elementalinference/ElementalInference_EXPORTS.h>
11#include <aws/elementalinference/model/UpdateOutput.h>
16namespace 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));
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
77 template <
typename OutputsT = Aws::Vector<UpdateOutput>>
79 m_outputsHasBeenSet =
true;
80 m_outputs = std::forward<OutputsT>(value);
82 template <
typename OutputsT = Aws::Vector<UpdateOutput>>
87 template <
typename OutputsT = UpdateOutput>
89 m_outputsHasBeenSet =
true;
90 m_outputs.emplace_back(std::forward<OutputsT>(value));
100 bool m_nameHasBeenSet =
false;
101 bool m_idHasBeenSet =
false;
102 bool m_outputsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Vector< UpdateOutput > & GetOutputs() const
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
bool OutputsHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_ELEMENTALINFERENCE_API UpdateFeedRequest()=default
UpdateFeedRequest & WithName(NameT &&value)
void SetOutputs(OutputsT &&value)
UpdateFeedRequest & WithOutputs(OutputsT &&value)
UpdateFeedRequest & WithId(IdT &&value)
void SetName(NameT &&value)
UpdateFeedRequest & AddOutputs(OutputsT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector