7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SourceT = Aws::String>
48 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
49 template<
typename SourceT = Aws::String>
59 template<
typename TargetT = Aws::String>
60 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
61 template<
typename TargetT = Aws::String>
71 template<
typename TargetParameterT = Aws::String>
72 void SetTargetParameter(TargetParameterT&& value) { m_targetParameterHasBeenSet =
true; m_targetParameter = std::forward<TargetParameterT>(value); }
73 template<
typename TargetParameterT = Aws::String>
79 bool m_sourceHasBeenSet =
false;
82 bool m_targetHasBeenSet =
false;
85 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