7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/State.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock-data-automation/model/VideoExtractionCategoryType.h>
23namespace BedrockDataAutomation
46 inline void SetState(
State value) { m_stateHasBeenSet =
true; m_state = value; }
54 template<
typename TypesT = Aws::Vector<V
ideoExtractionCategoryType>>
55 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
56 template<
typename TypesT = Aws::Vector<V
ideoExtractionCategoryType>>
63 bool m_stateHasBeenSet =
false;
66 bool m_typesHasBeenSet =
false;
VideoExtractionCategoryType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue