CodeGenNodeArg
import "github.com/aws/aws-sdk-go/service/glue"
type CodeGenNodeArg struct { Name *string `type:"string" required:"true"` Param *bool `type:"boolean"` Value *string `type:"string" required:"true"` }
An argument or property of a node.
- Name
-
Type:
*string
The name of the argument or property.
Name is a required field
- Param
-
Type:
*bool
True if the value is used as a parameter.
- Value
-
Type:
*string
The value of the argument or property.
Value is a required field
Method
GoString
func (s CodeGenNodeArg) GoString() string
GoString returns the string representation
SetName
func (s *CodeGenNodeArg) SetName(v string) *CodeGenNodeArg
SetName sets the Name field's value.
SetParam
func (s *CodeGenNodeArg) SetParam(v bool) *CodeGenNodeArg
SetParam sets the Param field's value.
SetValue
func (s *CodeGenNodeArg) SetValue(v string) *CodeGenNodeArg
SetValue sets the Value field's value.
String
func (s CodeGenNodeArg) String() string
String returns the string representation
Validate
func (s *CodeGenNodeArg) Validate() error
Validate inspects the fields of the type to determine if they are valid.