7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/Type.h>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
82 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
88 bool m_descriptionHasBeenSet =
false;
90 bool m_required{
false};
91 bool m_requiredHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
bool DescriptionHasBeenSet() const
ParameterDetail & WithRequired(bool value)
ParameterDetail & WithDescription(DescriptionT &&value)
ParameterDetail & WithType(Type value)
AWS_BEDROCKAGENT_API ParameterDetail()=default
void SetDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
void SetRequired(bool value)
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API ParameterDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RequiredHasBeenSet() const
AWS_BEDROCKAGENT_API ParameterDetail(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue