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
|
---|---|---|---|---|---|---|---|---|---|---|---|
2,000 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMaxLuminance
|
func (s *Hdr10Metadata) SetMaxLuminance(v int64) *Hdr10Metadata {
s.MaxLuminance = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetMaxLuminance(v int64) *Hdr10Metadata {
s.MaxLuminance = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetMaxLuminance",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"MaxLuminance",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMaxLuminance sets the MaxLuminance field's value.
|
[
"SetMaxLuminance",
"sets",
"the",
"MaxLuminance",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8604-L8607
|
2,001 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMinLuminance
|
func (s *Hdr10Metadata) SetMinLuminance(v int64) *Hdr10Metadata {
s.MinLuminance = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetMinLuminance(v int64) *Hdr10Metadata {
s.MinLuminance = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetMinLuminance",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"MinLuminance",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMinLuminance sets the MinLuminance field's value.
|
[
"SetMinLuminance",
"sets",
"the",
"MinLuminance",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8610-L8613
|
2,002 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetRedPrimaryX
|
func (s *Hdr10Metadata) SetRedPrimaryX(v int64) *Hdr10Metadata {
s.RedPrimaryX = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetRedPrimaryX(v int64) *Hdr10Metadata {
s.RedPrimaryX = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetRedPrimaryX",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"RedPrimaryX",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRedPrimaryX sets the RedPrimaryX field's value.
|
[
"SetRedPrimaryX",
"sets",
"the",
"RedPrimaryX",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8616-L8619
|
2,003 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetRedPrimaryY
|
func (s *Hdr10Metadata) SetRedPrimaryY(v int64) *Hdr10Metadata {
s.RedPrimaryY = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetRedPrimaryY(v int64) *Hdr10Metadata {
s.RedPrimaryY = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetRedPrimaryY",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"RedPrimaryY",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRedPrimaryY sets the RedPrimaryY field's value.
|
[
"SetRedPrimaryY",
"sets",
"the",
"RedPrimaryY",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8622-L8625
|
2,004 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetWhitePointX
|
func (s *Hdr10Metadata) SetWhitePointX(v int64) *Hdr10Metadata {
s.WhitePointX = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetWhitePointX(v int64) *Hdr10Metadata {
s.WhitePointX = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetWhitePointX",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"WhitePointX",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetWhitePointX sets the WhitePointX field's value.
|
[
"SetWhitePointX",
"sets",
"the",
"WhitePointX",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8628-L8631
|
2,005 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetWhitePointY
|
func (s *Hdr10Metadata) SetWhitePointY(v int64) *Hdr10Metadata {
s.WhitePointY = &v
return s
}
|
go
|
func (s *Hdr10Metadata) SetWhitePointY(v int64) *Hdr10Metadata {
s.WhitePointY = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Hdr10Metadata",
")",
"SetWhitePointY",
"(",
"v",
"int64",
")",
"*",
"Hdr10Metadata",
"{",
"s",
".",
"WhitePointY",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetWhitePointY sets the WhitePointY field's value.
|
[
"SetWhitePointY",
"sets",
"the",
"WhitePointY",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8634-L8637
|
2,006 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOfflineEncrypted
|
func (s *HlsEncryptionSettings) SetOfflineEncrypted(v string) *HlsEncryptionSettings {
s.OfflineEncrypted = &v
return s
}
|
go
|
func (s *HlsEncryptionSettings) SetOfflineEncrypted(v string) *HlsEncryptionSettings {
s.OfflineEncrypted = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsEncryptionSettings",
")",
"SetOfflineEncrypted",
"(",
"v",
"string",
")",
"*",
"HlsEncryptionSettings",
"{",
"s",
".",
"OfflineEncrypted",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOfflineEncrypted sets the OfflineEncrypted field's value.
|
[
"SetOfflineEncrypted",
"sets",
"the",
"OfflineEncrypted",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8781-L8784
|
2,007 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetCaptionLanguageSetting
|
func (s *HlsGroupSettings) SetCaptionLanguageSetting(v string) *HlsGroupSettings {
s.CaptionLanguageSetting = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetCaptionLanguageSetting(v string) *HlsGroupSettings {
s.CaptionLanguageSetting = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetCaptionLanguageSetting",
"(",
"v",
"string",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"CaptionLanguageSetting",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCaptionLanguageSetting sets the CaptionLanguageSetting field's value.
|
[
"SetCaptionLanguageSetting",
"sets",
"the",
"CaptionLanguageSetting",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L8988-L8991
|
2,008 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDirectoryStructure
|
func (s *HlsGroupSettings) SetDirectoryStructure(v string) *HlsGroupSettings {
s.DirectoryStructure = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetDirectoryStructure(v string) *HlsGroupSettings {
s.DirectoryStructure = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetDirectoryStructure",
"(",
"v",
"string",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"DirectoryStructure",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDirectoryStructure sets the DirectoryStructure field's value.
|
[
"SetDirectoryStructure",
"sets",
"the",
"DirectoryStructure",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9018-L9021
|
2,009 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMinSegmentLength
|
func (s *HlsGroupSettings) SetMinSegmentLength(v int64) *HlsGroupSettings {
s.MinSegmentLength = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetMinSegmentLength(v int64) *HlsGroupSettings {
s.MinSegmentLength = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetMinSegmentLength",
"(",
"v",
"int64",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"MinSegmentLength",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMinSegmentLength sets the MinSegmentLength field's value.
|
[
"SetMinSegmentLength",
"sets",
"the",
"MinSegmentLength",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9048-L9051
|
2,010 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOutputSelection
|
func (s *HlsGroupSettings) SetOutputSelection(v string) *HlsGroupSettings {
s.OutputSelection = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetOutputSelection(v string) *HlsGroupSettings {
s.OutputSelection = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetOutputSelection",
"(",
"v",
"string",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"OutputSelection",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputSelection sets the OutputSelection field's value.
|
[
"SetOutputSelection",
"sets",
"the",
"OutputSelection",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9054-L9057
|
2,011 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetProgramDateTime
|
func (s *HlsGroupSettings) SetProgramDateTime(v string) *HlsGroupSettings {
s.ProgramDateTime = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetProgramDateTime(v string) *HlsGroupSettings {
s.ProgramDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetProgramDateTime",
"(",
"v",
"string",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"ProgramDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProgramDateTime sets the ProgramDateTime field's value.
|
[
"SetProgramDateTime",
"sets",
"the",
"ProgramDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9060-L9063
|
2,012 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetProgramDateTimePeriod
|
func (s *HlsGroupSettings) SetProgramDateTimePeriod(v int64) *HlsGroupSettings {
s.ProgramDateTimePeriod = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetProgramDateTimePeriod(v int64) *HlsGroupSettings {
s.ProgramDateTimePeriod = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetProgramDateTimePeriod",
"(",
"v",
"int64",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"ProgramDateTimePeriod",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProgramDateTimePeriod sets the ProgramDateTimePeriod field's value.
|
[
"SetProgramDateTimePeriod",
"sets",
"the",
"ProgramDateTimePeriod",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9066-L9069
|
2,013 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSegmentsPerSubdirectory
|
func (s *HlsGroupSettings) SetSegmentsPerSubdirectory(v int64) *HlsGroupSettings {
s.SegmentsPerSubdirectory = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetSegmentsPerSubdirectory(v int64) *HlsGroupSettings {
s.SegmentsPerSubdirectory = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetSegmentsPerSubdirectory",
"(",
"v",
"int64",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"SegmentsPerSubdirectory",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSegmentsPerSubdirectory sets the SegmentsPerSubdirectory field's value.
|
[
"SetSegmentsPerSubdirectory",
"sets",
"the",
"SegmentsPerSubdirectory",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9084-L9087
|
2,014 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetTimestampDeltaMilliseconds
|
func (s *HlsGroupSettings) SetTimestampDeltaMilliseconds(v int64) *HlsGroupSettings {
s.TimestampDeltaMilliseconds = &v
return s
}
|
go
|
func (s *HlsGroupSettings) SetTimestampDeltaMilliseconds(v int64) *HlsGroupSettings {
s.TimestampDeltaMilliseconds = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsGroupSettings",
")",
"SetTimestampDeltaMilliseconds",
"(",
"v",
"int64",
")",
"*",
"HlsGroupSettings",
"{",
"s",
".",
"TimestampDeltaMilliseconds",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimestampDeltaMilliseconds sets the TimestampDeltaMilliseconds field's value.
|
[
"SetTimestampDeltaMilliseconds",
"sets",
"the",
"TimestampDeltaMilliseconds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9108-L9111
|
2,015 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetIFrameOnlyManifest
|
func (s *HlsSettings) SetIFrameOnlyManifest(v string) *HlsSettings {
s.IFrameOnlyManifest = &v
return s
}
|
go
|
func (s *HlsSettings) SetIFrameOnlyManifest(v string) *HlsSettings {
s.IFrameOnlyManifest = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"HlsSettings",
")",
"SetIFrameOnlyManifest",
"(",
"v",
"string",
")",
"*",
"HlsSettings",
"{",
"s",
".",
"IFrameOnlyManifest",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIFrameOnlyManifest sets the IFrameOnlyManifest field's value.
|
[
"SetIFrameOnlyManifest",
"sets",
"the",
"IFrameOnlyManifest",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9174-L9177
|
2,016 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetTimecode
|
func (s *Id3Insertion) SetTimecode(v string) *Id3Insertion {
s.Timecode = &v
return s
}
|
go
|
func (s *Id3Insertion) SetTimecode(v string) *Id3Insertion {
s.Timecode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Id3Insertion",
")",
"SetTimecode",
"(",
"v",
"string",
")",
"*",
"Id3Insertion",
"{",
"s",
".",
"Timecode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimecode sets the Timecode field's value.
|
[
"SetTimecode",
"sets",
"the",
"Timecode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9216-L9219
|
2,017 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetInsertableImages
|
func (s *ImageInserter) SetInsertableImages(v []*InsertableImage) *ImageInserter {
s.InsertableImages = v
return s
}
|
go
|
func (s *ImageInserter) SetInsertableImages(v []*InsertableImage) *ImageInserter {
s.InsertableImages = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ImageInserter",
")",
"SetInsertableImages",
"(",
"v",
"[",
"]",
"*",
"InsertableImage",
")",
"*",
"ImageInserter",
"{",
"s",
".",
"InsertableImages",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInsertableImages sets the InsertableImages field's value.
|
[
"SetInsertableImages",
"sets",
"the",
"InsertableImages",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9263-L9266
|
2,018 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDecryptionSettings
|
func (s *Input) SetDecryptionSettings(v *InputDecryptionSettings) *Input {
s.DecryptionSettings = v
return s
}
|
go
|
func (s *Input) SetDecryptionSettings(v *InputDecryptionSettings) *Input {
s.DecryptionSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Input",
")",
"SetDecryptionSettings",
"(",
"v",
"*",
"InputDecryptionSettings",
")",
"*",
"Input",
"{",
"s",
".",
"DecryptionSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDecryptionSettings sets the DecryptionSettings field's value.
|
[
"SetDecryptionSettings",
"sets",
"the",
"DecryptionSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9456-L9459
|
2,019 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFileInput
|
func (s *Input) SetFileInput(v string) *Input {
s.FileInput = &v
return s
}
|
go
|
func (s *Input) SetFileInput(v string) *Input {
s.FileInput = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Input",
")",
"SetFileInput",
"(",
"v",
"string",
")",
"*",
"Input",
"{",
"s",
".",
"FileInput",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFileInput sets the FileInput field's value.
|
[
"SetFileInput",
"sets",
"the",
"FileInput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9468-L9471
|
2,020 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSupplementalImps
|
func (s *Input) SetSupplementalImps(v []*string) *Input {
s.SupplementalImps = v
return s
}
|
go
|
func (s *Input) SetSupplementalImps(v []*string) *Input {
s.SupplementalImps = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Input",
")",
"SetSupplementalImps",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Input",
"{",
"s",
".",
"SupplementalImps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSupplementalImps sets the SupplementalImps field's value.
|
[
"SetSupplementalImps",
"sets",
"the",
"SupplementalImps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9510-L9513
|
2,021 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetEndTimecode
|
func (s *InputClipping) SetEndTimecode(v string) *InputClipping {
s.EndTimecode = &v
return s
}
|
go
|
func (s *InputClipping) SetEndTimecode(v string) *InputClipping {
s.EndTimecode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputClipping",
")",
"SetEndTimecode",
"(",
"v",
"string",
")",
"*",
"InputClipping",
"{",
"s",
".",
"EndTimecode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEndTimecode sets the EndTimecode field's value.
|
[
"SetEndTimecode",
"sets",
"the",
"EndTimecode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9566-L9569
|
2,022 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetStartTimecode
|
func (s *InputClipping) SetStartTimecode(v string) *InputClipping {
s.StartTimecode = &v
return s
}
|
go
|
func (s *InputClipping) SetStartTimecode(v string) *InputClipping {
s.StartTimecode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputClipping",
")",
"SetStartTimecode",
"(",
"v",
"string",
")",
"*",
"InputClipping",
"{",
"s",
".",
"StartTimecode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStartTimecode sets the StartTimecode field's value.
|
[
"SetStartTimecode",
"sets",
"the",
"StartTimecode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9572-L9575
|
2,023 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDecryptionMode
|
func (s *InputDecryptionSettings) SetDecryptionMode(v string) *InputDecryptionSettings {
s.DecryptionMode = &v
return s
}
|
go
|
func (s *InputDecryptionSettings) SetDecryptionMode(v string) *InputDecryptionSettings {
s.DecryptionMode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDecryptionSettings",
")",
"SetDecryptionMode",
"(",
"v",
"string",
")",
"*",
"InputDecryptionSettings",
"{",
"s",
".",
"DecryptionMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDecryptionMode sets the DecryptionMode field's value.
|
[
"SetDecryptionMode",
"sets",
"the",
"DecryptionMode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9637-L9640
|
2,024 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetEncryptedDecryptionKey
|
func (s *InputDecryptionSettings) SetEncryptedDecryptionKey(v string) *InputDecryptionSettings {
s.EncryptedDecryptionKey = &v
return s
}
|
go
|
func (s *InputDecryptionSettings) SetEncryptedDecryptionKey(v string) *InputDecryptionSettings {
s.EncryptedDecryptionKey = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDecryptionSettings",
")",
"SetEncryptedDecryptionKey",
"(",
"v",
"string",
")",
"*",
"InputDecryptionSettings",
"{",
"s",
".",
"EncryptedDecryptionKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEncryptedDecryptionKey sets the EncryptedDecryptionKey field's value.
|
[
"SetEncryptedDecryptionKey",
"sets",
"the",
"EncryptedDecryptionKey",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9643-L9646
|
2,025 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetKmsKeyRegion
|
func (s *InputDecryptionSettings) SetKmsKeyRegion(v string) *InputDecryptionSettings {
s.KmsKeyRegion = &v
return s
}
|
go
|
func (s *InputDecryptionSettings) SetKmsKeyRegion(v string) *InputDecryptionSettings {
s.KmsKeyRegion = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDecryptionSettings",
")",
"SetKmsKeyRegion",
"(",
"v",
"string",
")",
"*",
"InputDecryptionSettings",
"{",
"s",
".",
"KmsKeyRegion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKmsKeyRegion sets the KmsKeyRegion field's value.
|
[
"SetKmsKeyRegion",
"sets",
"the",
"KmsKeyRegion",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9655-L9658
|
2,026 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetImageInserterInput
|
func (s *InsertableImage) SetImageInserterInput(v string) *InsertableImage {
s.ImageInserterInput = &v
return s
}
|
go
|
func (s *InsertableImage) SetImageInserterInput(v string) *InsertableImage {
s.ImageInserterInput = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InsertableImage",
")",
"SetImageInserterInput",
"(",
"v",
"string",
")",
"*",
"InsertableImage",
"{",
"s",
".",
"ImageInserterInput",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetImageInserterInput sets the ImageInserterInput field's value.
|
[
"SetImageInserterInput",
"sets",
"the",
"ImageInserterInput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L9981-L9984
|
2,027 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetJobPercentComplete
|
func (s *Job) SetJobPercentComplete(v int64) *Job {
s.JobPercentComplete = &v
return s
}
|
go
|
func (s *Job) SetJobPercentComplete(v int64) *Job {
s.JobPercentComplete = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Job",
")",
"SetJobPercentComplete",
"(",
"v",
"int64",
")",
"*",
"Job",
"{",
"s",
".",
"JobPercentComplete",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetJobPercentComplete sets the JobPercentComplete field's value.
|
[
"SetJobPercentComplete",
"sets",
"the",
"JobPercentComplete",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L10172-L10175
|
2,028 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOutputGroupDetails
|
func (s *Job) SetOutputGroupDetails(v []*OutputGroupDetail) *Job {
s.OutputGroupDetails = v
return s
}
|
go
|
func (s *Job) SetOutputGroupDetails(v []*OutputGroupDetail) *Job {
s.OutputGroupDetails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Job",
")",
"SetOutputGroupDetails",
"(",
"v",
"[",
"]",
"*",
"OutputGroupDetail",
")",
"*",
"Job",
"{",
"s",
".",
"OutputGroupDetails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputGroupDetails sets the OutputGroupDetails field's value.
|
[
"SetOutputGroupDetails",
"sets",
"the",
"OutputGroupDetails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L10184-L10187
|
2,029 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetRetryCount
|
func (s *Job) SetRetryCount(v int64) *Job {
s.RetryCount = &v
return s
}
|
go
|
func (s *Job) SetRetryCount(v int64) *Job {
s.RetryCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Job",
")",
"SetRetryCount",
"(",
"v",
"int64",
")",
"*",
"Job",
"{",
"s",
".",
"RetryCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRetryCount sets the RetryCount field's value.
|
[
"SetRetryCount",
"sets",
"the",
"RetryCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L10196-L10199
|
2,030 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetJobTemplates
|
func (s *ListJobTemplatesOutput) SetJobTemplates(v []*JobTemplate) *ListJobTemplatesOutput {
s.JobTemplates = v
return s
}
|
go
|
func (s *ListJobTemplatesOutput) SetJobTemplates(v []*JobTemplate) *ListJobTemplatesOutput {
s.JobTemplates = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListJobTemplatesOutput",
")",
"SetJobTemplates",
"(",
"v",
"[",
"]",
"*",
"JobTemplate",
")",
"*",
"ListJobTemplatesOutput",
"{",
"s",
".",
"JobTemplates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetJobTemplates sets the JobTemplates field's value.
|
[
"SetJobTemplates",
"sets",
"the",
"JobTemplates",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L10781-L10784
|
2,031 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetScte35EsamPid
|
func (s *M2tsScte35Esam) SetScte35EsamPid(v int64) *M2tsScte35Esam {
s.Scte35EsamPid = &v
return s
}
|
go
|
func (s *M2tsScte35Esam) SetScte35EsamPid(v int64) *M2tsScte35Esam {
s.Scte35EsamPid = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsScte35Esam",
")",
"SetScte35EsamPid",
"(",
"v",
"int64",
")",
"*",
"M2tsScte35Esam",
"{",
"s",
".",
"Scte35EsamPid",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetScte35EsamPid sets the Scte35EsamPid field's value.
|
[
"SetScte35EsamPid",
"sets",
"the",
"Scte35EsamPid",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11229-L11232
|
2,032 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetAudioBufferModel
|
func (s *M2tsSettings) SetAudioBufferModel(v string) *M2tsSettings {
s.AudioBufferModel = &v
return s
}
|
go
|
func (s *M2tsSettings) SetAudioBufferModel(v string) *M2tsSettings {
s.AudioBufferModel = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetAudioBufferModel",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"AudioBufferModel",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAudioBufferModel sets the AudioBufferModel field's value.
|
[
"SetAudioBufferModel",
"sets",
"the",
"AudioBufferModel",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11485-L11488
|
2,033 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetBufferModel
|
func (s *M2tsSettings) SetBufferModel(v string) *M2tsSettings {
s.BufferModel = &v
return s
}
|
go
|
func (s *M2tsSettings) SetBufferModel(v string) *M2tsSettings {
s.BufferModel = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetBufferModel",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"BufferModel",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBufferModel sets the BufferModel field's value.
|
[
"SetBufferModel",
"sets",
"the",
"BufferModel",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11509-L11512
|
2,034 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDvbNitSettings
|
func (s *M2tsSettings) SetDvbNitSettings(v *DvbNitSettings) *M2tsSettings {
s.DvbNitSettings = v
return s
}
|
go
|
func (s *M2tsSettings) SetDvbNitSettings(v *DvbNitSettings) *M2tsSettings {
s.DvbNitSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetDvbNitSettings",
"(",
"v",
"*",
"DvbNitSettings",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"DvbNitSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDvbNitSettings sets the DvbNitSettings field's value.
|
[
"SetDvbNitSettings",
"sets",
"the",
"DvbNitSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11515-L11518
|
2,035 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDvbSdtSettings
|
func (s *M2tsSettings) SetDvbSdtSettings(v *DvbSdtSettings) *M2tsSettings {
s.DvbSdtSettings = v
return s
}
|
go
|
func (s *M2tsSettings) SetDvbSdtSettings(v *DvbSdtSettings) *M2tsSettings {
s.DvbSdtSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetDvbSdtSettings",
"(",
"v",
"*",
"DvbSdtSettings",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"DvbSdtSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDvbSdtSettings sets the DvbSdtSettings field's value.
|
[
"SetDvbSdtSettings",
"sets",
"the",
"DvbSdtSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11521-L11524
|
2,036 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDvbTdtSettings
|
func (s *M2tsSettings) SetDvbTdtSettings(v *DvbTdtSettings) *M2tsSettings {
s.DvbTdtSettings = v
return s
}
|
go
|
func (s *M2tsSettings) SetDvbTdtSettings(v *DvbTdtSettings) *M2tsSettings {
s.DvbTdtSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetDvbTdtSettings",
"(",
"v",
"*",
"DvbTdtSettings",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"DvbTdtSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDvbTdtSettings sets the DvbTdtSettings field's value.
|
[
"SetDvbTdtSettings",
"sets",
"the",
"DvbTdtSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11533-L11536
|
2,037 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetEbpAudioInterval
|
func (s *M2tsSettings) SetEbpAudioInterval(v string) *M2tsSettings {
s.EbpAudioInterval = &v
return s
}
|
go
|
func (s *M2tsSettings) SetEbpAudioInterval(v string) *M2tsSettings {
s.EbpAudioInterval = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetEbpAudioInterval",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"EbpAudioInterval",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEbpAudioInterval sets the EbpAudioInterval field's value.
|
[
"SetEbpAudioInterval",
"sets",
"the",
"EbpAudioInterval",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11545-L11548
|
2,038 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetEbpPlacement
|
func (s *M2tsSettings) SetEbpPlacement(v string) *M2tsSettings {
s.EbpPlacement = &v
return s
}
|
go
|
func (s *M2tsSettings) SetEbpPlacement(v string) *M2tsSettings {
s.EbpPlacement = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetEbpPlacement",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"EbpPlacement",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEbpPlacement sets the EbpPlacement field's value.
|
[
"SetEbpPlacement",
"sets",
"the",
"EbpPlacement",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11551-L11554
|
2,039 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetEsRateInPes
|
func (s *M2tsSettings) SetEsRateInPes(v string) *M2tsSettings {
s.EsRateInPes = &v
return s
}
|
go
|
func (s *M2tsSettings) SetEsRateInPes(v string) *M2tsSettings {
s.EsRateInPes = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetEsRateInPes",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"EsRateInPes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEsRateInPes sets the EsRateInPes field's value.
|
[
"SetEsRateInPes",
"sets",
"the",
"EsRateInPes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11557-L11560
|
2,040 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetForceTsVideoEbpOrder
|
func (s *M2tsSettings) SetForceTsVideoEbpOrder(v string) *M2tsSettings {
s.ForceTsVideoEbpOrder = &v
return s
}
|
go
|
func (s *M2tsSettings) SetForceTsVideoEbpOrder(v string) *M2tsSettings {
s.ForceTsVideoEbpOrder = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetForceTsVideoEbpOrder",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"ForceTsVideoEbpOrder",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetForceTsVideoEbpOrder sets the ForceTsVideoEbpOrder field's value.
|
[
"SetForceTsVideoEbpOrder",
"sets",
"the",
"ForceTsVideoEbpOrder",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11563-L11566
|
2,041 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFragmentTime
|
func (s *M2tsSettings) SetFragmentTime(v float64) *M2tsSettings {
s.FragmentTime = &v
return s
}
|
go
|
func (s *M2tsSettings) SetFragmentTime(v float64) *M2tsSettings {
s.FragmentTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetFragmentTime",
"(",
"v",
"float64",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"FragmentTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFragmentTime sets the FragmentTime field's value.
|
[
"SetFragmentTime",
"sets",
"the",
"FragmentTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11569-L11572
|
2,042 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMaxPcrInterval
|
func (s *M2tsSettings) SetMaxPcrInterval(v int64) *M2tsSettings {
s.MaxPcrInterval = &v
return s
}
|
go
|
func (s *M2tsSettings) SetMaxPcrInterval(v int64) *M2tsSettings {
s.MaxPcrInterval = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetMaxPcrInterval",
"(",
"v",
"int64",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"MaxPcrInterval",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMaxPcrInterval sets the MaxPcrInterval field's value.
|
[
"SetMaxPcrInterval",
"sets",
"the",
"MaxPcrInterval",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11575-L11578
|
2,043 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMinEbpInterval
|
func (s *M2tsSettings) SetMinEbpInterval(v int64) *M2tsSettings {
s.MinEbpInterval = &v
return s
}
|
go
|
func (s *M2tsSettings) SetMinEbpInterval(v int64) *M2tsSettings {
s.MinEbpInterval = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetMinEbpInterval",
"(",
"v",
"int64",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"MinEbpInterval",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMinEbpInterval sets the MinEbpInterval field's value.
|
[
"SetMinEbpInterval",
"sets",
"the",
"MinEbpInterval",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11581-L11584
|
2,044 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetNullPacketBitrate
|
func (s *M2tsSettings) SetNullPacketBitrate(v float64) *M2tsSettings {
s.NullPacketBitrate = &v
return s
}
|
go
|
func (s *M2tsSettings) SetNullPacketBitrate(v float64) *M2tsSettings {
s.NullPacketBitrate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetNullPacketBitrate",
"(",
"v",
"float64",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"NullPacketBitrate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNullPacketBitrate sets the NullPacketBitrate field's value.
|
[
"SetNullPacketBitrate",
"sets",
"the",
"NullPacketBitrate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11593-L11596
|
2,045 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetRateMode
|
func (s *M2tsSettings) SetRateMode(v string) *M2tsSettings {
s.RateMode = &v
return s
}
|
go
|
func (s *M2tsSettings) SetRateMode(v string) *M2tsSettings {
s.RateMode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetRateMode",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"RateMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRateMode sets the RateMode field's value.
|
[
"SetRateMode",
"sets",
"the",
"RateMode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11641-L11644
|
2,046 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetScte35Esam
|
func (s *M2tsSettings) SetScte35Esam(v *M2tsScte35Esam) *M2tsSettings {
s.Scte35Esam = v
return s
}
|
go
|
func (s *M2tsSettings) SetScte35Esam(v *M2tsScte35Esam) *M2tsSettings {
s.Scte35Esam = v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetScte35Esam",
"(",
"v",
"*",
"M2tsScte35Esam",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"Scte35Esam",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetScte35Esam sets the Scte35Esam field's value.
|
[
"SetScte35Esam",
"sets",
"the",
"Scte35Esam",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11647-L11650
|
2,047 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSegmentationMarkers
|
func (s *M2tsSettings) SetSegmentationMarkers(v string) *M2tsSettings {
s.SegmentationMarkers = &v
return s
}
|
go
|
func (s *M2tsSettings) SetSegmentationMarkers(v string) *M2tsSettings {
s.SegmentationMarkers = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetSegmentationMarkers",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"SegmentationMarkers",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSegmentationMarkers sets the SegmentationMarkers field's value.
|
[
"SetSegmentationMarkers",
"sets",
"the",
"SegmentationMarkers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11665-L11668
|
2,048 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSegmentationStyle
|
func (s *M2tsSettings) SetSegmentationStyle(v string) *M2tsSettings {
s.SegmentationStyle = &v
return s
}
|
go
|
func (s *M2tsSettings) SetSegmentationStyle(v string) *M2tsSettings {
s.SegmentationStyle = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetSegmentationStyle",
"(",
"v",
"string",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"SegmentationStyle",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSegmentationStyle sets the SegmentationStyle field's value.
|
[
"SetSegmentationStyle",
"sets",
"the",
"SegmentationStyle",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11671-L11674
|
2,049 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSegmentationTime
|
func (s *M2tsSettings) SetSegmentationTime(v float64) *M2tsSettings {
s.SegmentationTime = &v
return s
}
|
go
|
func (s *M2tsSettings) SetSegmentationTime(v float64) *M2tsSettings {
s.SegmentationTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M2tsSettings",
")",
"SetSegmentationTime",
"(",
"v",
"float64",
")",
"*",
"M2tsSettings",
"{",
"s",
".",
"SegmentationTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSegmentationTime sets the SegmentationTime field's value.
|
[
"SetSegmentationTime",
"sets",
"the",
"SegmentationTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11677-L11680
|
2,050 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetTimedMetadata
|
func (s *M3u8Settings) SetTimedMetadata(v string) *M3u8Settings {
s.TimedMetadata = &v
return s
}
|
go
|
func (s *M3u8Settings) SetTimedMetadata(v string) *M3u8Settings {
s.TimedMetadata = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"M3u8Settings",
")",
"SetTimedMetadata",
"(",
"v",
"string",
")",
"*",
"M3u8Settings",
"{",
"s",
".",
"TimedMetadata",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimedMetadata sets the TimedMetadata field's value.
|
[
"SetTimedMetadata",
"sets",
"the",
"TimedMetadata",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11876-L11879
|
2,051 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetInsertionMode
|
func (s *MotionImageInserter) SetInsertionMode(v string) *MotionImageInserter {
s.InsertionMode = &v
return s
}
|
go
|
func (s *MotionImageInserter) SetInsertionMode(v string) *MotionImageInserter {
s.InsertionMode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MotionImageInserter",
")",
"SetInsertionMode",
"(",
"v",
"string",
")",
"*",
"MotionImageInserter",
"{",
"s",
".",
"InsertionMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInsertionMode sets the InsertionMode field's value.
|
[
"SetInsertionMode",
"sets",
"the",
"InsertionMode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L11995-L11998
|
2,052 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetPlayback
|
func (s *MotionImageInserter) SetPlayback(v string) *MotionImageInserter {
s.Playback = &v
return s
}
|
go
|
func (s *MotionImageInserter) SetPlayback(v string) *MotionImageInserter {
s.Playback = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MotionImageInserter",
")",
"SetPlayback",
"(",
"v",
"string",
")",
"*",
"MotionImageInserter",
"{",
"s",
".",
"Playback",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPlayback sets the Playback field's value.
|
[
"SetPlayback",
"sets",
"the",
"Playback",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12007-L12010
|
2,053 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetClapAtom
|
func (s *MovSettings) SetClapAtom(v string) *MovSettings {
s.ClapAtom = &v
return s
}
|
go
|
func (s *MovSettings) SetClapAtom(v string) *MovSettings {
s.ClapAtom = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MovSettings",
")",
"SetClapAtom",
"(",
"v",
"string",
")",
"*",
"MovSettings",
"{",
"s",
".",
"ClapAtom",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetClapAtom sets the ClapAtom field's value.
|
[
"SetClapAtom",
"sets",
"the",
"ClapAtom",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12145-L12148
|
2,054 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMpeg2FourCCControl
|
func (s *MovSettings) SetMpeg2FourCCControl(v string) *MovSettings {
s.Mpeg2FourCCControl = &v
return s
}
|
go
|
func (s *MovSettings) SetMpeg2FourCCControl(v string) *MovSettings {
s.Mpeg2FourCCControl = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MovSettings",
")",
"SetMpeg2FourCCControl",
"(",
"v",
"string",
")",
"*",
"MovSettings",
"{",
"s",
".",
"Mpeg2FourCCControl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMpeg2FourCCControl sets the Mpeg2FourCCControl field's value.
|
[
"SetMpeg2FourCCControl",
"sets",
"the",
"Mpeg2FourCCControl",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12157-L12160
|
2,055 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetPaddingControl
|
func (s *MovSettings) SetPaddingControl(v string) *MovSettings {
s.PaddingControl = &v
return s
}
|
go
|
func (s *MovSettings) SetPaddingControl(v string) *MovSettings {
s.PaddingControl = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MovSettings",
")",
"SetPaddingControl",
"(",
"v",
"string",
")",
"*",
"MovSettings",
"{",
"s",
".",
"PaddingControl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPaddingControl sets the PaddingControl field's value.
|
[
"SetPaddingControl",
"sets",
"the",
"PaddingControl",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12163-L12166
|
2,056 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetReference
|
func (s *MovSettings) SetReference(v string) *MovSettings {
s.Reference = &v
return s
}
|
go
|
func (s *MovSettings) SetReference(v string) *MovSettings {
s.Reference = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MovSettings",
")",
"SetReference",
"(",
"v",
"string",
")",
"*",
"MovSettings",
"{",
"s",
".",
"Reference",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReference sets the Reference field's value.
|
[
"SetReference",
"sets",
"the",
"Reference",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12169-L12172
|
2,057 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFreeSpaceBox
|
func (s *Mp4Settings) SetFreeSpaceBox(v string) *Mp4Settings {
s.FreeSpaceBox = &v
return s
}
|
go
|
func (s *Mp4Settings) SetFreeSpaceBox(v string) *Mp4Settings {
s.FreeSpaceBox = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Mp4Settings",
")",
"SetFreeSpaceBox",
"(",
"v",
"string",
")",
"*",
"Mp4Settings",
"{",
"s",
".",
"FreeSpaceBox",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFreeSpaceBox sets the FreeSpaceBox field's value.
|
[
"SetFreeSpaceBox",
"sets",
"the",
"FreeSpaceBox",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12278-L12281
|
2,058 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMp4MajorBrand
|
func (s *Mp4Settings) SetMp4MajorBrand(v string) *Mp4Settings {
s.Mp4MajorBrand = &v
return s
}
|
go
|
func (s *Mp4Settings) SetMp4MajorBrand(v string) *Mp4Settings {
s.Mp4MajorBrand = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Mp4Settings",
")",
"SetMp4MajorBrand",
"(",
"v",
"string",
")",
"*",
"Mp4Settings",
"{",
"s",
".",
"Mp4MajorBrand",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMp4MajorBrand sets the Mp4MajorBrand field's value.
|
[
"SetMp4MajorBrand",
"sets",
"the",
"Mp4MajorBrand",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12290-L12293
|
2,059 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetIntraDcPrecision
|
func (s *Mpeg2Settings) SetIntraDcPrecision(v string) *Mpeg2Settings {
s.IntraDcPrecision = &v
return s
}
|
go
|
func (s *Mpeg2Settings) SetIntraDcPrecision(v string) *Mpeg2Settings {
s.IntraDcPrecision = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Mpeg2Settings",
")",
"SetIntraDcPrecision",
"(",
"v",
"string",
")",
"*",
"Mpeg2Settings",
"{",
"s",
".",
"IntraDcPrecision",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIntraDcPrecision sets the IntraDcPrecision field's value.
|
[
"SetIntraDcPrecision",
"sets",
"the",
"IntraDcPrecision",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12576-L12579
|
2,060 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetAudioDeduplication
|
func (s *MsSmoothGroupSettings) SetAudioDeduplication(v string) *MsSmoothGroupSettings {
s.AudioDeduplication = &v
return s
}
|
go
|
func (s *MsSmoothGroupSettings) SetAudioDeduplication(v string) *MsSmoothGroupSettings {
s.AudioDeduplication = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MsSmoothGroupSettings",
")",
"SetAudioDeduplication",
"(",
"v",
"string",
")",
"*",
"MsSmoothGroupSettings",
"{",
"s",
".",
"AudioDeduplication",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAudioDeduplication sets the AudioDeduplication field's value.
|
[
"SetAudioDeduplication",
"sets",
"the",
"AudioDeduplication",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12753-L12756
|
2,061 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetManifestEncoding
|
func (s *MsSmoothGroupSettings) SetManifestEncoding(v string) *MsSmoothGroupSettings {
s.ManifestEncoding = &v
return s
}
|
go
|
func (s *MsSmoothGroupSettings) SetManifestEncoding(v string) *MsSmoothGroupSettings {
s.ManifestEncoding = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MsSmoothGroupSettings",
")",
"SetManifestEncoding",
"(",
"v",
"string",
")",
"*",
"MsSmoothGroupSettings",
"{",
"s",
".",
"ManifestEncoding",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetManifestEncoding sets the ManifestEncoding field's value.
|
[
"SetManifestEncoding",
"sets",
"the",
"ManifestEncoding",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12783-L12786
|
2,062 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetBreakoutCode
|
func (s *NielsenConfiguration) SetBreakoutCode(v int64) *NielsenConfiguration {
s.BreakoutCode = &v
return s
}
|
go
|
func (s *NielsenConfiguration) SetBreakoutCode(v int64) *NielsenConfiguration {
s.BreakoutCode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NielsenConfiguration",
")",
"SetBreakoutCode",
"(",
"v",
"int64",
")",
"*",
"NielsenConfiguration",
"{",
"s",
".",
"BreakoutCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBreakoutCode sets the BreakoutCode field's value.
|
[
"SetBreakoutCode",
"sets",
"the",
"BreakoutCode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12812-L12815
|
2,063 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDistributorId
|
func (s *NielsenConfiguration) SetDistributorId(v string) *NielsenConfiguration {
s.DistributorId = &v
return s
}
|
go
|
func (s *NielsenConfiguration) SetDistributorId(v string) *NielsenConfiguration {
s.DistributorId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NielsenConfiguration",
")",
"SetDistributorId",
"(",
"v",
"string",
")",
"*",
"NielsenConfiguration",
"{",
"s",
".",
"DistributorId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDistributorId sets the DistributorId field's value.
|
[
"SetDistributorId",
"sets",
"the",
"DistributorId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12818-L12821
|
2,064 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFilterSettings
|
func (s *NoiseReducer) SetFilterSettings(v *NoiseReducerFilterSettings) *NoiseReducer {
s.FilterSettings = v
return s
}
|
go
|
func (s *NoiseReducer) SetFilterSettings(v *NoiseReducerFilterSettings) *NoiseReducer {
s.FilterSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"NoiseReducer",
")",
"SetFilterSettings",
"(",
"v",
"*",
"NoiseReducerFilterSettings",
")",
"*",
"NoiseReducer",
"{",
"s",
".",
"FilterSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFilterSettings sets the FilterSettings field's value.
|
[
"SetFilterSettings",
"sets",
"the",
"FilterSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12878-L12881
|
2,065 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSpatialFilterSettings
|
func (s *NoiseReducer) SetSpatialFilterSettings(v *NoiseReducerSpatialFilterSettings) *NoiseReducer {
s.SpatialFilterSettings = v
return s
}
|
go
|
func (s *NoiseReducer) SetSpatialFilterSettings(v *NoiseReducerSpatialFilterSettings) *NoiseReducer {
s.SpatialFilterSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"NoiseReducer",
")",
"SetSpatialFilterSettings",
"(",
"v",
"*",
"NoiseReducerSpatialFilterSettings",
")",
"*",
"NoiseReducer",
"{",
"s",
".",
"SpatialFilterSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSpatialFilterSettings sets the SpatialFilterSettings field's value.
|
[
"SetSpatialFilterSettings",
"sets",
"the",
"SpatialFilterSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12884-L12887
|
2,066 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetPostFilterSharpenStrength
|
func (s *NoiseReducerSpatialFilterSettings) SetPostFilterSharpenStrength(v int64) *NoiseReducerSpatialFilterSettings {
s.PostFilterSharpenStrength = &v
return s
}
|
go
|
func (s *NoiseReducerSpatialFilterSettings) SetPostFilterSharpenStrength(v int64) *NoiseReducerSpatialFilterSettings {
s.PostFilterSharpenStrength = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NoiseReducerSpatialFilterSettings",
")",
"SetPostFilterSharpenStrength",
"(",
"v",
"int64",
")",
"*",
"NoiseReducerSpatialFilterSettings",
"{",
"s",
".",
"PostFilterSharpenStrength",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPostFilterSharpenStrength sets the PostFilterSharpenStrength field's value.
|
[
"SetPostFilterSharpenStrength",
"sets",
"the",
"PostFilterSharpenStrength",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12955-L12958
|
2,067 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSpeed
|
func (s *NoiseReducerSpatialFilterSettings) SetSpeed(v int64) *NoiseReducerSpatialFilterSettings {
s.Speed = &v
return s
}
|
go
|
func (s *NoiseReducerSpatialFilterSettings) SetSpeed(v int64) *NoiseReducerSpatialFilterSettings {
s.Speed = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NoiseReducerSpatialFilterSettings",
")",
"SetSpeed",
"(",
"v",
"int64",
")",
"*",
"NoiseReducerSpatialFilterSettings",
"{",
"s",
".",
"Speed",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSpeed sets the Speed field's value.
|
[
"SetSpeed",
"sets",
"the",
"Speed",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L12961-L12964
|
2,068 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOutputSettings
|
func (s *Output) SetOutputSettings(v *OutputSettings) *Output {
s.OutputSettings = v
return s
}
|
go
|
func (s *Output) SetOutputSettings(v *OutputSettings) *Output {
s.OutputSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Output",
")",
"SetOutputSettings",
"(",
"v",
"*",
"OutputSettings",
")",
"*",
"Output",
"{",
"s",
".",
"OutputSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputSettings sets the OutputSettings field's value.
|
[
"SetOutputSettings",
"sets",
"the",
"OutputSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13104-L13107
|
2,069 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetInputChannels
|
func (s *OutputChannelMapping) SetInputChannels(v []*int64) *OutputChannelMapping {
s.InputChannels = v
return s
}
|
go
|
func (s *OutputChannelMapping) SetInputChannels(v []*int64) *OutputChannelMapping {
s.InputChannels = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputChannelMapping",
")",
"SetInputChannels",
"(",
"v",
"[",
"]",
"*",
"int64",
")",
"*",
"OutputChannelMapping",
"{",
"s",
".",
"InputChannels",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputChannels sets the InputChannels field's value.
|
[
"SetInputChannels",
"sets",
"the",
"InputChannels",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13140-L13143
|
2,070 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDurationInMs
|
func (s *OutputDetail) SetDurationInMs(v int64) *OutputDetail {
s.DurationInMs = &v
return s
}
|
go
|
func (s *OutputDetail) SetDurationInMs(v int64) *OutputDetail {
s.DurationInMs = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputDetail",
")",
"SetDurationInMs",
"(",
"v",
"int64",
")",
"*",
"OutputDetail",
"{",
"s",
".",
"DurationInMs",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDurationInMs sets the DurationInMs field's value.
|
[
"SetDurationInMs",
"sets",
"the",
"DurationInMs",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13167-L13170
|
2,071 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetVideoDetails
|
func (s *OutputDetail) SetVideoDetails(v *VideoDetail) *OutputDetail {
s.VideoDetails = v
return s
}
|
go
|
func (s *OutputDetail) SetVideoDetails(v *VideoDetail) *OutputDetail {
s.VideoDetails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputDetail",
")",
"SetVideoDetails",
"(",
"v",
"*",
"VideoDetail",
")",
"*",
"OutputDetail",
"{",
"s",
".",
"VideoDetails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetVideoDetails sets the VideoDetails field's value.
|
[
"SetVideoDetails",
"sets",
"the",
"VideoDetails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13173-L13176
|
2,072 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetCustomName
|
func (s *OutputGroup) SetCustomName(v string) *OutputGroup {
s.CustomName = &v
return s
}
|
go
|
func (s *OutputGroup) SetCustomName(v string) *OutputGroup {
s.CustomName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroup",
")",
"SetCustomName",
"(",
"v",
"string",
")",
"*",
"OutputGroup",
"{",
"s",
".",
"CustomName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCustomName sets the CustomName field's value.
|
[
"SetCustomName",
"sets",
"the",
"CustomName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13235-L13238
|
2,073 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOutputGroupSettings
|
func (s *OutputGroup) SetOutputGroupSettings(v *OutputGroupSettings) *OutputGroup {
s.OutputGroupSettings = v
return s
}
|
go
|
func (s *OutputGroup) SetOutputGroupSettings(v *OutputGroupSettings) *OutputGroup {
s.OutputGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroup",
")",
"SetOutputGroupSettings",
"(",
"v",
"*",
"OutputGroupSettings",
")",
"*",
"OutputGroup",
"{",
"s",
".",
"OutputGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputGroupSettings sets the OutputGroupSettings field's value.
|
[
"SetOutputGroupSettings",
"sets",
"the",
"OutputGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13247-L13250
|
2,074 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetOutputDetails
|
func (s *OutputGroupDetail) SetOutputDetails(v []*OutputDetail) *OutputGroupDetail {
s.OutputDetails = v
return s
}
|
go
|
func (s *OutputGroupDetail) SetOutputDetails(v []*OutputDetail) *OutputGroupDetail {
s.OutputDetails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupDetail",
")",
"SetOutputDetails",
"(",
"v",
"[",
"]",
"*",
"OutputDetail",
")",
"*",
"OutputGroupDetail",
"{",
"s",
".",
"OutputDetails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputDetails sets the OutputDetails field's value.
|
[
"SetOutputDetails",
"sets",
"the",
"OutputDetails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13277-L13280
|
2,075 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetCmafGroupSettings
|
func (s *OutputGroupSettings) SetCmafGroupSettings(v *CmafGroupSettings) *OutputGroupSettings {
s.CmafGroupSettings = v
return s
}
|
go
|
func (s *OutputGroupSettings) SetCmafGroupSettings(v *CmafGroupSettings) *OutputGroupSettings {
s.CmafGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetCmafGroupSettings",
"(",
"v",
"*",
"CmafGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"CmafGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCmafGroupSettings sets the CmafGroupSettings field's value.
|
[
"SetCmafGroupSettings",
"sets",
"the",
"CmafGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13353-L13356
|
2,076 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetDashIsoGroupSettings
|
func (s *OutputGroupSettings) SetDashIsoGroupSettings(v *DashIsoGroupSettings) *OutputGroupSettings {
s.DashIsoGroupSettings = v
return s
}
|
go
|
func (s *OutputGroupSettings) SetDashIsoGroupSettings(v *DashIsoGroupSettings) *OutputGroupSettings {
s.DashIsoGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetDashIsoGroupSettings",
"(",
"v",
"*",
"DashIsoGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"DashIsoGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDashIsoGroupSettings sets the DashIsoGroupSettings field's value.
|
[
"SetDashIsoGroupSettings",
"sets",
"the",
"DashIsoGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13359-L13362
|
2,077 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFileGroupSettings
|
func (s *OutputGroupSettings) SetFileGroupSettings(v *FileGroupSettings) *OutputGroupSettings {
s.FileGroupSettings = v
return s
}
|
go
|
func (s *OutputGroupSettings) SetFileGroupSettings(v *FileGroupSettings) *OutputGroupSettings {
s.FileGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetFileGroupSettings",
"(",
"v",
"*",
"FileGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"FileGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFileGroupSettings sets the FileGroupSettings field's value.
|
[
"SetFileGroupSettings",
"sets",
"the",
"FileGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13365-L13368
|
2,078 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetHlsGroupSettings
|
func (s *OutputGroupSettings) SetHlsGroupSettings(v *HlsGroupSettings) *OutputGroupSettings {
s.HlsGroupSettings = v
return s
}
|
go
|
func (s *OutputGroupSettings) SetHlsGroupSettings(v *HlsGroupSettings) *OutputGroupSettings {
s.HlsGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetHlsGroupSettings",
"(",
"v",
"*",
"HlsGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"HlsGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHlsGroupSettings sets the HlsGroupSettings field's value.
|
[
"SetHlsGroupSettings",
"sets",
"the",
"HlsGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13371-L13374
|
2,079 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMsSmoothGroupSettings
|
func (s *OutputGroupSettings) SetMsSmoothGroupSettings(v *MsSmoothGroupSettings) *OutputGroupSettings {
s.MsSmoothGroupSettings = v
return s
}
|
go
|
func (s *OutputGroupSettings) SetMsSmoothGroupSettings(v *MsSmoothGroupSettings) *OutputGroupSettings {
s.MsSmoothGroupSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputGroupSettings",
")",
"SetMsSmoothGroupSettings",
"(",
"v",
"*",
"MsSmoothGroupSettings",
")",
"*",
"OutputGroupSettings",
"{",
"s",
".",
"MsSmoothGroupSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMsSmoothGroupSettings sets the MsSmoothGroupSettings field's value.
|
[
"SetMsSmoothGroupSettings",
"sets",
"the",
"MsSmoothGroupSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13377-L13380
|
2,080 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetProgressingJobsCount
|
func (s *Queue) SetProgressingJobsCount(v int64) *Queue {
s.ProgressingJobsCount = &v
return s
}
|
go
|
func (s *Queue) SetProgressingJobsCount(v int64) *Queue {
s.ProgressingJobsCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Queue",
")",
"SetProgressingJobsCount",
"(",
"v",
"int64",
")",
"*",
"Queue",
"{",
"s",
".",
"ProgressingJobsCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProgressingJobsCount sets the ProgressingJobsCount field's value.
|
[
"SetProgressingJobsCount",
"sets",
"the",
"ProgressingJobsCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13870-L13873
|
2,081 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetReservationPlan
|
func (s *Queue) SetReservationPlan(v *ReservationPlan) *Queue {
s.ReservationPlan = v
return s
}
|
go
|
func (s *Queue) SetReservationPlan(v *ReservationPlan) *Queue {
s.ReservationPlan = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Queue",
")",
"SetReservationPlan",
"(",
"v",
"*",
"ReservationPlan",
")",
"*",
"Queue",
"{",
"s",
".",
"ReservationPlan",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReservationPlan sets the ReservationPlan field's value.
|
[
"SetReservationPlan",
"sets",
"the",
"ReservationPlan",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13876-L13879
|
2,082 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSubmittedJobsCount
|
func (s *Queue) SetSubmittedJobsCount(v int64) *Queue {
s.SubmittedJobsCount = &v
return s
}
|
go
|
func (s *Queue) SetSubmittedJobsCount(v int64) *Queue {
s.SubmittedJobsCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Queue",
")",
"SetSubmittedJobsCount",
"(",
"v",
"int64",
")",
"*",
"Queue",
"{",
"s",
".",
"SubmittedJobsCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSubmittedJobsCount sets the SubmittedJobsCount field's value.
|
[
"SetSubmittedJobsCount",
"sets",
"the",
"SubmittedJobsCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L13888-L13891
|
2,083 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetChannelMapping
|
func (s *RemixSettings) SetChannelMapping(v *ChannelMapping) *RemixSettings {
s.ChannelMapping = v
return s
}
|
go
|
func (s *RemixSettings) SetChannelMapping(v *ChannelMapping) *RemixSettings {
s.ChannelMapping = v
return s
}
|
[
"func",
"(",
"s",
"*",
"RemixSettings",
")",
"SetChannelMapping",
"(",
"v",
"*",
"ChannelMapping",
")",
"*",
"RemixSettings",
"{",
"s",
".",
"ChannelMapping",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetChannelMapping sets the ChannelMapping field's value.
|
[
"SetChannelMapping",
"sets",
"the",
"ChannelMapping",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14017-L14020
|
2,084 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetChannelsIn
|
func (s *RemixSettings) SetChannelsIn(v int64) *RemixSettings {
s.ChannelsIn = &v
return s
}
|
go
|
func (s *RemixSettings) SetChannelsIn(v int64) *RemixSettings {
s.ChannelsIn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RemixSettings",
")",
"SetChannelsIn",
"(",
"v",
"int64",
")",
"*",
"RemixSettings",
"{",
"s",
".",
"ChannelsIn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetChannelsIn sets the ChannelsIn field's value.
|
[
"SetChannelsIn",
"sets",
"the",
"ChannelsIn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14023-L14026
|
2,085 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetChannelsOut
|
func (s *RemixSettings) SetChannelsOut(v int64) *RemixSettings {
s.ChannelsOut = &v
return s
}
|
go
|
func (s *RemixSettings) SetChannelsOut(v int64) *RemixSettings {
s.ChannelsOut = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RemixSettings",
")",
"SetChannelsOut",
"(",
"v",
"int64",
")",
"*",
"RemixSettings",
"{",
"s",
".",
"ChannelsOut",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetChannelsOut sets the ChannelsOut field's value.
|
[
"SetChannelsOut",
"sets",
"the",
"ChannelsOut",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14029-L14032
|
2,086 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetPurchasedAt
|
func (s *ReservationPlan) SetPurchasedAt(v time.Time) *ReservationPlan {
s.PurchasedAt = &v
return s
}
|
go
|
func (s *ReservationPlan) SetPurchasedAt(v time.Time) *ReservationPlan {
s.PurchasedAt = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReservationPlan",
")",
"SetPurchasedAt",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ReservationPlan",
"{",
"s",
".",
"PurchasedAt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPurchasedAt sets the PurchasedAt field's value.
|
[
"SetPurchasedAt",
"sets",
"the",
"PurchasedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14089-L14092
|
2,087 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetSystemIds
|
func (s *SpekeKeyProvider) SetSystemIds(v []*string) *SpekeKeyProvider {
s.SystemIds = v
return s
}
|
go
|
func (s *SpekeKeyProvider) SetSystemIds(v []*string) *SpekeKeyProvider {
s.SystemIds = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SpekeKeyProvider",
")",
"SetSystemIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"SpekeKeyProvider",
"{",
"s",
".",
"SystemIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSystemIds sets the SystemIds field's value.
|
[
"SetSystemIds",
"sets",
"the",
"SystemIds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14371-L14374
|
2,088 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetAnchor
|
func (s *TimecodeConfig) SetAnchor(v string) *TimecodeConfig {
s.Anchor = &v
return s
}
|
go
|
func (s *TimecodeConfig) SetAnchor(v string) *TimecodeConfig {
s.Anchor = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TimecodeConfig",
")",
"SetAnchor",
"(",
"v",
"string",
")",
"*",
"TimecodeConfig",
"{",
"s",
".",
"Anchor",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAnchor sets the Anchor field's value.
|
[
"SetAnchor",
"sets",
"the",
"Anchor",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14708-L14711
|
2,089 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetId3Insertions
|
func (s *TimedMetadataInsertion) SetId3Insertions(v []*Id3Insertion) *TimedMetadataInsertion {
s.Id3Insertions = v
return s
}
|
go
|
func (s *TimedMetadataInsertion) SetId3Insertions(v []*Id3Insertion) *TimedMetadataInsertion {
s.Id3Insertions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TimedMetadataInsertion",
")",
"SetId3Insertions",
"(",
"v",
"[",
"]",
"*",
"Id3Insertion",
")",
"*",
"TimedMetadataInsertion",
"{",
"s",
".",
"Id3Insertions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetId3Insertions sets the Id3Insertions field's value.
|
[
"SetId3Insertions",
"sets",
"the",
"Id3Insertions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14753-L14756
|
2,090 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFinishTime
|
func (s *Timing) SetFinishTime(v time.Time) *Timing {
s.FinishTime = &v
return s
}
|
go
|
func (s *Timing) SetFinishTime(v time.Time) *Timing {
s.FinishTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Timing",
")",
"SetFinishTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Timing",
"{",
"s",
".",
"FinishTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFinishTime sets the FinishTime field's value.
|
[
"SetFinishTime",
"sets",
"the",
"FinishTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14784-L14787
|
2,091 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetTrackNumber
|
func (s *TrackSourceSettings) SetTrackNumber(v int64) *TrackSourceSettings {
s.TrackNumber = &v
return s
}
|
go
|
func (s *TrackSourceSettings) SetTrackNumber(v int64) *TrackSourceSettings {
s.TrackNumber = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TrackSourceSettings",
")",
"SetTrackNumber",
"(",
"v",
"int64",
")",
"*",
"TrackSourceSettings",
"{",
"s",
".",
"TrackNumber",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTrackNumber sets the TrackNumber field's value.
|
[
"SetTrackNumber",
"sets",
"the",
"TrackNumber",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14839-L14842
|
2,092 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetStylePassthrough
|
func (s *TtmlDestinationSettings) SetStylePassthrough(v string) *TtmlDestinationSettings {
s.StylePassthrough = &v
return s
}
|
go
|
func (s *TtmlDestinationSettings) SetStylePassthrough(v string) *TtmlDestinationSettings {
s.StylePassthrough = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TtmlDestinationSettings",
")",
"SetStylePassthrough",
"(",
"v",
"string",
")",
"*",
"TtmlDestinationSettings",
"{",
"s",
".",
"StylePassthrough",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStylePassthrough sets the StylePassthrough field's value.
|
[
"SetStylePassthrough",
"sets",
"the",
"StylePassthrough",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L14865-L14868
|
2,093 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetFrameCaptureSettings
|
func (s *VideoCodecSettings) SetFrameCaptureSettings(v *FrameCaptureSettings) *VideoCodecSettings {
s.FrameCaptureSettings = v
return s
}
|
go
|
func (s *VideoCodecSettings) SetFrameCaptureSettings(v *FrameCaptureSettings) *VideoCodecSettings {
s.FrameCaptureSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoCodecSettings",
")",
"SetFrameCaptureSettings",
"(",
"v",
"*",
"FrameCaptureSettings",
")",
"*",
"VideoCodecSettings",
"{",
"s",
".",
"FrameCaptureSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFrameCaptureSettings sets the FrameCaptureSettings field's value.
|
[
"SetFrameCaptureSettings",
"sets",
"the",
"FrameCaptureSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15374-L15377
|
2,094 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetH264Settings
|
func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings {
s.H264Settings = v
return s
}
|
go
|
func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings {
s.H264Settings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoCodecSettings",
")",
"SetH264Settings",
"(",
"v",
"*",
"H264Settings",
")",
"*",
"VideoCodecSettings",
"{",
"s",
".",
"H264Settings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetH264Settings sets the H264Settings field's value.
|
[
"SetH264Settings",
"sets",
"the",
"H264Settings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15380-L15383
|
2,095 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetH265Settings
|
func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings {
s.H265Settings = v
return s
}
|
go
|
func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings {
s.H265Settings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoCodecSettings",
")",
"SetH265Settings",
"(",
"v",
"*",
"H265Settings",
")",
"*",
"VideoCodecSettings",
"{",
"s",
".",
"H265Settings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetH265Settings sets the H265Settings field's value.
|
[
"SetH265Settings",
"sets",
"the",
"H265Settings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15386-L15389
|
2,096 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetMpeg2Settings
|
func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings {
s.Mpeg2Settings = v
return s
}
|
go
|
func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings {
s.Mpeg2Settings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoCodecSettings",
")",
"SetMpeg2Settings",
"(",
"v",
"*",
"Mpeg2Settings",
")",
"*",
"VideoCodecSettings",
"{",
"s",
".",
"Mpeg2Settings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMpeg2Settings sets the Mpeg2Settings field's value.
|
[
"SetMpeg2Settings",
"sets",
"the",
"Mpeg2Settings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15392-L15395
|
2,097 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetProresSettings
|
func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings {
s.ProresSettings = v
return s
}
|
go
|
func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings {
s.ProresSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoCodecSettings",
")",
"SetProresSettings",
"(",
"v",
"*",
"ProresSettings",
")",
"*",
"VideoCodecSettings",
"{",
"s",
".",
"ProresSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProresSettings sets the ProresSettings field's value.
|
[
"SetProresSettings",
"sets",
"the",
"ProresSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15398-L15401
|
2,098 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetAntiAlias
|
func (s *VideoDescription) SetAntiAlias(v string) *VideoDescription {
s.AntiAlias = &v
return s
}
|
go
|
func (s *VideoDescription) SetAntiAlias(v string) *VideoDescription {
s.AntiAlias = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoDescription",
")",
"SetAntiAlias",
"(",
"v",
"string",
")",
"*",
"VideoDescription",
"{",
"s",
".",
"AntiAlias",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAntiAlias sets the AntiAlias field's value.
|
[
"SetAntiAlias",
"sets",
"the",
"AntiAlias",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15563-L15566
|
2,099 |
aws/aws-sdk-go
|
service/mediaconvert/api.go
|
SetCrop
|
func (s *VideoDescription) SetCrop(v *Rectangle) *VideoDescription {
s.Crop = v
return s
}
|
go
|
func (s *VideoDescription) SetCrop(v *Rectangle) *VideoDescription {
s.Crop = v
return s
}
|
[
"func",
"(",
"s",
"*",
"VideoDescription",
")",
"SetCrop",
"(",
"v",
"*",
"Rectangle",
")",
"*",
"VideoDescription",
"{",
"s",
".",
"Crop",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCrop sets the Crop field's value.
|
[
"SetCrop",
"sets",
"the",
"Crop",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/mediaconvert/api.go#L15581-L15584
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.