7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename PredictionChoicesT = Aws::Vector<
int>>
50 void SetPredictionChoices(PredictionChoicesT&& value) { m_predictionChoicesHasBeenSet =
true; m_predictionChoices = std::forward<PredictionChoicesT>(value); }
51 template<
typename PredictionChoicesT = Aws::Vector<
int>>
63 template<
typename PredictionTargetT = Aws::String>
64 void SetPredictionTarget(PredictionTargetT&& value) { m_predictionTargetHasBeenSet =
true; m_predictionTarget = std::forward<PredictionTargetT>(value); }
65 template<
typename PredictionTargetT = Aws::String>
71 bool m_predictionChoicesHasBeenSet =
false;
74 bool m_predictionTargetHasBeenSet =
false;
bool PredictionTargetHasBeenSet() const
AWS_DATAZONE_API RejectChoice(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API RejectChoice()=default
RejectChoice & AddPredictionChoices(int value)
RejectChoice & WithPredictionTarget(PredictionTargetT &&value)
void SetPredictionChoices(PredictionChoicesT &&value)
AWS_DATAZONE_API RejectChoice & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool PredictionChoicesHasBeenSet() const
const Aws::Vector< int > & GetPredictionChoices() const
RejectChoice & WithPredictionChoices(PredictionChoicesT &&value)
const Aws::String & GetPredictionTarget() const
void SetPredictionTarget(PredictionTargetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue