7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/ParameterType.h>
22namespace BedrockAgentRuntime
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
62 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
78 bool m_descriptionHasBeenSet =
false;
80 bool m_required{
false};
81 bool m_requiredHasBeenSet =
false;
84 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue