7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ParameterType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
63 m_requiredHasBeenSet =
true;
79 m_typeHasBeenSet =
true;
90 bool m_required{
false};
93 bool m_descriptionHasBeenSet =
false;
94 bool m_requiredHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
ParameterDetail & WithRequired(bool value)
bool TypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API ParameterDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API ParameterDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRequired(bool value)
ParameterDetail & WithType(ParameterType value)
void SetDescription(DescriptionT &&value)
ParameterDetail & WithDescription(DescriptionT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
AWS_BEDROCKAGENTRUNTIME_API ParameterDetail()=default
bool RequiredHasBeenSet() const
ParameterType GetType() const
bool DescriptionHasBeenSet() const
void SetType(ParameterType value)
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