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
sequence | docstring
stringlengths 6
2.61k
| docstring_tokens
sequence | sha
stringlengths 40
40
| url
stringlengths 85
252
| partition
stringclasses 1
value |
---|---|---|---|---|---|---|---|---|---|---|---|
aws/aws-sdk-go | service/medialive/api.go | SetFrameCaptureGroupSettings | func (s *OutputGroupSettings) SetFrameCaptureGroupSettings(v *FrameCaptureGroupSettings) *OutputGroupSettings {
s.FrameCaptureGroupSettings = v
return s
} | go | func (s *OutputGroupSettings) SetFrameCaptureGroupSettings(v *FrameCaptureGroupSettings) *OutputGroupSettings {
s.FrameCaptureGroupSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetFrameCaptureGroupSettings",
"(",
"v",
"*",
"FrameCaptureGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"FrameCaptureGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFrameCaptureGroupSettings sets the FrameCaptureGroupSettings field's value. | [
"SetFrameCaptureGroupSettings",
"sets",
"the",
"FrameCaptureGroupSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13261-L13264 | train |
aws/aws-sdk-go | service/medialive/api.go | SetMediaPackageGroupSettings | func (s *OutputGroupSettings) SetMediaPackageGroupSettings(v *MediaPackageGroupSettings) *OutputGroupSettings {
s.MediaPackageGroupSettings = v
return s
} | go | func (s *OutputGroupSettings) SetMediaPackageGroupSettings(v *MediaPackageGroupSettings) *OutputGroupSettings {
s.MediaPackageGroupSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetMediaPackageGroupSettings",
"(",
"v",
"*",
"MediaPackageGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"MediaPackageGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMediaPackageGroupSettings sets the MediaPackageGroupSettings field's value. | [
"SetMediaPackageGroupSettings",
"sets",
"the",
"MediaPackageGroupSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13273-L13276 | train |
aws/aws-sdk-go | service/medialive/api.go | SetRtmpGroupSettings | func (s *OutputGroupSettings) SetRtmpGroupSettings(v *RtmpGroupSettings) *OutputGroupSettings {
s.RtmpGroupSettings = v
return s
} | go | func (s *OutputGroupSettings) SetRtmpGroupSettings(v *RtmpGroupSettings) *OutputGroupSettings {
s.RtmpGroupSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetRtmpGroupSettings",
"(",
"v",
"*",
"RtmpGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"RtmpGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRtmpGroupSettings sets the RtmpGroupSettings field's value. | [
"SetRtmpGroupSettings",
"sets",
"the",
"RtmpGroupSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13285-L13288 | train |
aws/aws-sdk-go | service/medialive/api.go | SetUdpGroupSettings | func (s *OutputGroupSettings) SetUdpGroupSettings(v *UdpGroupSettings) *OutputGroupSettings {
s.UdpGroupSettings = v
return s
} | go | func (s *OutputGroupSettings) SetUdpGroupSettings(v *UdpGroupSettings) *OutputGroupSettings {
s.UdpGroupSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetUdpGroupSettings",
"(",
"v",
"*",
"UdpGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"UdpGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUdpGroupSettings sets the UdpGroupSettings field's value. | [
"SetUdpGroupSettings",
"sets",
"the",
"UdpGroupSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13291-L13294 | train |
aws/aws-sdk-go | service/medialive/api.go | SetDestinationRefId | func (s *OutputLocationRef) SetDestinationRefId(v string) *OutputLocationRef {
s.DestinationRefId = &v
return s
} | go | func (s *OutputLocationRef) SetDestinationRefId(v string) *OutputLocationRef {
s.DestinationRefId = &v
return s
} | [
"func",
"(",
"s",
"*",
"OutputLocationRef",
")",
"SetDestinationRefId",
"(",
"v",
"string",
")",
"*",
"OutputLocationRef",
"{",
"s",
".",
"DestinationRefId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationRefId sets the DestinationRefId field's value. | [
"SetDestinationRefId",
"sets",
"the",
"DestinationRefId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13314-L13317 | train |
aws/aws-sdk-go | service/medialive/api.go | SetArchiveOutputSettings | func (s *OutputSettings) SetArchiveOutputSettings(v *ArchiveOutputSettings) *OutputSettings {
s.ArchiveOutputSettings = v
return s
} | go | func (s *OutputSettings) SetArchiveOutputSettings(v *ArchiveOutputSettings) *OutputSettings {
s.ArchiveOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetArchiveOutputSettings",
"(",
"v",
"*",
"ArchiveOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"ArchiveOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetArchiveOutputSettings sets the ArchiveOutputSettings field's value. | [
"SetArchiveOutputSettings",
"sets",
"the",
"ArchiveOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13386-L13389 | train |
aws/aws-sdk-go | service/medialive/api.go | SetFrameCaptureOutputSettings | func (s *OutputSettings) SetFrameCaptureOutputSettings(v *FrameCaptureOutputSettings) *OutputSettings {
s.FrameCaptureOutputSettings = v
return s
} | go | func (s *OutputSettings) SetFrameCaptureOutputSettings(v *FrameCaptureOutputSettings) *OutputSettings {
s.FrameCaptureOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetFrameCaptureOutputSettings",
"(",
"v",
"*",
"FrameCaptureOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"FrameCaptureOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFrameCaptureOutputSettings sets the FrameCaptureOutputSettings field's value. | [
"SetFrameCaptureOutputSettings",
"sets",
"the",
"FrameCaptureOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13392-L13395 | train |
aws/aws-sdk-go | service/medialive/api.go | SetHlsOutputSettings | func (s *OutputSettings) SetHlsOutputSettings(v *HlsOutputSettings) *OutputSettings {
s.HlsOutputSettings = v
return s
} | go | func (s *OutputSettings) SetHlsOutputSettings(v *HlsOutputSettings) *OutputSettings {
s.HlsOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetHlsOutputSettings",
"(",
"v",
"*",
"HlsOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"HlsOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHlsOutputSettings sets the HlsOutputSettings field's value. | [
"SetHlsOutputSettings",
"sets",
"the",
"HlsOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13398-L13401 | train |
aws/aws-sdk-go | service/medialive/api.go | SetMediaPackageOutputSettings | func (s *OutputSettings) SetMediaPackageOutputSettings(v *MediaPackageOutputSettings) *OutputSettings {
s.MediaPackageOutputSettings = v
return s
} | go | func (s *OutputSettings) SetMediaPackageOutputSettings(v *MediaPackageOutputSettings) *OutputSettings {
s.MediaPackageOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetMediaPackageOutputSettings",
"(",
"v",
"*",
"MediaPackageOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"MediaPackageOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMediaPackageOutputSettings sets the MediaPackageOutputSettings field's value. | [
"SetMediaPackageOutputSettings",
"sets",
"the",
"MediaPackageOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13404-L13407 | train |
aws/aws-sdk-go | service/medialive/api.go | SetMsSmoothOutputSettings | func (s *OutputSettings) SetMsSmoothOutputSettings(v *MsSmoothOutputSettings) *OutputSettings {
s.MsSmoothOutputSettings = v
return s
} | go | func (s *OutputSettings) SetMsSmoothOutputSettings(v *MsSmoothOutputSettings) *OutputSettings {
s.MsSmoothOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetMsSmoothOutputSettings",
"(",
"v",
"*",
"MsSmoothOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"MsSmoothOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMsSmoothOutputSettings sets the MsSmoothOutputSettings field's value. | [
"SetMsSmoothOutputSettings",
"sets",
"the",
"MsSmoothOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13410-L13413 | train |
aws/aws-sdk-go | service/medialive/api.go | SetRtmpOutputSettings | func (s *OutputSettings) SetRtmpOutputSettings(v *RtmpOutputSettings) *OutputSettings {
s.RtmpOutputSettings = v
return s
} | go | func (s *OutputSettings) SetRtmpOutputSettings(v *RtmpOutputSettings) *OutputSettings {
s.RtmpOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetRtmpOutputSettings",
"(",
"v",
"*",
"RtmpOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"RtmpOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRtmpOutputSettings sets the RtmpOutputSettings field's value. | [
"SetRtmpOutputSettings",
"sets",
"the",
"RtmpOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13416-L13419 | train |
aws/aws-sdk-go | service/medialive/api.go | SetUdpOutputSettings | func (s *OutputSettings) SetUdpOutputSettings(v *UdpOutputSettings) *OutputSettings {
s.UdpOutputSettings = v
return s
} | go | func (s *OutputSettings) SetUdpOutputSettings(v *UdpOutputSettings) *OutputSettings {
s.UdpOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"OutputSettings",
")",
"SetUdpOutputSettings",
"(",
"v",
"*",
"UdpOutputSettings",
")",
"*",
"OutputSettings",
"{",
"s",
".",
"UdpOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUdpOutputSettings sets the UdpOutputSettings field's value. | [
"SetUdpOutputSettings",
"sets",
"the",
"UdpOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13422-L13425 | train |
aws/aws-sdk-go | service/medialive/api.go | SetChannelMappings | func (s *RemixSettings) SetChannelMappings(v []*AudioChannelMapping) *RemixSettings {
s.ChannelMappings = v
return s
} | go | func (s *RemixSettings) SetChannelMappings(v []*AudioChannelMapping) *RemixSettings {
s.ChannelMappings = v
return s
} | [
"func",
"(",
"s",
"*",
"RemixSettings",
")",
"SetChannelMappings",
"(",
"v",
"[",
"]",
"*",
"AudioChannelMapping",
")",
"*",
"RemixSettings",
"{",
"s",
".",
"ChannelMappings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChannelMappings sets the ChannelMappings field's value. | [
"SetChannelMappings",
"sets",
"the",
"ChannelMappings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13689-L13692 | train |
aws/aws-sdk-go | service/medialive/api.go | SetAuthenticationScheme | func (s *RtmpGroupSettings) SetAuthenticationScheme(v string) *RtmpGroupSettings {
s.AuthenticationScheme = &v
return s
} | go | func (s *RtmpGroupSettings) SetAuthenticationScheme(v string) *RtmpGroupSettings {
s.AuthenticationScheme = &v
return s
} | [
"func",
"(",
"s",
"*",
"RtmpGroupSettings",
")",
"SetAuthenticationScheme",
"(",
"v",
"string",
")",
"*",
"RtmpGroupSettings",
"{",
"s",
".",
"AuthenticationScheme",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAuthenticationScheme sets the AuthenticationScheme field's value. | [
"SetAuthenticationScheme",
"sets",
"the",
"AuthenticationScheme",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14046-L14049 | train |
aws/aws-sdk-go | service/medialive/api.go | SetCacheFullBehavior | func (s *RtmpGroupSettings) SetCacheFullBehavior(v string) *RtmpGroupSettings {
s.CacheFullBehavior = &v
return s
} | go | func (s *RtmpGroupSettings) SetCacheFullBehavior(v string) *RtmpGroupSettings {
s.CacheFullBehavior = &v
return s
} | [
"func",
"(",
"s",
"*",
"RtmpGroupSettings",
")",
"SetCacheFullBehavior",
"(",
"v",
"string",
")",
"*",
"RtmpGroupSettings",
"{",
"s",
".",
"CacheFullBehavior",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCacheFullBehavior sets the CacheFullBehavior field's value. | [
"SetCacheFullBehavior",
"sets",
"the",
"CacheFullBehavior",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14052-L14055 | train |
aws/aws-sdk-go | service/medialive/api.go | SetCacheLength | func (s *RtmpGroupSettings) SetCacheLength(v int64) *RtmpGroupSettings {
s.CacheLength = &v
return s
} | go | func (s *RtmpGroupSettings) SetCacheLength(v int64) *RtmpGroupSettings {
s.CacheLength = &v
return s
} | [
"func",
"(",
"s",
"*",
"RtmpGroupSettings",
")",
"SetCacheLength",
"(",
"v",
"int64",
")",
"*",
"RtmpGroupSettings",
"{",
"s",
".",
"CacheLength",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCacheLength sets the CacheLength field's value. | [
"SetCacheLength",
"sets",
"the",
"CacheLength",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14058-L14061 | train |
aws/aws-sdk-go | service/medialive/api.go | SetCaptionData | func (s *RtmpGroupSettings) SetCaptionData(v string) *RtmpGroupSettings {
s.CaptionData = &v
return s
} | go | func (s *RtmpGroupSettings) SetCaptionData(v string) *RtmpGroupSettings {
s.CaptionData = &v
return s
} | [
"func",
"(",
"s",
"*",
"RtmpGroupSettings",
")",
"SetCaptionData",
"(",
"v",
"string",
")",
"*",
"RtmpGroupSettings",
"{",
"s",
".",
"CaptionData",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCaptionData sets the CaptionData field's value. | [
"SetCaptionData",
"sets",
"the",
"CaptionData",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14064-L14067 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScheduleActionSettings | func (s *ScheduleAction) SetScheduleActionSettings(v *ScheduleActionSettings) *ScheduleAction {
s.ScheduleActionSettings = v
return s
} | go | func (s *ScheduleAction) SetScheduleActionSettings(v *ScheduleActionSettings) *ScheduleAction {
s.ScheduleActionSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleAction",
")",
"SetScheduleActionSettings",
"(",
"v",
"*",
"ScheduleActionSettings",
")",
"*",
"ScheduleAction",
"{",
"s",
".",
"ScheduleActionSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleActionSettings sets the ScheduleActionSettings field's value. | [
"SetScheduleActionSettings",
"sets",
"the",
"ScheduleActionSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14225-L14228 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScheduleActionStartSettings | func (s *ScheduleAction) SetScheduleActionStartSettings(v *ScheduleActionStartSettings) *ScheduleAction {
s.ScheduleActionStartSettings = v
return s
} | go | func (s *ScheduleAction) SetScheduleActionStartSettings(v *ScheduleActionStartSettings) *ScheduleAction {
s.ScheduleActionStartSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleAction",
")",
"SetScheduleActionStartSettings",
"(",
"v",
"*",
"ScheduleActionStartSettings",
")",
"*",
"ScheduleAction",
"{",
"s",
".",
"ScheduleActionStartSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleActionStartSettings sets the ScheduleActionStartSettings field's value. | [
"SetScheduleActionStartSettings",
"sets",
"the",
"ScheduleActionStartSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14231-L14234 | train |
aws/aws-sdk-go | service/medialive/api.go | SetHlsTimedMetadataSettings | func (s *ScheduleActionSettings) SetHlsTimedMetadataSettings(v *HlsTimedMetadataScheduleActionSettings) *ScheduleActionSettings {
s.HlsTimedMetadataSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetHlsTimedMetadataSettings(v *HlsTimedMetadataScheduleActionSettings) *ScheduleActionSettings {
s.HlsTimedMetadataSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetHlsTimedMetadataSettings",
"(",
"v",
"*",
"HlsTimedMetadataScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"HlsTimedMetadataSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHlsTimedMetadataSettings sets the HlsTimedMetadataSettings field's value. | [
"SetHlsTimedMetadataSettings",
"sets",
"the",
"HlsTimedMetadataSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14321-L14324 | train |
aws/aws-sdk-go | service/medialive/api.go | SetInputSwitchSettings | func (s *ScheduleActionSettings) SetInputSwitchSettings(v *InputSwitchScheduleActionSettings) *ScheduleActionSettings {
s.InputSwitchSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetInputSwitchSettings(v *InputSwitchScheduleActionSettings) *ScheduleActionSettings {
s.InputSwitchSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetInputSwitchSettings",
"(",
"v",
"*",
"InputSwitchScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"InputSwitchSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInputSwitchSettings sets the InputSwitchSettings field's value. | [
"SetInputSwitchSettings",
"sets",
"the",
"InputSwitchSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14327-L14330 | train |
aws/aws-sdk-go | service/medialive/api.go | SetPauseStateSettings | func (s *ScheduleActionSettings) SetPauseStateSettings(v *PauseStateScheduleActionSettings) *ScheduleActionSettings {
s.PauseStateSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetPauseStateSettings(v *PauseStateScheduleActionSettings) *ScheduleActionSettings {
s.PauseStateSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetPauseStateSettings",
"(",
"v",
"*",
"PauseStateScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"PauseStateSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPauseStateSettings sets the PauseStateSettings field's value. | [
"SetPauseStateSettings",
"sets",
"the",
"PauseStateSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14333-L14336 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScte35ReturnToNetworkSettings | func (s *ScheduleActionSettings) SetScte35ReturnToNetworkSettings(v *Scte35ReturnToNetworkScheduleActionSettings) *ScheduleActionSettings {
s.Scte35ReturnToNetworkSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetScte35ReturnToNetworkSettings(v *Scte35ReturnToNetworkScheduleActionSettings) *ScheduleActionSettings {
s.Scte35ReturnToNetworkSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetScte35ReturnToNetworkSettings",
"(",
"v",
"*",
"Scte35ReturnToNetworkScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"Scte35ReturnToNetworkSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScte35ReturnToNetworkSettings sets the Scte35ReturnToNetworkSettings field's value. | [
"SetScte35ReturnToNetworkSettings",
"sets",
"the",
"Scte35ReturnToNetworkSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14339-L14342 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScte35SpliceInsertSettings | func (s *ScheduleActionSettings) SetScte35SpliceInsertSettings(v *Scte35SpliceInsertScheduleActionSettings) *ScheduleActionSettings {
s.Scte35SpliceInsertSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetScte35SpliceInsertSettings(v *Scte35SpliceInsertScheduleActionSettings) *ScheduleActionSettings {
s.Scte35SpliceInsertSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetScte35SpliceInsertSettings",
"(",
"v",
"*",
"Scte35SpliceInsertScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"Scte35SpliceInsertSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScte35SpliceInsertSettings sets the Scte35SpliceInsertSettings field's value. | [
"SetScte35SpliceInsertSettings",
"sets",
"the",
"Scte35SpliceInsertSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14345-L14348 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScte35TimeSignalSettings | func (s *ScheduleActionSettings) SetScte35TimeSignalSettings(v *Scte35TimeSignalScheduleActionSettings) *ScheduleActionSettings {
s.Scte35TimeSignalSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetScte35TimeSignalSettings(v *Scte35TimeSignalScheduleActionSettings) *ScheduleActionSettings {
s.Scte35TimeSignalSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetScte35TimeSignalSettings",
"(",
"v",
"*",
"Scte35TimeSignalScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"Scte35TimeSignalSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScte35TimeSignalSettings sets the Scte35TimeSignalSettings field's value. | [
"SetScte35TimeSignalSettings",
"sets",
"the",
"Scte35TimeSignalSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14351-L14354 | train |
aws/aws-sdk-go | service/medialive/api.go | SetStaticImageActivateSettings | func (s *ScheduleActionSettings) SetStaticImageActivateSettings(v *StaticImageActivateScheduleActionSettings) *ScheduleActionSettings {
s.StaticImageActivateSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetStaticImageActivateSettings(v *StaticImageActivateScheduleActionSettings) *ScheduleActionSettings {
s.StaticImageActivateSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetStaticImageActivateSettings",
"(",
"v",
"*",
"StaticImageActivateScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"StaticImageActivateSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStaticImageActivateSettings sets the StaticImageActivateSettings field's value. | [
"SetStaticImageActivateSettings",
"sets",
"the",
"StaticImageActivateSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14357-L14360 | train |
aws/aws-sdk-go | service/medialive/api.go | SetStaticImageDeactivateSettings | func (s *ScheduleActionSettings) SetStaticImageDeactivateSettings(v *StaticImageDeactivateScheduleActionSettings) *ScheduleActionSettings {
s.StaticImageDeactivateSettings = v
return s
} | go | func (s *ScheduleActionSettings) SetStaticImageDeactivateSettings(v *StaticImageDeactivateScheduleActionSettings) *ScheduleActionSettings {
s.StaticImageDeactivateSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionSettings",
")",
"SetStaticImageDeactivateSettings",
"(",
"v",
"*",
"StaticImageDeactivateScheduleActionSettings",
")",
"*",
"ScheduleActionSettings",
"{",
"s",
".",
"StaticImageDeactivateSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStaticImageDeactivateSettings sets the StaticImageDeactivateSettings field's value. | [
"SetStaticImageDeactivateSettings",
"sets",
"the",
"StaticImageDeactivateSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14363-L14366 | train |
aws/aws-sdk-go | service/medialive/api.go | SetFixedModeScheduleActionStartSettings | func (s *ScheduleActionStartSettings) SetFixedModeScheduleActionStartSettings(v *FixedModeScheduleActionStartSettings) *ScheduleActionStartSettings {
s.FixedModeScheduleActionStartSettings = v
return s
} | go | func (s *ScheduleActionStartSettings) SetFixedModeScheduleActionStartSettings(v *FixedModeScheduleActionStartSettings) *ScheduleActionStartSettings {
s.FixedModeScheduleActionStartSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionStartSettings",
")",
"SetFixedModeScheduleActionStartSettings",
"(",
"v",
"*",
"FixedModeScheduleActionStartSettings",
")",
"*",
"ScheduleActionStartSettings",
"{",
"s",
".",
"FixedModeScheduleActionStartSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFixedModeScheduleActionStartSettings sets the FixedModeScheduleActionStartSettings field's value. | [
"SetFixedModeScheduleActionStartSettings",
"sets",
"the",
"FixedModeScheduleActionStartSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14410-L14413 | train |
aws/aws-sdk-go | service/medialive/api.go | SetFollowModeScheduleActionStartSettings | func (s *ScheduleActionStartSettings) SetFollowModeScheduleActionStartSettings(v *FollowModeScheduleActionStartSettings) *ScheduleActionStartSettings {
s.FollowModeScheduleActionStartSettings = v
return s
} | go | func (s *ScheduleActionStartSettings) SetFollowModeScheduleActionStartSettings(v *FollowModeScheduleActionStartSettings) *ScheduleActionStartSettings {
s.FollowModeScheduleActionStartSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"ScheduleActionStartSettings",
")",
"SetFollowModeScheduleActionStartSettings",
"(",
"v",
"*",
"FollowModeScheduleActionStartSettings",
")",
"*",
"ScheduleActionStartSettings",
"{",
"s",
".",
"FollowModeScheduleActionStartSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFollowModeScheduleActionStartSettings sets the FollowModeScheduleActionStartSettings field's value. | [
"SetFollowModeScheduleActionStartSettings",
"sets",
"the",
"FollowModeScheduleActionStartSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14416-L14419 | train |
aws/aws-sdk-go | service/medialive/api.go | SetArchiveAllowedFlag | func (s *Scte35DeliveryRestrictions) SetArchiveAllowedFlag(v string) *Scte35DeliveryRestrictions {
s.ArchiveAllowedFlag = &v
return s
} | go | func (s *Scte35DeliveryRestrictions) SetArchiveAllowedFlag(v string) *Scte35DeliveryRestrictions {
s.ArchiveAllowedFlag = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35DeliveryRestrictions",
")",
"SetArchiveAllowedFlag",
"(",
"v",
"string",
")",
"*",
"Scte35DeliveryRestrictions",
"{",
"s",
".",
"ArchiveAllowedFlag",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetArchiveAllowedFlag sets the ArchiveAllowedFlag field's value. | [
"SetArchiveAllowedFlag",
"sets",
"the",
"ArchiveAllowedFlag",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14603-L14606 | train |
aws/aws-sdk-go | service/medialive/api.go | SetDeviceRestrictions | func (s *Scte35DeliveryRestrictions) SetDeviceRestrictions(v string) *Scte35DeliveryRestrictions {
s.DeviceRestrictions = &v
return s
} | go | func (s *Scte35DeliveryRestrictions) SetDeviceRestrictions(v string) *Scte35DeliveryRestrictions {
s.DeviceRestrictions = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35DeliveryRestrictions",
")",
"SetDeviceRestrictions",
"(",
"v",
"string",
")",
"*",
"Scte35DeliveryRestrictions",
"{",
"s",
".",
"DeviceRestrictions",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceRestrictions sets the DeviceRestrictions field's value. | [
"SetDeviceRestrictions",
"sets",
"the",
"DeviceRestrictions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14609-L14612 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScte35DescriptorSettings | func (s *Scte35Descriptor) SetScte35DescriptorSettings(v *Scte35DescriptorSettings) *Scte35Descriptor {
s.Scte35DescriptorSettings = v
return s
} | go | func (s *Scte35Descriptor) SetScte35DescriptorSettings(v *Scte35DescriptorSettings) *Scte35Descriptor {
s.Scte35DescriptorSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35Descriptor",
")",
"SetScte35DescriptorSettings",
"(",
"v",
"*",
"Scte35DescriptorSettings",
")",
"*",
"Scte35Descriptor",
"{",
"s",
".",
"Scte35DescriptorSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScte35DescriptorSettings sets the Scte35DescriptorSettings field's value. | [
"SetScte35DescriptorSettings",
"sets",
"the",
"Scte35DescriptorSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14665-L14668 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationDescriptorScte35DescriptorSettings | func (s *Scte35DescriptorSettings) SetSegmentationDescriptorScte35DescriptorSettings(v *Scte35SegmentationDescriptor) *Scte35DescriptorSettings {
s.SegmentationDescriptorScte35DescriptorSettings = v
return s
} | go | func (s *Scte35DescriptorSettings) SetSegmentationDescriptorScte35DescriptorSettings(v *Scte35SegmentationDescriptor) *Scte35DescriptorSettings {
s.SegmentationDescriptorScte35DescriptorSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35DescriptorSettings",
")",
"SetSegmentationDescriptorScte35DescriptorSettings",
"(",
"v",
"*",
"Scte35SegmentationDescriptor",
")",
"*",
"Scte35DescriptorSettings",
"{",
"s",
".",
"SegmentationDescriptorScte35DescriptorSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationDescriptorScte35DescriptorSettings sets the SegmentationDescriptorScte35DescriptorSettings field's value. | [
"SetSegmentationDescriptorScte35DescriptorSettings",
"sets",
"the",
"SegmentationDescriptorScte35DescriptorSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14709-L14712 | train |
aws/aws-sdk-go | service/medialive/api.go | SetDeliveryRestrictions | func (s *Scte35SegmentationDescriptor) SetDeliveryRestrictions(v *Scte35DeliveryRestrictions) *Scte35SegmentationDescriptor {
s.DeliveryRestrictions = v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetDeliveryRestrictions(v *Scte35DeliveryRestrictions) *Scte35SegmentationDescriptor {
s.DeliveryRestrictions = v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetDeliveryRestrictions",
"(",
"v",
"*",
"Scte35DeliveryRestrictions",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"DeliveryRestrictions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeliveryRestrictions sets the DeliveryRestrictions field's value. | [
"SetDeliveryRestrictions",
"sets",
"the",
"DeliveryRestrictions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14846-L14849 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentNum | func (s *Scte35SegmentationDescriptor) SetSegmentNum(v int64) *Scte35SegmentationDescriptor {
s.SegmentNum = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentNum(v int64) *Scte35SegmentationDescriptor {
s.SegmentNum = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentNum",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentNum",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentNum sets the SegmentNum field's value. | [
"SetSegmentNum",
"sets",
"the",
"SegmentNum",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14852-L14855 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationCancelIndicator | func (s *Scte35SegmentationDescriptor) SetSegmentationCancelIndicator(v string) *Scte35SegmentationDescriptor {
s.SegmentationCancelIndicator = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationCancelIndicator(v string) *Scte35SegmentationDescriptor {
s.SegmentationCancelIndicator = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationCancelIndicator",
"(",
"v",
"string",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationCancelIndicator",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationCancelIndicator sets the SegmentationCancelIndicator field's value. | [
"SetSegmentationCancelIndicator",
"sets",
"the",
"SegmentationCancelIndicator",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14858-L14861 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationDuration | func (s *Scte35SegmentationDescriptor) SetSegmentationDuration(v int64) *Scte35SegmentationDescriptor {
s.SegmentationDuration = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationDuration(v int64) *Scte35SegmentationDescriptor {
s.SegmentationDuration = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationDuration",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationDuration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationDuration sets the SegmentationDuration field's value. | [
"SetSegmentationDuration",
"sets",
"the",
"SegmentationDuration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14864-L14867 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationEventId | func (s *Scte35SegmentationDescriptor) SetSegmentationEventId(v int64) *Scte35SegmentationDescriptor {
s.SegmentationEventId = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationEventId(v int64) *Scte35SegmentationDescriptor {
s.SegmentationEventId = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationEventId",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationEventId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationEventId sets the SegmentationEventId field's value. | [
"SetSegmentationEventId",
"sets",
"the",
"SegmentationEventId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14870-L14873 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationTypeId | func (s *Scte35SegmentationDescriptor) SetSegmentationTypeId(v int64) *Scte35SegmentationDescriptor {
s.SegmentationTypeId = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationTypeId(v int64) *Scte35SegmentationDescriptor {
s.SegmentationTypeId = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationTypeId",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationTypeId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationTypeId sets the SegmentationTypeId field's value. | [
"SetSegmentationTypeId",
"sets",
"the",
"SegmentationTypeId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14876-L14879 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationUpid | func (s *Scte35SegmentationDescriptor) SetSegmentationUpid(v string) *Scte35SegmentationDescriptor {
s.SegmentationUpid = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationUpid(v string) *Scte35SegmentationDescriptor {
s.SegmentationUpid = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationUpid",
"(",
"v",
"string",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationUpid",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationUpid sets the SegmentationUpid field's value. | [
"SetSegmentationUpid",
"sets",
"the",
"SegmentationUpid",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14882-L14885 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentationUpidType | func (s *Scte35SegmentationDescriptor) SetSegmentationUpidType(v int64) *Scte35SegmentationDescriptor {
s.SegmentationUpidType = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentationUpidType(v int64) *Scte35SegmentationDescriptor {
s.SegmentationUpidType = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentationUpidType",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentationUpidType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentationUpidType sets the SegmentationUpidType field's value. | [
"SetSegmentationUpidType",
"sets",
"the",
"SegmentationUpidType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14888-L14891 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSegmentsExpected | func (s *Scte35SegmentationDescriptor) SetSegmentsExpected(v int64) *Scte35SegmentationDescriptor {
s.SegmentsExpected = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSegmentsExpected(v int64) *Scte35SegmentationDescriptor {
s.SegmentsExpected = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSegmentsExpected",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SegmentsExpected",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentsExpected sets the SegmentsExpected field's value. | [
"SetSegmentsExpected",
"sets",
"the",
"SegmentsExpected",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14894-L14897 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSubSegmentNum | func (s *Scte35SegmentationDescriptor) SetSubSegmentNum(v int64) *Scte35SegmentationDescriptor {
s.SubSegmentNum = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSubSegmentNum(v int64) *Scte35SegmentationDescriptor {
s.SubSegmentNum = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSubSegmentNum",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SubSegmentNum",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubSegmentNum sets the SubSegmentNum field's value. | [
"SetSubSegmentNum",
"sets",
"the",
"SubSegmentNum",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14900-L14903 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSubSegmentsExpected | func (s *Scte35SegmentationDescriptor) SetSubSegmentsExpected(v int64) *Scte35SegmentationDescriptor {
s.SubSegmentsExpected = &v
return s
} | go | func (s *Scte35SegmentationDescriptor) SetSubSegmentsExpected(v int64) *Scte35SegmentationDescriptor {
s.SubSegmentsExpected = &v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35SegmentationDescriptor",
")",
"SetSubSegmentsExpected",
"(",
"v",
"int64",
")",
"*",
"Scte35SegmentationDescriptor",
"{",
"s",
".",
"SubSegmentsExpected",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubSegmentsExpected sets the SubSegmentsExpected field's value. | [
"SetSubSegmentsExpected",
"sets",
"the",
"SubSegmentsExpected",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L14906-L14909 | train |
aws/aws-sdk-go | service/medialive/api.go | SetScte35Descriptors | func (s *Scte35TimeSignalScheduleActionSettings) SetScte35Descriptors(v []*Scte35Descriptor) *Scte35TimeSignalScheduleActionSettings {
s.Scte35Descriptors = v
return s
} | go | func (s *Scte35TimeSignalScheduleActionSettings) SetScte35Descriptors(v []*Scte35Descriptor) *Scte35TimeSignalScheduleActionSettings {
s.Scte35Descriptors = v
return s
} | [
"func",
"(",
"s",
"*",
"Scte35TimeSignalScheduleActionSettings",
")",
"SetScte35Descriptors",
"(",
"v",
"[",
"]",
"*",
"Scte35Descriptor",
")",
"*",
"Scte35TimeSignalScheduleActionSettings",
"{",
"s",
".",
"Scte35Descriptors",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScte35Descriptors sets the Scte35Descriptors field's value. | [
"SetScte35Descriptors",
"sets",
"the",
"Scte35Descriptors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L15126-L15129 | train |
aws/aws-sdk-go | service/medialive/api.go | SetKeyProviderServer | func (s *StaticKeySettings) SetKeyProviderServer(v *InputLocation) *StaticKeySettings {
s.KeyProviderServer = v
return s
} | go | func (s *StaticKeySettings) SetKeyProviderServer(v *InputLocation) *StaticKeySettings {
s.KeyProviderServer = v
return s
} | [
"func",
"(",
"s",
"*",
"StaticKeySettings",
")",
"SetKeyProviderServer",
"(",
"v",
"*",
"InputLocation",
")",
"*",
"StaticKeySettings",
"{",
"s",
".",
"KeyProviderServer",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetKeyProviderServer sets the KeyProviderServer field's value. | [
"SetKeyProviderServer",
"sets",
"the",
"KeyProviderServer",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L15594-L15597 | train |
aws/aws-sdk-go | service/medialive/api.go | SetSyncThreshold | func (s *TimecodeConfig) SetSyncThreshold(v int64) *TimecodeConfig {
s.SyncThreshold = &v
return s
} | go | func (s *TimecodeConfig) SetSyncThreshold(v int64) *TimecodeConfig {
s.SyncThreshold = &v
return s
} | [
"func",
"(",
"s",
"*",
"TimecodeConfig",
")",
"SetSyncThreshold",
"(",
"v",
"int64",
")",
"*",
"TimecodeConfig",
"{",
"s",
".",
"SyncThreshold",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSyncThreshold sets the SyncThreshold field's value. | [
"SetSyncThreshold",
"sets",
"the",
"SyncThreshold",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L15869-L15872 | train |
aws/aws-sdk-go | service/medialive/api.go | SetStyleControl | func (s *TtmlDestinationSettings) SetStyleControl(v string) *TtmlDestinationSettings {
s.StyleControl = &v
return s
} | go | func (s *TtmlDestinationSettings) SetStyleControl(v string) *TtmlDestinationSettings {
s.StyleControl = &v
return s
} | [
"func",
"(",
"s",
"*",
"TtmlDestinationSettings",
")",
"SetStyleControl",
"(",
"v",
"string",
")",
"*",
"TtmlDestinationSettings",
"{",
"s",
".",
"StyleControl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStyleControl sets the StyleControl field's value. | [
"SetStyleControl",
"sets",
"the",
"StyleControl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L15895-L15898 | train |
aws/aws-sdk-go | service/medialive/api.go | SetBufferMsec | func (s *UdpOutputSettings) SetBufferMsec(v int64) *UdpOutputSettings {
s.BufferMsec = &v
return s
} | go | func (s *UdpOutputSettings) SetBufferMsec(v int64) *UdpOutputSettings {
s.BufferMsec = &v
return s
} | [
"func",
"(",
"s",
"*",
"UdpOutputSettings",
")",
"SetBufferMsec",
"(",
"v",
"int64",
")",
"*",
"UdpOutputSettings",
"{",
"s",
".",
"BufferMsec",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBufferMsec sets the BufferMsec field's value. | [
"SetBufferMsec",
"sets",
"the",
"BufferMsec",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16049-L16052 | train |
aws/aws-sdk-go | service/medialive/api.go | SetFecOutputSettings | func (s *UdpOutputSettings) SetFecOutputSettings(v *FecOutputSettings) *UdpOutputSettings {
s.FecOutputSettings = v
return s
} | go | func (s *UdpOutputSettings) SetFecOutputSettings(v *FecOutputSettings) *UdpOutputSettings {
s.FecOutputSettings = v
return s
} | [
"func",
"(",
"s",
"*",
"UdpOutputSettings",
")",
"SetFecOutputSettings",
"(",
"v",
"*",
"FecOutputSettings",
")",
"*",
"UdpOutputSettings",
"{",
"s",
".",
"FecOutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFecOutputSettings sets the FecOutputSettings field's value. | [
"SetFecOutputSettings",
"sets",
"the",
"FecOutputSettings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16067-L16070 | train |
aws/aws-sdk-go | service/medialive/api.go | SetElementPath | func (s *ValidationError) SetElementPath(v string) *ValidationError {
s.ElementPath = &v
return s
} | go | func (s *ValidationError) SetElementPath(v string) *ValidationError {
s.ElementPath = &v
return s
} | [
"func",
"(",
"s",
"*",
"ValidationError",
")",
"SetElementPath",
"(",
"v",
"string",
")",
"*",
"ValidationError",
"{",
"s",
".",
"ElementPath",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetElementPath sets the ElementPath field's value. | [
"SetElementPath",
"sets",
"the",
"ElementPath",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16492-L16495 | train |
aws/aws-sdk-go | service/medialive/api.go | SetProgramId | func (s *VideoSelectorProgramId) SetProgramId(v int64) *VideoSelectorProgramId {
s.ProgramId = &v
return s
} | go | func (s *VideoSelectorProgramId) SetProgramId(v int64) *VideoSelectorProgramId {
s.ProgramId = &v
return s
} | [
"func",
"(",
"s",
"*",
"VideoSelectorProgramId",
")",
"SetProgramId",
"(",
"v",
"int64",
")",
"*",
"VideoSelectorProgramId",
"{",
"s",
".",
"ProgramId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProgramId sets the ProgramId field's value. | [
"SetProgramId",
"sets",
"the",
"ProgramId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16769-L16772 | train |
aws/aws-sdk-go | service/medialive/api.go | SetVideoSelectorPid | func (s *VideoSelectorSettings) SetVideoSelectorPid(v *VideoSelectorPid) *VideoSelectorSettings {
s.VideoSelectorPid = v
return s
} | go | func (s *VideoSelectorSettings) SetVideoSelectorPid(v *VideoSelectorPid) *VideoSelectorSettings {
s.VideoSelectorPid = v
return s
} | [
"func",
"(",
"s",
"*",
"VideoSelectorSettings",
")",
"SetVideoSelectorPid",
"(",
"v",
"*",
"VideoSelectorPid",
")",
"*",
"VideoSelectorSettings",
"{",
"s",
".",
"VideoSelectorPid",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVideoSelectorPid sets the VideoSelectorPid field's value. | [
"SetVideoSelectorPid",
"sets",
"the",
"VideoSelectorPid",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16796-L16799 | train |
aws/aws-sdk-go | service/medialive/api.go | SetVideoSelectorProgramId | func (s *VideoSelectorSettings) SetVideoSelectorProgramId(v *VideoSelectorProgramId) *VideoSelectorSettings {
s.VideoSelectorProgramId = v
return s
} | go | func (s *VideoSelectorSettings) SetVideoSelectorProgramId(v *VideoSelectorProgramId) *VideoSelectorSettings {
s.VideoSelectorProgramId = v
return s
} | [
"func",
"(",
"s",
"*",
"VideoSelectorSettings",
")",
"SetVideoSelectorProgramId",
"(",
"v",
"*",
"VideoSelectorProgramId",
")",
"*",
"VideoSelectorSettings",
"{",
"s",
".",
"VideoSelectorProgramId",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVideoSelectorProgramId sets the VideoSelectorProgramId field's value. | [
"SetVideoSelectorProgramId",
"sets",
"the",
"VideoSelectorProgramId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L16802-L16805 | train |
aws/aws-sdk-go | service/pi/api.go | SetPartitionBy | func (s *DescribeDimensionKeysInput) SetPartitionBy(v *DimensionGroup) *DescribeDimensionKeysInput {
s.PartitionBy = v
return s
} | go | func (s *DescribeDimensionKeysInput) SetPartitionBy(v *DimensionGroup) *DescribeDimensionKeysInput {
s.PartitionBy = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeDimensionKeysInput",
")",
"SetPartitionBy",
"(",
"v",
"*",
"DimensionGroup",
")",
"*",
"DescribeDimensionKeysInput",
"{",
"s",
".",
"PartitionBy",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPartitionBy sets the PartitionBy field's value. | [
"SetPartitionBy",
"sets",
"the",
"PartitionBy",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pi/api.go#L415-L418 | train |
aws/aws-sdk-go | service/pi/api.go | SetMetricQueries | func (s *GetResourceMetricsInput) SetMetricQueries(v []*MetricQuery) *GetResourceMetricsInput {
s.MetricQueries = v
return s
} | go | func (s *GetResourceMetricsInput) SetMetricQueries(v []*MetricQuery) *GetResourceMetricsInput {
s.MetricQueries = v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceMetricsInput",
")",
"SetMetricQueries",
"(",
"v",
"[",
"]",
"*",
"MetricQuery",
")",
"*",
"GetResourceMetricsInput",
"{",
"s",
".",
"MetricQueries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMetricQueries sets the MetricQueries field's value. | [
"SetMetricQueries",
"sets",
"the",
"MetricQueries",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pi/api.go#L797-L800 | train |
aws/aws-sdk-go | service/pi/api.go | SetMetricList | func (s *GetResourceMetricsOutput) SetMetricList(v []*MetricKeyDataPoints) *GetResourceMetricsOutput {
s.MetricList = v
return s
} | go | func (s *GetResourceMetricsOutput) SetMetricList(v []*MetricKeyDataPoints) *GetResourceMetricsOutput {
s.MetricList = v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceMetricsOutput",
")",
"SetMetricList",
"(",
"v",
"[",
"]",
"*",
"MetricKeyDataPoints",
")",
"*",
"GetResourceMetricsOutput",
"{",
"s",
".",
"MetricList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMetricList sets the MetricList field's value. | [
"SetMetricList",
"sets",
"the",
"MetricList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pi/api.go#L885-L888 | train |
aws/aws-sdk-go | service/pi/api.go | SetDataPoints | func (s *MetricKeyDataPoints) SetDataPoints(v []*DataPoint) *MetricKeyDataPoints {
s.DataPoints = v
return s
} | go | func (s *MetricKeyDataPoints) SetDataPoints(v []*DataPoint) *MetricKeyDataPoints {
s.DataPoints = v
return s
} | [
"func",
"(",
"s",
"*",
"MetricKeyDataPoints",
")",
"SetDataPoints",
"(",
"v",
"[",
"]",
"*",
"DataPoint",
")",
"*",
"MetricKeyDataPoints",
"{",
"s",
".",
"DataPoints",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDataPoints sets the DataPoints field's value. | [
"SetDataPoints",
"sets",
"the",
"DataPoints",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pi/api.go#L920-L923 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetListingTime | func (s *BlacklistEntry) SetListingTime(v time.Time) *BlacklistEntry {
s.ListingTime = &v
return s
} | go | func (s *BlacklistEntry) SetListingTime(v time.Time) *BlacklistEntry {
s.ListingTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"BlacklistEntry",
")",
"SetListingTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"BlacklistEntry",
"{",
"s",
".",
"ListingTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetListingTime sets the ListingTime field's value. | [
"SetListingTime",
"sets",
"the",
"ListingTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L3977-L3980 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetRblName | func (s *BlacklistEntry) SetRblName(v string) *BlacklistEntry {
s.RblName = &v
return s
} | go | func (s *BlacklistEntry) SetRblName(v string) *BlacklistEntry {
s.RblName = &v
return s
} | [
"func",
"(",
"s",
"*",
"BlacklistEntry",
")",
"SetRblName",
"(",
"v",
"string",
")",
"*",
"BlacklistEntry",
"{",
"s",
".",
"RblName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRblName sets the RblName field's value. | [
"SetRblName",
"sets",
"the",
"RblName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L3983-L3986 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetWarmupStatus | func (s *DedicatedIp) SetWarmupStatus(v string) *DedicatedIp {
s.WarmupStatus = &v
return s
} | go | func (s *DedicatedIp) SetWarmupStatus(v string) *DedicatedIp {
s.WarmupStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"DedicatedIp",
")",
"SetWarmupStatus",
"(",
"v",
"string",
")",
"*",
"DedicatedIp",
"{",
"s",
".",
"WarmupStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWarmupStatus sets the WarmupStatus field's value. | [
"SetWarmupStatus",
"sets",
"the",
"WarmupStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L4872-L4875 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetTokens | func (s *DkimAttributes) SetTokens(v []*string) *DkimAttributes {
s.Tokens = v
return s
} | go | func (s *DkimAttributes) SetTokens(v []*string) *DkimAttributes {
s.Tokens = v
return s
} | [
"func",
"(",
"s",
"*",
"DkimAttributes",
")",
"SetTokens",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DkimAttributes",
"{",
"s",
".",
"Tokens",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTokens sets the Tokens field's value. | [
"SetTokens",
"sets",
"the",
"Tokens",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5340-L5343 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetRaw | func (s *EmailContent) SetRaw(v *RawMessage) *EmailContent {
s.Raw = v
return s
} | go | func (s *EmailContent) SetRaw(v *RawMessage) *EmailContent {
s.Raw = v
return s
} | [
"func",
"(",
"s",
"*",
"EmailContent",
")",
"SetRaw",
"(",
"v",
"*",
"RawMessage",
")",
"*",
"EmailContent",
"{",
"s",
".",
"Raw",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRaw sets the Raw field's value. | [
"SetRaw",
"sets",
"the",
"Raw",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5476-L5479 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetSimple | func (s *EmailContent) SetSimple(v *Message) *EmailContent {
s.Simple = v
return s
} | go | func (s *EmailContent) SetSimple(v *Message) *EmailContent {
s.Simple = v
return s
} | [
"func",
"(",
"s",
"*",
"EmailContent",
")",
"SetSimple",
"(",
"v",
"*",
"Message",
")",
"*",
"EmailContent",
"{",
"s",
".",
"Simple",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSimple sets the Simple field's value. | [
"SetSimple",
"sets",
"the",
"Simple",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5482-L5485 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDedicatedIpAutoWarmupEnabled | func (s *GetAccountOutput) SetDedicatedIpAutoWarmupEnabled(v bool) *GetAccountOutput {
s.DedicatedIpAutoWarmupEnabled = &v
return s
} | go | func (s *GetAccountOutput) SetDedicatedIpAutoWarmupEnabled(v bool) *GetAccountOutput {
s.DedicatedIpAutoWarmupEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetAccountOutput",
")",
"SetDedicatedIpAutoWarmupEnabled",
"(",
"v",
"bool",
")",
"*",
"GetAccountOutput",
"{",
"s",
".",
"DedicatedIpAutoWarmupEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDedicatedIpAutoWarmupEnabled sets the DedicatedIpAutoWarmupEnabled field's value. | [
"SetDedicatedIpAutoWarmupEnabled",
"sets",
"the",
"DedicatedIpAutoWarmupEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5770-L5773 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetEnforcementStatus | func (s *GetAccountOutput) SetEnforcementStatus(v string) *GetAccountOutput {
s.EnforcementStatus = &v
return s
} | go | func (s *GetAccountOutput) SetEnforcementStatus(v string) *GetAccountOutput {
s.EnforcementStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetAccountOutput",
")",
"SetEnforcementStatus",
"(",
"v",
"string",
")",
"*",
"GetAccountOutput",
"{",
"s",
".",
"EnforcementStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEnforcementStatus sets the EnforcementStatus field's value. | [
"SetEnforcementStatus",
"sets",
"the",
"EnforcementStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5776-L5779 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetProductionAccessEnabled | func (s *GetAccountOutput) SetProductionAccessEnabled(v bool) *GetAccountOutput {
s.ProductionAccessEnabled = &v
return s
} | go | func (s *GetAccountOutput) SetProductionAccessEnabled(v bool) *GetAccountOutput {
s.ProductionAccessEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetAccountOutput",
")",
"SetProductionAccessEnabled",
"(",
"v",
"bool",
")",
"*",
"GetAccountOutput",
"{",
"s",
".",
"ProductionAccessEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProductionAccessEnabled sets the ProductionAccessEnabled field's value. | [
"SetProductionAccessEnabled",
"sets",
"the",
"ProductionAccessEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5782-L5785 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetSendQuota | func (s *GetAccountOutput) SetSendQuota(v *SendQuota) *GetAccountOutput {
s.SendQuota = v
return s
} | go | func (s *GetAccountOutput) SetSendQuota(v *SendQuota) *GetAccountOutput {
s.SendQuota = v
return s
} | [
"func",
"(",
"s",
"*",
"GetAccountOutput",
")",
"SetSendQuota",
"(",
"v",
"*",
"SendQuota",
")",
"*",
"GetAccountOutput",
"{",
"s",
".",
"SendQuota",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSendQuota sets the SendQuota field's value. | [
"SetSendQuota",
"sets",
"the",
"SendQuota",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5788-L5791 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetBlacklistItemNames | func (s *GetBlacklistReportsInput) SetBlacklistItemNames(v []*string) *GetBlacklistReportsInput {
s.BlacklistItemNames = v
return s
} | go | func (s *GetBlacklistReportsInput) SetBlacklistItemNames(v []*string) *GetBlacklistReportsInput {
s.BlacklistItemNames = v
return s
} | [
"func",
"(",
"s",
"*",
"GetBlacklistReportsInput",
")",
"SetBlacklistItemNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetBlacklistReportsInput",
"{",
"s",
".",
"BlacklistItemNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlacklistItemNames sets the BlacklistItemNames field's value. | [
"SetBlacklistItemNames",
"sets",
"the",
"BlacklistItemNames",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5836-L5839 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetBlacklistReport | func (s *GetBlacklistReportsOutput) SetBlacklistReport(v map[string][]*BlacklistEntry) *GetBlacklistReportsOutput {
s.BlacklistReport = v
return s
} | go | func (s *GetBlacklistReportsOutput) SetBlacklistReport(v map[string][]*BlacklistEntry) *GetBlacklistReportsOutput {
s.BlacklistReport = v
return s
} | [
"func",
"(",
"s",
"*",
"GetBlacklistReportsOutput",
")",
"SetBlacklistReport",
"(",
"v",
"map",
"[",
"string",
"]",
"[",
"]",
"*",
"BlacklistEntry",
")",
"*",
"GetBlacklistReportsOutput",
"{",
"s",
".",
"BlacklistReport",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlacklistReport sets the BlacklistReport field's value. | [
"SetBlacklistReport",
"sets",
"the",
"BlacklistReport",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L5863-L5866 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDedicatedIp | func (s *GetDedicatedIpOutput) SetDedicatedIp(v *DedicatedIp) *GetDedicatedIpOutput {
s.DedicatedIp = v
return s
} | go | func (s *GetDedicatedIpOutput) SetDedicatedIp(v *DedicatedIp) *GetDedicatedIpOutput {
s.DedicatedIp = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDedicatedIpOutput",
")",
"SetDedicatedIp",
"(",
"v",
"*",
"DedicatedIp",
")",
"*",
"GetDedicatedIpOutput",
"{",
"s",
".",
"DedicatedIp",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDedicatedIp sets the DedicatedIp field's value. | [
"SetDedicatedIp",
"sets",
"the",
"DedicatedIp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6106-L6109 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDedicatedIps | func (s *GetDedicatedIpsOutput) SetDedicatedIps(v []*DedicatedIp) *GetDedicatedIpsOutput {
s.DedicatedIps = v
return s
} | go | func (s *GetDedicatedIpsOutput) SetDedicatedIps(v []*DedicatedIp) *GetDedicatedIpsOutput {
s.DedicatedIps = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDedicatedIpsOutput",
")",
"SetDedicatedIps",
"(",
"v",
"[",
"]",
"*",
"DedicatedIp",
")",
"*",
"GetDedicatedIpsOutput",
"{",
"s",
".",
"DedicatedIps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDedicatedIps sets the DedicatedIps field's value. | [
"SetDedicatedIps",
"sets",
"the",
"DedicatedIps",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6183-L6186 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetIspPlacements | func (s *GetDeliverabilityTestReportOutput) SetIspPlacements(v []*IspPlacement) *GetDeliverabilityTestReportOutput {
s.IspPlacements = v
return s
} | go | func (s *GetDeliverabilityTestReportOutput) SetIspPlacements(v []*IspPlacement) *GetDeliverabilityTestReportOutput {
s.IspPlacements = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDeliverabilityTestReportOutput",
")",
"SetIspPlacements",
"(",
"v",
"[",
"]",
"*",
"IspPlacement",
")",
"*",
"GetDeliverabilityTestReportOutput",
"{",
"s",
".",
"IspPlacements",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIspPlacements sets the IspPlacements field's value. | [
"SetIspPlacements",
"sets",
"the",
"IspPlacements",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6333-L6336 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetOverallPlacement | func (s *GetDeliverabilityTestReportOutput) SetOverallPlacement(v *PlacementStatistics) *GetDeliverabilityTestReportOutput {
s.OverallPlacement = v
return s
} | go | func (s *GetDeliverabilityTestReportOutput) SetOverallPlacement(v *PlacementStatistics) *GetDeliverabilityTestReportOutput {
s.OverallPlacement = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDeliverabilityTestReportOutput",
")",
"SetOverallPlacement",
"(",
"v",
"*",
"PlacementStatistics",
")",
"*",
"GetDeliverabilityTestReportOutput",
"{",
"s",
".",
"OverallPlacement",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOverallPlacement sets the OverallPlacement field's value. | [
"SetOverallPlacement",
"sets",
"the",
"OverallPlacement",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6345-L6348 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDailyVolumes | func (s *GetDomainStatisticsReportOutput) SetDailyVolumes(v []*DailyVolume) *GetDomainStatisticsReportOutput {
s.DailyVolumes = v
return s
} | go | func (s *GetDomainStatisticsReportOutput) SetDailyVolumes(v []*DailyVolume) *GetDomainStatisticsReportOutput {
s.DailyVolumes = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDomainStatisticsReportOutput",
")",
"SetDailyVolumes",
"(",
"v",
"[",
"]",
"*",
"DailyVolume",
")",
"*",
"GetDomainStatisticsReportOutput",
"{",
"s",
".",
"DailyVolumes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDailyVolumes sets the DailyVolumes field's value. | [
"SetDailyVolumes",
"sets",
"the",
"DailyVolumes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6454-L6457 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetOverallVolume | func (s *GetDomainStatisticsReportOutput) SetOverallVolume(v *OverallVolume) *GetDomainStatisticsReportOutput {
s.OverallVolume = v
return s
} | go | func (s *GetDomainStatisticsReportOutput) SetOverallVolume(v *OverallVolume) *GetDomainStatisticsReportOutput {
s.OverallVolume = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDomainStatisticsReportOutput",
")",
"SetOverallVolume",
"(",
"v",
"*",
"OverallVolume",
")",
"*",
"GetDomainStatisticsReportOutput",
"{",
"s",
".",
"OverallVolume",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOverallVolume sets the OverallVolume field's value. | [
"SetOverallVolume",
"sets",
"the",
"OverallVolume",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6460-L6463 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetFeedbackForwardingStatus | func (s *GetEmailIdentityOutput) SetFeedbackForwardingStatus(v bool) *GetEmailIdentityOutput {
s.FeedbackForwardingStatus = &v
return s
} | go | func (s *GetEmailIdentityOutput) SetFeedbackForwardingStatus(v bool) *GetEmailIdentityOutput {
s.FeedbackForwardingStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetEmailIdentityOutput",
")",
"SetFeedbackForwardingStatus",
"(",
"v",
"bool",
")",
"*",
"GetEmailIdentityOutput",
"{",
"s",
".",
"FeedbackForwardingStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFeedbackForwardingStatus sets the FeedbackForwardingStatus field's value. | [
"SetFeedbackForwardingStatus",
"sets",
"the",
"FeedbackForwardingStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6561-L6564 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetMailFromAttributes | func (s *GetEmailIdentityOutput) SetMailFromAttributes(v *MailFromAttributes) *GetEmailIdentityOutput {
s.MailFromAttributes = v
return s
} | go | func (s *GetEmailIdentityOutput) SetMailFromAttributes(v *MailFromAttributes) *GetEmailIdentityOutput {
s.MailFromAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"GetEmailIdentityOutput",
")",
"SetMailFromAttributes",
"(",
"v",
"*",
"MailFromAttributes",
")",
"*",
"GetEmailIdentityOutput",
"{",
"s",
".",
"MailFromAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMailFromAttributes sets the MailFromAttributes field's value. | [
"SetMailFromAttributes",
"sets",
"the",
"MailFromAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6573-L6576 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetIdentityName | func (s *IdentityInfo) SetIdentityName(v string) *IdentityInfo {
s.IdentityName = &v
return s
} | go | func (s *IdentityInfo) SetIdentityName(v string) *IdentityInfo {
s.IdentityName = &v
return s
} | [
"func",
"(",
"s",
"*",
"IdentityInfo",
")",
"SetIdentityName",
"(",
"v",
"string",
")",
"*",
"IdentityInfo",
"{",
"s",
".",
"IdentityName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIdentityName sets the IdentityName field's value. | [
"SetIdentityName",
"sets",
"the",
"IdentityName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6620-L6623 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetPlacementStatistics | func (s *IspPlacement) SetPlacementStatistics(v *PlacementStatistics) *IspPlacement {
s.PlacementStatistics = v
return s
} | go | func (s *IspPlacement) SetPlacementStatistics(v *PlacementStatistics) *IspPlacement {
s.PlacementStatistics = v
return s
} | [
"func",
"(",
"s",
"*",
"IspPlacement",
")",
"SetPlacementStatistics",
"(",
"v",
"*",
"PlacementStatistics",
")",
"*",
"IspPlacement",
"{",
"s",
".",
"PlacementStatistics",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPlacementStatistics sets the PlacementStatistics field's value. | [
"SetPlacementStatistics",
"sets",
"the",
"PlacementStatistics",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6666-L6669 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDedicatedIpPools | func (s *ListDedicatedIpPoolsOutput) SetDedicatedIpPools(v []*string) *ListDedicatedIpPoolsOutput {
s.DedicatedIpPools = v
return s
} | go | func (s *ListDedicatedIpPoolsOutput) SetDedicatedIpPools(v []*string) *ListDedicatedIpPoolsOutput {
s.DedicatedIpPools = v
return s
} | [
"func",
"(",
"s",
"*",
"ListDedicatedIpPoolsOutput",
")",
"SetDedicatedIpPools",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListDedicatedIpPoolsOutput",
"{",
"s",
".",
"DedicatedIpPools",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDedicatedIpPools sets the DedicatedIpPools field's value. | [
"SetDedicatedIpPools",
"sets",
"the",
"DedicatedIpPools",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L6865-L6868 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetEmailIdentities | func (s *ListEmailIdentitiesOutput) SetEmailIdentities(v []*IdentityInfo) *ListEmailIdentitiesOutput {
s.EmailIdentities = v
return s
} | go | func (s *ListEmailIdentitiesOutput) SetEmailIdentities(v []*IdentityInfo) *ListEmailIdentitiesOutput {
s.EmailIdentities = v
return s
} | [
"func",
"(",
"s",
"*",
"ListEmailIdentitiesOutput",
")",
"SetEmailIdentities",
"(",
"v",
"[",
"]",
"*",
"IdentityInfo",
")",
"*",
"ListEmailIdentitiesOutput",
"{",
"s",
".",
"EmailIdentities",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEmailIdentities sets the EmailIdentities field's value. | [
"SetEmailIdentities",
"sets",
"the",
"EmailIdentities",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7025-L7028 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetReadRatePercent | func (s *OverallVolume) SetReadRatePercent(v float64) *OverallVolume {
s.ReadRatePercent = &v
return s
} | go | func (s *OverallVolume) SetReadRatePercent(v float64) *OverallVolume {
s.ReadRatePercent = &v
return s
} | [
"func",
"(",
"s",
"*",
"OverallVolume",
")",
"SetReadRatePercent",
"(",
"v",
"float64",
")",
"*",
"OverallVolume",
"{",
"s",
".",
"ReadRatePercent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetReadRatePercent sets the ReadRatePercent field's value. | [
"SetReadRatePercent",
"sets",
"the",
"ReadRatePercent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7336-L7339 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDkimPercentage | func (s *PlacementStatistics) SetDkimPercentage(v float64) *PlacementStatistics {
s.DkimPercentage = &v
return s
} | go | func (s *PlacementStatistics) SetDkimPercentage(v float64) *PlacementStatistics {
s.DkimPercentage = &v
return s
} | [
"func",
"(",
"s",
"*",
"PlacementStatistics",
")",
"SetDkimPercentage",
"(",
"v",
"float64",
")",
"*",
"PlacementStatistics",
"{",
"s",
".",
"DkimPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDkimPercentage sets the DkimPercentage field's value. | [
"SetDkimPercentage",
"sets",
"the",
"DkimPercentage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7410-L7413 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetMissingPercentage | func (s *PlacementStatistics) SetMissingPercentage(v float64) *PlacementStatistics {
s.MissingPercentage = &v
return s
} | go | func (s *PlacementStatistics) SetMissingPercentage(v float64) *PlacementStatistics {
s.MissingPercentage = &v
return s
} | [
"func",
"(",
"s",
"*",
"PlacementStatistics",
")",
"SetMissingPercentage",
"(",
"v",
"float64",
")",
"*",
"PlacementStatistics",
"{",
"s",
".",
"MissingPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMissingPercentage sets the MissingPercentage field's value. | [
"SetMissingPercentage",
"sets",
"the",
"MissingPercentage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7422-L7425 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetSpfPercentage | func (s *PlacementStatistics) SetSpfPercentage(v float64) *PlacementStatistics {
s.SpfPercentage = &v
return s
} | go | func (s *PlacementStatistics) SetSpfPercentage(v float64) *PlacementStatistics {
s.SpfPercentage = &v
return s
} | [
"func",
"(",
"s",
"*",
"PlacementStatistics",
")",
"SetSpfPercentage",
"(",
"v",
"float64",
")",
"*",
"PlacementStatistics",
"{",
"s",
".",
"SpfPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSpfPercentage sets the SpfPercentage field's value. | [
"SetSpfPercentage",
"sets",
"the",
"SpfPercentage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7434-L7437 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetAutoWarmupEnabled | func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool) *PutAccountDedicatedIpWarmupAttributesInput {
s.AutoWarmupEnabled = &v
return s
} | go | func (s *PutAccountDedicatedIpWarmupAttributesInput) SetAutoWarmupEnabled(v bool) *PutAccountDedicatedIpWarmupAttributesInput {
s.AutoWarmupEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"PutAccountDedicatedIpWarmupAttributesInput",
")",
"SetAutoWarmupEnabled",
"(",
"v",
"bool",
")",
"*",
"PutAccountDedicatedIpWarmupAttributesInput",
"{",
"s",
".",
"AutoWarmupEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutoWarmupEnabled sets the AutoWarmupEnabled field's value. | [
"SetAutoWarmupEnabled",
"sets",
"the",
"AutoWarmupEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7461-L7464 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetDestinationPoolName | func (s *PutDedicatedIpInPoolInput) SetDestinationPoolName(v string) *PutDedicatedIpInPoolInput {
s.DestinationPoolName = &v
return s
} | go | func (s *PutDedicatedIpInPoolInput) SetDestinationPoolName(v string) *PutDedicatedIpInPoolInput {
s.DestinationPoolName = &v
return s
} | [
"func",
"(",
"s",
"*",
"PutDedicatedIpInPoolInput",
")",
"SetDestinationPoolName",
"(",
"v",
"string",
")",
"*",
"PutDedicatedIpInPoolInput",
"{",
"s",
".",
"DestinationPoolName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationPoolName sets the DestinationPoolName field's value. | [
"SetDestinationPoolName",
"sets",
"the",
"DestinationPoolName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L7853-L7856 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetEmailForwardingEnabled | func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailForwardingEnabled(v bool) *PutEmailIdentityFeedbackAttributesInput {
s.EmailForwardingEnabled = &v
return s
} | go | func (s *PutEmailIdentityFeedbackAttributesInput) SetEmailForwardingEnabled(v bool) *PutEmailIdentityFeedbackAttributesInput {
s.EmailForwardingEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"PutEmailIdentityFeedbackAttributesInput",
")",
"SetEmailForwardingEnabled",
"(",
"v",
"bool",
")",
"*",
"PutEmailIdentityFeedbackAttributesInput",
"{",
"s",
".",
"EmailForwardingEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEmailForwardingEnabled sets the EmailForwardingEnabled field's value. | [
"SetEmailForwardingEnabled",
"sets",
"the",
"EmailForwardingEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L8145-L8148 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetEmailTags | func (s *SendEmailInput) SetEmailTags(v []*MessageTag) *SendEmailInput {
s.EmailTags = v
return s
} | go | func (s *SendEmailInput) SetEmailTags(v []*MessageTag) *SendEmailInput {
s.EmailTags = v
return s
} | [
"func",
"(",
"s",
"*",
"SendEmailInput",
")",
"SetEmailTags",
"(",
"v",
"[",
"]",
"*",
"MessageTag",
")",
"*",
"SendEmailInput",
"{",
"s",
".",
"EmailTags",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEmailTags sets the EmailTags field's value. | [
"SetEmailTags",
"sets",
"the",
"EmailTags",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L8458-L8461 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetFeedbackForwardingEmailAddress | func (s *SendEmailInput) SetFeedbackForwardingEmailAddress(v string) *SendEmailInput {
s.FeedbackForwardingEmailAddress = &v
return s
} | go | func (s *SendEmailInput) SetFeedbackForwardingEmailAddress(v string) *SendEmailInput {
s.FeedbackForwardingEmailAddress = &v
return s
} | [
"func",
"(",
"s",
"*",
"SendEmailInput",
")",
"SetFeedbackForwardingEmailAddress",
"(",
"v",
"string",
")",
"*",
"SendEmailInput",
"{",
"s",
".",
"FeedbackForwardingEmailAddress",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFeedbackForwardingEmailAddress sets the FeedbackForwardingEmailAddress field's value. | [
"SetFeedbackForwardingEmailAddress",
"sets",
"the",
"FeedbackForwardingEmailAddress",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L8464-L8467 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetProjectedInbox | func (s *VolumeStatistics) SetProjectedInbox(v int64) *VolumeStatistics {
s.ProjectedInbox = &v
return s
} | go | func (s *VolumeStatistics) SetProjectedInbox(v int64) *VolumeStatistics {
s.ProjectedInbox = &v
return s
} | [
"func",
"(",
"s",
"*",
"VolumeStatistics",
")",
"SetProjectedInbox",
"(",
"v",
"int64",
")",
"*",
"VolumeStatistics",
"{",
"s",
".",
"ProjectedInbox",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProjectedInbox sets the ProjectedInbox field's value. | [
"SetProjectedInbox",
"sets",
"the",
"ProjectedInbox",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L9049-L9052 | train |
aws/aws-sdk-go | service/pinpointemail/api.go | SetProjectedSpam | func (s *VolumeStatistics) SetProjectedSpam(v int64) *VolumeStatistics {
s.ProjectedSpam = &v
return s
} | go | func (s *VolumeStatistics) SetProjectedSpam(v int64) *VolumeStatistics {
s.ProjectedSpam = &v
return s
} | [
"func",
"(",
"s",
"*",
"VolumeStatistics",
")",
"SetProjectedSpam",
"(",
"v",
"int64",
")",
"*",
"VolumeStatistics",
"{",
"s",
".",
"ProjectedSpam",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProjectedSpam sets the ProjectedSpam field's value. | [
"SetProjectedSpam",
"sets",
"the",
"ProjectedSpam",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpointemail/api.go#L9055-L9058 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetUsageRecords | func (s *BatchMeterUsageInput) SetUsageRecords(v []*UsageRecord) *BatchMeterUsageInput {
s.UsageRecords = v
return s
} | go | func (s *BatchMeterUsageInput) SetUsageRecords(v []*UsageRecord) *BatchMeterUsageInput {
s.UsageRecords = v
return s
} | [
"func",
"(",
"s",
"*",
"BatchMeterUsageInput",
")",
"SetUsageRecords",
"(",
"v",
"[",
"]",
"*",
"UsageRecord",
")",
"*",
"BatchMeterUsageInput",
"{",
"s",
".",
"UsageRecords",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUsageRecords sets the UsageRecords field's value. | [
"SetUsageRecords",
"sets",
"the",
"UsageRecords",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L530-L533 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetUnprocessedRecords | func (s *BatchMeterUsageOutput) SetUnprocessedRecords(v []*UsageRecord) *BatchMeterUsageOutput {
s.UnprocessedRecords = v
return s
} | go | func (s *BatchMeterUsageOutput) SetUnprocessedRecords(v []*UsageRecord) *BatchMeterUsageOutput {
s.UnprocessedRecords = v
return s
} | [
"func",
"(",
"s",
"*",
"BatchMeterUsageOutput",
")",
"SetUnprocessedRecords",
"(",
"v",
"[",
"]",
"*",
"UsageRecord",
")",
"*",
"BatchMeterUsageOutput",
"{",
"s",
".",
"UnprocessedRecords",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnprocessedRecords sets the UnprocessedRecords field's value. | [
"SetUnprocessedRecords",
"sets",
"the",
"UnprocessedRecords",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L567-L570 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetUsageDimension | func (s *MeterUsageInput) SetUsageDimension(v string) *MeterUsageInput {
s.UsageDimension = &v
return s
} | go | func (s *MeterUsageInput) SetUsageDimension(v string) *MeterUsageInput {
s.UsageDimension = &v
return s
} | [
"func",
"(",
"s",
"*",
"MeterUsageInput",
")",
"SetUsageDimension",
"(",
"v",
"string",
")",
"*",
"MeterUsageInput",
"{",
"s",
".",
"UsageDimension",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUsageDimension sets the UsageDimension field's value. | [
"SetUsageDimension",
"sets",
"the",
"UsageDimension",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L657-L660 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetUsageQuantity | func (s *MeterUsageInput) SetUsageQuantity(v int64) *MeterUsageInput {
s.UsageQuantity = &v
return s
} | go | func (s *MeterUsageInput) SetUsageQuantity(v int64) *MeterUsageInput {
s.UsageQuantity = &v
return s
} | [
"func",
"(",
"s",
"*",
"MeterUsageInput",
")",
"SetUsageQuantity",
"(",
"v",
"int64",
")",
"*",
"MeterUsageInput",
"{",
"s",
".",
"UsageQuantity",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUsageQuantity sets the UsageQuantity field's value. | [
"SetUsageQuantity",
"sets",
"the",
"UsageQuantity",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L663-L666 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetPublicKeyVersion | func (s *RegisterUsageInput) SetPublicKeyVersion(v int64) *RegisterUsageInput {
s.PublicKeyVersion = &v
return s
} | go | func (s *RegisterUsageInput) SetPublicKeyVersion(v int64) *RegisterUsageInput {
s.PublicKeyVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"RegisterUsageInput",
")",
"SetPublicKeyVersion",
"(",
"v",
"int64",
")",
"*",
"RegisterUsageInput",
"{",
"s",
".",
"PublicKeyVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPublicKeyVersion sets the PublicKeyVersion field's value. | [
"SetPublicKeyVersion",
"sets",
"the",
"PublicKeyVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L756-L759 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetPublicKeyRotationTimestamp | func (s *RegisterUsageOutput) SetPublicKeyRotationTimestamp(v time.Time) *RegisterUsageOutput {
s.PublicKeyRotationTimestamp = &v
return s
} | go | func (s *RegisterUsageOutput) SetPublicKeyRotationTimestamp(v time.Time) *RegisterUsageOutput {
s.PublicKeyRotationTimestamp = &v
return s
} | [
"func",
"(",
"s",
"*",
"RegisterUsageOutput",
")",
"SetPublicKeyRotationTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"RegisterUsageOutput",
"{",
"s",
".",
"PublicKeyRotationTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPublicKeyRotationTimestamp sets the PublicKeyRotationTimestamp field's value. | [
"SetPublicKeyRotationTimestamp",
"sets",
"the",
"PublicKeyRotationTimestamp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L782-L785 | train |
aws/aws-sdk-go | service/marketplacemetering/api.go | SetRegistrationToken | func (s *ResolveCustomerInput) SetRegistrationToken(v string) *ResolveCustomerInput {
s.RegistrationToken = &v
return s
} | go | func (s *ResolveCustomerInput) SetRegistrationToken(v string) *ResolveCustomerInput {
s.RegistrationToken = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResolveCustomerInput",
")",
"SetRegistrationToken",
"(",
"v",
"string",
")",
"*",
"ResolveCustomerInput",
"{",
"s",
".",
"RegistrationToken",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRegistrationToken sets the RegistrationToken field's value. | [
"SetRegistrationToken",
"sets",
"the",
"RegistrationToken",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/marketplacemetering/api.go#L829-L832 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.