7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline Spigot&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
80 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
91 inline int GetTopk()
const{
return m_topk; }
93 inline void SetTopk(
int value) { m_topkHasBeenSet =
true; m_topk = value; }
103 inline double GetProb()
const{
return m_prob; }
105 inline void SetProb(
double value) { m_probHasBeenSet =
true; m_prob = value; }
111 bool m_nameHasBeenSet =
false;
114 bool m_inputsHasBeenSet =
false;
117 bool m_pathHasBeenSet =
false;
120 bool m_topkHasBeenSet =
false;
123 bool m_probHasBeenSet =
false;
bool TopkHasBeenSet() const
const Aws::Vector< Aws::String > & GetInputs() const
const Aws::String & GetName() const
Spigot & WithProb(double value)
AWS_GLUE_API Spigot & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(const Aws::String &value)
bool ProbHasBeenSet() const
Spigot & WithTopk(int value)
void SetProb(double value)
bool NameHasBeenSet() const
Spigot & AddInputs(const Aws::String &value)
Spigot & AddInputs(const char *value)
void SetName(Aws::String &&value)
void SetPath(Aws::String &&value)
Spigot & WithName(const Aws::String &value)
void SetInputs(Aws::Vector< Aws::String > &&value)
void SetPath(const char *value)
Spigot & WithName(const char *value)
Spigot & AddInputs(Aws::String &&value)
void SetInputs(const Aws::Vector< Aws::String > &value)
Spigot & WithPath(Aws::String &&value)
void SetName(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Spigot & WithName(Aws::String &&value)
AWS_GLUE_API Spigot(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
Spigot & WithPath(const char *value)
Spigot & WithPath(const Aws::String &value)
Spigot & WithInputs(const Aws::Vector< Aws::String > &value)
void SetName(const char *value)
Spigot & WithInputs(Aws::Vector< Aws::String > &&value)
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