7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EditedValueT = Aws::String>
49 void SetEditedValue(EditedValueT&& value) { m_editedValueHasBeenSet =
true; m_editedValue = std::forward<EditedValueT>(value); }
50 template<
typename EditedValueT = Aws::String>
61 inline void SetPredictionChoice(
int value) { m_predictionChoiceHasBeenSet =
true; m_predictionChoice = value; }
72 template<
typename PredictionTargetT = Aws::String>
73 void SetPredictionTarget(PredictionTargetT&& value) { m_predictionTargetHasBeenSet =
true; m_predictionTarget = std::forward<PredictionTargetT>(value); }
74 template<
typename PredictionTargetT = Aws::String>
80 bool m_editedValueHasBeenSet =
false;
82 int m_predictionChoice{0};
83 bool m_predictionChoiceHasBeenSet =
false;
86 bool m_predictionTargetHasBeenSet =
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