7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/DocumentOutputTextFormatType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockDataAutomation {
39 template <
typename TypesT = Aws::Vector<DocumentOutputTextFormatType>>
41 m_typesHasBeenSet =
true;
42 m_types = std::forward<TypesT>(value);
44 template <
typename TypesT = Aws::Vector<DocumentOutputTextFormatType>>
46 SetTypes(std::forward<TypesT>(value));
50 m_typesHasBeenSet =
true;
51 m_types.push_back(value);
57 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