MappingEntry
import "github.com/aws/aws-sdk-go/service/glue"
type MappingEntry struct { SourcePath *string `type:"string"` SourceTable *string `type:"string"` SourceType *string `type:"string"` TargetPath *string `type:"string"` TargetTable *string `type:"string"` TargetType *string `type:"string"` }
Defines a mapping.
- SourcePath
-
Type:
*string
The source path.
- SourceTable
-
Type:
*string
The name of the source table.
- SourceType
-
Type:
*string
The source type.
- TargetPath
-
Type:
*string
The target path.
- TargetTable
-
Type:
*string
The target table.
- TargetType
-
Type:
*string
The target type.
Method
GoString
func (s MappingEntry) GoString() string
GoString returns the string representation
SetSourcePath
func (s *MappingEntry) SetSourcePath(v string) *MappingEntry
SetSourcePath sets the SourcePath field's value.
SetSourceTable
func (s *MappingEntry) SetSourceTable(v string) *MappingEntry
SetSourceTable sets the SourceTable field's value.
SetSourceType
func (s *MappingEntry) SetSourceType(v string) *MappingEntry
SetSourceType sets the SourceType field's value.
SetTargetPath
func (s *MappingEntry) SetTargetPath(v string) *MappingEntry
SetTargetPath sets the TargetPath field's value.
SetTargetTable
func (s *MappingEntry) SetTargetTable(v string) *MappingEntry
SetTargetTable sets the TargetTable field's value.
SetTargetType
func (s *MappingEntry) SetTargetType(v string) *MappingEntry
SetTargetType sets the TargetType field's value.
String
func (s MappingEntry) String() string
String returns the string representation