7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/Parameter.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
41 template <
typename PropertiesT = Aws::Vector<Parameter>>
43 m_propertiesHasBeenSet =
true;
44 m_properties = std::forward<PropertiesT>(value);
46 template <
typename PropertiesT = Aws::Vector<Parameter>>
51 template <
typename PropertiesT = Parameter>
53 m_propertiesHasBeenSet =
true;
54 m_properties.emplace_back(std::forward<PropertiesT>(value));
60 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue