AWS SDK for C++

AWS SDK for C++ Version 1.11.610

Loading...
Searching...
No Matches
GuardrailCrossRegionConfig.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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
38 {
39 public:
40 AWS_BEDROCK_API GuardrailCrossRegionConfig() = default;
43 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
54 inline const Aws::String& GetGuardrailProfileIdentifier() const { return m_guardrailProfileIdentifier; }
55 inline bool GuardrailProfileIdentifierHasBeenSet() const { return m_guardrailProfileIdentifierHasBeenSet; }
56 template<typename GuardrailProfileIdentifierT = Aws::String>
57 void SetGuardrailProfileIdentifier(GuardrailProfileIdentifierT&& value) { m_guardrailProfileIdentifierHasBeenSet = true; m_guardrailProfileIdentifier = std::forward<GuardrailProfileIdentifierT>(value); }
58 template<typename GuardrailProfileIdentifierT = Aws::String>
59 GuardrailCrossRegionConfig& WithGuardrailProfileIdentifier(GuardrailProfileIdentifierT&& value) { SetGuardrailProfileIdentifier(std::forward<GuardrailProfileIdentifierT>(value)); return *this;}
61 private:
62
63 Aws::String m_guardrailProfileIdentifier;
64 bool m_guardrailProfileIdentifierHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Bedrock
69} // namespace Aws
AWS_BEDROCK_API GuardrailCrossRegionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API GuardrailCrossRegionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API GuardrailCrossRegionConfig()=default
GuardrailCrossRegionConfig & WithGuardrailProfileIdentifier(GuardrailProfileIdentifierT &&value)
void SetGuardrailProfileIdentifier(GuardrailProfileIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue