Lines Matching defs:Robot

6427 	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`  member
6888 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
6942 Robot *string `locationName:"robot" min:"1" type:"string"` member
7385 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
9920 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
9974 Robot *string `locationName:"robot" min:"1" type:"string"` member
10213 type Robot struct { struct
10214 _ struct{} `type:"structure"`
10217 Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`
10220 Arn *string `locationName:"arn" min:"1" type:"string"`
10223 CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`
10226 FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`
10229 GreenGrassGroupId *string `locationName:"greenGrassGroupId" min:"1" type:"string"`
10232 LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`
10235 LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`
10238 Name *string `locationName:"name" min:"1" type:"string"`
10241 Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
10245 func (s Robot) String() string {
10250 func (s Robot) GoString() string {
10255 func (s *Robot) SetArchitecture(v string) *Robot {
10261 func (s *Robot) SetArn(v string) *Robot {
10267 func (s *Robot) SetCreatedAt(v time.Time) *Robot {
10273 func (s *Robot) SetFleetArn(v string) *Robot {
10279 func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
10285 func (s *Robot) SetLastDeploymentJob(v string) *Robot {
10291 func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot {
10297 func (s *Robot) SetName(v string) *Robot {
10303 func (s *Robot) SetStatus(v string) *Robot {