CreateProjectInput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type CreateProjectInput struct { DefaultJobTimeoutMinutes *int64 `locationName:"defaultJobTimeoutMinutes" type:"integer"` Name *string `locationName:"name" type:"string" required:"true"` }
Represents a request to the create project operation.
- DefaultJobTimeoutMinutes
-
Type:
*int64
Sets the execution timeout value (in minutes) for a project. All test runs in this project will use the specified execution timeout value unless overridden when scheduling a run.
- Name
-
Type:
*string
The project's name.
Name is a required field
Method
GoString
func (s CreateProjectInput) GoString() string
GoString returns the string representation
SetDefaultJobTimeoutMinutes
func (s *CreateProjectInput) SetDefaultJobTimeoutMinutes(v int64) *CreateProjectInput
SetDefaultJobTimeoutMinutes sets the DefaultJobTimeoutMinutes field's value.
SetName
func (s *CreateProjectInput) SetName(v string) *CreateProjectInput
SetName sets the Name field's value.
String
func (s CreateProjectInput) String() string
String returns the string representation
Validate
func (s *CreateProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.