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/VideoStandardGenerativeFieldType.h>
23namespace BedrockDataAutomation
47 inline void SetState(
State value) { m_stateHasBeenSet =
true; m_state = value; }
55 template<
typename TypesT = Aws::Vector<V
ideoStandardGenerativeFieldType>>
56 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
57 template<
typename TypesT = Aws::Vector<V
ideoStandardGenerativeFieldType>>
64 bool m_stateHasBeenSet =
false;
67 bool m_typesHasBeenSet =
false;
void SetState(State value)
bool StateHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API VideoStandardGenerativeField()=default
VideoStandardGenerativeField & WithTypes(TypesT &&value)
VideoStandardGenerativeField & AddTypes(VideoStandardGenerativeFieldType value)
const Aws::Vector< VideoStandardGenerativeFieldType > & GetTypes() const
VideoStandardGenerativeField & WithState(State value)
bool TypesHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API VideoStandardGenerativeField(Aws::Utils::Json::JsonView jsonValue)
void SetTypes(TypesT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API VideoStandardGenerativeField & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoStandardGenerativeFieldType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue