7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename SourceT = Aws::String>
43 m_sourceHasBeenSet =
true;
44 m_source = std::forward<SourceT>(value);
46 template <
typename SourceT = Aws::String>
59 template <
typename TargetT = Aws::String>
61 m_targetHasBeenSet =
true;
62 m_target = std::forward<TargetT>(value);
64 template <
typename TargetT = Aws::String>
77 template <
typename TargetParameterT = Aws::String>
79 m_targetParameterHasBeenSet =
true;
80 m_targetParameter = std::forward<TargetParameterT>(value);
82 template <
typename TargetParameterT = Aws::String>
94 bool m_sourceHasBeenSet =
false;
95 bool m_targetHasBeenSet =
false;
96 bool m_targetParameterHasBeenSet =
false;
const Aws::String & GetTarget() const
bool SourceHasBeenSet() const
AWS_GLUE_API CodeGenEdge & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetParameter(TargetParameterT &&value)
const Aws::String & GetSource() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool TargetHasBeenSet() const
CodeGenEdge & WithTarget(TargetT &&value)
AWS_GLUE_API CodeGenEdge()=default
CodeGenEdge & WithTargetParameter(TargetParameterT &&value)
void SetTarget(TargetT &&value)
const Aws::String & GetTargetParameter() const
bool TargetParameterHasBeenSet() const
AWS_GLUE_API CodeGenEdge(Aws::Utils::Json::JsonView jsonValue)
CodeGenEdge & WithSource(SourceT &&value)
void SetSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue