7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace BedrockRuntime
40 template<
typename InvocationArnT = Aws::String>
41 void SetInvocationArn(InvocationArnT&& value) { m_invocationArnHasBeenSet =
true; m_invocationArn = std::forward<InvocationArnT>(value); }
42 template<
typename InvocationArnT = 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_invocationArnHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetInvocationArn() const
const Aws::String & GetRequestId() const
StartAsyncInvokeResult & WithRequestId(RequestIdT &&value)
void SetInvocationArn(InvocationArnT &&value)
AWS_BEDROCKRUNTIME_API StartAsyncInvokeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartAsyncInvokeResult & WithInvocationArn(InvocationArnT &&value)
AWS_BEDROCKRUNTIME_API StartAsyncInvokeResult()=default
AWS_BEDROCKRUNTIME_API StartAsyncInvokeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue