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>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename InputsT = Aws::Vector<Aws::String>>
63 m_inputsHasBeenSet =
true;
64 m_inputs = std::forward<InputsT>(value);
66 template <
typename InputsT = Aws::Vector<Aws::String>>
71 template <
typename InputsT = Aws::String>
73 m_inputsHasBeenSet =
true;
74 m_inputs.emplace_back(std::forward<InputsT>(value));
83 inline int GetIndex()
const {
return m_index; }
86 m_indexHasBeenSet =
true;
100 bool m_nameHasBeenSet =
false;
101 bool m_inputsHasBeenSet =
false;
102 bool m_indexHasBeenSet =
false;
bool InputsHasBeenSet() const
AWS_GLUE_API SelectFromCollection(Aws::Utils::Json::JsonView jsonValue)
bool IndexHasBeenSet() const
AWS_GLUE_API SelectFromCollection()=default
AWS_GLUE_API SelectFromCollection & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
SelectFromCollection & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
void SetInputs(InputsT &&value)
void SetName(NameT &&value)
SelectFromCollection & AddInputs(InputsT &&value)
SelectFromCollection & WithIndex(int value)
const Aws::Vector< Aws::String > & GetInputs() const
SelectFromCollection & WithInputs(InputsT &&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