7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename PolicyArnT = Aws::String>
41 m_policyArnHasBeenSet =
true;
42 m_policyArn = std::forward<PolicyArnT>(value);
44 template <
typename PolicyArnT = Aws::String>
52 bool m_policyArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool PolicyArnHasBeenSet() const
const Aws::String & GetPolicyArn() const
AWS_BEDROCK_API Aws::String SerializePayload() const override
AWS_BEDROCK_API GetAutomatedReasoningPolicyRequest()=default
GetAutomatedReasoningPolicyRequest & WithPolicyArn(PolicyArnT &&value)
void SetPolicyArn(PolicyArnT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String