Lines Matching defs:AutoBranchCreationConfig

3403AutoBranchCreationConfig *AutoBranchCreationConfig `locationName:"autoBranchCreationConfig" type:"…  member
3654 type AutoBranchCreationConfig struct { struct
3655 _ struct{} `type:"structure"`
3658 BasicAuthCredentials *string `locationName:"basicAuthCredentials" type:"string"`
3661 BuildSpec *string `locationName:"buildSpec" min:"1" type:"string"`
3664 EnableAutoBuild *bool `locationName:"enableAutoBuild" type:"boolean"`
3667 EnableBasicAuth *bool `locationName:"enableBasicAuth" type:"boolean"`
3670 EnablePullRequestPreview *bool `locationName:"enablePullRequestPreview" type:"boolean"`
3673 EnvironmentVariables map[string]*string `locationName:"environmentVariables" type:"map"`
3676 Framework *string `locationName:"framework" type:"string"`
3679 PullRequestEnvironmentName *string `locationName:"pullRequestEnvironmentName" type:"string"`
3682 Stage *string `locationName:"stage" type:"string" enum:"Stage"`
3686 func (s AutoBranchCreationConfig) String() string {
3691 func (s AutoBranchCreationConfig) GoString() string {
3696 func (s *AutoBranchCreationConfig) Validate() error {
3709 func (s *AutoBranchCreationConfig) SetBasicAuthCredentials(v string) *AutoBranchCreationConfig {
3715 func (s *AutoBranchCreationConfig) SetBuildSpec(v string) *AutoBranchCreationConfig {
3721 func (s *AutoBranchCreationConfig) SetEnableAutoBuild(v bool) *AutoBranchCreationConfig {
3727 func (s *AutoBranchCreationConfig) SetEnableBasicAuth(v bool) *AutoBranchCreationConfig {
3733 func (s *AutoBranchCreationConfig) SetEnablePullRequestPreview(v bool) *AutoBranchCreationConfig {
3739 …AutoBranchCreationConfig) SetEnvironmentVariables(v map[string]*string) *AutoBranchCreationConfig {
3745 func (s *AutoBranchCreationConfig) SetFramework(v string) *AutoBranchCreationConfig {
3751 …c (s *AutoBranchCreationConfig) SetPullRequestEnvironmentName(v string) *AutoBranchCreationConfig {
3757 func (s *AutoBranchCreationConfig) SetStage(v string) *AutoBranchCreationConfig {
4132AutoBranchCreationConfig *AutoBranchCreationConfig `locationName:"autoBranchCreationConfig" type:"… member
8129AutoBranchCreationConfig *AutoBranchCreationConfig `locationName:"autoBranchCreationConfig" type:"… member