7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename TypeT = Aws::String>
63 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
64 template<
typename TypeT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
84 bool m_nameHasBeenSet =
false;
87 bool m_typeHasBeenSet =
false;
90 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue