AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GuardrailManagedWords.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/GuardrailManagedWordsType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Bedrock
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_BEDROCK_API GuardrailManagedWords();
39 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const GuardrailManagedWordsType& GetType() const{ return m_type; }
48 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
49 inline void SetType(const GuardrailManagedWordsType& value) { m_typeHasBeenSet = true; m_type = value; }
50 inline void SetType(GuardrailManagedWordsType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
51 inline GuardrailManagedWords& WithType(const GuardrailManagedWordsType& value) { SetType(value); return *this;}
52 inline GuardrailManagedWords& WithType(GuardrailManagedWordsType&& value) { SetType(std::move(value)); return *this;}
54 private:
55
57 bool m_typeHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace Bedrock
62} // namespace Aws
GuardrailManagedWords & WithType(GuardrailManagedWordsType &&value)
const GuardrailManagedWordsType & GetType() const
AWS_BEDROCK_API GuardrailManagedWords & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(GuardrailManagedWordsType &&value)
AWS_BEDROCK_API GuardrailManagedWords(Aws::Utils::Json::JsonView jsonValue)
GuardrailManagedWords & WithType(const GuardrailManagedWordsType &value)
void SetType(const GuardrailManagedWordsType &value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue