7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningPolicyStatementLocation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename TextT = Aws::String>
64 m_textHasBeenSet =
true;
65 m_text = std::forward<TextT>(value);
67 template <
typename TextT = Aws::String>
69 SetText(std::forward<TextT>(value));
81 template <
typename LocationT = AutomatedReasoningPolicyStatementLocation>
83 m_locationHasBeenSet =
true;
84 m_location = std::forward<LocationT>(value);
86 template <
typename LocationT = AutomatedReasoningPolicyStatementLocation>
98 bool m_idHasBeenSet =
false;
99 bool m_textHasBeenSet =
false;
100 bool m_locationHasBeenSet =
false;
AWS_BEDROCK_API AutomatedReasoningPolicyAtomicStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicyAtomicStatement & WithLocation(LocationT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyAtomicStatement(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedReasoningPolicyAtomicStatement & WithText(TextT &&value)
AutomatedReasoningPolicyAtomicStatement & WithId(IdT &&value)
const Aws::String & GetText() const
bool LocationHasBeenSet() const
void SetLocation(LocationT &&value)
bool IdHasBeenSet() const
AWS_BEDROCK_API AutomatedReasoningPolicyAtomicStatement()=default
void SetText(TextT &&value)
bool TextHasBeenSet() const
const AutomatedReasoningPolicyStatementLocation & GetLocation() const
const Aws::String & GetId() 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