Lines Matching defs:Robot

5577 	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`  member
6013 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
6067 Robot *string `locationName:"robot" min:"1" type:"string"` member
6510 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
8199 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
8253 Robot *string `locationName:"robot" min:"1" type:"string"` member
8367 type Robot struct { struct
8368 _ struct{} `type:"structure"`
8371 Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`
8374 Arn *string `locationName:"arn" min:"1" type:"string"`
8377 CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`
8380 FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`
8383 GreenGrassGroupId *string `locationName:"greenGrassGroupId" min:"1" type:"string"`
8386 LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`
8389 LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`
8392 Name *string `locationName:"name" min:"1" type:"string"`
8395 Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
8399 func (s Robot) String() string {
8404 func (s Robot) GoString() string {
8409 func (s *Robot) SetArchitecture(v string) *Robot {
8415 func (s *Robot) SetArn(v string) *Robot {
8421 func (s *Robot) SetCreatedAt(v time.Time) *Robot {
8427 func (s *Robot) SetFleetArn(v string) *Robot {
8433 func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
8439 func (s *Robot) SetLastDeploymentJob(v string) *Robot {
8445 func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot {
8451 func (s *Robot) SetName(v string) *Robot {
8457 func (s *Robot) SetStatus(v string) *Robot {