7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace BedrockRuntime {
34 template <
typename InvocationArnT = Aws::String>
36 m_invocationArnHasBeenSet =
true;
37 m_invocationArn = std::forward<InvocationArnT>(value);
39 template <
typename InvocationArnT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_invocationArnHasBeenSet =
false;
65 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::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