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/DocumentOutputTextFormatType.h>
22namespace BedrockDataAutomation
45 template<
typename TypesT = Aws::Vector<DocumentOutputTextFormatType>>
46 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
47 template<
typename TypesT = Aws::Vector<DocumentOutputTextFormatType>>
54 bool m_typesHasBeenSet =
false;
DocumentOutputTextFormat & WithTypes(TypesT &&value)
DocumentOutputTextFormat & AddTypes(DocumentOutputTextFormatType value)
AWS_BEDROCKDATAAUTOMATION_API DocumentOutputTextFormat(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DocumentOutputTextFormatType > & GetTypes() const
void SetTypes(TypesT &&value)
AWS_BEDROCKDATAAUTOMATION_API DocumentOutputTextFormat()=default
bool TypesHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API DocumentOutputTextFormat & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentOutputTextFormatType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue