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
listlengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
listlengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
3,000 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetMalware
|
func (s *AwsSecurityFinding) SetMalware(v []*Malware) *AwsSecurityFinding {
s.Malware = v
return s
}
|
go
|
func (s *AwsSecurityFinding) SetMalware(v []*Malware) *AwsSecurityFinding {
s.Malware = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFinding",
")",
"SetMalware",
"(",
"v",
"[",
"]",
"*",
"Malware",
")",
"*",
"AwsSecurityFinding",
"{",
"s",
".",
"Malware",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMalware sets the Malware field's value.
|
[
"SetMalware",
"sets",
"the",
"Malware",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3428-L3431
|
3,001 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetRelatedFindings
|
func (s *AwsSecurityFinding) SetRelatedFindings(v []*RelatedFinding) *AwsSecurityFinding {
s.RelatedFindings = v
return s
}
|
go
|
func (s *AwsSecurityFinding) SetRelatedFindings(v []*RelatedFinding) *AwsSecurityFinding {
s.RelatedFindings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFinding",
")",
"SetRelatedFindings",
"(",
"v",
"[",
"]",
"*",
"RelatedFinding",
")",
"*",
"AwsSecurityFinding",
"{",
"s",
".",
"RelatedFindings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRelatedFindings sets the RelatedFindings field's value.
|
[
"SetRelatedFindings",
"sets",
"the",
"RelatedFindings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3470-L3473
|
3,002 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetRemediation
|
func (s *AwsSecurityFinding) SetRemediation(v *Remediation) *AwsSecurityFinding {
s.Remediation = v
return s
}
|
go
|
func (s *AwsSecurityFinding) SetRemediation(v *Remediation) *AwsSecurityFinding {
s.Remediation = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFinding",
")",
"SetRemediation",
"(",
"v",
"*",
"Remediation",
")",
"*",
"AwsSecurityFinding",
"{",
"s",
".",
"Remediation",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRemediation sets the Remediation field's value.
|
[
"SetRemediation",
"sets",
"the",
"Remediation",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3476-L3479
|
3,003 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicators
|
func (s *AwsSecurityFinding) SetThreatIntelIndicators(v []*ThreatIntelIndicator) *AwsSecurityFinding {
s.ThreatIntelIndicators = v
return s
}
|
go
|
func (s *AwsSecurityFinding) SetThreatIntelIndicators(v []*ThreatIntelIndicator) *AwsSecurityFinding {
s.ThreatIntelIndicators = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFinding",
")",
"SetThreatIntelIndicators",
"(",
"v",
"[",
"]",
"*",
"ThreatIntelIndicator",
")",
"*",
"AwsSecurityFinding",
"{",
"s",
".",
"ThreatIntelIndicators",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicators sets the ThreatIntelIndicators field's value.
|
[
"SetThreatIntelIndicators",
"sets",
"the",
"ThreatIntelIndicators",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3506-L3509
|
3,004 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetCompanyName
|
func (s *AwsSecurityFindingFilters) SetCompanyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.CompanyName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetCompanyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.CompanyName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetCompanyName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"CompanyName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCompanyName sets the CompanyName field's value.
|
[
"SetCompanyName",
"sets",
"the",
"CompanyName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3846-L3849
|
3,005 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetMalwareName
|
func (s *AwsSecurityFindingFilters) SetMalwareName(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetMalwareName(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetMalwareName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"MalwareName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMalwareName sets the MalwareName field's value.
|
[
"SetMalwareName",
"sets",
"the",
"MalwareName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3912-L3915
|
3,006 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetMalwarePath
|
func (s *AwsSecurityFindingFilters) SetMalwarePath(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwarePath = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetMalwarePath(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwarePath = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetMalwarePath",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"MalwarePath",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMalwarePath sets the MalwarePath field's value.
|
[
"SetMalwarePath",
"sets",
"the",
"MalwarePath",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3918-L3921
|
3,007 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetMalwareState
|
func (s *AwsSecurityFindingFilters) SetMalwareState(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareState = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetMalwareState(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareState = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetMalwareState",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"MalwareState",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMalwareState sets the MalwareState field's value.
|
[
"SetMalwareState",
"sets",
"the",
"MalwareState",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3924-L3927
|
3,008 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetMalwareType
|
func (s *AwsSecurityFindingFilters) SetMalwareType(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareType = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetMalwareType(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareType = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetMalwareType",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"MalwareType",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMalwareType sets the MalwareType field's value.
|
[
"SetMalwareType",
"sets",
"the",
"MalwareType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3930-L3933
|
3,009 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkDestinationDomain
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationDomain = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationDomain = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkDestinationDomain",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkDestinationDomain",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkDestinationDomain sets the NetworkDestinationDomain field's value.
|
[
"SetNetworkDestinationDomain",
"sets",
"the",
"NetworkDestinationDomain",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3936-L3939
|
3,010 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkDestinationIpV4
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV4 = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV4 = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkDestinationIpV4",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkDestinationIpV4",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkDestinationIpV4 sets the NetworkDestinationIpV4 field's value.
|
[
"SetNetworkDestinationIpV4",
"sets",
"the",
"NetworkDestinationIpV4",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3942-L3945
|
3,011 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkDestinationIpV6
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV6 = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV6 = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkDestinationIpV6",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkDestinationIpV6",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkDestinationIpV6 sets the NetworkDestinationIpV6 field's value.
|
[
"SetNetworkDestinationIpV6",
"sets",
"the",
"NetworkDestinationIpV6",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3948-L3951
|
3,012 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkDestinationPort
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationPort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationPort = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationPort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationPort = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkDestinationPort",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkDestinationPort",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkDestinationPort sets the NetworkDestinationPort field's value.
|
[
"SetNetworkDestinationPort",
"sets",
"the",
"NetworkDestinationPort",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3954-L3957
|
3,013 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkDirection
|
func (s *AwsSecurityFindingFilters) SetNetworkDirection(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDirection = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkDirection(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDirection = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkDirection",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkDirection",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkDirection sets the NetworkDirection field's value.
|
[
"SetNetworkDirection",
"sets",
"the",
"NetworkDirection",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3960-L3963
|
3,014 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkProtocol
|
func (s *AwsSecurityFindingFilters) SetNetworkProtocol(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkProtocol = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkProtocol(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkProtocol = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkProtocol",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkProtocol",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkProtocol sets the NetworkProtocol field's value.
|
[
"SetNetworkProtocol",
"sets",
"the",
"NetworkProtocol",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3966-L3969
|
3,015 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkSourceDomain
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceDomain = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceDomain = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkSourceDomain",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkSourceDomain",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkSourceDomain sets the NetworkSourceDomain field's value.
|
[
"SetNetworkSourceDomain",
"sets",
"the",
"NetworkSourceDomain",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3972-L3975
|
3,016 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkSourceIpV4
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV4 = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV4 = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkSourceIpV4",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkSourceIpV4",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkSourceIpV4 sets the NetworkSourceIpV4 field's value.
|
[
"SetNetworkSourceIpV4",
"sets",
"the",
"NetworkSourceIpV4",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3978-L3981
|
3,017 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkSourceIpV6
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV6 = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV6 = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkSourceIpV6",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkSourceIpV6",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkSourceIpV6 sets the NetworkSourceIpV6 field's value.
|
[
"SetNetworkSourceIpV6",
"sets",
"the",
"NetworkSourceIpV6",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3984-L3987
|
3,018 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkSourceMac
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceMac(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceMac = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceMac(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceMac = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkSourceMac",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkSourceMac",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkSourceMac sets the NetworkSourceMac field's value.
|
[
"SetNetworkSourceMac",
"sets",
"the",
"NetworkSourceMac",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3990-L3993
|
3,019 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNetworkSourcePort
|
func (s *AwsSecurityFindingFilters) SetNetworkSourcePort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkSourcePort = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNetworkSourcePort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkSourcePort = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNetworkSourcePort",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NetworkSourcePort",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNetworkSourcePort sets the NetworkSourcePort field's value.
|
[
"SetNetworkSourcePort",
"sets",
"the",
"NetworkSourcePort",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L3996-L3999
|
3,020 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNoteText
|
func (s *AwsSecurityFindingFilters) SetNoteText(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteText = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNoteText(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteText = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNoteText",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NoteText",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNoteText sets the NoteText field's value.
|
[
"SetNoteText",
"sets",
"the",
"NoteText",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4002-L4005
|
3,021 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNoteUpdatedAt
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNoteUpdatedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NoteUpdatedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNoteUpdatedAt sets the NoteUpdatedAt field's value.
|
[
"SetNoteUpdatedAt",
"sets",
"the",
"NoteUpdatedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4008-L4011
|
3,022 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNoteUpdatedBy
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedBy(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedBy = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedBy(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedBy = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetNoteUpdatedBy",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"NoteUpdatedBy",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNoteUpdatedBy sets the NoteUpdatedBy field's value.
|
[
"SetNoteUpdatedBy",
"sets",
"the",
"NoteUpdatedBy",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4014-L4017
|
3,023 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessLaunchedAt
|
func (s *AwsSecurityFindingFilters) SetProcessLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessLaunchedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProcessLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessLaunchedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProcessLaunchedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProcessLaunchedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessLaunchedAt sets the ProcessLaunchedAt field's value.
|
[
"SetProcessLaunchedAt",
"sets",
"the",
"ProcessLaunchedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4020-L4023
|
3,024 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessParentPid
|
func (s *AwsSecurityFindingFilters) SetProcessParentPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessParentPid = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProcessParentPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessParentPid = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProcessParentPid",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProcessParentPid",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessParentPid sets the ProcessParentPid field's value.
|
[
"SetProcessParentPid",
"sets",
"the",
"ProcessParentPid",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4032-L4035
|
3,025 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessPath
|
func (s *AwsSecurityFindingFilters) SetProcessPath(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProcessPath = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProcessPath(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProcessPath = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProcessPath",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProcessPath",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessPath sets the ProcessPath field's value.
|
[
"SetProcessPath",
"sets",
"the",
"ProcessPath",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4038-L4041
|
3,026 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessPid
|
func (s *AwsSecurityFindingFilters) SetProcessPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessPid = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProcessPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessPid = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProcessPid",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProcessPid",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessPid sets the ProcessPid field's value.
|
[
"SetProcessPid",
"sets",
"the",
"ProcessPid",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4044-L4047
|
3,027 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessTerminatedAt
|
func (s *AwsSecurityFindingFilters) SetProcessTerminatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessTerminatedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProcessTerminatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessTerminatedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProcessTerminatedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProcessTerminatedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessTerminatedAt sets the ProcessTerminatedAt field's value.
|
[
"SetProcessTerminatedAt",
"sets",
"the",
"ProcessTerminatedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4050-L4053
|
3,028 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProductName
|
func (s *AwsSecurityFindingFilters) SetProductName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProductName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetProductName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProductName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetProductName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ProductName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProductName sets the ProductName field's value.
|
[
"SetProductName",
"sets",
"the",
"ProductName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4068-L4071
|
3,029 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetRecommendationText
|
func (s *AwsSecurityFindingFilters) SetRecommendationText(v []*StringFilter) *AwsSecurityFindingFilters {
s.RecommendationText = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetRecommendationText(v []*StringFilter) *AwsSecurityFindingFilters {
s.RecommendationText = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetRecommendationText",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"RecommendationText",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecommendationText sets the RecommendationText field's value.
|
[
"SetRecommendationText",
"sets",
"the",
"RecommendationText",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4074-L4077
|
3,030 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetRelatedFindingsId
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsId(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsId(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetRelatedFindingsId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"RelatedFindingsId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRelatedFindingsId sets the RelatedFindingsId field's value.
|
[
"SetRelatedFindingsId",
"sets",
"the",
"RelatedFindingsId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4086-L4089
|
3,031 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetRelatedFindingsProductArn
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsProductArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsProductArn = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsProductArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsProductArn = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetRelatedFindingsProductArn",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"RelatedFindingsProductArn",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRelatedFindingsProductArn sets the RelatedFindingsProductArn field's value.
|
[
"SetRelatedFindingsProductArn",
"sets",
"the",
"RelatedFindingsProductArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4092-L4095
|
3,032 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceIamInstanceProfileArn
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIamInstanceProfileArn = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIamInstanceProfileArn = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceIamInstanceProfileArn",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceIamInstanceProfileArn",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceIamInstanceProfileArn sets the ResourceAwsEc2InstanceIamInstanceProfileArn field's value.
|
[
"SetResourceAwsEc2InstanceIamInstanceProfileArn",
"sets",
"the",
"ResourceAwsEc2InstanceIamInstanceProfileArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4098-L4101
|
3,033 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceImageId
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceImageId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceImageId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceImageId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceImageId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceImageId sets the ResourceAwsEc2InstanceImageId field's value.
|
[
"SetResourceAwsEc2InstanceImageId",
"sets",
"the",
"ResourceAwsEc2InstanceImageId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4104-L4107
|
3,034 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceIpV4Addresses
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV4Addresses = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV4Addresses = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceIpV4Addresses",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceIpV4Addresses",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceIpV4Addresses sets the ResourceAwsEc2InstanceIpV4Addresses field's value.
|
[
"SetResourceAwsEc2InstanceIpV4Addresses",
"sets",
"the",
"ResourceAwsEc2InstanceIpV4Addresses",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4110-L4113
|
3,035 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceIpV6Addresses
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV6Addresses = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV6Addresses = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceIpV6Addresses",
"(",
"v",
"[",
"]",
"*",
"IpFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceIpV6Addresses",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceIpV6Addresses sets the ResourceAwsEc2InstanceIpV6Addresses field's value.
|
[
"SetResourceAwsEc2InstanceIpV6Addresses",
"sets",
"the",
"ResourceAwsEc2InstanceIpV6Addresses",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4116-L4119
|
3,036 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceKeyName
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceKeyName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceKeyName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceKeyName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceKeyName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceKeyName sets the ResourceAwsEc2InstanceKeyName field's value.
|
[
"SetResourceAwsEc2InstanceKeyName",
"sets",
"the",
"ResourceAwsEc2InstanceKeyName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4122-L4125
|
3,037 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceLaunchedAt
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceLaunchedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceLaunchedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceLaunchedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceLaunchedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceLaunchedAt sets the ResourceAwsEc2InstanceLaunchedAt field's value.
|
[
"SetResourceAwsEc2InstanceLaunchedAt",
"sets",
"the",
"ResourceAwsEc2InstanceLaunchedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4128-L4131
|
3,038 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceSubnetId
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceSubnetId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceSubnetId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceSubnetId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceSubnetId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceSubnetId sets the ResourceAwsEc2InstanceSubnetId field's value.
|
[
"SetResourceAwsEc2InstanceSubnetId",
"sets",
"the",
"ResourceAwsEc2InstanceSubnetId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4134-L4137
|
3,039 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceType
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceType = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceType = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceType",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceType",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceType sets the ResourceAwsEc2InstanceType field's value.
|
[
"SetResourceAwsEc2InstanceType",
"sets",
"the",
"ResourceAwsEc2InstanceType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4140-L4143
|
3,040 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsEc2InstanceVpcId
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceVpcId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceVpcId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsEc2InstanceVpcId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsEc2InstanceVpcId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsEc2InstanceVpcId sets the ResourceAwsEc2InstanceVpcId field's value.
|
[
"SetResourceAwsEc2InstanceVpcId",
"sets",
"the",
"ResourceAwsEc2InstanceVpcId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4146-L4149
|
3,041 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsIamAccessKeyCreatedAt
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyCreatedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyCreatedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsIamAccessKeyCreatedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsIamAccessKeyCreatedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsIamAccessKeyCreatedAt sets the ResourceAwsIamAccessKeyCreatedAt field's value.
|
[
"SetResourceAwsIamAccessKeyCreatedAt",
"sets",
"the",
"ResourceAwsIamAccessKeyCreatedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4152-L4155
|
3,042 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsIamAccessKeyStatus
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyStatus = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyStatus = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsIamAccessKeyStatus",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsIamAccessKeyStatus",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsIamAccessKeyStatus sets the ResourceAwsIamAccessKeyStatus field's value.
|
[
"SetResourceAwsIamAccessKeyStatus",
"sets",
"the",
"ResourceAwsIamAccessKeyStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4158-L4161
|
3,043 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsIamAccessKeyUserName
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyUserName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyUserName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsIamAccessKeyUserName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsIamAccessKeyUserName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsIamAccessKeyUserName sets the ResourceAwsIamAccessKeyUserName field's value.
|
[
"SetResourceAwsIamAccessKeyUserName",
"sets",
"the",
"ResourceAwsIamAccessKeyUserName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4164-L4167
|
3,044 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsS3BucketOwnerId
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsS3BucketOwnerId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsS3BucketOwnerId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsS3BucketOwnerId sets the ResourceAwsS3BucketOwnerId field's value.
|
[
"SetResourceAwsS3BucketOwnerId",
"sets",
"the",
"ResourceAwsS3BucketOwnerId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4170-L4173
|
3,045 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceAwsS3BucketOwnerName
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceAwsS3BucketOwnerName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceAwsS3BucketOwnerName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceAwsS3BucketOwnerName sets the ResourceAwsS3BucketOwnerName field's value.
|
[
"SetResourceAwsS3BucketOwnerName",
"sets",
"the",
"ResourceAwsS3BucketOwnerName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4176-L4179
|
3,046 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceContainerImageId
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageId = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageId = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceContainerImageId",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceContainerImageId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceContainerImageId sets the ResourceContainerImageId field's value.
|
[
"SetResourceContainerImageId",
"sets",
"the",
"ResourceContainerImageId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4182-L4185
|
3,047 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceContainerImageName
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceContainerImageName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceContainerImageName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceContainerImageName sets the ResourceContainerImageName field's value.
|
[
"SetResourceContainerImageName",
"sets",
"the",
"ResourceContainerImageName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4188-L4191
|
3,048 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceContainerLaunchedAt
|
func (s *AwsSecurityFindingFilters) SetResourceContainerLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceContainerLaunchedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceContainerLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceContainerLaunchedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceContainerLaunchedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceContainerLaunchedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceContainerLaunchedAt sets the ResourceContainerLaunchedAt field's value.
|
[
"SetResourceContainerLaunchedAt",
"sets",
"the",
"ResourceContainerLaunchedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4194-L4197
|
3,049 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceContainerName
|
func (s *AwsSecurityFindingFilters) SetResourceContainerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerName = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceContainerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerName = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceContainerName",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceContainerName",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceContainerName sets the ResourceContainerName field's value.
|
[
"SetResourceContainerName",
"sets",
"the",
"ResourceContainerName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4200-L4203
|
3,050 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceDetailsOther
|
func (s *AwsSecurityFindingFilters) SetResourceDetailsOther(v []*MapFilter) *AwsSecurityFindingFilters {
s.ResourceDetailsOther = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceDetailsOther(v []*MapFilter) *AwsSecurityFindingFilters {
s.ResourceDetailsOther = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceDetailsOther",
"(",
"v",
"[",
"]",
"*",
"MapFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceDetailsOther",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceDetailsOther sets the ResourceDetailsOther field's value.
|
[
"SetResourceDetailsOther",
"sets",
"the",
"ResourceDetailsOther",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4206-L4209
|
3,051 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourcePartition
|
func (s *AwsSecurityFindingFilters) SetResourcePartition(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourcePartition = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourcePartition(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourcePartition = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourcePartition",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourcePartition",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourcePartition sets the ResourcePartition field's value.
|
[
"SetResourcePartition",
"sets",
"the",
"ResourcePartition",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4218-L4221
|
3,052 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResourceRegion
|
func (s *AwsSecurityFindingFilters) SetResourceRegion(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceRegion = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetResourceRegion(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceRegion = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetResourceRegion",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ResourceRegion",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceRegion sets the ResourceRegion field's value.
|
[
"SetResourceRegion",
"sets",
"the",
"ResourceRegion",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4224-L4227
|
3,053 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSeverityLabel
|
func (s *AwsSecurityFindingFilters) SetSeverityLabel(v []*StringFilter) *AwsSecurityFindingFilters {
s.SeverityLabel = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetSeverityLabel(v []*StringFilter) *AwsSecurityFindingFilters {
s.SeverityLabel = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetSeverityLabel",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"SeverityLabel",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSeverityLabel sets the SeverityLabel field's value.
|
[
"SetSeverityLabel",
"sets",
"the",
"SeverityLabel",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4242-L4245
|
3,054 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSeverityNormalized
|
func (s *AwsSecurityFindingFilters) SetSeverityNormalized(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityNormalized = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetSeverityNormalized(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityNormalized = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetSeverityNormalized",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"SeverityNormalized",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSeverityNormalized sets the SeverityNormalized field's value.
|
[
"SetSeverityNormalized",
"sets",
"the",
"SeverityNormalized",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4248-L4251
|
3,055 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSeverityProduct
|
func (s *AwsSecurityFindingFilters) SetSeverityProduct(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityProduct = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetSeverityProduct(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityProduct = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetSeverityProduct",
"(",
"v",
"[",
"]",
"*",
"NumberFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"SeverityProduct",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSeverityProduct sets the SeverityProduct field's value.
|
[
"SetSeverityProduct",
"sets",
"the",
"SeverityProduct",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4254-L4257
|
3,056 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorCategory
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorCategory = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorCategory = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorCategory",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorCategory",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorCategory sets the ThreatIntelIndicatorCategory field's value.
|
[
"SetThreatIntelIndicatorCategory",
"sets",
"the",
"ThreatIntelIndicatorCategory",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4266-L4269
|
3,057 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorLastObservedAt
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorLastObservedAt = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorLastObservedAt = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorLastObservedAt",
"(",
"v",
"[",
"]",
"*",
"DateFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorLastObservedAt",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorLastObservedAt sets the ThreatIntelIndicatorLastObservedAt field's value.
|
[
"SetThreatIntelIndicatorLastObservedAt",
"sets",
"the",
"ThreatIntelIndicatorLastObservedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4272-L4275
|
3,058 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorSource
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSource(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSource = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSource(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSource = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorSource",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorSource",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorSource sets the ThreatIntelIndicatorSource field's value.
|
[
"SetThreatIntelIndicatorSource",
"sets",
"the",
"ThreatIntelIndicatorSource",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4278-L4281
|
3,059 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorSourceUrl
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSourceUrl = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSourceUrl = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorSourceUrl",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorSourceUrl",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorSourceUrl sets the ThreatIntelIndicatorSourceUrl field's value.
|
[
"SetThreatIntelIndicatorSourceUrl",
"sets",
"the",
"ThreatIntelIndicatorSourceUrl",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4284-L4287
|
3,060 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorType
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorType = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorType = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorType",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorType",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorType sets the ThreatIntelIndicatorType field's value.
|
[
"SetThreatIntelIndicatorType",
"sets",
"the",
"ThreatIntelIndicatorType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4290-L4293
|
3,061 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetThreatIntelIndicatorValue
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorValue(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorValue = v
return s
}
|
go
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorValue(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorValue = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AwsSecurityFindingFilters",
")",
"SetThreatIntelIndicatorValue",
"(",
"v",
"[",
"]",
"*",
"StringFilter",
")",
"*",
"AwsSecurityFindingFilters",
"{",
"s",
".",
"ThreatIntelIndicatorValue",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetThreatIntelIndicatorValue sets the ThreatIntelIndicatorValue field's value.
|
[
"SetThreatIntelIndicatorValue",
"sets",
"the",
"ThreatIntelIndicatorValue",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4296-L4299
|
3,062 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetStandardsSubscriptionRequests
|
func (s *BatchEnableStandardsInput) SetStandardsSubscriptionRequests(v []*StandardsSubscriptionRequest) *BatchEnableStandardsInput {
s.StandardsSubscriptionRequests = v
return s
}
|
go
|
func (s *BatchEnableStandardsInput) SetStandardsSubscriptionRequests(v []*StandardsSubscriptionRequest) *BatchEnableStandardsInput {
s.StandardsSubscriptionRequests = v
return s
}
|
[
"func",
"(",
"s",
"*",
"BatchEnableStandardsInput",
")",
"SetStandardsSubscriptionRequests",
"(",
"v",
"[",
"]",
"*",
"StandardsSubscriptionRequest",
")",
"*",
"BatchEnableStandardsInput",
"{",
"s",
".",
"StandardsSubscriptionRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStandardsSubscriptionRequests sets the StandardsSubscriptionRequests field's value.
|
[
"SetStandardsSubscriptionRequests",
"sets",
"the",
"StandardsSubscriptionRequests",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4451-L4454
|
3,063 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetFailedFindings
|
func (s *BatchImportFindingsOutput) SetFailedFindings(v []*ImportFindingsError) *BatchImportFindingsOutput {
s.FailedFindings = v
return s
}
|
go
|
func (s *BatchImportFindingsOutput) SetFailedFindings(v []*ImportFindingsError) *BatchImportFindingsOutput {
s.FailedFindings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"BatchImportFindingsOutput",
")",
"SetFailedFindings",
"(",
"v",
"[",
"]",
"*",
"ImportFindingsError",
")",
"*",
"BatchImportFindingsOutput",
"{",
"s",
".",
"FailedFindings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFailedFindings sets the FailedFindings field's value.
|
[
"SetFailedFindings",
"sets",
"the",
"FailedFindings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4562-L4565
|
3,064 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetDateRange
|
func (s *DateFilter) SetDateRange(v *DateRange) *DateFilter {
s.DateRange = v
return s
}
|
go
|
func (s *DateFilter) SetDateRange(v *DateRange) *DateFilter {
s.DateRange = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DateFilter",
")",
"SetDateRange",
"(",
"v",
"*",
"DateRange",
")",
"*",
"DateFilter",
"{",
"s",
".",
"DateRange",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDateRange sets the DateRange field's value.
|
[
"SetDateRange",
"sets",
"the",
"DateRange",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L4818-L4821
|
3,065 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetInsightResults
|
func (s *GetInsightResultsOutput) SetInsightResults(v *InsightResults) *GetInsightResultsOutput {
s.InsightResults = v
return s
}
|
go
|
func (s *GetInsightResultsOutput) SetInsightResults(v *InsightResults) *GetInsightResultsOutput {
s.InsightResults = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetInsightResultsOutput",
")",
"SetInsightResults",
"(",
"v",
"*",
"InsightResults",
")",
"*",
"GetInsightResultsOutput",
"{",
"s",
".",
"InsightResults",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInsightResults sets the InsightResults field's value.
|
[
"SetInsightResults",
"sets",
"the",
"InsightResults",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L5571-L5574
|
3,066 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetInsightArns
|
func (s *GetInsightsInput) SetInsightArns(v []*string) *GetInsightsInput {
s.InsightArns = v
return s
}
|
go
|
func (s *GetInsightsInput) SetInsightArns(v []*string) *GetInsightsInput {
s.InsightArns = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetInsightsInput",
")",
"SetInsightArns",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetInsightsInput",
"{",
"s",
".",
"InsightArns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInsightArns sets the InsightArns field's value.
|
[
"SetInsightArns",
"sets",
"the",
"InsightArns",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L5616-L5619
|
3,067 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetInsights
|
func (s *GetInsightsOutput) SetInsights(v []*Insight) *GetInsightsOutput {
s.Insights = v
return s
}
|
go
|
func (s *GetInsightsOutput) SetInsights(v []*Insight) *GetInsightsOutput {
s.Insights = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetInsightsOutput",
")",
"SetInsights",
"(",
"v",
"[",
"]",
"*",
"Insight",
")",
"*",
"GetInsightsOutput",
"{",
"s",
".",
"Insights",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInsights sets the Insights field's value.
|
[
"SetInsights",
"sets",
"the",
"Insights",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L5656-L5659
|
3,068 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetGroupByAttributeValue
|
func (s *InsightResultValue) SetGroupByAttributeValue(v string) *InsightResultValue {
s.GroupByAttributeValue = &v
return s
}
|
go
|
func (s *InsightResultValue) SetGroupByAttributeValue(v string) *InsightResultValue {
s.GroupByAttributeValue = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InsightResultValue",
")",
"SetGroupByAttributeValue",
"(",
"v",
"string",
")",
"*",
"InsightResultValue",
"{",
"s",
".",
"GroupByAttributeValue",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGroupByAttributeValue sets the GroupByAttributeValue field's value.
|
[
"SetGroupByAttributeValue",
"sets",
"the",
"GroupByAttributeValue",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L5959-L5962
|
3,069 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetResultValues
|
func (s *InsightResults) SetResultValues(v []*InsightResultValue) *InsightResults {
s.ResultValues = v
return s
}
|
go
|
func (s *InsightResults) SetResultValues(v []*InsightResultValue) *InsightResults {
s.ResultValues = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InsightResults",
")",
"SetResultValues",
"(",
"v",
"[",
"]",
"*",
"InsightResultValue",
")",
"*",
"InsightResults",
"{",
"s",
".",
"ResultValues",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResultValues sets the ResultValues field's value.
|
[
"SetResultValues",
"sets",
"the",
"ResultValues",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6009-L6012
|
3,070 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProductSubscriptions
|
func (s *ListEnabledProductsForImportOutput) SetProductSubscriptions(v []*string) *ListEnabledProductsForImportOutput {
s.ProductSubscriptions = v
return s
}
|
go
|
func (s *ListEnabledProductsForImportOutput) SetProductSubscriptions(v []*string) *ListEnabledProductsForImportOutput {
s.ProductSubscriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListEnabledProductsForImportOutput",
")",
"SetProductSubscriptions",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListEnabledProductsForImportOutput",
"{",
"s",
".",
"ProductSubscriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProductSubscriptions sets the ProductSubscriptions field's value.
|
[
"SetProductSubscriptions",
"sets",
"the",
"ProductSubscriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6237-L6240
|
3,071 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetDestinationDomain
|
func (s *Network) SetDestinationDomain(v string) *Network {
s.DestinationDomain = &v
return s
}
|
go
|
func (s *Network) SetDestinationDomain(v string) *Network {
s.DestinationDomain = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetDestinationDomain",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"DestinationDomain",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDestinationDomain sets the DestinationDomain field's value.
|
[
"SetDestinationDomain",
"sets",
"the",
"DestinationDomain",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6644-L6647
|
3,072 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetDestinationIpV4
|
func (s *Network) SetDestinationIpV4(v string) *Network {
s.DestinationIpV4 = &v
return s
}
|
go
|
func (s *Network) SetDestinationIpV4(v string) *Network {
s.DestinationIpV4 = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetDestinationIpV4",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"DestinationIpV4",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDestinationIpV4 sets the DestinationIpV4 field's value.
|
[
"SetDestinationIpV4",
"sets",
"the",
"DestinationIpV4",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6650-L6653
|
3,073 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetDestinationIpV6
|
func (s *Network) SetDestinationIpV6(v string) *Network {
s.DestinationIpV6 = &v
return s
}
|
go
|
func (s *Network) SetDestinationIpV6(v string) *Network {
s.DestinationIpV6 = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetDestinationIpV6",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"DestinationIpV6",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDestinationIpV6 sets the DestinationIpV6 field's value.
|
[
"SetDestinationIpV6",
"sets",
"the",
"DestinationIpV6",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6656-L6659
|
3,074 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSourceDomain
|
func (s *Network) SetSourceDomain(v string) *Network {
s.SourceDomain = &v
return s
}
|
go
|
func (s *Network) SetSourceDomain(v string) *Network {
s.SourceDomain = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetSourceDomain",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"SourceDomain",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceDomain sets the SourceDomain field's value.
|
[
"SetSourceDomain",
"sets",
"the",
"SourceDomain",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6680-L6683
|
3,075 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSourceIpV4
|
func (s *Network) SetSourceIpV4(v string) *Network {
s.SourceIpV4 = &v
return s
}
|
go
|
func (s *Network) SetSourceIpV4(v string) *Network {
s.SourceIpV4 = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetSourceIpV4",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"SourceIpV4",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceIpV4 sets the SourceIpV4 field's value.
|
[
"SetSourceIpV4",
"sets",
"the",
"SourceIpV4",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6686-L6689
|
3,076 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSourceIpV6
|
func (s *Network) SetSourceIpV6(v string) *Network {
s.SourceIpV6 = &v
return s
}
|
go
|
func (s *Network) SetSourceIpV6(v string) *Network {
s.SourceIpV6 = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetSourceIpV6",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"SourceIpV6",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceIpV6 sets the SourceIpV6 field's value.
|
[
"SetSourceIpV6",
"sets",
"the",
"SourceIpV6",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6692-L6695
|
3,077 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSourceMac
|
func (s *Network) SetSourceMac(v string) *Network {
s.SourceMac = &v
return s
}
|
go
|
func (s *Network) SetSourceMac(v string) *Network {
s.SourceMac = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetSourceMac",
"(",
"v",
"string",
")",
"*",
"Network",
"{",
"s",
".",
"SourceMac",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceMac sets the SourceMac field's value.
|
[
"SetSourceMac",
"sets",
"the",
"SourceMac",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6698-L6701
|
3,078 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetSourcePort
|
func (s *Network) SetSourcePort(v int64) *Network {
s.SourcePort = &v
return s
}
|
go
|
func (s *Network) SetSourcePort(v int64) *Network {
s.SourcePort = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Network",
")",
"SetSourcePort",
"(",
"v",
"int64",
")",
"*",
"Network",
"{",
"s",
".",
"SourcePort",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourcePort sets the SourcePort field's value.
|
[
"SetSourcePort",
"sets",
"the",
"SourcePort",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6704-L6707
|
3,079 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetParentPid
|
func (s *ProcessDetails) SetParentPid(v int64) *ProcessDetails {
s.ParentPid = &v
return s
}
|
go
|
func (s *ProcessDetails) SetParentPid(v int64) *ProcessDetails {
s.ParentPid = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProcessDetails",
")",
"SetParentPid",
"(",
"v",
"int64",
")",
"*",
"ProcessDetails",
"{",
"s",
".",
"ParentPid",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetParentPid sets the ParentPid field's value.
|
[
"SetParentPid",
"sets",
"the",
"ParentPid",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6920-L6923
|
3,080 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetTerminatedAt
|
func (s *ProcessDetails) SetTerminatedAt(v string) *ProcessDetails {
s.TerminatedAt = &v
return s
}
|
go
|
func (s *ProcessDetails) SetTerminatedAt(v string) *ProcessDetails {
s.TerminatedAt = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProcessDetails",
")",
"SetTerminatedAt",
"(",
"v",
"string",
")",
"*",
"ProcessDetails",
"{",
"s",
".",
"TerminatedAt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerminatedAt sets the TerminatedAt field's value.
|
[
"SetTerminatedAt",
"sets",
"the",
"TerminatedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L6938-L6941
|
3,081 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetAwsEc2Instance
|
func (s *ResourceDetails) SetAwsEc2Instance(v *AwsEc2InstanceDetails) *ResourceDetails {
s.AwsEc2Instance = v
return s
}
|
go
|
func (s *ResourceDetails) SetAwsEc2Instance(v *AwsEc2InstanceDetails) *ResourceDetails {
s.AwsEc2Instance = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDetails",
")",
"SetAwsEc2Instance",
"(",
"v",
"*",
"AwsEc2InstanceDetails",
")",
"*",
"ResourceDetails",
"{",
"s",
".",
"AwsEc2Instance",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAwsEc2Instance sets the AwsEc2Instance field's value.
|
[
"SetAwsEc2Instance",
"sets",
"the",
"AwsEc2Instance",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7178-L7181
|
3,082 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetAwsIamAccessKey
|
func (s *ResourceDetails) SetAwsIamAccessKey(v *AwsIamAccessKeyDetails) *ResourceDetails {
s.AwsIamAccessKey = v
return s
}
|
go
|
func (s *ResourceDetails) SetAwsIamAccessKey(v *AwsIamAccessKeyDetails) *ResourceDetails {
s.AwsIamAccessKey = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDetails",
")",
"SetAwsIamAccessKey",
"(",
"v",
"*",
"AwsIamAccessKeyDetails",
")",
"*",
"ResourceDetails",
"{",
"s",
".",
"AwsIamAccessKey",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAwsIamAccessKey sets the AwsIamAccessKey field's value.
|
[
"SetAwsIamAccessKey",
"sets",
"the",
"AwsIamAccessKey",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7184-L7187
|
3,083 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetAwsS3Bucket
|
func (s *ResourceDetails) SetAwsS3Bucket(v *AwsS3BucketDetails) *ResourceDetails {
s.AwsS3Bucket = v
return s
}
|
go
|
func (s *ResourceDetails) SetAwsS3Bucket(v *AwsS3BucketDetails) *ResourceDetails {
s.AwsS3Bucket = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDetails",
")",
"SetAwsS3Bucket",
"(",
"v",
"*",
"AwsS3BucketDetails",
")",
"*",
"ResourceDetails",
"{",
"s",
".",
"AwsS3Bucket",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAwsS3Bucket sets the AwsS3Bucket field's value.
|
[
"SetAwsS3Bucket",
"sets",
"the",
"AwsS3Bucket",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7190-L7193
|
3,084 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetOther
|
func (s *ResourceDetails) SetOther(v map[string]*string) *ResourceDetails {
s.Other = v
return s
}
|
go
|
func (s *ResourceDetails) SetOther(v map[string]*string) *ResourceDetails {
s.Other = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDetails",
")",
"SetOther",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"ResourceDetails",
"{",
"s",
".",
"Other",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOther sets the Other field's value.
|
[
"SetOther",
"sets",
"the",
"Other",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7202-L7205
|
3,085 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetProcessingResult
|
func (s *Result) SetProcessingResult(v string) *Result {
s.ProcessingResult = &v
return s
}
|
go
|
func (s *Result) SetProcessingResult(v string) *Result {
s.ProcessingResult = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Result",
")",
"SetProcessingResult",
"(",
"v",
"string",
")",
"*",
"Result",
"{",
"s",
".",
"ProcessingResult",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessingResult sets the ProcessingResult field's value.
|
[
"SetProcessingResult",
"sets",
"the",
"ProcessingResult",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7235-L7238
|
3,086 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetNormalized
|
func (s *Severity) SetNormalized(v int64) *Severity {
s.Normalized = &v
return s
}
|
go
|
func (s *Severity) SetNormalized(v int64) *Severity {
s.Normalized = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Severity",
")",
"SetNormalized",
"(",
"v",
"int64",
")",
"*",
"Severity",
"{",
"s",
".",
"Normalized",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNormalized sets the Normalized field's value.
|
[
"SetNormalized",
"sets",
"the",
"Normalized",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7278-L7281
|
3,087 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetStandardsStatus
|
func (s *StandardsSubscription) SetStandardsStatus(v string) *StandardsSubscription {
s.StandardsStatus = &v
return s
}
|
go
|
func (s *StandardsSubscription) SetStandardsStatus(v string) *StandardsSubscription {
s.StandardsStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StandardsSubscription",
")",
"SetStandardsStatus",
"(",
"v",
"string",
")",
"*",
"StandardsSubscription",
"{",
"s",
".",
"StandardsStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStandardsStatus sets the StandardsStatus field's value.
|
[
"SetStandardsStatus",
"sets",
"the",
"StandardsStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7372-L7375
|
3,088 |
aws/aws-sdk-go
|
service/securityhub/api.go
|
SetStandardsSubscriptionArn
|
func (s *StandardsSubscription) SetStandardsSubscriptionArn(v string) *StandardsSubscription {
s.StandardsSubscriptionArn = &v
return s
}
|
go
|
func (s *StandardsSubscription) SetStandardsSubscriptionArn(v string) *StandardsSubscription {
s.StandardsSubscriptionArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StandardsSubscription",
")",
"SetStandardsSubscriptionArn",
"(",
"v",
"string",
")",
"*",
"StandardsSubscription",
"{",
"s",
".",
"StandardsSubscriptionArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStandardsSubscriptionArn sets the StandardsSubscriptionArn field's value.
|
[
"SetStandardsSubscriptionArn",
"sets",
"the",
"StandardsSubscriptionArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/securityhub/api.go#L7378-L7381
|
3,089 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetMean
|
func (s *FieldStats) SetMean(v string) *FieldStats {
s.Mean = &v
return s
}
|
go
|
func (s *FieldStats) SetMean(v string) *FieldStats {
s.Mean = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"FieldStats",
")",
"SetMean",
"(",
"v",
"string",
")",
"*",
"FieldStats",
"{",
"s",
".",
"Mean",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMean sets the Mean field's value.
|
[
"SetMean",
"sets",
"the",
"Mean",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L454-L457
|
3,090 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetMin
|
func (s *FieldStats) SetMin(v string) *FieldStats {
s.Min = &v
return s
}
|
go
|
func (s *FieldStats) SetMin(v string) *FieldStats {
s.Min = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"FieldStats",
")",
"SetMin",
"(",
"v",
"string",
")",
"*",
"FieldStats",
"{",
"s",
".",
"Min",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMin sets the Min field's value.
|
[
"SetMin",
"sets",
"the",
"Min",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L460-L463
|
3,091 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetMissing
|
func (s *FieldStats) SetMissing(v int64) *FieldStats {
s.Missing = &v
return s
}
|
go
|
func (s *FieldStats) SetMissing(v int64) *FieldStats {
s.Missing = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"FieldStats",
")",
"SetMissing",
"(",
"v",
"int64",
")",
"*",
"FieldStats",
"{",
"s",
".",
"Missing",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMissing sets the Missing field's value.
|
[
"SetMissing",
"sets",
"the",
"Missing",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L466-L469
|
3,092 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetStddev
|
func (s *FieldStats) SetStddev(v float64) *FieldStats {
s.Stddev = &v
return s
}
|
go
|
func (s *FieldStats) SetStddev(v float64) *FieldStats {
s.Stddev = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"FieldStats",
")",
"SetStddev",
"(",
"v",
"float64",
")",
"*",
"FieldStats",
"{",
"s",
".",
"Stddev",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStddev sets the Stddev field's value.
|
[
"SetStddev",
"sets",
"the",
"Stddev",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L472-L475
|
3,093 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetSumOfSquares
|
func (s *FieldStats) SetSumOfSquares(v float64) *FieldStats {
s.SumOfSquares = &v
return s
}
|
go
|
func (s *FieldStats) SetSumOfSquares(v float64) *FieldStats {
s.SumOfSquares = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"FieldStats",
")",
"SetSumOfSquares",
"(",
"v",
"float64",
")",
"*",
"FieldStats",
"{",
"s",
".",
"SumOfSquares",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSumOfSquares sets the SumOfSquares field's value.
|
[
"SetSumOfSquares",
"sets",
"the",
"SumOfSquares",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L484-L487
|
3,094 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetExprs
|
func (s *Hit) SetExprs(v map[string]*string) *Hit {
s.Exprs = v
return s
}
|
go
|
func (s *Hit) SetExprs(v map[string]*string) *Hit {
s.Exprs = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hit",
")",
"SetExprs",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"Hit",
"{",
"s",
".",
"Exprs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExprs sets the Exprs field's value.
|
[
"SetExprs",
"sets",
"the",
"Exprs",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L517-L520
|
3,095 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetHighlights
|
func (s *Hit) SetHighlights(v map[string]*string) *Hit {
s.Highlights = v
return s
}
|
go
|
func (s *Hit) SetHighlights(v map[string]*string) *Hit {
s.Highlights = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hit",
")",
"SetHighlights",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"Hit",
"{",
"s",
".",
"Highlights",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHighlights sets the Highlights field's value.
|
[
"SetHighlights",
"sets",
"the",
"Highlights",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L529-L532
|
3,096 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetHit
|
func (s *Hits) SetHit(v []*Hit) *Hits {
s.Hit = v
return s
}
|
go
|
func (s *Hits) SetHit(v []*Hit) *Hits {
s.Hit = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hits",
")",
"SetHit",
"(",
"v",
"[",
"]",
"*",
"Hit",
")",
"*",
"Hits",
"{",
"s",
".",
"Hit",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHit sets the Hit field's value.
|
[
"SetHit",
"sets",
"the",
"Hit",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L581-L584
|
3,097 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetExpr
|
func (s *SearchInput) SetExpr(v string) *SearchInput {
s.Expr = &v
return s
}
|
go
|
func (s *SearchInput) SetExpr(v string) *SearchInput {
s.Expr = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SearchInput",
")",
"SetExpr",
"(",
"v",
"string",
")",
"*",
"SearchInput",
"{",
"s",
".",
"Expr",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExpr sets the Expr field's value.
|
[
"SetExpr",
"sets",
"the",
"Expr",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L926-L929
|
3,098 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetFilterQuery
|
func (s *SearchInput) SetFilterQuery(v string) *SearchInput {
s.FilterQuery = &v
return s
}
|
go
|
func (s *SearchInput) SetFilterQuery(v string) *SearchInput {
s.FilterQuery = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SearchInput",
")",
"SetFilterQuery",
"(",
"v",
"string",
")",
"*",
"SearchInput",
"{",
"s",
".",
"FilterQuery",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFilterQuery sets the FilterQuery field's value.
|
[
"SetFilterQuery",
"sets",
"the",
"FilterQuery",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L938-L941
|
3,099 |
aws/aws-sdk-go
|
service/cloudsearchdomain/api.go
|
SetHighlight
|
func (s *SearchInput) SetHighlight(v string) *SearchInput {
s.Highlight = &v
return s
}
|
go
|
func (s *SearchInput) SetHighlight(v string) *SearchInput {
s.Highlight = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SearchInput",
")",
"SetHighlight",
"(",
"v",
"string",
")",
"*",
"SearchInput",
"{",
"s",
".",
"Highlight",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHighlight sets the Highlight field's value.
|
[
"SetHighlight",
"sets",
"the",
"Highlight",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearchdomain/api.go#L944-L947
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.