7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 template <
typename TypeT = Aws::String>
64 m_typeHasBeenSet =
true;
65 m_type = std::forward<TypeT>(value);
67 template <
typename TypeT = Aws::String>
69 SetType(std::forward<TypeT>(value));
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
99 bool m_nameHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AutomatedReasoningPolicyDefinitionVariable & WithType(TypeT &&value)
const Aws::String & GetName() const
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionVariable()=default
void SetName(NameT &&value)
AutomatedReasoningPolicyDefinitionVariable & WithDescription(DescriptionT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
const Aws::String & GetDescription() const
void SetType(TypeT &&value)
AutomatedReasoningPolicyDefinitionVariable & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() 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