Lines Matching refs:LaunchConfig

6560 	LaunchConfig *DeploymentLaunchConfig `locationName:"launchConfig" type:"structure" required:"true"`  member
6588 if s.LaunchConfig == nil {
6591 if s.LaunchConfig != nil {
6592 if err := s.LaunchConfig.Validate(); err != nil {
6617 s.LaunchConfig = v
8548 type LaunchConfig struct { struct
8575 func (s LaunchConfig) String() string { argument
8580 func (s LaunchConfig) GoString() string { argument
8585 func (s *LaunchConfig) Validate() error { argument
8612 func (s *LaunchConfig) SetEnvironmentVariables(v map[string]*string) *LaunchConfig { argument
8618 func (s *LaunchConfig) SetLaunchFile(v string) *LaunchConfig { argument
8624 func (s *LaunchConfig) SetPackageName(v string) *LaunchConfig { argument
8630 func (s *LaunchConfig) SetPortForwardingConfig(v *PortForwardingConfig) *LaunchConfig { argument
8636 func (s *LaunchConfig) SetStreamUI(v bool) *LaunchConfig { argument
10323 LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"` member
10348 if s.LaunchConfig == nil {
10351 if s.LaunchConfig != nil {
10352 if err := s.LaunchConfig.Validate(); err != nil {
10376 func (s *RobotApplicationConfig) SetLaunchConfig(v *LaunchConfig) *RobotApplicationConfig {
10377 s.LaunchConfig = v
10725 LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"` member
10750 if s.LaunchConfig == nil {
10753 if s.LaunchConfig != nil {
10754 if err := s.LaunchConfig.Validate(); err != nil {
10778 func (s *SimulationApplicationConfig) SetLaunchConfig(v *LaunchConfig) *SimulationApplicationConfig…
10779 s.LaunchConfig = v