7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename InputsT = Aws::Vector<Aws::String>>
62 m_inputsHasBeenSet =
true;
63 m_inputs = std::forward<InputsT>(value);
65 template <
typename InputsT = Aws::Vector<Aws::String>>
70 template <
typename InputsT = Aws::String>
72 m_inputsHasBeenSet =
true;
73 m_inputs.emplace_back(std::forward<InputsT>(value));
85 template <
typename PathT = Aws::String>
87 m_pathHasBeenSet =
true;
88 m_path = std::forward<PathT>(value);
90 template <
typename PathT = Aws::String>
92 SetPath(std::forward<PathT>(value));
105 m_topkHasBeenSet =
true;
120 inline double GetProb()
const {
return m_prob; }
123 m_probHasBeenSet =
true;
141 bool m_nameHasBeenSet =
false;
142 bool m_inputsHasBeenSet =
false;
143 bool m_pathHasBeenSet =
false;
144 bool m_topkHasBeenSet =
false;
145 bool m_probHasBeenSet =
false;
bool TopkHasBeenSet() const
const Aws::Vector< Aws::String > & GetInputs() const
const Aws::String & GetName() const
Spigot & WithProb(double value)
void SetInputs(InputsT &&value)
AWS_GLUE_API Spigot & operator=(Aws::Utils::Json::JsonView jsonValue)
Spigot & WithName(NameT &&value)
AWS_GLUE_API Spigot()=default
bool ProbHasBeenSet() const
void SetName(NameT &&value)
Spigot & WithPath(PathT &&value)
Spigot & AddInputs(InputsT &&value)
Spigot & WithTopk(int value)
Spigot & WithInputs(InputsT &&value)
void SetProb(double value)
bool NameHasBeenSet() const
void SetPath(PathT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API Spigot(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
bool PathHasBeenSet() const
bool InputsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue