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>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename InputsT = Aws::Vector<Aws::String>>
62 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
63 template<
typename InputsT = Aws::Vector<Aws::String>>
65 template<
typename InputsT = Aws::String>
73 inline int GetIndex()
const {
return m_index; }
75 inline void SetIndex(
int value) { m_indexHasBeenSet =
true; m_index = value; }
81 bool m_nameHasBeenSet =
false;
84 bool m_inputsHasBeenSet =
false;
87 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