7#include <aws/bedrock-runtime/BedrockRuntimeRequest.h>
8#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockRuntime {
37 template <
typename InvocationArnT = Aws::String>
39 m_invocationArnHasBeenSet =
true;
40 m_invocationArn = std::forward<InvocationArnT>(value);
42 template <
typename InvocationArnT = Aws::String>
50 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String