7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/BedrockRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockRuntime
41 template<
typename InvocationArnT = Aws::String>
42 void SetInvocationArn(InvocationArnT&& value) { m_invocationArnHasBeenSet =
true; m_invocationArn = std::forward<InvocationArnT>(value); }
43 template<
typename InvocationArnT = Aws::String>
49 bool m_invocationArnHasBeenSet =
false;
const Aws::String & GetInvocationArn() const
GetAsyncInvokeRequest & WithInvocationArn(InvocationArnT &&value)
AWS_BEDROCKRUNTIME_API GetAsyncInvokeRequest()=default
bool InvocationArnHasBeenSet() const
AWS_BEDROCKRUNTIME_API Aws::String SerializePayload() const override
void SetInvocationArn(InvocationArnT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String