AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
GuardrailTopicsTierConfig.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/GuardrailTopicsTierName.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Bedrock {
20namespace Model {
21
30 public:
31 AWS_BEDROCK_API GuardrailTopicsTierConfig() = default;
34 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
47 inline GuardrailTopicsTierName GetTierName() const { return m_tierName; }
48 inline bool TierNameHasBeenSet() const { return m_tierNameHasBeenSet; }
50 m_tierNameHasBeenSet = true;
51 m_tierName = value;
52 }
54 SetTierName(value);
55 return *this;
56 }
58 private:
60 bool m_tierNameHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace Bedrock
65} // namespace Aws
AWS_BEDROCK_API GuardrailTopicsTierConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
GuardrailTopicsTierConfig & WithTierName(GuardrailTopicsTierName value)
AWS_BEDROCK_API GuardrailTopicsTierConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API GuardrailTopicsTierConfig()=default
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue