7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/ImageStandardGenerativeFieldType.h>
9#include <aws/bedrock-data-automation/model/State.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockDataAutomation {
42 m_stateHasBeenSet =
true;
55 template <
typename TypesT = Aws::Vector<ImageStandardGenerativeFieldType>>
57 m_typesHasBeenSet =
true;
58 m_types = std::forward<TypesT>(value);
60 template <
typename TypesT = Aws::Vector<ImageStandardGenerativeFieldType>>
62 SetTypes(std::forward<TypesT>(value));
66 m_typesHasBeenSet =
true;
67 m_types.push_back(value);
75 bool m_stateHasBeenSet =
false;
76 bool m_typesHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetState(State value)
ImageStandardGenerativeField & WithState(State value)
bool TypesHasBeenSet() const
ImageStandardGenerativeField & WithTypes(TypesT &&value)
const Aws::Vector< ImageStandardGenerativeFieldType > & GetTypes() const
void SetTypes(TypesT &&value)
AWS_BEDROCKDATAAUTOMATION_API ImageStandardGenerativeField & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API ImageStandardGenerativeField()=default
AWS_BEDROCKDATAAUTOMATION_API ImageStandardGenerativeField(Aws::Utils::Json::JsonView jsonValue)
bool StateHasBeenSet() const
ImageStandardGenerativeField & AddTypes(ImageStandardGenerativeFieldType value)
ImageStandardGenerativeFieldType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue