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