7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/DocumentAcl.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockAgentRuntime {
38 template <
typename DocumentAclT = DocumentAcl>
40 m_documentAclHasBeenSet =
true;
41 m_documentAcl = std::forward<DocumentAclT>(value);
43 template <
typename DocumentAclT = DocumentAcl>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_documentAclHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
void SetDocumentAcl(DocumentAclT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetIngestedDocumentAclResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_BEDROCKAGENTRUNTIME_API GetIngestedDocumentAclResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetIngestedDocumentAclResult & WithDocumentAcl(DocumentAclT &&value)
GetIngestedDocumentAclResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetIngestedDocumentAclResult()=default
const DocumentAcl & GetDocumentAcl() const
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