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 Bluepr
intsT = Aws::Vector<Bluepr
intItem>>
41 m_blueprintsHasBeenSet =
true;
42 m_blueprints = std::forward<BlueprintsT>(value);
44 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
intItem>>
49 template <
typename Bluepr
intsT = Bluepr
intItem>
51 m_blueprintsHasBeenSet =
true;
52 m_blueprints.emplace_back(std::forward<BlueprintsT>(value));
58 bool m_blueprintsHasBeenSet =
false;
CustomOutputConfiguration & WithBlueprints(BlueprintsT &&value)
void SetBlueprints(BlueprintsT &&value)
AWS_BEDROCKDATAAUTOMATION_API CustomOutputConfiguration()=default
CustomOutputConfiguration & AddBlueprints(BlueprintsT &&value)
const Aws::Vector< BlueprintItem > & GetBlueprints() const
bool BlueprintsHasBeenSet() const
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