7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
43 template <
typename PredictionTargetT = Aws::String>
45 m_predictionTargetHasBeenSet =
true;
46 m_predictionTarget = std::forward<PredictionTargetT>(value);
48 template <
typename PredictionTargetT = Aws::String>
63 m_predictionChoiceHasBeenSet =
true;
64 m_predictionChoice = value;
78 template <
typename EditedValueT = Aws::String>
80 m_editedValueHasBeenSet =
true;
81 m_editedValue = std::forward<EditedValueT>(value);
83 template <
typename EditedValueT = Aws::String>
92 int m_predictionChoice{0};
95 bool m_predictionTargetHasBeenSet =
false;
96 bool m_predictionChoiceHasBeenSet =
false;
97 bool m_editedValueHasBeenSet =
false;
bool PredictionChoiceHasBeenSet() const
void SetPredictionTarget(PredictionTargetT &&value)
void SetPredictionChoice(int value)
const Aws::String & GetPredictionTarget() const
const Aws::String & GetEditedValue() const
void SetEditedValue(EditedValueT &&value)
AcceptChoice & WithEditedValue(EditedValueT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
int GetPredictionChoice() const
AWS_DATAZONE_API AcceptChoice & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API AcceptChoice()=default
AWS_DATAZONE_API AcceptChoice(Aws::Utils::Json::JsonView jsonValue)
AcceptChoice & WithPredictionTarget(PredictionTargetT &&value)
bool PredictionTargetHasBeenSet() const
bool EditedValueHasBeenSet() const
AcceptChoice & WithPredictionChoice(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue