7#include <aws/core/utils/UUID.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 IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
61 template <
typename AssociatedResourceNameT = Aws::String>
63 m_associatedResourceNameHasBeenSet =
true;
64 m_associatedResourceName = std::forward<AssociatedResourceNameT>(value);
66 template <
typename AssociatedResourceNameT = Aws::String>
80 template <
typename OutputsT = Aws::Vector<CreateOutput>>
82 m_outputsHasBeenSet =
true;
83 m_outputs = std::forward<OutputsT>(value);
85 template <
typename OutputsT = Aws::Vector<CreateOutput>>
90 template <
typename OutputsT = CreateOutput>
92 m_outputsHasBeenSet =
true;
93 m_outputs.emplace_back(std::forward<OutputsT>(value));
105 m_dryRunHasBeenSet =
true;
120 bool m_dryRun{
false};
121 bool m_idHasBeenSet =
false;
122 bool m_associatedResourceNameHasBeenSet =
true;
123 bool m_outputsHasBeenSet =
false;
124 bool m_dryRunHasBeenSet =
false;
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
const Aws::String & GetAssociatedResourceName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
void SetAssociatedResourceName(AssociatedResourceNameT &&value)
const Aws::Vector< CreateOutput > & GetOutputs() const
bool OutputsHasBeenSet() const
bool IdHasBeenSet() const
AssociateFeedRequest & WithDryRun(bool value)
AssociateFeedRequest & WithId(IdT &&value)
void SetDryRun(bool value)
void SetOutputs(OutputsT &&value)
AssociateFeedRequest & WithAssociatedResourceName(AssociatedResourceNameT &&value)
AWS_ELEMENTALINFERENCE_API AssociateFeedRequest()=default
bool AssociatedResourceNameHasBeenSet() const
AssociateFeedRequest & AddOutputs(OutputsT &&value)
AssociateFeedRequest & WithOutputs(OutputsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector