7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SourceTableT = Aws::String>
47 void SetSourceTable(SourceTableT&& value) { m_sourceTableHasBeenSet =
true; m_sourceTable = std::forward<SourceTableT>(value); }
48 template<
typename SourceTableT = Aws::String>
58 template<
typename SourcePathT = Aws::String>
59 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
60 template<
typename SourcePathT = Aws::String>
70 template<
typename SourceTypeT = Aws::String>
71 void SetSourceType(SourceTypeT&& value) { m_sourceTypeHasBeenSet =
true; m_sourceType = std::forward<SourceTypeT>(value); }
72 template<
typename SourceTypeT = Aws::String>
82 template<
typename TargetTableT = Aws::String>
83 void SetTargetTable(TargetTableT&& value) { m_targetTableHasBeenSet =
true; m_targetTable = std::forward<TargetTableT>(value); }
84 template<
typename TargetTableT = Aws::String>
94 template<
typename TargetPathT = Aws::String>
95 void SetTargetPath(TargetPathT&& value) { m_targetPathHasBeenSet =
true; m_targetPath = std::forward<TargetPathT>(value); }
96 template<
typename TargetPathT = Aws::String>
106 template<
typename TargetTypeT = Aws::String>
107 void SetTargetType(TargetTypeT&& value) { m_targetTypeHasBeenSet =
true; m_targetType = std::forward<TargetTypeT>(value); }
108 template<
typename TargetTypeT = Aws::String>
114 bool m_sourceTableHasBeenSet =
false;
117 bool m_sourcePathHasBeenSet =
false;
120 bool m_sourceTypeHasBeenSet =
false;
123 bool m_targetTableHasBeenSet =
false;
126 bool m_targetPathHasBeenSet =
false;
129 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