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/ActionInvocationType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent-runtime/model/ApiRequestBody.h>
12#include <aws/bedrock-agent-runtime/model/ApiParameter.h>
25namespace BedrockAgentRuntime
54 template<
typename ActionGroupT = Aws::String>
55 void SetActionGroup(ActionGroupT&& value) { m_actionGroupHasBeenSet =
true; m_actionGroup = std::forward<ActionGroupT>(value); }
56 template<
typename ActionGroupT = Aws::String>
76 template<
typename AgentIdT = Aws::String>
77 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
78 template<
typename AgentIdT = Aws::String>
88 template<
typename ApiPathT = Aws::String>
89 void SetApiPath(ApiPathT&& value) { m_apiPathHasBeenSet =
true; m_apiPath = std::forward<ApiPathT>(value); }
90 template<
typename ApiPathT = Aws::String>
100 template<
typename CollaboratorNameT = Aws::String>
101 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
102 template<
typename CollaboratorNameT = Aws::String>
112 template<
typename HttpMethodT = Aws::String>
113 void SetHttpMethod(HttpMethodT&& value) { m_httpMethodHasBeenSet =
true; m_httpMethod = std::forward<HttpMethodT>(value); }
114 template<
typename HttpMethodT = Aws::String>
125 template<
typename ParametersT = Aws::Vector<ApiParameter>>
126 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
127 template<
typename ParametersT = Aws::Vector<ApiParameter>>
129 template<
typename ParametersT = ApiParameter>
140 template<
typename RequestBodyT = ApiRequestBody>
141 void SetRequestBody(RequestBodyT&& value) { m_requestBodyHasBeenSet =
true; m_requestBody = std::forward<RequestBodyT>(value); }
142 template<
typename RequestBodyT = ApiRequestBody>
148 bool m_actionGroupHasBeenSet =
false;
151 bool m_actionInvocationTypeHasBeenSet =
false;
154 bool m_agentIdHasBeenSet =
false;
157 bool m_apiPathHasBeenSet =
false;
160 bool m_collaboratorNameHasBeenSet =
false;
163 bool m_httpMethodHasBeenSet =
false;
166 bool m_parametersHasBeenSet =
false;
168 ApiRequestBody m_requestBody;
169 bool m_requestBodyHasBeenSet =
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