ListJobsOutput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type ListJobsOutput struct { Jobs []*Job `locationName:"jobs" type:"list"` NextToken *string `locationName:"nextToken" min:"4" type:"string"` }
Represents the result of a list jobs request.
- Jobs
-
Represents a device.
- NextToken
-
Type:
*string
If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.
Method
GoString
func (s ListJobsOutput) GoString() string
GoString returns the string representation
SetJobs
func (s *ListJobsOutput) SetJobs(v []*Job) *ListJobsOutput
SetJobs sets the Jobs field's value.
SetNextToken
func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput
SetNextToken sets the NextToken field's value.
String
func (s ListJobsOutput) String() string
String returns the string representation