7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent-runtime/model/Parameter.h>
22namespace BedrockAgentRuntime
47 template<
typename PropertiesT = Aws::Vector<Parameter>>
48 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
49 template<
typename PropertiesT = Aws::Vector<Parameter>>
51 template<
typename PropertiesT = Parameter>
52 PropertyParameters&
AddProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties.emplace_back(std::forward<PropertiesT>(value));
return *
this; }
57 bool m_propertiesHasBeenSet =
false;
void SetProperties(PropertiesT &&value)
PropertyParameters & AddProperties(PropertiesT &&value)
PropertyParameters & WithProperties(PropertiesT &&value)
AWS_BEDROCKAGENTRUNTIME_API PropertyParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Parameter > & GetProperties() const
AWS_BEDROCKAGENTRUNTIME_API PropertyParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API PropertyParameters()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool PropertiesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue