AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CustomOutputConfiguration.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-data-automation/model/BlueprintItem.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockDataAutomation
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration() = default;
36 AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const Aws::Vector<BlueprintItem>& GetBlueprints() const { return m_blueprints; }
44 inline bool BlueprintsHasBeenSet() const { return m_blueprintsHasBeenSet; }
45 template<typename BlueprintsT = Aws::Vector<BlueprintItem>>
46 void SetBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet = true; m_blueprints = std::forward<BlueprintsT>(value); }
47 template<typename BlueprintsT = Aws::Vector<BlueprintItem>>
48 CustomOutputConfiguration& WithBlueprints(BlueprintsT&& value) { SetBlueprints(std::forward<BlueprintsT>(value)); return *this;}
49 template<typename BlueprintsT = BlueprintItem>
50 CustomOutputConfiguration& AddBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet = true; m_blueprints.emplace_back(std::forward<BlueprintsT>(value)); return *this; }
52 private:
53
54 Aws::Vector<BlueprintItem> m_blueprints;
55 bool m_blueprintsHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace BedrockDataAutomation
60} // namespace Aws
CustomOutputConfiguration & WithBlueprints(BlueprintsT &&value)
AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration()=default
CustomOutputConfiguration & AddBlueprints(BlueprintsT &&value)
AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue