7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace BedrockAgentRuntime
40 template<
typename InvocationStepIdT = Aws::String>
41 void SetInvocationStepId(InvocationStepIdT&& value) { m_invocationStepIdHasBeenSet =
true; m_invocationStepId = std::forward<InvocationStepIdT>(value); }
42 template<
typename InvocationStepIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_invocationStepIdHasBeenSet =
false;
60 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_BEDROCKAGENTRUNTIME_API PutInvocationStepResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue