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
56 inline void SetActionGroup(
const char* value) { m_actionGroupHasBeenSet =
true; m_actionGroup.assign(value); }
82 inline void SetApiPath(
const char* value) { m_apiPathHasBeenSet =
true; m_apiPath.assign(value); }
96 inline void SetHttpMethod(
const char* value) { m_httpMethodHasBeenSet =
true; m_httpMethod.assign(value); }
132 bool m_actionGroupHasBeenSet =
false;
135 bool m_actionInvocationTypeHasBeenSet =
false;
138 bool m_apiPathHasBeenSet =
false;
141 bool m_httpMethodHasBeenSet =
false;
144 bool m_parametersHasBeenSet =
false;
147 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