AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
TransformationFunction.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/TransformationLambdaConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgent {
20namespace Model {
21
28 public:
29 AWS_BEDROCKAGENT_API TransformationFunction() = default;
32 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 return m_transformationLambdaConfiguration;
40 }
41 inline bool TransformationLambdaConfigurationHasBeenSet() const { return m_transformationLambdaConfigurationHasBeenSet; }
42 template <typename TransformationLambdaConfigurationT = TransformationLambdaConfiguration>
44 m_transformationLambdaConfigurationHasBeenSet = true;
45 m_transformationLambdaConfiguration = std::forward<TransformationLambdaConfigurationT>(value);
46 }
47 template <typename TransformationLambdaConfigurationT = TransformationLambdaConfiguration>
49 SetTransformationLambdaConfiguration(std::forward<TransformationLambdaConfigurationT>(value));
50 return *this;
51 }
53 private:
54 TransformationLambdaConfiguration m_transformationLambdaConfiguration;
55 bool m_transformationLambdaConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace BedrockAgent
60} // namespace Aws
AWS_BEDROCKAGENT_API TransformationFunction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API TransformationFunction()=default
TransformationFunction & WithTransformationLambdaConfiguration(TransformationLambdaConfigurationT &&value)
void SetTransformationLambdaConfiguration(TransformationLambdaConfigurationT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const TransformationLambdaConfiguration & GetTransformationLambdaConfiguration() const
AWS_BEDROCKAGENT_API TransformationFunction(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue