7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/Type.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
72 m_typeHasBeenSet =
true;
89 m_requiredHasBeenSet =
true;
102 bool m_required{
false};
103 bool m_descriptionHasBeenSet =
false;
104 bool m_typeHasBeenSet =
false;
105 bool m_requiredHasBeenSet =
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::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