Lines Matching defs:Robot

5759 	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`  member
6220 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
6274 Robot *string `locationName:"robot" min:"1" type:"string"` member
6717 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
8641 Robot *string `locationName:"robot" min:"1" type:"string" required:"true"` member
8695 Robot *string `locationName:"robot" min:"1" type:"string"` member
8809 type Robot struct { struct
8810 _ struct{} `type:"structure"`
8813 Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`
8816 Arn *string `locationName:"arn" min:"1" type:"string"`
8819 CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`
8822 FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`
8825 GreenGrassGroupId *string `locationName:"greenGrassGroupId" min:"1" type:"string"`
8828 LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`
8831 LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`
8834 Name *string `locationName:"name" min:"1" type:"string"`
8837 Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
8841 func (s Robot) String() string {
8846 func (s Robot) GoString() string {
8851 func (s *Robot) SetArchitecture(v string) *Robot {
8857 func (s *Robot) SetArn(v string) *Robot {
8863 func (s *Robot) SetCreatedAt(v time.Time) *Robot {
8869 func (s *Robot) SetFleetArn(v string) *Robot {
8875 func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
8881 func (s *Robot) SetLastDeploymentJob(v string) *Robot {
8887 func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot {
8893 func (s *Robot) SetName(v string) *Robot {
8899 func (s *Robot) SetStatus(v string) *Robot {