7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename SourceTableT = Aws::String>
42 m_sourceTableHasBeenSet =
true;
43 m_sourceTable = std::forward<SourceTableT>(value);
45 template <
typename SourceTableT = Aws::String>
58 template <
typename SourcePathT = Aws::String>
60 m_sourcePathHasBeenSet =
true;
61 m_sourcePath = std::forward<SourcePathT>(value);
63 template <
typename SourcePathT = Aws::String>
76 template <
typename SourceTypeT = Aws::String>
78 m_sourceTypeHasBeenSet =
true;
79 m_sourceType = std::forward<SourceTypeT>(value);
81 template <
typename SourceTypeT = Aws::String>
94 template <
typename TargetTableT = Aws::String>
96 m_targetTableHasBeenSet =
true;
97 m_targetTable = std::forward<TargetTableT>(value);
99 template <
typename TargetTableT = Aws::String>
112 template <
typename TargetPathT = Aws::String>
114 m_targetPathHasBeenSet =
true;
115 m_targetPath = std::forward<TargetPathT>(value);
117 template <
typename TargetPathT = Aws::String>
130 template <
typename TargetTypeT = Aws::String>
132 m_targetTypeHasBeenSet =
true;
133 m_targetType = std::forward<TargetTypeT>(value);
135 template <
typename TargetTypeT = Aws::String>
153 bool m_sourceTableHasBeenSet =
false;
154 bool m_sourcePathHasBeenSet =
false;
155 bool m_sourceTypeHasBeenSet =
false;
156 bool m_targetTableHasBeenSet =
false;
157 bool m_targetPathHasBeenSet =
false;
158 bool m_targetTypeHasBeenSet =
false;
void SetSourceType(SourceTypeT &&value)
bool TargetPathHasBeenSet() const
void SetTargetPath(TargetPathT &&value)
bool TargetTypeHasBeenSet() const
AWS_GLUE_API MappingEntry(Aws::Utils::Json::JsonView jsonValue)
void SetSourcePath(SourcePathT &&value)
MappingEntry & WithTargetType(TargetTypeT &&value)
bool SourceTypeHasBeenSet() const
const Aws::String & GetTargetPath() const
MappingEntry & WithTargetTable(TargetTableT &&value)
const Aws::String & GetSourceType() const
MappingEntry & WithSourcePath(SourcePathT &&value)
AWS_GLUE_API MappingEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
MappingEntry & WithTargetPath(TargetPathT &&value)
const Aws::String & GetTargetType() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetTable(TargetTableT &&value)
void SetSourceTable(SourceTableT &&value)
const Aws::String & GetSourceTable() const
const Aws::String & GetTargetTable() const
void SetTargetType(TargetTypeT &&value)
const Aws::String & GetSourcePath() const
MappingEntry & WithSourceType(SourceTypeT &&value)
bool TargetTableHasBeenSet() const
AWS_GLUE_API MappingEntry()=default
bool SourceTableHasBeenSet() const
bool SourcePathHasBeenSet() const
MappingEntry & WithSourceTable(SourceTableT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue