AWS SDK for C++

AWS SDK for C++ Version 1.11.719

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