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>
22namespace BedrockDataAutomation
45 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
intItem>>
46 void SetBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet =
true; m_blueprints = std::forward<BlueprintsT>(value); }
47 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
intItem>>
49 template<
typename Bluepr
intsT = Bluepr
intItem>
55 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