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>
10#include <aws/glue/model/UnionType.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));
89 m_unionTypeHasBeenSet =
true;
103 bool m_nameHasBeenSet =
false;
104 bool m_inputsHasBeenSet =
false;
105 bool m_unionTypeHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetInputs() const
bool NameHasBeenSet() const
Union & WithName(NameT &&value)
Union & AddInputs(InputsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UnionTypeHasBeenSet() const
const Aws::String & GetName() const
void SetInputs(InputsT &&value)
UnionType GetUnionType() const
AWS_GLUE_API Union(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_GLUE_API Union()=default
bool InputsHasBeenSet() const
void SetUnionType(UnionType value)
Union & WithUnionType(UnionType value)
AWS_GLUE_API Union & operator=(Aws::Utils::Json::JsonView jsonValue)
Union & 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