AWS SDK for C++

AWS SDK for C++ Version 1.11.818

Loading...
Searching...
No Matches
DocumentCustomOutputConfiguration.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 DocumentCustomOutputConfiguration() = default;
33 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const Aws::Vector<BlueprintItem>& GetFallbackBlueprints() const { return m_fallbackBlueprints; }
38 inline bool FallbackBlueprintsHasBeenSet() const { return m_fallbackBlueprintsHasBeenSet; }
39 template <typename FallbackBlueprintsT = Aws::Vector<BlueprintItem>>
41 m_fallbackBlueprintsHasBeenSet = true;
42 m_fallbackBlueprints = std::forward<FallbackBlueprintsT>(value);
43 }
44 template <typename FallbackBlueprintsT = Aws::Vector<BlueprintItem>>
46 SetFallbackBlueprints(std::forward<FallbackBlueprintsT>(value));
47 return *this;
48 }
49 template <typename FallbackBlueprintsT = BlueprintItem>
51 m_fallbackBlueprintsHasBeenSet = true;
52 m_fallbackBlueprints.emplace_back(std::forward<FallbackBlueprintsT>(value));
53 return *this;
54 }
56 private:
57 Aws::Vector<BlueprintItem> m_fallbackBlueprints;
58 bool m_fallbackBlueprintsHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace BedrockDataAutomation
63} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API DocumentCustomOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API DocumentCustomOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API DocumentCustomOutputConfiguration()=default
DocumentCustomOutputConfiguration & AddFallbackBlueprints(FallbackBlueprintsT &&value)
DocumentCustomOutputConfiguration & WithFallbackBlueprints(FallbackBlueprintsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue