Lines Matching defs:Robot

9003 	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`  member
9519 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
9573 Robot *string `locationName:"robot" min:"1" type:"string"` member
10016 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
13752 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
13806 Robot *string `locationName:"robot" min:"1" type:"string"` member
14045 type Robot struct { struct
14046 _ struct{} `type:"structure"`
14049 Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`
14052 Arn *string `locationName:"arn" min:"1" type:"string"`
14055 CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`
14058 FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`
14061 GreenGrassGroupId *string `locationName:"greenGrassGroupId" min:"1" type:"string"`
14064 LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`
14067 LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`
14070 Name *string `locationName:"name" min:"1" type:"string"`
14073 Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
14077 func (s Robot) String() string {
14082 func (s Robot) GoString() string {
14087 func (s *Robot) SetArchitecture(v string) *Robot {
14093 func (s *Robot) SetArn(v string) *Robot {
14099 func (s *Robot) SetCreatedAt(v time.Time) *Robot {
14105 func (s *Robot) SetFleetArn(v string) *Robot {
14111 func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
14117 func (s *Robot) SetLastDeploymentJob(v string) *Robot {
14123 func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot {
14129 func (s *Robot) SetName(v string) *Robot {
14135 func (s *Robot) SetStatus(v string) *Robot {