7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename IncludedModelsT = Aws::Vector<Aws::String>>
44 m_includedModelsHasBeenSet =
true;
45 m_includedModels = std::forward<IncludedModelsT>(value);
47 template <
typename IncludedModelsT = Aws::Vector<Aws::String>>
52 template <
typename IncludedModelsT = Aws::String>
54 m_includedModelsHasBeenSet =
true;
55 m_includedModels.emplace_back(std::forward<IncludedModelsT>(value));
66 template <
typename ExcludedModelsT = Aws::Vector<Aws::String>>
68 m_excludedModelsHasBeenSet =
true;
69 m_excludedModels = std::forward<ExcludedModelsT>(value);
71 template <
typename ExcludedModelsT = Aws::Vector<Aws::String>>
76 template <
typename ExcludedModelsT = Aws::String>
78 m_excludedModelsHasBeenSet =
true;
79 m_excludedModels.emplace_back(std::forward<ExcludedModelsT>(value));
87 bool m_includedModelsHasBeenSet =
false;
88 bool m_excludedModelsHasBeenSet =
false;
ModelEnforcement & AddIncludedModels(IncludedModelsT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API ModelEnforcement & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelEnforcement & AddExcludedModels(ExcludedModelsT &&value)
ModelEnforcement & WithIncludedModels(IncludedModelsT &&value)
AWS_BEDROCK_API ModelEnforcement(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetIncludedModels() const
void SetExcludedModels(ExcludedModelsT &&value)
const Aws::Vector< Aws::String > & GetExcludedModels() const
void SetIncludedModels(IncludedModelsT &&value)
bool IncludedModelsHasBeenSet() const
ModelEnforcement & WithExcludedModels(ExcludedModelsT &&value)
AWS_BEDROCK_API ModelEnforcement()=default
bool ExcludedModelsHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue