7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BedrockAgentRuntime {
35 template <
typename InvocationStepIdT = Aws::String>
37 m_invocationStepIdHasBeenSet =
true;
38 m_invocationStepId = std::forward<InvocationStepIdT>(value);
40 template <
typename InvocationStepIdT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_invocationStepIdHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
PutInvocationStepResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API PutInvocationStepResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInvocationStepId(InvocationStepIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API PutInvocationStepResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutInvocationStepResult & WithInvocationStepId(InvocationStepIdT &&value)
const Aws::String & GetInvocationStepId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_BEDROCKAGENTRUNTIME_API PutInvocationStepResult()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue