7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/ExecutionType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent-runtime/model/RequestBody.h>
12#include <aws/bedrock-agent-runtime/model/Parameter.h>
25namespace BedrockAgentRuntime
55 template<
typename ActionGroupNameT = Aws::String>
56 void SetActionGroupName(ActionGroupNameT&& value) { m_actionGroupNameHasBeenSet =
true; m_actionGroupName = std::forward<ActionGroupNameT>(value); }
57 template<
typename ActionGroupNameT = Aws::String>
67 template<
typename ApiPathT = Aws::String>
68 void SetApiPath(ApiPathT&& value) { m_apiPathHasBeenSet =
true; m_apiPath = std::forward<ApiPathT>(value); }
69 template<
typename ApiPathT = Aws::String>
91 template<
typename FunctionT = Aws::String>
92 void SetFunction(FunctionT&& value) { m_functionHasBeenSet =
true; m_function = std::forward<FunctionT>(value); }
93 template<
typename FunctionT = Aws::String>
104 template<
typename InvocationIdT = Aws::String>
105 void SetInvocationId(InvocationIdT&& value) { m_invocationIdHasBeenSet =
true; m_invocationId = std::forward<InvocationIdT>(value); }
106 template<
typename InvocationIdT = Aws::String>
116 template<
typename ParametersT = Aws::Vector<Parameter>>
117 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
118 template<
typename ParametersT = Aws::Vector<Parameter>>
120 template<
typename ParametersT = Parameter>
130 template<
typename RequestBodyT = RequestBody>
131 void SetRequestBody(RequestBodyT&& value) { m_requestBodyHasBeenSet =
true; m_requestBody = std::forward<RequestBodyT>(value); }
132 template<
typename RequestBodyT = RequestBody>
142 template<
typename VerbT = Aws::String>
143 void SetVerb(VerbT&& value) { m_verbHasBeenSet =
true; m_verb = std::forward<VerbT>(value); }
144 template<
typename VerbT = Aws::String>
150 bool m_actionGroupNameHasBeenSet =
false;
153 bool m_apiPathHasBeenSet =
false;
156 bool m_executionTypeHasBeenSet =
false;
159 bool m_functionHasBeenSet =
false;
162 bool m_invocationIdHasBeenSet =
false;
165 bool m_parametersHasBeenSet =
false;
167 RequestBody m_requestBody;
168 bool m_requestBodyHasBeenSet =
false;
171 bool m_verbHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue