7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ExecutionType.h>
9#include <aws/bedrock-agent-runtime/model/Parameter.h>
10#include <aws/bedrock-agent-runtime/model/RequestBody.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace BedrockAgentRuntime {
49 template <
typename ActionGroupNameT = Aws::String>
51 m_actionGroupNameHasBeenSet =
true;
52 m_actionGroupName = std::forward<ActionGroupNameT>(value);
54 template <
typename ActionGroupNameT = Aws::String>
67 template <
typename ApiPathT = Aws::String>
69 m_apiPathHasBeenSet =
true;
70 m_apiPath = std::forward<ApiPathT>(value);
72 template <
typename ApiPathT = Aws::String>
88 m_executionTypeHasBeenSet =
true;
89 m_executionType = value;
103 template <
typename FunctionT = Aws::String>
105 m_functionHasBeenSet =
true;
106 m_function = std::forward<FunctionT>(value);
108 template <
typename FunctionT = Aws::String>
122 template <
typename InvocationIdT = Aws::String>
124 m_invocationIdHasBeenSet =
true;
125 m_invocationId = std::forward<InvocationIdT>(value);
127 template <
typename InvocationIdT = Aws::String>
140 template <
typename ParametersT = Aws::Vector<Parameter>>
142 m_parametersHasBeenSet =
true;
143 m_parameters = std::forward<ParametersT>(value);
145 template <
typename ParametersT = Aws::Vector<Parameter>>
150 template <
typename ParametersT = Parameter>
152 m_parametersHasBeenSet =
true;
153 m_parameters.emplace_back(std::forward<ParametersT>(value));
164 template <
typename RequestBodyT = RequestBody>
166 m_requestBodyHasBeenSet =
true;
167 m_requestBody = std::forward<RequestBodyT>(value);
169 template <
typename RequestBodyT = RequestBody>
182 template <
typename VerbT = Aws::String>
184 m_verbHasBeenSet =
true;
185 m_verb = std::forward<VerbT>(value);
187 template <
typename VerbT = Aws::String>
189 SetVerb(std::forward<VerbT>(value));
206 RequestBody m_requestBody;
209 bool m_actionGroupNameHasBeenSet =
false;
210 bool m_apiPathHasBeenSet =
false;
211 bool m_executionTypeHasBeenSet =
false;
212 bool m_functionHasBeenSet =
false;
213 bool m_invocationIdHasBeenSet =
false;
214 bool m_parametersHasBeenSet =
false;
215 bool m_requestBodyHasBeenSet =
false;
216 bool m_verbHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue