GetMappingInput
import "github.com/aws/aws-sdk-go/service/glue"
type GetMappingInput struct { Location *Location `type:"structure"` Sinks []*CatalogEntry `type:"list"` Source *CatalogEntry `type:"structure" required:"true"` }
- Location
-
The location of resources.
- Sinks
-
Specifies a table definition in the Data Catalog.
- Source
-
Specifies a table definition in the Data Catalog.
Method
GoString
func (s GetMappingInput) GoString() string
GoString returns the string representation
SetLocation
func (s *GetMappingInput) SetLocation(v *Location) *GetMappingInput
SetLocation sets the Location field's value.
SetSinks
func (s *GetMappingInput) SetSinks(v []*CatalogEntry) *GetMappingInput
SetSinks sets the Sinks field's value.
SetSource
func (s *GetMappingInput) SetSource(v *CatalogEntry) *GetMappingInput
SetSource sets the Source field's value.
String
func (s GetMappingInput) String() string
String returns the string representation
Validate
func (s *GetMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.