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>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
78 inline void SetIndex(
int value) { m_indexHasBeenSet =
true; m_index = value; }
84 bool m_nameHasBeenSet =
false;
87 bool m_inputsHasBeenSet =
false;
90 bool m_indexHasBeenSet =
false;
void SetName(const Aws::String &value)
bool InputsHasBeenSet() const
SelectFromCollection & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
AWS_GLUE_API SelectFromCollection(Aws::Utils::Json::JsonView jsonValue)
bool IndexHasBeenSet() const
SelectFromCollection & WithName(Aws::String &&value)
AWS_GLUE_API SelectFromCollection & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
SelectFromCollection & AddInputs(Aws::String &&value)
SelectFromCollection & WithName(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const char *value)
bool NameHasBeenSet() const
SelectFromCollection & AddInputs(const char *value)
SelectFromCollection & WithInputs(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API SelectFromCollection()
void SetInputs(const Aws::Vector< Aws::String > &value)
void SetInputs(Aws::Vector< Aws::String > &&value)
SelectFromCollection & AddInputs(const Aws::String &value)
SelectFromCollection & WithIndex(int value)
const Aws::Vector< Aws::String > & GetInputs() const
SelectFromCollection & WithInputs(const Aws::Vector< Aws::String > &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