7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/InvocationStep.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace BedrockAgentRuntime
41 template<
typename InvocationStepT = InvocationStep>
42 void SetInvocationStep(InvocationStepT&& value) { m_invocationStepHasBeenSet =
true; m_invocationStep = std::forward<InvocationStepT>(value); }
43 template<
typename InvocationStepT = InvocationStep>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_invocationStepHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
GetInvocationStepResult & WithInvocationStep(InvocationStepT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetInvocationStepResult()=default
GetInvocationStepResult & WithRequestId(RequestIdT &&value)
const InvocationStep & GetInvocationStep() const
AWS_BEDROCKAGENTRUNTIME_API GetInvocationStepResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetInvocationStepResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetInvocationStep(InvocationStepT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue