AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
StorageFlowNodeConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/StorageFlowNodeServiceConfiguration.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
29 public:
30 AWS_BEDROCKAGENT_API StorageFlowNodeConfiguration() = default;
33 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const StorageFlowNodeServiceConfiguration& GetServiceConfiguration() const { return m_serviceConfiguration; }
41 inline bool ServiceConfigurationHasBeenSet() const { return m_serviceConfigurationHasBeenSet; }
42 template <typename ServiceConfigurationT = StorageFlowNodeServiceConfiguration>
43 void SetServiceConfiguration(ServiceConfigurationT&& value) {
44 m_serviceConfigurationHasBeenSet = true;
45 m_serviceConfiguration = std::forward<ServiceConfigurationT>(value);
46 }
47 template <typename ServiceConfigurationT = StorageFlowNodeServiceConfiguration>
49 SetServiceConfiguration(std::forward<ServiceConfigurationT>(value));
50 return *this;
51 }
53 private:
54 StorageFlowNodeServiceConfiguration m_serviceConfiguration;
55 bool m_serviceConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace BedrockAgent
60} // namespace Aws
AWS_BEDROCKAGENT_API StorageFlowNodeConfiguration()=default
AWS_BEDROCKAGENT_API StorageFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
StorageFlowNodeConfiguration & WithServiceConfiguration(ServiceConfigurationT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API StorageFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const StorageFlowNodeServiceConfiguration & GetServiceConfiguration() const
Aws::Utils::Json::JsonValue JsonValue