id
int32
0
167k
repo
stringlengths
5
54
path
stringlengths
4
155
func_name
stringlengths
1
118
original_string
stringlengths
52
85.5k
language
stringclasses
1 value
code
stringlengths
52
85.5k
code_tokens
sequencelengths
21
1.41k
docstring
stringlengths
6
2.61k
docstring_tokens
sequencelengths
3
215
sha
stringlengths
40
40
url
stringlengths
85
252
165,400
aws/aws-sdk-go
service/codebuild/api.go
SetPhaseStatus
func (s *BuildPhase) SetPhaseStatus(v string) *BuildPhase { s.PhaseStatus = &v return s }
go
func (s *BuildPhase) SetPhaseStatus(v string) *BuildPhase { s.PhaseStatus = &v return s }
[ "func", "(", "s", "*", "BuildPhase", ")", "SetPhaseStatus", "(", "v", "string", ")", "*", "BuildPhase", "{", "s", ".", "PhaseStatus", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPhaseStatus sets the PhaseStatus field's value.
[ "SetPhaseStatus", "sets", "the", "PhaseStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2318-L2321
165,401
aws/aws-sdk-go
service/codebuild/api.go
SetPhaseType
func (s *BuildPhase) SetPhaseType(v string) *BuildPhase { s.PhaseType = &v return s }
go
func (s *BuildPhase) SetPhaseType(v string) *BuildPhase { s.PhaseType = &v return s }
[ "func", "(", "s", "*", "BuildPhase", ")", "SetPhaseType", "(", "v", "string", ")", "*", "BuildPhase", "{", "s", ".", "PhaseType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPhaseType sets the PhaseType field's value.
[ "SetPhaseType", "sets", "the", "PhaseType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2324-L2327
165,402
aws/aws-sdk-go
service/codebuild/api.go
SetFetchSubmodules
func (s *GitSubmodulesConfig) SetFetchSubmodules(v bool) *GitSubmodulesConfig { s.FetchSubmodules = &v return s }
go
func (s *GitSubmodulesConfig) SetFetchSubmodules(v bool) *GitSubmodulesConfig { s.FetchSubmodules = &v return s }
[ "func", "(", "s", "*", "GitSubmodulesConfig", ")", "SetFetchSubmodules", "(", "v", "bool", ")", "*", "GitSubmodulesConfig", "{", "s", ".", "FetchSubmodules", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFetchSubmodules sets the FetchSubmodules field's value.
[ "SetFetchSubmodules", "sets", "the", "FetchSubmodules", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L3194-L3197
165,403
aws/aws-sdk-go
service/codebuild/api.go
SetSourceCredentialsInfos
func (s *ListSourceCredentialsOutput) SetSourceCredentialsInfos(v []*SourceCredentialsInfo) *ListSourceCredentialsOutput { s.SourceCredentialsInfos = v return s }
go
func (s *ListSourceCredentialsOutput) SetSourceCredentialsInfos(v []*SourceCredentialsInfo) *ListSourceCredentialsOutput { s.SourceCredentialsInfos = v return s }
[ "func", "(", "s", "*", "ListSourceCredentialsOutput", ")", "SetSourceCredentialsInfos", "(", "v", "[", "]", "*", "SourceCredentialsInfo", ")", "*", "ListSourceCredentialsOutput", "{", "s", ".", "SourceCredentialsInfos", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceCredentialsInfos sets the SourceCredentialsInfos field's value.
[ "SetSourceCredentialsInfos", "sets", "the", "SourceCredentialsInfos", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L3725-L3728
165,404
aws/aws-sdk-go
service/codebuild/api.go
SetDeepLink
func (s *LogsLocation) SetDeepLink(v string) *LogsLocation { s.DeepLink = &v return s }
go
func (s *LogsLocation) SetDeepLink(v string) *LogsLocation { s.DeepLink = &v return s }
[ "func", "(", "s", "*", "LogsLocation", ")", "SetDeepLink", "(", "v", "string", ")", "*", "LogsLocation", "{", "s", ".", "DeepLink", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDeepLink sets the DeepLink field's value.
[ "SetDeepLink", "sets", "the", "DeepLink", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L3826-L3829
165,405
aws/aws-sdk-go
service/codebuild/api.go
SetS3DeepLink
func (s *LogsLocation) SetS3DeepLink(v string) *LogsLocation { s.S3DeepLink = &v return s }
go
func (s *LogsLocation) SetS3DeepLink(v string) *LogsLocation { s.S3DeepLink = &v return s }
[ "func", "(", "s", "*", "LogsLocation", ")", "SetS3DeepLink", "(", "v", "string", ")", "*", "LogsLocation", "{", "s", ".", "S3DeepLink", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetS3DeepLink sets the S3DeepLink field's value.
[ "SetS3DeepLink", "sets", "the", "S3DeepLink", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L3838-L3841
165,406
aws/aws-sdk-go
service/codebuild/api.go
SetNamespaceType
func (s *ProjectArtifacts) SetNamespaceType(v string) *ProjectArtifacts { s.NamespaceType = &v return s }
go
func (s *ProjectArtifacts) SetNamespaceType(v string) *ProjectArtifacts { s.NamespaceType = &v return s }
[ "func", "(", "s", "*", "ProjectArtifacts", ")", "SetNamespaceType", "(", "v", "string", ")", "*", "ProjectArtifacts", "{", "s", ".", "NamespaceType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNamespaceType sets the NamespaceType field's value.
[ "SetNamespaceType", "sets", "the", "NamespaceType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4312-L4315
165,407
aws/aws-sdk-go
service/codebuild/api.go
SetPackaging
func (s *ProjectArtifacts) SetPackaging(v string) *ProjectArtifacts { s.Packaging = &v return s }
go
func (s *ProjectArtifacts) SetPackaging(v string) *ProjectArtifacts { s.Packaging = &v return s }
[ "func", "(", "s", "*", "ProjectArtifacts", ")", "SetPackaging", "(", "v", "string", ")", "*", "ProjectArtifacts", "{", "s", ".", "Packaging", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPackaging sets the Packaging field's value.
[ "SetPackaging", "sets", "the", "Packaging", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4324-L4327
165,408
aws/aws-sdk-go
service/codebuild/api.go
SetBadgeRequestUrl
func (s *ProjectBadge) SetBadgeRequestUrl(v string) *ProjectBadge { s.BadgeRequestUrl = &v return s }
go
func (s *ProjectBadge) SetBadgeRequestUrl(v string) *ProjectBadge { s.BadgeRequestUrl = &v return s }
[ "func", "(", "s", "*", "ProjectBadge", ")", "SetBadgeRequestUrl", "(", "v", "string", ")", "*", "ProjectBadge", "{", "s", ".", "BadgeRequestUrl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBadgeRequestUrl sets the BadgeRequestUrl field's value.
[ "SetBadgeRequestUrl", "sets", "the", "BadgeRequestUrl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4374-L4377
165,409
aws/aws-sdk-go
service/codebuild/api.go
SetModes
func (s *ProjectCache) SetModes(v []*string) *ProjectCache { s.Modes = v return s }
go
func (s *ProjectCache) SetModes(v []*string) *ProjectCache { s.Modes = v return s }
[ "func", "(", "s", "*", "ProjectCache", ")", "SetModes", "(", "v", "[", "]", "*", "string", ")", "*", "ProjectCache", "{", "s", ".", "Modes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetModes sets the Modes field's value.
[ "SetModes", "sets", "the", "Modes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4471-L4474
165,410
aws/aws-sdk-go
service/codebuild/api.go
SetImagePullCredentialsType
func (s *ProjectEnvironment) SetImagePullCredentialsType(v string) *ProjectEnvironment { s.ImagePullCredentialsType = &v return s }
go
func (s *ProjectEnvironment) SetImagePullCredentialsType(v string) *ProjectEnvironment { s.ImagePullCredentialsType = &v return s }
[ "func", "(", "s", "*", "ProjectEnvironment", ")", "SetImagePullCredentialsType", "(", "v", "string", ")", "*", "ProjectEnvironment", "{", "s", ".", "ImagePullCredentialsType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetImagePullCredentialsType sets the ImagePullCredentialsType field's value.
[ "SetImagePullCredentialsType", "sets", "the", "ImagePullCredentialsType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4638-L4641
165,411
aws/aws-sdk-go
service/codebuild/api.go
SetPrivilegedMode
func (s *ProjectEnvironment) SetPrivilegedMode(v bool) *ProjectEnvironment { s.PrivilegedMode = &v return s }
go
func (s *ProjectEnvironment) SetPrivilegedMode(v bool) *ProjectEnvironment { s.PrivilegedMode = &v return s }
[ "func", "(", "s", "*", "ProjectEnvironment", ")", "SetPrivilegedMode", "(", "v", "bool", ")", "*", "ProjectEnvironment", "{", "s", ".", "PrivilegedMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPrivilegedMode sets the PrivilegedMode field's value.
[ "SetPrivilegedMode", "sets", "the", "PrivilegedMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4644-L4647
165,412
aws/aws-sdk-go
service/codebuild/api.go
SetRegistryCredential
func (s *ProjectEnvironment) SetRegistryCredential(v *RegistryCredential) *ProjectEnvironment { s.RegistryCredential = v return s }
go
func (s *ProjectEnvironment) SetRegistryCredential(v *RegistryCredential) *ProjectEnvironment { s.RegistryCredential = v return s }
[ "func", "(", "s", "*", "ProjectEnvironment", ")", "SetRegistryCredential", "(", "v", "*", "RegistryCredential", ")", "*", "ProjectEnvironment", "{", "s", ".", "RegistryCredential", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRegistryCredential sets the RegistryCredential field's value.
[ "SetRegistryCredential", "sets", "the", "RegistryCredential", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4650-L4653
165,413
aws/aws-sdk-go
service/codebuild/api.go
SetAuth
func (s *ProjectSource) SetAuth(v *SourceAuth) *ProjectSource { s.Auth = v return s }
go
func (s *ProjectSource) SetAuth(v *SourceAuth) *ProjectSource { s.Auth = v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetAuth", "(", "v", "*", "SourceAuth", ")", "*", "ProjectSource", "{", "s", ".", "Auth", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAuth sets the Auth field's value.
[ "SetAuth", "sets", "the", "Auth", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4797-L4800
165,414
aws/aws-sdk-go
service/codebuild/api.go
SetBuildspec
func (s *ProjectSource) SetBuildspec(v string) *ProjectSource { s.Buildspec = &v return s }
go
func (s *ProjectSource) SetBuildspec(v string) *ProjectSource { s.Buildspec = &v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetBuildspec", "(", "v", "string", ")", "*", "ProjectSource", "{", "s", ".", "Buildspec", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildspec sets the Buildspec field's value.
[ "SetBuildspec", "sets", "the", "Buildspec", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4803-L4806
165,415
aws/aws-sdk-go
service/codebuild/api.go
SetGitCloneDepth
func (s *ProjectSource) SetGitCloneDepth(v int64) *ProjectSource { s.GitCloneDepth = &v return s }
go
func (s *ProjectSource) SetGitCloneDepth(v int64) *ProjectSource { s.GitCloneDepth = &v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetGitCloneDepth", "(", "v", "int64", ")", "*", "ProjectSource", "{", "s", ".", "GitCloneDepth", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGitCloneDepth sets the GitCloneDepth field's value.
[ "SetGitCloneDepth", "sets", "the", "GitCloneDepth", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4809-L4812
165,416
aws/aws-sdk-go
service/codebuild/api.go
SetGitSubmodulesConfig
func (s *ProjectSource) SetGitSubmodulesConfig(v *GitSubmodulesConfig) *ProjectSource { s.GitSubmodulesConfig = v return s }
go
func (s *ProjectSource) SetGitSubmodulesConfig(v *GitSubmodulesConfig) *ProjectSource { s.GitSubmodulesConfig = v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetGitSubmodulesConfig", "(", "v", "*", "GitSubmodulesConfig", ")", "*", "ProjectSource", "{", "s", ".", "GitSubmodulesConfig", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGitSubmodulesConfig sets the GitSubmodulesConfig field's value.
[ "SetGitSubmodulesConfig", "sets", "the", "GitSubmodulesConfig", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4815-L4818
165,417
aws/aws-sdk-go
service/codebuild/api.go
SetInsecureSsl
func (s *ProjectSource) SetInsecureSsl(v bool) *ProjectSource { s.InsecureSsl = &v return s }
go
func (s *ProjectSource) SetInsecureSsl(v bool) *ProjectSource { s.InsecureSsl = &v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetInsecureSsl", "(", "v", "bool", ")", "*", "ProjectSource", "{", "s", ".", "InsecureSsl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInsecureSsl sets the InsecureSsl field's value.
[ "SetInsecureSsl", "sets", "the", "InsecureSsl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4821-L4824
165,418
aws/aws-sdk-go
service/codebuild/api.go
SetReportBuildStatus
func (s *ProjectSource) SetReportBuildStatus(v bool) *ProjectSource { s.ReportBuildStatus = &v return s }
go
func (s *ProjectSource) SetReportBuildStatus(v bool) *ProjectSource { s.ReportBuildStatus = &v return s }
[ "func", "(", "s", "*", "ProjectSource", ")", "SetReportBuildStatus", "(", "v", "bool", ")", "*", "ProjectSource", "{", "s", ".", "ReportBuildStatus", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReportBuildStatus sets the ReportBuildStatus field's value.
[ "SetReportBuildStatus", "sets", "the", "ReportBuildStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4833-L4836
165,419
aws/aws-sdk-go
service/codebuild/api.go
SetCredentialProvider
func (s *RegistryCredential) SetCredentialProvider(v string) *RegistryCredential { s.CredentialProvider = &v return s }
go
func (s *RegistryCredential) SetCredentialProvider(v string) *RegistryCredential { s.CredentialProvider = &v return s }
[ "func", "(", "s", "*", "RegistryCredential", ")", "SetCredentialProvider", "(", "v", "string", ")", "*", "RegistryCredential", "{", "s", ".", "CredentialProvider", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCredentialProvider sets the CredentialProvider field's value.
[ "SetCredentialProvider", "sets", "the", "CredentialProvider", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L4985-L4988
165,420
aws/aws-sdk-go
service/codebuild/api.go
SetArtifactsOverride
func (s *StartBuildInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildInput { s.ArtifactsOverride = v return s }
go
func (s *StartBuildInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildInput { s.ArtifactsOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetArtifactsOverride", "(", "v", "*", "ProjectArtifacts", ")", "*", "StartBuildInput", "{", "s", ".", "ArtifactsOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetArtifactsOverride sets the ArtifactsOverride field's value.
[ "SetArtifactsOverride", "sets", "the", "ArtifactsOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5410-L5413
165,421
aws/aws-sdk-go
service/codebuild/api.go
SetBuildspecOverride
func (s *StartBuildInput) SetBuildspecOverride(v string) *StartBuildInput { s.BuildspecOverride = &v return s }
go
func (s *StartBuildInput) SetBuildspecOverride(v string) *StartBuildInput { s.BuildspecOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetBuildspecOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "BuildspecOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildspecOverride sets the BuildspecOverride field's value.
[ "SetBuildspecOverride", "sets", "the", "BuildspecOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5416-L5419
165,422
aws/aws-sdk-go
service/codebuild/api.go
SetCacheOverride
func (s *StartBuildInput) SetCacheOverride(v *ProjectCache) *StartBuildInput { s.CacheOverride = v return s }
go
func (s *StartBuildInput) SetCacheOverride(v *ProjectCache) *StartBuildInput { s.CacheOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetCacheOverride", "(", "v", "*", "ProjectCache", ")", "*", "StartBuildInput", "{", "s", ".", "CacheOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCacheOverride sets the CacheOverride field's value.
[ "SetCacheOverride", "sets", "the", "CacheOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5422-L5425
165,423
aws/aws-sdk-go
service/codebuild/api.go
SetCertificateOverride
func (s *StartBuildInput) SetCertificateOverride(v string) *StartBuildInput { s.CertificateOverride = &v return s }
go
func (s *StartBuildInput) SetCertificateOverride(v string) *StartBuildInput { s.CertificateOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetCertificateOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "CertificateOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCertificateOverride sets the CertificateOverride field's value.
[ "SetCertificateOverride", "sets", "the", "CertificateOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5428-L5431
165,424
aws/aws-sdk-go
service/codebuild/api.go
SetComputeTypeOverride
func (s *StartBuildInput) SetComputeTypeOverride(v string) *StartBuildInput { s.ComputeTypeOverride = &v return s }
go
func (s *StartBuildInput) SetComputeTypeOverride(v string) *StartBuildInput { s.ComputeTypeOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetComputeTypeOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "ComputeTypeOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetComputeTypeOverride sets the ComputeTypeOverride field's value.
[ "SetComputeTypeOverride", "sets", "the", "ComputeTypeOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5434-L5437
165,425
aws/aws-sdk-go
service/codebuild/api.go
SetEnvironmentTypeOverride
func (s *StartBuildInput) SetEnvironmentTypeOverride(v string) *StartBuildInput { s.EnvironmentTypeOverride = &v return s }
go
func (s *StartBuildInput) SetEnvironmentTypeOverride(v string) *StartBuildInput { s.EnvironmentTypeOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetEnvironmentTypeOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "EnvironmentTypeOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEnvironmentTypeOverride sets the EnvironmentTypeOverride field's value.
[ "SetEnvironmentTypeOverride", "sets", "the", "EnvironmentTypeOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5440-L5443
165,426
aws/aws-sdk-go
service/codebuild/api.go
SetEnvironmentVariablesOverride
func (s *StartBuildInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildInput { s.EnvironmentVariablesOverride = v return s }
go
func (s *StartBuildInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildInput { s.EnvironmentVariablesOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetEnvironmentVariablesOverride", "(", "v", "[", "]", "*", "EnvironmentVariable", ")", "*", "StartBuildInput", "{", "s", ".", "EnvironmentVariablesOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetEnvironmentVariablesOverride sets the EnvironmentVariablesOverride field's value.
[ "SetEnvironmentVariablesOverride", "sets", "the", "EnvironmentVariablesOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5446-L5449
165,427
aws/aws-sdk-go
service/codebuild/api.go
SetGitCloneDepthOverride
func (s *StartBuildInput) SetGitCloneDepthOverride(v int64) *StartBuildInput { s.GitCloneDepthOverride = &v return s }
go
func (s *StartBuildInput) SetGitCloneDepthOverride(v int64) *StartBuildInput { s.GitCloneDepthOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetGitCloneDepthOverride", "(", "v", "int64", ")", "*", "StartBuildInput", "{", "s", ".", "GitCloneDepthOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGitCloneDepthOverride sets the GitCloneDepthOverride field's value.
[ "SetGitCloneDepthOverride", "sets", "the", "GitCloneDepthOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5452-L5455
165,428
aws/aws-sdk-go
service/codebuild/api.go
SetGitSubmodulesConfigOverride
func (s *StartBuildInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildInput { s.GitSubmodulesConfigOverride = v return s }
go
func (s *StartBuildInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildInput { s.GitSubmodulesConfigOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetGitSubmodulesConfigOverride", "(", "v", "*", "GitSubmodulesConfig", ")", "*", "StartBuildInput", "{", "s", ".", "GitSubmodulesConfigOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGitSubmodulesConfigOverride sets the GitSubmodulesConfigOverride field's value.
[ "SetGitSubmodulesConfigOverride", "sets", "the", "GitSubmodulesConfigOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5458-L5461
165,429
aws/aws-sdk-go
service/codebuild/api.go
SetImageOverride
func (s *StartBuildInput) SetImageOverride(v string) *StartBuildInput { s.ImageOverride = &v return s }
go
func (s *StartBuildInput) SetImageOverride(v string) *StartBuildInput { s.ImageOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetImageOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "ImageOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetImageOverride sets the ImageOverride field's value.
[ "SetImageOverride", "sets", "the", "ImageOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5470-L5473
165,430
aws/aws-sdk-go
service/codebuild/api.go
SetImagePullCredentialsTypeOverride
func (s *StartBuildInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildInput { s.ImagePullCredentialsTypeOverride = &v return s }
go
func (s *StartBuildInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildInput { s.ImagePullCredentialsTypeOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetImagePullCredentialsTypeOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "ImagePullCredentialsTypeOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetImagePullCredentialsTypeOverride sets the ImagePullCredentialsTypeOverride field's value.
[ "SetImagePullCredentialsTypeOverride", "sets", "the", "ImagePullCredentialsTypeOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5476-L5479
165,431
aws/aws-sdk-go
service/codebuild/api.go
SetInsecureSslOverride
func (s *StartBuildInput) SetInsecureSslOverride(v bool) *StartBuildInput { s.InsecureSslOverride = &v return s }
go
func (s *StartBuildInput) SetInsecureSslOverride(v bool) *StartBuildInput { s.InsecureSslOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetInsecureSslOverride", "(", "v", "bool", ")", "*", "StartBuildInput", "{", "s", ".", "InsecureSslOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInsecureSslOverride sets the InsecureSslOverride field's value.
[ "SetInsecureSslOverride", "sets", "the", "InsecureSslOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5482-L5485
165,432
aws/aws-sdk-go
service/codebuild/api.go
SetLogsConfigOverride
func (s *StartBuildInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildInput { s.LogsConfigOverride = v return s }
go
func (s *StartBuildInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildInput { s.LogsConfigOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetLogsConfigOverride", "(", "v", "*", "LogsConfig", ")", "*", "StartBuildInput", "{", "s", ".", "LogsConfigOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLogsConfigOverride sets the LogsConfigOverride field's value.
[ "SetLogsConfigOverride", "sets", "the", "LogsConfigOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5488-L5491
165,433
aws/aws-sdk-go
service/codebuild/api.go
SetPrivilegedModeOverride
func (s *StartBuildInput) SetPrivilegedModeOverride(v bool) *StartBuildInput { s.PrivilegedModeOverride = &v return s }
go
func (s *StartBuildInput) SetPrivilegedModeOverride(v bool) *StartBuildInput { s.PrivilegedModeOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetPrivilegedModeOverride", "(", "v", "bool", ")", "*", "StartBuildInput", "{", "s", ".", "PrivilegedModeOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPrivilegedModeOverride sets the PrivilegedModeOverride field's value.
[ "SetPrivilegedModeOverride", "sets", "the", "PrivilegedModeOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5494-L5497
165,434
aws/aws-sdk-go
service/codebuild/api.go
SetQueuedTimeoutInMinutesOverride
func (s *StartBuildInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildInput { s.QueuedTimeoutInMinutesOverride = &v return s }
go
func (s *StartBuildInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildInput { s.QueuedTimeoutInMinutesOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetQueuedTimeoutInMinutesOverride", "(", "v", "int64", ")", "*", "StartBuildInput", "{", "s", ".", "QueuedTimeoutInMinutesOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetQueuedTimeoutInMinutesOverride sets the QueuedTimeoutInMinutesOverride field's value.
[ "SetQueuedTimeoutInMinutesOverride", "sets", "the", "QueuedTimeoutInMinutesOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5506-L5509
165,435
aws/aws-sdk-go
service/codebuild/api.go
SetRegistryCredentialOverride
func (s *StartBuildInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildInput { s.RegistryCredentialOverride = v return s }
go
func (s *StartBuildInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildInput { s.RegistryCredentialOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetRegistryCredentialOverride", "(", "v", "*", "RegistryCredential", ")", "*", "StartBuildInput", "{", "s", ".", "RegistryCredentialOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRegistryCredentialOverride sets the RegistryCredentialOverride field's value.
[ "SetRegistryCredentialOverride", "sets", "the", "RegistryCredentialOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5512-L5515
165,436
aws/aws-sdk-go
service/codebuild/api.go
SetReportBuildStatusOverride
func (s *StartBuildInput) SetReportBuildStatusOverride(v bool) *StartBuildInput { s.ReportBuildStatusOverride = &v return s }
go
func (s *StartBuildInput) SetReportBuildStatusOverride(v bool) *StartBuildInput { s.ReportBuildStatusOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetReportBuildStatusOverride", "(", "v", "bool", ")", "*", "StartBuildInput", "{", "s", ".", "ReportBuildStatusOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReportBuildStatusOverride sets the ReportBuildStatusOverride field's value.
[ "SetReportBuildStatusOverride", "sets", "the", "ReportBuildStatusOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5518-L5521
165,437
aws/aws-sdk-go
service/codebuild/api.go
SetSecondaryArtifactsOverride
func (s *StartBuildInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildInput { s.SecondaryArtifactsOverride = v return s }
go
func (s *StartBuildInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildInput { s.SecondaryArtifactsOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSecondaryArtifactsOverride", "(", "v", "[", "]", "*", "ProjectArtifacts", ")", "*", "StartBuildInput", "{", "s", ".", "SecondaryArtifactsOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSecondaryArtifactsOverride sets the SecondaryArtifactsOverride field's value.
[ "SetSecondaryArtifactsOverride", "sets", "the", "SecondaryArtifactsOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5524-L5527
165,438
aws/aws-sdk-go
service/codebuild/api.go
SetSecondarySourcesOverride
func (s *StartBuildInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildInput { s.SecondarySourcesOverride = v return s }
go
func (s *StartBuildInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildInput { s.SecondarySourcesOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSecondarySourcesOverride", "(", "v", "[", "]", "*", "ProjectSource", ")", "*", "StartBuildInput", "{", "s", ".", "SecondarySourcesOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSecondarySourcesOverride sets the SecondarySourcesOverride field's value.
[ "SetSecondarySourcesOverride", "sets", "the", "SecondarySourcesOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5530-L5533
165,439
aws/aws-sdk-go
service/codebuild/api.go
SetSecondarySourcesVersionOverride
func (s *StartBuildInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildInput { s.SecondarySourcesVersionOverride = v return s }
go
func (s *StartBuildInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildInput { s.SecondarySourcesVersionOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSecondarySourcesVersionOverride", "(", "v", "[", "]", "*", "ProjectSourceVersion", ")", "*", "StartBuildInput", "{", "s", ".", "SecondarySourcesVersionOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSecondarySourcesVersionOverride sets the SecondarySourcesVersionOverride field's value.
[ "SetSecondarySourcesVersionOverride", "sets", "the", "SecondarySourcesVersionOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5536-L5539
165,440
aws/aws-sdk-go
service/codebuild/api.go
SetServiceRoleOverride
func (s *StartBuildInput) SetServiceRoleOverride(v string) *StartBuildInput { s.ServiceRoleOverride = &v return s }
go
func (s *StartBuildInput) SetServiceRoleOverride(v string) *StartBuildInput { s.ServiceRoleOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetServiceRoleOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "ServiceRoleOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetServiceRoleOverride sets the ServiceRoleOverride field's value.
[ "SetServiceRoleOverride", "sets", "the", "ServiceRoleOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5542-L5545
165,441
aws/aws-sdk-go
service/codebuild/api.go
SetSourceAuthOverride
func (s *StartBuildInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildInput { s.SourceAuthOverride = v return s }
go
func (s *StartBuildInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildInput { s.SourceAuthOverride = v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSourceAuthOverride", "(", "v", "*", "SourceAuth", ")", "*", "StartBuildInput", "{", "s", ".", "SourceAuthOverride", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceAuthOverride sets the SourceAuthOverride field's value.
[ "SetSourceAuthOverride", "sets", "the", "SourceAuthOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5548-L5551
165,442
aws/aws-sdk-go
service/codebuild/api.go
SetSourceLocationOverride
func (s *StartBuildInput) SetSourceLocationOverride(v string) *StartBuildInput { s.SourceLocationOverride = &v return s }
go
func (s *StartBuildInput) SetSourceLocationOverride(v string) *StartBuildInput { s.SourceLocationOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSourceLocationOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "SourceLocationOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceLocationOverride sets the SourceLocationOverride field's value.
[ "SetSourceLocationOverride", "sets", "the", "SourceLocationOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5554-L5557
165,443
aws/aws-sdk-go
service/codebuild/api.go
SetSourceTypeOverride
func (s *StartBuildInput) SetSourceTypeOverride(v string) *StartBuildInput { s.SourceTypeOverride = &v return s }
go
func (s *StartBuildInput) SetSourceTypeOverride(v string) *StartBuildInput { s.SourceTypeOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetSourceTypeOverride", "(", "v", "string", ")", "*", "StartBuildInput", "{", "s", ".", "SourceTypeOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceTypeOverride sets the SourceTypeOverride field's value.
[ "SetSourceTypeOverride", "sets", "the", "SourceTypeOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5560-L5563
165,444
aws/aws-sdk-go
service/codebuild/api.go
SetTimeoutInMinutesOverride
func (s *StartBuildInput) SetTimeoutInMinutesOverride(v int64) *StartBuildInput { s.TimeoutInMinutesOverride = &v return s }
go
func (s *StartBuildInput) SetTimeoutInMinutesOverride(v int64) *StartBuildInput { s.TimeoutInMinutesOverride = &v return s }
[ "func", "(", "s", "*", "StartBuildInput", ")", "SetTimeoutInMinutesOverride", "(", "v", "int64", ")", "*", "StartBuildInput", "{", "s", ".", "TimeoutInMinutesOverride", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTimeoutInMinutesOverride sets the TimeoutInMinutesOverride field's value.
[ "SetTimeoutInMinutesOverride", "sets", "the", "TimeoutInMinutesOverride", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L5572-L5575
165,445
aws/aws-sdk-go
service/codebuild/api.go
SetRotateSecret
func (s *UpdateWebhookInput) SetRotateSecret(v bool) *UpdateWebhookInput { s.RotateSecret = &v return s }
go
func (s *UpdateWebhookInput) SetRotateSecret(v bool) *UpdateWebhookInput { s.RotateSecret = &v return s }
[ "func", "(", "s", "*", "UpdateWebhookInput", ")", "SetRotateSecret", "(", "v", "bool", ")", "*", "UpdateWebhookInput", "{", "s", ".", "RotateSecret", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRotateSecret sets the RotateSecret field's value.
[ "SetRotateSecret", "sets", "the", "RotateSecret", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L6077-L6080
165,446
aws/aws-sdk-go
service/codebuild/api.go
SetLastModifiedSecret
func (s *Webhook) SetLastModifiedSecret(v time.Time) *Webhook { s.LastModifiedSecret = &v return s }
go
func (s *Webhook) SetLastModifiedSecret(v time.Time) *Webhook { s.LastModifiedSecret = &v return s }
[ "func", "(", "s", "*", "Webhook", ")", "SetLastModifiedSecret", "(", "v", "time", ".", "Time", ")", "*", "Webhook", "{", "s", ".", "LastModifiedSecret", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastModifiedSecret sets the LastModifiedSecret field's value.
[ "SetLastModifiedSecret", "sets", "the", "LastModifiedSecret", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L6221-L6224
165,447
aws/aws-sdk-go
service/codebuild/api.go
SetPayloadUrl
func (s *Webhook) SetPayloadUrl(v string) *Webhook { s.PayloadUrl = &v return s }
go
func (s *Webhook) SetPayloadUrl(v string) *Webhook { s.PayloadUrl = &v return s }
[ "func", "(", "s", "*", "Webhook", ")", "SetPayloadUrl", "(", "v", "string", ")", "*", "Webhook", "{", "s", ".", "PayloadUrl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPayloadUrl sets the PayloadUrl field's value.
[ "SetPayloadUrl", "sets", "the", "PayloadUrl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L6227-L6230
165,448
aws/aws-sdk-go
service/codebuild/api.go
SetExcludeMatchedPattern
func (s *WebhookFilter) SetExcludeMatchedPattern(v bool) *WebhookFilter { s.ExcludeMatchedPattern = &v return s }
go
func (s *WebhookFilter) SetExcludeMatchedPattern(v bool) *WebhookFilter { s.ExcludeMatchedPattern = &v return s }
[ "func", "(", "s", "*", "WebhookFilter", ")", "SetExcludeMatchedPattern", "(", "v", "bool", ")", "*", "WebhookFilter", "{", "s", ".", "ExcludeMatchedPattern", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetExcludeMatchedPattern sets the ExcludeMatchedPattern field's value.
[ "SetExcludeMatchedPattern", "sets", "the", "ExcludeMatchedPattern", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L6312-L6315
165,449
aws/aws-sdk-go
service/rds/rdsutils/builder.go
NewConnectionStringBuilder
func NewConnectionStringBuilder(endpoint, region, dbUser, dbName string, creds *credentials.Credentials) ConnectionStringBuilder { return ConnectionStringBuilder{ dbName: dbName, endpoint: endpoint, region: region, user: dbUser, creds: creds, } }
go
func NewConnectionStringBuilder(endpoint, region, dbUser, dbName string, creds *credentials.Credentials) ConnectionStringBuilder { return ConnectionStringBuilder{ dbName: dbName, endpoint: endpoint, region: region, user: dbUser, creds: creds, } }
[ "func", "NewConnectionStringBuilder", "(", "endpoint", ",", "region", ",", "dbUser", ",", "dbName", "string", ",", "creds", "*", "credentials", ".", "Credentials", ")", "ConnectionStringBuilder", "{", "return", "ConnectionStringBuilder", "{", "dbName", ":", "dbName", ",", "endpoint", ":", "endpoint", ",", "region", ":", "region", ",", "user", ":", "dbUser", ",", "creds", ":", "creds", ",", "}", "\n", "}" ]
// NewConnectionStringBuilder will return an ConnectionStringBuilder
[ "NewConnectionStringBuilder", "will", "return", "an", "ConnectionStringBuilder" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L40-L48
165,450
aws/aws-sdk-go
service/rds/rdsutils/builder.go
WithEndpoint
func (b ConnectionStringBuilder) WithEndpoint(endpoint string) ConnectionStringBuilder { b.endpoint = endpoint return b }
go
func (b ConnectionStringBuilder) WithEndpoint(endpoint string) ConnectionStringBuilder { b.endpoint = endpoint return b }
[ "func", "(", "b", "ConnectionStringBuilder", ")", "WithEndpoint", "(", "endpoint", "string", ")", "ConnectionStringBuilder", "{", "b", ".", "endpoint", "=", "endpoint", "\n", "return", "b", "\n", "}" ]
// WithEndpoint will return a builder with the given endpoint
[ "WithEndpoint", "will", "return", "a", "builder", "with", "the", "given", "endpoint" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L51-L54
165,451
aws/aws-sdk-go
service/rds/rdsutils/builder.go
WithRegion
func (b ConnectionStringBuilder) WithRegion(region string) ConnectionStringBuilder { b.region = region return b }
go
func (b ConnectionStringBuilder) WithRegion(region string) ConnectionStringBuilder { b.region = region return b }
[ "func", "(", "b", "ConnectionStringBuilder", ")", "WithRegion", "(", "region", "string", ")", "ConnectionStringBuilder", "{", "b", ".", "region", "=", "region", "\n", "return", "b", "\n", "}" ]
// WithRegion will return a builder with the given region
[ "WithRegion", "will", "return", "a", "builder", "with", "the", "given", "region" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L57-L60
165,452
aws/aws-sdk-go
service/rds/rdsutils/builder.go
WithUser
func (b ConnectionStringBuilder) WithUser(user string) ConnectionStringBuilder { b.user = user return b }
go
func (b ConnectionStringBuilder) WithUser(user string) ConnectionStringBuilder { b.user = user return b }
[ "func", "(", "b", "ConnectionStringBuilder", ")", "WithUser", "(", "user", "string", ")", "ConnectionStringBuilder", "{", "b", ".", "user", "=", "user", "\n", "return", "b", "\n", "}" ]
// WithUser will return a builder with the given user
[ "WithUser", "will", "return", "a", "builder", "with", "the", "given", "user" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L63-L66
165,453
aws/aws-sdk-go
service/rds/rdsutils/builder.go
WithDBName
func (b ConnectionStringBuilder) WithDBName(dbName string) ConnectionStringBuilder { b.dbName = dbName return b }
go
func (b ConnectionStringBuilder) WithDBName(dbName string) ConnectionStringBuilder { b.dbName = dbName return b }
[ "func", "(", "b", "ConnectionStringBuilder", ")", "WithDBName", "(", "dbName", "string", ")", "ConnectionStringBuilder", "{", "b", ".", "dbName", "=", "dbName", "\n", "return", "b", "\n", "}" ]
// WithDBName will return a builder with the given database name
[ "WithDBName", "will", "return", "a", "builder", "with", "the", "given", "database", "name" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L69-L72
165,454
aws/aws-sdk-go
service/rds/rdsutils/builder.go
WithFormat
func (b ConnectionStringBuilder) WithFormat(f ConnectionFormat) ConnectionStringBuilder { b.connectFormat = f return b }
go
func (b ConnectionStringBuilder) WithFormat(f ConnectionFormat) ConnectionStringBuilder { b.connectFormat = f return b }
[ "func", "(", "b", "ConnectionStringBuilder", ")", "WithFormat", "(", "f", "ConnectionFormat", ")", "ConnectionStringBuilder", "{", "b", ".", "connectFormat", "=", "f", "\n", "return", "b", "\n", "}" ]
// WithFormat will return a builder with the given connection format
[ "WithFormat", "will", "return", "a", "builder", "with", "the", "given", "connection", "format" ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/rdsutils/builder.go#L88-L91
165,455
aws/aws-sdk-go
service/autoscaling/api.go
SetAlarmARN
func (s *Alarm) SetAlarmARN(v string) *Alarm { s.AlarmARN = &v return s }
go
func (s *Alarm) SetAlarmARN(v string) *Alarm { s.AlarmARN = &v return s }
[ "func", "(", "s", "*", "Alarm", ")", "SetAlarmARN", "(", "v", "string", ")", "*", "Alarm", "{", "s", ".", "AlarmARN", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAlarmARN sets the AlarmARN field's value.
[ "SetAlarmARN", "sets", "the", "AlarmARN", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L5427-L5430
165,456
aws/aws-sdk-go
service/autoscaling/api.go
SetFailedScheduledActions
func (s *BatchDeleteScheduledActionOutput) SetFailedScheduledActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchDeleteScheduledActionOutput { s.FailedScheduledActions = v return s }
go
func (s *BatchDeleteScheduledActionOutput) SetFailedScheduledActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchDeleteScheduledActionOutput { s.FailedScheduledActions = v return s }
[ "func", "(", "s", "*", "BatchDeleteScheduledActionOutput", ")", "SetFailedScheduledActions", "(", "v", "[", "]", "*", "FailedScheduledUpdateGroupActionRequest", ")", "*", "BatchDeleteScheduledActionOutput", "{", "s", ".", "FailedScheduledActions", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFailedScheduledActions sets the FailedScheduledActions field's value.
[ "SetFailedScheduledActions", "sets", "the", "FailedScheduledActions", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L5716-L5719
165,457
aws/aws-sdk-go
service/autoscaling/api.go
SetFailedScheduledUpdateGroupActions
func (s *BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionOutput { s.FailedScheduledUpdateGroupActions = v return s }
go
func (s *BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionOutput { s.FailedScheduledUpdateGroupActions = v return s }
[ "func", "(", "s", "*", "BatchPutScheduledUpdateGroupActionOutput", ")", "SetFailedScheduledUpdateGroupActions", "(", "v", "[", "]", "*", "FailedScheduledUpdateGroupActionRequest", ")", "*", "BatchPutScheduledUpdateGroupActionOutput", "{", "s", ".", "FailedScheduledUpdateGroupActions", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFailedScheduledUpdateGroupActions sets the FailedScheduledUpdateGroupActions field's value.
[ "SetFailedScheduledUpdateGroupActions", "sets", "the", "FailedScheduledUpdateGroupActions", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L5805-L5808
165,458
aws/aws-sdk-go
service/autoscaling/api.go
SetVirtualName
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping { s.VirtualName = &v return s }
go
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping { s.VirtualName = &v return s }
[ "func", "(", "s", "*", "BlockDeviceMapping", ")", "SetVirtualName", "(", "v", "string", ")", "*", "BlockDeviceMapping", "{", "s", ".", "VirtualName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetVirtualName sets the VirtualName field's value.
[ "SetVirtualName", "sets", "the", "VirtualName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L5888-L5891
165,459
aws/aws-sdk-go
service/autoscaling/api.go
SetLifecycleActionResult
func (s *CompleteLifecycleActionInput) SetLifecycleActionResult(v string) *CompleteLifecycleActionInput { s.LifecycleActionResult = &v return s }
go
func (s *CompleteLifecycleActionInput) SetLifecycleActionResult(v string) *CompleteLifecycleActionInput { s.LifecycleActionResult = &v return s }
[ "func", "(", "s", "*", "CompleteLifecycleActionInput", ")", "SetLifecycleActionResult", "(", "v", "string", ")", "*", "CompleteLifecycleActionInput", "{", "s", ".", "LifecycleActionResult", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLifecycleActionResult sets the LifecycleActionResult field's value.
[ "SetLifecycleActionResult", "sets", "the", "LifecycleActionResult", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L5975-L5978
165,460
aws/aws-sdk-go
service/autoscaling/api.go
SetLifecycleHookSpecificationList
func (s *CreateAutoScalingGroupInput) SetLifecycleHookSpecificationList(v []*LifecycleHookSpecification) *CreateAutoScalingGroupInput { s.LifecycleHookSpecificationList = v return s }
go
func (s *CreateAutoScalingGroupInput) SetLifecycleHookSpecificationList(v []*LifecycleHookSpecification) *CreateAutoScalingGroupInput { s.LifecycleHookSpecificationList = v return s }
[ "func", "(", "s", "*", "CreateAutoScalingGroupInput", ")", "SetLifecycleHookSpecificationList", "(", "v", "[", "]", "*", "LifecycleHookSpecification", ")", "*", "CreateAutoScalingGroupInput", "{", "s", ".", "LifecycleHookSpecificationList", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLifecycleHookSpecificationList sets the LifecycleHookSpecificationList field's value.
[ "SetLifecycleHookSpecificationList", "sets", "the", "LifecycleHookSpecificationList", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L6302-L6305
165,461
aws/aws-sdk-go
service/autoscaling/api.go
SetMaxNumberOfAutoScalingGroups
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput { s.MaxNumberOfAutoScalingGroups = &v return s }
go
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput { s.MaxNumberOfAutoScalingGroups = &v return s }
[ "func", "(", "s", "*", "DescribeAccountLimitsOutput", ")", "SetMaxNumberOfAutoScalingGroups", "(", "v", "int64", ")", "*", "DescribeAccountLimitsOutput", "{", "s", ".", "MaxNumberOfAutoScalingGroups", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMaxNumberOfAutoScalingGroups sets the MaxNumberOfAutoScalingGroups field's value.
[ "SetMaxNumberOfAutoScalingGroups", "sets", "the", "MaxNumberOfAutoScalingGroups", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7413-L7416
165,462
aws/aws-sdk-go
service/autoscaling/api.go
SetMaxNumberOfLaunchConfigurations
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput { s.MaxNumberOfLaunchConfigurations = &v return s }
go
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput { s.MaxNumberOfLaunchConfigurations = &v return s }
[ "func", "(", "s", "*", "DescribeAccountLimitsOutput", ")", "SetMaxNumberOfLaunchConfigurations", "(", "v", "int64", ")", "*", "DescribeAccountLimitsOutput", "{", "s", ".", "MaxNumberOfLaunchConfigurations", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMaxNumberOfLaunchConfigurations sets the MaxNumberOfLaunchConfigurations field's value.
[ "SetMaxNumberOfLaunchConfigurations", "sets", "the", "MaxNumberOfLaunchConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7419-L7422
165,463
aws/aws-sdk-go
service/autoscaling/api.go
SetNumberOfAutoScalingGroups
func (s *DescribeAccountLimitsOutput) SetNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput { s.NumberOfAutoScalingGroups = &v return s }
go
func (s *DescribeAccountLimitsOutput) SetNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput { s.NumberOfAutoScalingGroups = &v return s }
[ "func", "(", "s", "*", "DescribeAccountLimitsOutput", ")", "SetNumberOfAutoScalingGroups", "(", "v", "int64", ")", "*", "DescribeAccountLimitsOutput", "{", "s", ".", "NumberOfAutoScalingGroups", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNumberOfAutoScalingGroups sets the NumberOfAutoScalingGroups field's value.
[ "SetNumberOfAutoScalingGroups", "sets", "the", "NumberOfAutoScalingGroups", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7425-L7428
165,464
aws/aws-sdk-go
service/autoscaling/api.go
SetNumberOfLaunchConfigurations
func (s *DescribeAccountLimitsOutput) SetNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput { s.NumberOfLaunchConfigurations = &v return s }
go
func (s *DescribeAccountLimitsOutput) SetNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput { s.NumberOfLaunchConfigurations = &v return s }
[ "func", "(", "s", "*", "DescribeAccountLimitsOutput", ")", "SetNumberOfLaunchConfigurations", "(", "v", "int64", ")", "*", "DescribeAccountLimitsOutput", "{", "s", ".", "NumberOfLaunchConfigurations", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNumberOfLaunchConfigurations sets the NumberOfLaunchConfigurations field's value.
[ "SetNumberOfLaunchConfigurations", "sets", "the", "NumberOfLaunchConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7431-L7434
165,465
aws/aws-sdk-go
service/autoscaling/api.go
SetAdjustmentTypes
func (s *DescribeAdjustmentTypesOutput) SetAdjustmentTypes(v []*AdjustmentType) *DescribeAdjustmentTypesOutput { s.AdjustmentTypes = v return s }
go
func (s *DescribeAdjustmentTypesOutput) SetAdjustmentTypes(v []*AdjustmentType) *DescribeAdjustmentTypesOutput { s.AdjustmentTypes = v return s }
[ "func", "(", "s", "*", "DescribeAdjustmentTypesOutput", ")", "SetAdjustmentTypes", "(", "v", "[", "]", "*", "AdjustmentType", ")", "*", "DescribeAdjustmentTypesOutput", "{", "s", ".", "AdjustmentTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAdjustmentTypes sets the AdjustmentTypes field's value.
[ "SetAdjustmentTypes", "sets", "the", "AdjustmentTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7468-L7471
165,466
aws/aws-sdk-go
service/autoscaling/api.go
SetAutoScalingInstances
func (s *DescribeAutoScalingInstancesOutput) SetAutoScalingInstances(v []*InstanceDetails) *DescribeAutoScalingInstancesOutput { s.AutoScalingInstances = v return s }
go
func (s *DescribeAutoScalingInstancesOutput) SetAutoScalingInstances(v []*InstanceDetails) *DescribeAutoScalingInstancesOutput { s.AutoScalingInstances = v return s }
[ "func", "(", "s", "*", "DescribeAutoScalingInstancesOutput", ")", "SetAutoScalingInstances", "(", "v", "[", "]", "*", "InstanceDetails", ")", "*", "DescribeAutoScalingInstancesOutput", "{", "s", ".", "AutoScalingInstances", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAutoScalingInstances sets the AutoScalingInstances field's value.
[ "SetAutoScalingInstances", "sets", "the", "AutoScalingInstances", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7626-L7629
165,467
aws/aws-sdk-go
service/autoscaling/api.go
SetAutoScalingNotificationTypes
func (s *DescribeAutoScalingNotificationTypesOutput) SetAutoScalingNotificationTypes(v []*string) *DescribeAutoScalingNotificationTypesOutput { s.AutoScalingNotificationTypes = v return s }
go
func (s *DescribeAutoScalingNotificationTypesOutput) SetAutoScalingNotificationTypes(v []*string) *DescribeAutoScalingNotificationTypesOutput { s.AutoScalingNotificationTypes = v return s }
[ "func", "(", "s", "*", "DescribeAutoScalingNotificationTypesOutput", ")", "SetAutoScalingNotificationTypes", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeAutoScalingNotificationTypesOutput", "{", "s", ".", "AutoScalingNotificationTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAutoScalingNotificationTypes sets the AutoScalingNotificationTypes field's value.
[ "SetAutoScalingNotificationTypes", "sets", "the", "AutoScalingNotificationTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7669-L7672
165,468
aws/aws-sdk-go
service/autoscaling/api.go
SetLaunchConfigurationNames
func (s *DescribeLaunchConfigurationsInput) SetLaunchConfigurationNames(v []*string) *DescribeLaunchConfigurationsInput { s.LaunchConfigurationNames = v return s }
go
func (s *DescribeLaunchConfigurationsInput) SetLaunchConfigurationNames(v []*string) *DescribeLaunchConfigurationsInput { s.LaunchConfigurationNames = v return s }
[ "func", "(", "s", "*", "DescribeLaunchConfigurationsInput", ")", "SetLaunchConfigurationNames", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeLaunchConfigurationsInput", "{", "s", ".", "LaunchConfigurationNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLaunchConfigurationNames sets the LaunchConfigurationNames field's value.
[ "SetLaunchConfigurationNames", "sets", "the", "LaunchConfigurationNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7701-L7704
165,469
aws/aws-sdk-go
service/autoscaling/api.go
SetLifecycleHookTypes
func (s *DescribeLifecycleHookTypesOutput) SetLifecycleHookTypes(v []*string) *DescribeLifecycleHookTypesOutput { s.LifecycleHookTypes = v return s }
go
func (s *DescribeLifecycleHookTypesOutput) SetLifecycleHookTypes(v []*string) *DescribeLifecycleHookTypesOutput { s.LifecycleHookTypes = v return s }
[ "func", "(", "s", "*", "DescribeLifecycleHookTypesOutput", ")", "SetLifecycleHookTypes", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeLifecycleHookTypesOutput", "{", "s", ".", "LifecycleHookTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLifecycleHookTypes sets the LifecycleHookTypes field's value.
[ "SetLifecycleHookTypes", "sets", "the", "LifecycleHookTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7787-L7790
165,470
aws/aws-sdk-go
service/autoscaling/api.go
SetLifecycleHookNames
func (s *DescribeLifecycleHooksInput) SetLifecycleHookNames(v []*string) *DescribeLifecycleHooksInput { s.LifecycleHookNames = v return s }
go
func (s *DescribeLifecycleHooksInput) SetLifecycleHookNames(v []*string) *DescribeLifecycleHooksInput { s.LifecycleHookNames = v return s }
[ "func", "(", "s", "*", "DescribeLifecycleHooksInput", ")", "SetLifecycleHookNames", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeLifecycleHooksInput", "{", "s", ".", "LifecycleHookNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLifecycleHookNames sets the LifecycleHookNames field's value.
[ "SetLifecycleHookNames", "sets", "the", "LifecycleHookNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7838-L7841
165,471
aws/aws-sdk-go
service/autoscaling/api.go
SetLifecycleHooks
func (s *DescribeLifecycleHooksOutput) SetLifecycleHooks(v []*LifecycleHook) *DescribeLifecycleHooksOutput { s.LifecycleHooks = v return s }
go
func (s *DescribeLifecycleHooksOutput) SetLifecycleHooks(v []*LifecycleHook) *DescribeLifecycleHooksOutput { s.LifecycleHooks = v return s }
[ "func", "(", "s", "*", "DescribeLifecycleHooksOutput", ")", "SetLifecycleHooks", "(", "v", "[", "]", "*", "LifecycleHook", ")", "*", "DescribeLifecycleHooksOutput", "{", "s", ".", "LifecycleHooks", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLifecycleHooks sets the LifecycleHooks field's value.
[ "SetLifecycleHooks", "sets", "the", "LifecycleHooks", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7861-L7864
165,472
aws/aws-sdk-go
service/autoscaling/api.go
SetLoadBalancerTargetGroups
func (s *DescribeLoadBalancerTargetGroupsOutput) SetLoadBalancerTargetGroups(v []*LoadBalancerTargetGroupState) *DescribeLoadBalancerTargetGroupsOutput { s.LoadBalancerTargetGroups = v return s }
go
func (s *DescribeLoadBalancerTargetGroupsOutput) SetLoadBalancerTargetGroups(v []*LoadBalancerTargetGroupState) *DescribeLoadBalancerTargetGroupsOutput { s.LoadBalancerTargetGroups = v return s }
[ "func", "(", "s", "*", "DescribeLoadBalancerTargetGroupsOutput", ")", "SetLoadBalancerTargetGroups", "(", "v", "[", "]", "*", "LoadBalancerTargetGroupState", ")", "*", "DescribeLoadBalancerTargetGroupsOutput", "{", "s", ".", "LoadBalancerTargetGroups", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLoadBalancerTargetGroups sets the LoadBalancerTargetGroups field's value.
[ "SetLoadBalancerTargetGroups", "sets", "the", "LoadBalancerTargetGroups", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L7951-L7954
165,473
aws/aws-sdk-go
service/autoscaling/api.go
SetGranularities
func (s *DescribeMetricCollectionTypesOutput) SetGranularities(v []*MetricGranularityType) *DescribeMetricCollectionTypesOutput { s.Granularities = v return s }
go
func (s *DescribeMetricCollectionTypesOutput) SetGranularities(v []*MetricGranularityType) *DescribeMetricCollectionTypesOutput { s.Granularities = v return s }
[ "func", "(", "s", "*", "DescribeMetricCollectionTypesOutput", ")", "SetGranularities", "(", "v", "[", "]", "*", "MetricGranularityType", ")", "*", "DescribeMetricCollectionTypesOutput", "{", "s", ".", "Granularities", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGranularities sets the Granularities field's value.
[ "SetGranularities", "sets", "the", "Granularities", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L8093-L8096
165,474
aws/aws-sdk-go
service/autoscaling/api.go
SetNotificationConfigurations
func (s *DescribeNotificationConfigurationsOutput) SetNotificationConfigurations(v []*NotificationConfiguration) *DescribeNotificationConfigurationsOutput { s.NotificationConfigurations = v return s }
go
func (s *DescribeNotificationConfigurationsOutput) SetNotificationConfigurations(v []*NotificationConfiguration) *DescribeNotificationConfigurationsOutput { s.NotificationConfigurations = v return s }
[ "func", "(", "s", "*", "DescribeNotificationConfigurationsOutput", ")", "SetNotificationConfigurations", "(", "v", "[", "]", "*", "NotificationConfiguration", ")", "*", "DescribeNotificationConfigurationsOutput", "{", "s", ".", "NotificationConfigurations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNotificationConfigurations sets the NotificationConfigurations field's value.
[ "SetNotificationConfigurations", "sets", "the", "NotificationConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L8179-L8182
165,475
aws/aws-sdk-go
service/autoscaling/api.go
SetActivityIds
func (s *DescribeScalingActivitiesInput) SetActivityIds(v []*string) *DescribeScalingActivitiesInput { s.ActivityIds = v return s }
go
func (s *DescribeScalingActivitiesInput) SetActivityIds(v []*string) *DescribeScalingActivitiesInput { s.ActivityIds = v return s }
[ "func", "(", "s", "*", "DescribeScalingActivitiesInput", ")", "SetActivityIds", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeScalingActivitiesInput", "{", "s", ".", "ActivityIds", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetActivityIds sets the ActivityIds field's value.
[ "SetActivityIds", "sets", "the", "ActivityIds", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L8343-L8346
165,476
aws/aws-sdk-go
service/autoscaling/api.go
SetProcesses
func (s *DescribeScalingProcessTypesOutput) SetProcesses(v []*ProcessType) *DescribeScalingProcessTypesOutput { s.Processes = v return s }
go
func (s *DescribeScalingProcessTypesOutput) SetProcesses(v []*ProcessType) *DescribeScalingProcessTypesOutput { s.Processes = v return s }
[ "func", "(", "s", "*", "DescribeScalingProcessTypesOutput", ")", "SetProcesses", "(", "v", "[", "]", "*", "ProcessType", ")", "*", "DescribeScalingProcessTypesOutput", "{", "s", ".", "Processes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetProcesses sets the Processes field's value.
[ "SetProcesses", "sets", "the", "Processes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L8436-L8439
165,477
aws/aws-sdk-go
service/autoscaling/api.go
SetTerminationPolicyTypes
func (s *DescribeTerminationPolicyTypesOutput) SetTerminationPolicyTypes(v []*string) *DescribeTerminationPolicyTypesOutput { s.TerminationPolicyTypes = v return s }
go
func (s *DescribeTerminationPolicyTypesOutput) SetTerminationPolicyTypes(v []*string) *DescribeTerminationPolicyTypesOutput { s.TerminationPolicyTypes = v return s }
[ "func", "(", "s", "*", "DescribeTerminationPolicyTypesOutput", ")", "SetTerminationPolicyTypes", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeTerminationPolicyTypesOutput", "{", "s", ".", "TerminationPolicyTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTerminationPolicyTypes sets the TerminationPolicyTypes field's value.
[ "SetTerminationPolicyTypes", "sets", "the", "TerminationPolicyTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L8676-L8679
165,478
aws/aws-sdk-go
service/autoscaling/api.go
SetBreachThreshold
func (s *ExecutePolicyInput) SetBreachThreshold(v float64) *ExecutePolicyInput { s.BreachThreshold = &v return s }
go
func (s *ExecutePolicyInput) SetBreachThreshold(v float64) *ExecutePolicyInput { s.BreachThreshold = &v return s }
[ "func", "(", "s", "*", "ExecutePolicyInput", ")", "SetBreachThreshold", "(", "v", "float64", ")", "*", "ExecutePolicyInput", "{", "s", ".", "BreachThreshold", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBreachThreshold sets the BreachThreshold field's value.
[ "SetBreachThreshold", "sets", "the", "BreachThreshold", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L9420-L9423
165,479
aws/aws-sdk-go
service/autoscaling/api.go
SetAutoScalingGroupARN
func (s *Group) SetAutoScalingGroupARN(v string) *Group { s.AutoScalingGroupARN = &v return s }
go
func (s *Group) SetAutoScalingGroupARN(v string) *Group { s.AutoScalingGroupARN = &v return s }
[ "func", "(", "s", "*", "Group", ")", "SetAutoScalingGroupARN", "(", "v", "string", ")", "*", "Group", "{", "s", ".", "AutoScalingGroupARN", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAutoScalingGroupARN sets the AutoScalingGroupARN field's value.
[ "SetAutoScalingGroupARN", "sets", "the", "AutoScalingGroupARN", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L9722-L9725
165,480
aws/aws-sdk-go
service/autoscaling/api.go
SetEnabledMetrics
func (s *Group) SetEnabledMetrics(v []*EnabledMetric) *Group { s.EnabledMetrics = v return s }
go
func (s *Group) SetEnabledMetrics(v []*EnabledMetric) *Group { s.EnabledMetrics = v return s }
[ "func", "(", "s", "*", "Group", ")", "SetEnabledMetrics", "(", "v", "[", "]", "*", "EnabledMetric", ")", "*", "Group", "{", "s", ".", "EnabledMetrics", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetEnabledMetrics sets the EnabledMetrics field's value.
[ "SetEnabledMetrics", "sets", "the", "EnabledMetrics", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L9758-L9761
165,481
aws/aws-sdk-go
service/autoscaling/api.go
SetSuspendedProcesses
func (s *Group) SetSuspendedProcesses(v []*SuspendedProcess) *Group { s.SuspendedProcesses = v return s }
go
func (s *Group) SetSuspendedProcesses(v []*SuspendedProcess) *Group { s.SuspendedProcesses = v return s }
[ "func", "(", "s", "*", "Group", ")", "SetSuspendedProcesses", "(", "v", "[", "]", "*", "SuspendedProcess", ")", "*", "Group", "{", "s", ".", "SuspendedProcesses", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSuspendedProcesses sets the SuspendedProcesses field's value.
[ "SetSuspendedProcesses", "sets", "the", "SuspendedProcesses", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L9842-L9845
165,482
aws/aws-sdk-go
service/autoscaling/api.go
SetOnDemandAllocationStrategy
func (s *InstancesDistribution) SetOnDemandAllocationStrategy(v string) *InstancesDistribution { s.OnDemandAllocationStrategy = &v return s }
go
func (s *InstancesDistribution) SetOnDemandAllocationStrategy(v string) *InstancesDistribution { s.OnDemandAllocationStrategy = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetOnDemandAllocationStrategy", "(", "v", "string", ")", "*", "InstancesDistribution", "{", "s", ".", "OnDemandAllocationStrategy", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOnDemandAllocationStrategy sets the OnDemandAllocationStrategy field's value.
[ "SetOnDemandAllocationStrategy", "sets", "the", "OnDemandAllocationStrategy", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10162-L10165
165,483
aws/aws-sdk-go
service/autoscaling/api.go
SetOnDemandBaseCapacity
func (s *InstancesDistribution) SetOnDemandBaseCapacity(v int64) *InstancesDistribution { s.OnDemandBaseCapacity = &v return s }
go
func (s *InstancesDistribution) SetOnDemandBaseCapacity(v int64) *InstancesDistribution { s.OnDemandBaseCapacity = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetOnDemandBaseCapacity", "(", "v", "int64", ")", "*", "InstancesDistribution", "{", "s", ".", "OnDemandBaseCapacity", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOnDemandBaseCapacity sets the OnDemandBaseCapacity field's value.
[ "SetOnDemandBaseCapacity", "sets", "the", "OnDemandBaseCapacity", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10168-L10171
165,484
aws/aws-sdk-go
service/autoscaling/api.go
SetOnDemandPercentageAboveBaseCapacity
func (s *InstancesDistribution) SetOnDemandPercentageAboveBaseCapacity(v int64) *InstancesDistribution { s.OnDemandPercentageAboveBaseCapacity = &v return s }
go
func (s *InstancesDistribution) SetOnDemandPercentageAboveBaseCapacity(v int64) *InstancesDistribution { s.OnDemandPercentageAboveBaseCapacity = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetOnDemandPercentageAboveBaseCapacity", "(", "v", "int64", ")", "*", "InstancesDistribution", "{", "s", ".", "OnDemandPercentageAboveBaseCapacity", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOnDemandPercentageAboveBaseCapacity sets the OnDemandPercentageAboveBaseCapacity field's value.
[ "SetOnDemandPercentageAboveBaseCapacity", "sets", "the", "OnDemandPercentageAboveBaseCapacity", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10174-L10177
165,485
aws/aws-sdk-go
service/autoscaling/api.go
SetSpotAllocationStrategy
func (s *InstancesDistribution) SetSpotAllocationStrategy(v string) *InstancesDistribution { s.SpotAllocationStrategy = &v return s }
go
func (s *InstancesDistribution) SetSpotAllocationStrategy(v string) *InstancesDistribution { s.SpotAllocationStrategy = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetSpotAllocationStrategy", "(", "v", "string", ")", "*", "InstancesDistribution", "{", "s", ".", "SpotAllocationStrategy", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSpotAllocationStrategy sets the SpotAllocationStrategy field's value.
[ "SetSpotAllocationStrategy", "sets", "the", "SpotAllocationStrategy", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10180-L10183
165,486
aws/aws-sdk-go
service/autoscaling/api.go
SetSpotInstancePools
func (s *InstancesDistribution) SetSpotInstancePools(v int64) *InstancesDistribution { s.SpotInstancePools = &v return s }
go
func (s *InstancesDistribution) SetSpotInstancePools(v int64) *InstancesDistribution { s.SpotInstancePools = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetSpotInstancePools", "(", "v", "int64", ")", "*", "InstancesDistribution", "{", "s", ".", "SpotInstancePools", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSpotInstancePools sets the SpotInstancePools field's value.
[ "SetSpotInstancePools", "sets", "the", "SpotInstancePools", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10186-L10189
165,487
aws/aws-sdk-go
service/autoscaling/api.go
SetSpotMaxPrice
func (s *InstancesDistribution) SetSpotMaxPrice(v string) *InstancesDistribution { s.SpotMaxPrice = &v return s }
go
func (s *InstancesDistribution) SetSpotMaxPrice(v string) *InstancesDistribution { s.SpotMaxPrice = &v return s }
[ "func", "(", "s", "*", "InstancesDistribution", ")", "SetSpotMaxPrice", "(", "v", "string", ")", "*", "InstancesDistribution", "{", "s", ".", "SpotMaxPrice", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSpotMaxPrice sets the SpotMaxPrice field's value.
[ "SetSpotMaxPrice", "sets", "the", "SpotMaxPrice", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10192-L10195
165,488
aws/aws-sdk-go
service/autoscaling/api.go
SetLaunchConfigurationARN
func (s *LaunchConfiguration) SetLaunchConfigurationARN(v string) *LaunchConfiguration { s.LaunchConfigurationARN = &v return s }
go
func (s *LaunchConfiguration) SetLaunchConfigurationARN(v string) *LaunchConfiguration { s.LaunchConfigurationARN = &v return s }
[ "func", "(", "s", "*", "LaunchConfiguration", ")", "SetLaunchConfigurationARN", "(", "v", "string", ")", "*", "LaunchConfiguration", "{", "s", ".", "LaunchConfigurationARN", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLaunchConfigurationARN sets the LaunchConfigurationARN field's value.
[ "SetLaunchConfigurationARN", "sets", "the", "LaunchConfigurationARN", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10366-L10369
165,489
aws/aws-sdk-go
service/autoscaling/api.go
SetLaunchTemplateSpecification
func (s *LaunchTemplate) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplate { s.LaunchTemplateSpecification = v return s }
go
func (s *LaunchTemplate) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplate { s.LaunchTemplateSpecification = v return s }
[ "func", "(", "s", "*", "LaunchTemplate", ")", "SetLaunchTemplateSpecification", "(", "v", "*", "LaunchTemplateSpecification", ")", "*", "LaunchTemplate", "{", "s", ".", "LaunchTemplateSpecification", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLaunchTemplateSpecification sets the LaunchTemplateSpecification field's value.
[ "SetLaunchTemplateSpecification", "sets", "the", "LaunchTemplateSpecification", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10462-L10465
165,490
aws/aws-sdk-go
service/autoscaling/api.go
SetLaunchTemplateId
func (s *LaunchTemplateSpecification) SetLaunchTemplateId(v string) *LaunchTemplateSpecification { s.LaunchTemplateId = &v return s }
go
func (s *LaunchTemplateSpecification) SetLaunchTemplateId(v string) *LaunchTemplateSpecification { s.LaunchTemplateId = &v return s }
[ "func", "(", "s", "*", "LaunchTemplateSpecification", ")", "SetLaunchTemplateId", "(", "v", "string", ")", "*", "LaunchTemplateSpecification", "{", "s", ".", "LaunchTemplateId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLaunchTemplateId sets the LaunchTemplateId field's value.
[ "SetLaunchTemplateId", "sets", "the", "LaunchTemplateId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10569-L10572
165,491
aws/aws-sdk-go
service/autoscaling/api.go
SetLaunchTemplateName
func (s *LaunchTemplateSpecification) SetLaunchTemplateName(v string) *LaunchTemplateSpecification { s.LaunchTemplateName = &v return s }
go
func (s *LaunchTemplateSpecification) SetLaunchTemplateName(v string) *LaunchTemplateSpecification { s.LaunchTemplateName = &v return s }
[ "func", "(", "s", "*", "LaunchTemplateSpecification", ")", "SetLaunchTemplateName", "(", "v", "string", ")", "*", "LaunchTemplateSpecification", "{", "s", ".", "LaunchTemplateName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLaunchTemplateName sets the LaunchTemplateName field's value.
[ "SetLaunchTemplateName", "sets", "the", "LaunchTemplateName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10575-L10578
165,492
aws/aws-sdk-go
service/autoscaling/api.go
SetGlobalTimeout
func (s *LifecycleHook) SetGlobalTimeout(v int64) *LifecycleHook { s.GlobalTimeout = &v return s }
go
func (s *LifecycleHook) SetGlobalTimeout(v int64) *LifecycleHook { s.GlobalTimeout = &v return s }
[ "func", "(", "s", "*", "LifecycleHook", ")", "SetGlobalTimeout", "(", "v", "int64", ")", "*", "LifecycleHook", "{", "s", ".", "GlobalTimeout", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGlobalTimeout sets the GlobalTimeout field's value.
[ "SetGlobalTimeout", "sets", "the", "GlobalTimeout", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10658-L10661
165,493
aws/aws-sdk-go
service/autoscaling/api.go
SetLoadBalancerTargetGroupARN
func (s *LoadBalancerTargetGroupState) SetLoadBalancerTargetGroupARN(v string) *LoadBalancerTargetGroupState { s.LoadBalancerTargetGroupARN = &v return s }
go
func (s *LoadBalancerTargetGroupState) SetLoadBalancerTargetGroupARN(v string) *LoadBalancerTargetGroupState { s.LoadBalancerTargetGroupARN = &v return s }
[ "func", "(", "s", "*", "LoadBalancerTargetGroupState", ")", "SetLoadBalancerTargetGroupARN", "(", "v", "string", ")", "*", "LoadBalancerTargetGroupState", "{", "s", ".", "LoadBalancerTargetGroupARN", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLoadBalancerTargetGroupARN sets the LoadBalancerTargetGroupARN field's value.
[ "SetLoadBalancerTargetGroupARN", "sets", "the", "LoadBalancerTargetGroupARN", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L10958-L10961
165,494
aws/aws-sdk-go
service/autoscaling/api.go
SetInstancesDistribution
func (s *MixedInstancesPolicy) SetInstancesDistribution(v *InstancesDistribution) *MixedInstancesPolicy { s.InstancesDistribution = v return s }
go
func (s *MixedInstancesPolicy) SetInstancesDistribution(v *InstancesDistribution) *MixedInstancesPolicy { s.InstancesDistribution = v return s }
[ "func", "(", "s", "*", "MixedInstancesPolicy", ")", "SetInstancesDistribution", "(", "v", "*", "InstancesDistribution", ")", "*", "MixedInstancesPolicy", "{", "s", ".", "InstancesDistribution", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetInstancesDistribution sets the InstancesDistribution field's value.
[ "SetInstancesDistribution", "sets", "the", "InstancesDistribution", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L11138-L11141
165,495
aws/aws-sdk-go
service/autoscaling/api.go
SetPredefinedMetricType
func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification { s.PredefinedMetricType = &v return s }
go
func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification { s.PredefinedMetricType = &v return s }
[ "func", "(", "s", "*", "PredefinedMetricSpecification", ")", "SetPredefinedMetricType", "(", "v", "string", ")", "*", "PredefinedMetricSpecification", "{", "s", ".", "PredefinedMetricType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPredefinedMetricType sets the PredefinedMetricType field's value.
[ "SetPredefinedMetricType", "sets", "the", "PredefinedMetricType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L11266-L11269
165,496
aws/aws-sdk-go
service/autoscaling/api.go
SetNotificationTypes
func (s *PutNotificationConfigurationInput) SetNotificationTypes(v []*string) *PutNotificationConfigurationInput { s.NotificationTypes = v return s }
go
func (s *PutNotificationConfigurationInput) SetNotificationTypes(v []*string) *PutNotificationConfigurationInput { s.NotificationTypes = v return s }
[ "func", "(", "s", "*", "PutNotificationConfigurationInput", ")", "SetNotificationTypes", "(", "v", "[", "]", "*", "string", ")", "*", "PutNotificationConfigurationInput", "{", "s", ".", "NotificationTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNotificationTypes sets the NotificationTypes field's value.
[ "SetNotificationTypes", "sets", "the", "NotificationTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L11551-L11554
165,497
aws/aws-sdk-go
service/autoscaling/api.go
SetScalingProcesses
func (s *ScalingProcessQuery) SetScalingProcesses(v []*string) *ScalingProcessQuery { s.ScalingProcesses = v return s }
go
func (s *ScalingProcessQuery) SetScalingProcesses(v []*string) *ScalingProcessQuery { s.ScalingProcesses = v return s }
[ "func", "(", "s", "*", "ScalingProcessQuery", ")", "SetScalingProcesses", "(", "v", "[", "]", "*", "string", ")", "*", "ScalingProcessQuery", "{", "s", ".", "ScalingProcesses", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetScalingProcesses sets the ScalingProcesses field's value.
[ "SetScalingProcesses", "sets", "the", "ScalingProcesses", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L12297-L12300
165,498
aws/aws-sdk-go
service/autoscaling/api.go
SetShouldRespectGracePeriod
func (s *SetInstanceHealthInput) SetShouldRespectGracePeriod(v bool) *SetInstanceHealthInput { s.ShouldRespectGracePeriod = &v return s }
go
func (s *SetInstanceHealthInput) SetShouldRespectGracePeriod(v bool) *SetInstanceHealthInput { s.ShouldRespectGracePeriod = &v return s }
[ "func", "(", "s", "*", "SetInstanceHealthInput", ")", "SetShouldRespectGracePeriod", "(", "v", "bool", ")", "*", "SetInstanceHealthInput", "{", "s", ".", "ShouldRespectGracePeriod", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetShouldRespectGracePeriod sets the ShouldRespectGracePeriod field's value.
[ "SetShouldRespectGracePeriod", "sets", "the", "ShouldRespectGracePeriod", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L12675-L12678
165,499
aws/aws-sdk-go
service/autoscaling/api.go
SetMetricIntervalLowerBound
func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment { s.MetricIntervalLowerBound = &v return s }
go
func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment { s.MetricIntervalLowerBound = &v return s }
[ "func", "(", "s", "*", "StepAdjustment", ")", "SetMetricIntervalLowerBound", "(", "v", "float64", ")", "*", "StepAdjustment", "{", "s", ".", "MetricIntervalLowerBound", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMetricIntervalLowerBound sets the MetricIntervalLowerBound field's value.
[ "SetMetricIntervalLowerBound", "sets", "the", "MetricIntervalLowerBound", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/autoscaling/api.go#L12858-L12861