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>
20namespace BedrockDataAutomation {
39 template <
typename FallbackBluepr
intsT = Aws::Vector<Bluepr
intItem>>
41 m_fallbackBlueprintsHasBeenSet =
true;
42 m_fallbackBlueprints = std::forward<FallbackBlueprintsT>(value);
44 template <
typename FallbackBluepr
intsT = Aws::Vector<Bluepr
intItem>>
49 template <
typename FallbackBluepr
intsT = Bluepr
intItem>
51 m_fallbackBlueprintsHasBeenSet =
true;
52 m_fallbackBlueprints.emplace_back(std::forward<FallbackBlueprintsT>(value));
58 bool m_fallbackBlueprintsHasBeenSet =
false;
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
void SetFallbackBlueprints(FallbackBlueprintsT &&value)
bool FallbackBlueprintsHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API DocumentCustomOutputConfiguration()=default
DocumentCustomOutputConfiguration & AddFallbackBlueprints(FallbackBlueprintsT &&value)
const Aws::Vector< BlueprintItem > & GetFallbackBlueprints() const
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