Lines Matching refs:LaunchConfig

6470 	LaunchConfig *DeploymentLaunchConfig `locationName:"launchConfig" type:"structure" required:"true"`  member
6498 if s.LaunchConfig == nil {
6501 if s.LaunchConfig != nil {
6502 if err := s.LaunchConfig.Validate(); err != nil {
6527 s.LaunchConfig = v
8449 type LaunchConfig struct { struct
8476 func (s LaunchConfig) String() string { argument
8481 func (s LaunchConfig) GoString() string { argument
8486 func (s *LaunchConfig) Validate() error { argument
8513 func (s *LaunchConfig) SetEnvironmentVariables(v map[string]*string) *LaunchConfig { argument
8519 func (s *LaunchConfig) SetLaunchFile(v string) *LaunchConfig { argument
8525 func (s *LaunchConfig) SetPackageName(v string) *LaunchConfig { argument
8531 func (s *LaunchConfig) SetPortForwardingConfig(v *PortForwardingConfig) *LaunchConfig { argument
8537 func (s *LaunchConfig) SetStreamUI(v bool) *LaunchConfig { argument
10224 LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"` member
10249 if s.LaunchConfig == nil {
10252 if s.LaunchConfig != nil {
10253 if err := s.LaunchConfig.Validate(); err != nil {
10277 func (s *RobotApplicationConfig) SetLaunchConfig(v *LaunchConfig) *RobotApplicationConfig {
10278 s.LaunchConfig = v
10626 LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"` member
10651 if s.LaunchConfig == nil {
10654 if s.LaunchConfig != nil {
10655 if err := s.LaunchConfig.Validate(); err != nil {
10679 func (s *SimulationApplicationConfig) SetLaunchConfig(v *LaunchConfig) *SimulationApplicationConfig…
10680 s.LaunchConfig = v