AWS SDK for C++

AWS SDK for C++ Version 1.11.777

Loading...
Searching...
No Matches
AutomatedReasoningPolicyStatementReference.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Bedrock {
20namespace Model {
21
29 public:
30 AWS_BEDROCK_API AutomatedReasoningPolicyStatementReference() = default;
33 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetDocumentId() const { return m_documentId; }
41 inline bool DocumentIdHasBeenSet() const { return m_documentIdHasBeenSet; }
42 template <typename DocumentIdT = Aws::String>
43 void SetDocumentId(DocumentIdT&& value) {
44 m_documentIdHasBeenSet = true;
45 m_documentId = std::forward<DocumentIdT>(value);
46 }
47 template <typename DocumentIdT = Aws::String>
49 SetDocumentId(std::forward<DocumentIdT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetStatementId() const { return m_statementId; }
59 inline bool StatementIdHasBeenSet() const { return m_statementIdHasBeenSet; }
60 template <typename StatementIdT = Aws::String>
62 m_statementIdHasBeenSet = true;
63 m_statementId = std::forward<StatementIdT>(value);
64 }
65 template <typename StatementIdT = Aws::String>
67 SetStatementId(std::forward<StatementIdT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_documentId;
73
74 Aws::String m_statementId;
75 bool m_documentIdHasBeenSet = false;
76 bool m_statementIdHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace Bedrock
81} // namespace Aws
AutomatedReasoningPolicyStatementReference & WithStatementId(StatementIdT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningPolicyStatementReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicyStatementReference & WithDocumentId(DocumentIdT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyStatementReference(Aws::Utils::Json::JsonView jsonValue)
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