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
SetScte27SourceSettings
func (s *CaptionSelectorSettings) SetScte27SourceSettings(v *Scte27SourceSettings) *CaptionSelectorSettings { s.Scte27SourceSettings = v return s }
go
func (s *CaptionSelectorSettings) SetScte27SourceSettings(v *Scte27SourceSettings) *CaptionSelectorSettings { s.Scte27SourceSettings = v return s }
[ "func", "(", "s", "*", "CaptionSelectorSettings", ")", "SetScte27SourceSettings", "(", "v", "*", "Scte27SourceSettings", ")", "*", "CaptionSelectorSettings", "{", "s", ".", "Scte27SourceSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetScte27SourceSettings sets the Scte27SourceSettings field's value.
[ "SetScte27SourceSettings", "sets", "the", "Scte27SourceSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L5130-L5133
train
aws/aws-sdk-go
service/medialive/api.go
SetSourceIp
func (s *ChannelEgressEndpoint) SetSourceIp(v string) *ChannelEgressEndpoint { s.SourceIp = &v return s }
go
func (s *ChannelEgressEndpoint) SetSourceIp(v string) *ChannelEgressEndpoint { s.SourceIp = &v return s }
[ "func", "(", "s", "*", "ChannelEgressEndpoint", ")", "SetSourceIp", "(", "v", "string", ")", "*", "ChannelEgressEndpoint", "{", "s", ".", "SourceIp", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceIp sets the SourceIp field's value.
[ "SetSourceIp", "sets", "the", "SourceIp", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L5300-L5303
train
aws/aws-sdk-go
service/medialive/api.go
SetReserved
func (s *CreateChannelInput) SetReserved(v string) *CreateChannelInput { s.Reserved = &v return s }
go
func (s *CreateChannelInput) SetReserved(v string) *CreateChannelInput { s.Reserved = &v return s }
[ "func", "(", "s", "*", "CreateChannelInput", ")", "SetReserved", "(", "v", "string", ")", "*", "CreateChannelInput", "{", "s", ".", "Reserved", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReserved sets the Reserved field's value.
[ "SetReserved", "sets", "the", "Reserved", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L5561-L5564
train
aws/aws-sdk-go
service/medialive/api.go
SetDrcLine
func (s *Eac3Settings) SetDrcLine(v string) *Eac3Settings { s.DrcLine = &v return s }
go
func (s *Eac3Settings) SetDrcLine(v string) *Eac3Settings { s.DrcLine = &v return s }
[ "func", "(", "s", "*", "Eac3Settings", ")", "SetDrcLine", "(", "v", "string", ")", "*", "Eac3Settings", "{", "s", ".", "DrcLine", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDrcLine sets the DrcLine field's value.
[ "SetDrcLine", "sets", "the", "DrcLine", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L7848-L7851
train
aws/aws-sdk-go
service/medialive/api.go
SetDrcRf
func (s *Eac3Settings) SetDrcRf(v string) *Eac3Settings { s.DrcRf = &v return s }
go
func (s *Eac3Settings) SetDrcRf(v string) *Eac3Settings { s.DrcRf = &v return s }
[ "func", "(", "s", "*", "Eac3Settings", ")", "SetDrcRf", "(", "v", "string", ")", "*", "Eac3Settings", "{", "s", ".", "DrcRf", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDrcRf sets the DrcRf field's value.
[ "SetDrcRf", "sets", "the", "DrcRf", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L7854-L7857
train
aws/aws-sdk-go
service/medialive/api.go
SetScte20Detection
func (s *EmbeddedSourceSettings) SetScte20Detection(v string) *EmbeddedSourceSettings { s.Scte20Detection = &v return s }
go
func (s *EmbeddedSourceSettings) SetScte20Detection(v string) *EmbeddedSourceSettings { s.Scte20Detection = &v return s }
[ "func", "(", "s", "*", "EmbeddedSourceSettings", ")", "SetScte20Detection", "(", "v", "string", ")", "*", "EmbeddedSourceSettings", "{", "s", ".", "Scte20Detection", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetScte20Detection sets the Scte20Detection field's value.
[ "SetScte20Detection", "sets", "the", "Scte20Detection", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8015-L8018
train
aws/aws-sdk-go
service/medialive/api.go
SetAvailConfiguration
func (s *EncoderSettings) SetAvailConfiguration(v *AvailConfiguration) *EncoderSettings { s.AvailConfiguration = v return s }
go
func (s *EncoderSettings) SetAvailConfiguration(v *AvailConfiguration) *EncoderSettings { s.AvailConfiguration = v return s }
[ "func", "(", "s", "*", "EncoderSettings", ")", "SetAvailConfiguration", "(", "v", "*", "AvailConfiguration", ")", "*", "EncoderSettings", "{", "s", ".", "AvailConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAvailConfiguration sets the AvailConfiguration field's value.
[ "SetAvailConfiguration", "sets", "the", "AvailConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8176-L8179
train
aws/aws-sdk-go
service/medialive/api.go
SetBlackoutSlate
func (s *EncoderSettings) SetBlackoutSlate(v *BlackoutSlate) *EncoderSettings { s.BlackoutSlate = v return s }
go
func (s *EncoderSettings) SetBlackoutSlate(v *BlackoutSlate) *EncoderSettings { s.BlackoutSlate = v return s }
[ "func", "(", "s", "*", "EncoderSettings", ")", "SetBlackoutSlate", "(", "v", "*", "BlackoutSlate", ")", "*", "EncoderSettings", "{", "s", ".", "BlackoutSlate", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBlackoutSlate sets the BlackoutSlate field's value.
[ "SetBlackoutSlate", "sets", "the", "BlackoutSlate", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8182-L8185
train
aws/aws-sdk-go
service/medialive/api.go
SetGlobalConfiguration
func (s *EncoderSettings) SetGlobalConfiguration(v *GlobalConfiguration) *EncoderSettings { s.GlobalConfiguration = v return s }
go
func (s *EncoderSettings) SetGlobalConfiguration(v *GlobalConfiguration) *EncoderSettings { s.GlobalConfiguration = v return s }
[ "func", "(", "s", "*", "EncoderSettings", ")", "SetGlobalConfiguration", "(", "v", "*", "GlobalConfiguration", ")", "*", "EncoderSettings", "{", "s", ".", "GlobalConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGlobalConfiguration sets the GlobalConfiguration field's value.
[ "SetGlobalConfiguration", "sets", "the", "GlobalConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8194-L8197
train
aws/aws-sdk-go
service/medialive/api.go
SetVideoDescriptions
func (s *EncoderSettings) SetVideoDescriptions(v []*VideoDescription) *EncoderSettings { s.VideoDescriptions = v return s }
go
func (s *EncoderSettings) SetVideoDescriptions(v []*VideoDescription) *EncoderSettings { s.VideoDescriptions = v return s }
[ "func", "(", "s", "*", "EncoderSettings", ")", "SetVideoDescriptions", "(", "v", "[", "]", "*", "VideoDescription", ")", "*", "EncoderSettings", "{", "s", ".", "VideoDescriptions", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetVideoDescriptions sets the VideoDescriptions field's value.
[ "SetVideoDescriptions", "sets", "the", "VideoDescriptions", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8212-L8215
train
aws/aws-sdk-go
service/medialive/api.go
SetColumnDepth
func (s *FecOutputSettings) SetColumnDepth(v int64) *FecOutputSettings { s.ColumnDepth = &v return s }
go
func (s *FecOutputSettings) SetColumnDepth(v int64) *FecOutputSettings { s.ColumnDepth = &v return s }
[ "func", "(", "s", "*", "FecOutputSettings", ")", "SetColumnDepth", "(", "v", "int64", ")", "*", "FecOutputSettings", "{", "s", ".", "ColumnDepth", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetColumnDepth sets the ColumnDepth field's value.
[ "SetColumnDepth", "sets", "the", "ColumnDepth", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8265-L8268
train
aws/aws-sdk-go
service/medialive/api.go
SetIncludeFec
func (s *FecOutputSettings) SetIncludeFec(v string) *FecOutputSettings { s.IncludeFec = &v return s }
go
func (s *FecOutputSettings) SetIncludeFec(v string) *FecOutputSettings { s.IncludeFec = &v return s }
[ "func", "(", "s", "*", "FecOutputSettings", ")", "SetIncludeFec", "(", "v", "string", ")", "*", "FecOutputSettings", "{", "s", ".", "IncludeFec", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIncludeFec sets the IncludeFec field's value.
[ "SetIncludeFec", "sets", "the", "IncludeFec", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8271-L8274
train
aws/aws-sdk-go
service/medialive/api.go
SetRowLength
func (s *FecOutputSettings) SetRowLength(v int64) *FecOutputSettings { s.RowLength = &v return s }
go
func (s *FecOutputSettings) SetRowLength(v int64) *FecOutputSettings { s.RowLength = &v return s }
[ "func", "(", "s", "*", "FecOutputSettings", ")", "SetRowLength", "(", "v", "int64", ")", "*", "FecOutputSettings", "{", "s", ".", "RowLength", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRowLength sets the RowLength field's value.
[ "SetRowLength", "sets", "the", "RowLength", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8277-L8280
train
aws/aws-sdk-go
service/medialive/api.go
SetFollowPoint
func (s *FollowModeScheduleActionStartSettings) SetFollowPoint(v string) *FollowModeScheduleActionStartSettings { s.FollowPoint = &v return s }
go
func (s *FollowModeScheduleActionStartSettings) SetFollowPoint(v string) *FollowModeScheduleActionStartSettings { s.FollowPoint = &v return s }
[ "func", "(", "s", "*", "FollowModeScheduleActionStartSettings", ")", "SetFollowPoint", "(", "v", "string", ")", "*", "FollowModeScheduleActionStartSettings", "{", "s", ".", "FollowPoint", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFollowPoint sets the FollowPoint field's value.
[ "SetFollowPoint", "sets", "the", "FollowPoint", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8368-L8371
train
aws/aws-sdk-go
service/medialive/api.go
SetReferenceActionName
func (s *FollowModeScheduleActionStartSettings) SetReferenceActionName(v string) *FollowModeScheduleActionStartSettings { s.ReferenceActionName = &v return s }
go
func (s *FollowModeScheduleActionStartSettings) SetReferenceActionName(v string) *FollowModeScheduleActionStartSettings { s.ReferenceActionName = &v return s }
[ "func", "(", "s", "*", "FollowModeScheduleActionStartSettings", ")", "SetReferenceActionName", "(", "v", "string", ")", "*", "FollowModeScheduleActionStartSettings", "{", "s", ".", "ReferenceActionName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReferenceActionName sets the ReferenceActionName field's value.
[ "SetReferenceActionName", "sets", "the", "ReferenceActionName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8374-L8377
train
aws/aws-sdk-go
service/medialive/api.go
SetCaptureInterval
func (s *FrameCaptureSettings) SetCaptureInterval(v int64) *FrameCaptureSettings { s.CaptureInterval = &v return s }
go
func (s *FrameCaptureSettings) SetCaptureInterval(v int64) *FrameCaptureSettings { s.CaptureInterval = &v return s }
[ "func", "(", "s", "*", "FrameCaptureSettings", ")", "SetCaptureInterval", "(", "v", "int64", ")", "*", "FrameCaptureSettings", "{", "s", ".", "CaptureInterval", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCaptureInterval sets the CaptureInterval field's value.
[ "SetCaptureInterval", "sets", "the", "CaptureInterval", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8487-L8490
train
aws/aws-sdk-go
service/medialive/api.go
SetInitialAudioGain
func (s *GlobalConfiguration) SetInitialAudioGain(v int64) *GlobalConfiguration { s.InitialAudioGain = &v return s }
go
func (s *GlobalConfiguration) SetInitialAudioGain(v int64) *GlobalConfiguration { s.InitialAudioGain = &v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetInitialAudioGain", "(", "v", "int64", ")", "*", "GlobalConfiguration", "{", "s", ".", "InitialAudioGain", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInitialAudioGain sets the InitialAudioGain field's value.
[ "SetInitialAudioGain", "sets", "the", "InitialAudioGain", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8557-L8560
train
aws/aws-sdk-go
service/medialive/api.go
SetInputEndAction
func (s *GlobalConfiguration) SetInputEndAction(v string) *GlobalConfiguration { s.InputEndAction = &v return s }
go
func (s *GlobalConfiguration) SetInputEndAction(v string) *GlobalConfiguration { s.InputEndAction = &v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetInputEndAction", "(", "v", "string", ")", "*", "GlobalConfiguration", "{", "s", ".", "InputEndAction", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputEndAction sets the InputEndAction field's value.
[ "SetInputEndAction", "sets", "the", "InputEndAction", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8563-L8566
train
aws/aws-sdk-go
service/medialive/api.go
SetInputLossBehavior
func (s *GlobalConfiguration) SetInputLossBehavior(v *InputLossBehavior) *GlobalConfiguration { s.InputLossBehavior = v return s }
go
func (s *GlobalConfiguration) SetInputLossBehavior(v *InputLossBehavior) *GlobalConfiguration { s.InputLossBehavior = v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetInputLossBehavior", "(", "v", "*", "InputLossBehavior", ")", "*", "GlobalConfiguration", "{", "s", ".", "InputLossBehavior", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetInputLossBehavior sets the InputLossBehavior field's value.
[ "SetInputLossBehavior", "sets", "the", "InputLossBehavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8569-L8572
train
aws/aws-sdk-go
service/medialive/api.go
SetOutputLockingMode
func (s *GlobalConfiguration) SetOutputLockingMode(v string) *GlobalConfiguration { s.OutputLockingMode = &v return s }
go
func (s *GlobalConfiguration) SetOutputLockingMode(v string) *GlobalConfiguration { s.OutputLockingMode = &v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetOutputLockingMode", "(", "v", "string", ")", "*", "GlobalConfiguration", "{", "s", ".", "OutputLockingMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOutputLockingMode sets the OutputLockingMode field's value.
[ "SetOutputLockingMode", "sets", "the", "OutputLockingMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8575-L8578
train
aws/aws-sdk-go
service/medialive/api.go
SetOutputTimingSource
func (s *GlobalConfiguration) SetOutputTimingSource(v string) *GlobalConfiguration { s.OutputTimingSource = &v return s }
go
func (s *GlobalConfiguration) SetOutputTimingSource(v string) *GlobalConfiguration { s.OutputTimingSource = &v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetOutputTimingSource", "(", "v", "string", ")", "*", "GlobalConfiguration", "{", "s", ".", "OutputTimingSource", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOutputTimingSource sets the OutputTimingSource field's value.
[ "SetOutputTimingSource", "sets", "the", "OutputTimingSource", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8581-L8584
train
aws/aws-sdk-go
service/medialive/api.go
SetSupportLowFramerateInputs
func (s *GlobalConfiguration) SetSupportLowFramerateInputs(v string) *GlobalConfiguration { s.SupportLowFramerateInputs = &v return s }
go
func (s *GlobalConfiguration) SetSupportLowFramerateInputs(v string) *GlobalConfiguration { s.SupportLowFramerateInputs = &v return s }
[ "func", "(", "s", "*", "GlobalConfiguration", ")", "SetSupportLowFramerateInputs", "(", "v", "string", ")", "*", "GlobalConfiguration", "{", "s", ".", "SupportLowFramerateInputs", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSupportLowFramerateInputs sets the SupportLowFramerateInputs field's value.
[ "SetSupportLowFramerateInputs", "sets", "the", "SupportLowFramerateInputs", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8587-L8590
train
aws/aws-sdk-go
service/medialive/api.go
SetBufFillPct
func (s *H264Settings) SetBufFillPct(v int64) *H264Settings { s.BufFillPct = &v return s }
go
func (s *H264Settings) SetBufFillPct(v int64) *H264Settings { s.BufFillPct = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetBufFillPct", "(", "v", "int64", ")", "*", "H264Settings", "{", "s", ".", "BufFillPct", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBufFillPct sets the BufFillPct field's value.
[ "SetBufFillPct", "sets", "the", "BufFillPct", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8825-L8828
train
aws/aws-sdk-go
service/medialive/api.go
SetBufSize
func (s *H264Settings) SetBufSize(v int64) *H264Settings { s.BufSize = &v return s }
go
func (s *H264Settings) SetBufSize(v int64) *H264Settings { s.BufSize = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetBufSize", "(", "v", "int64", ")", "*", "H264Settings", "{", "s", ".", "BufSize", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBufSize sets the BufSize field's value.
[ "SetBufSize", "sets", "the", "BufSize", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8831-L8834
train
aws/aws-sdk-go
service/medialive/api.go
SetFlickerAq
func (s *H264Settings) SetFlickerAq(v string) *H264Settings { s.FlickerAq = &v return s }
go
func (s *H264Settings) SetFlickerAq(v string) *H264Settings { s.FlickerAq = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetFlickerAq", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "FlickerAq", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFlickerAq sets the FlickerAq field's value.
[ "SetFlickerAq", "sets", "the", "FlickerAq", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8855-L8858
train
aws/aws-sdk-go
service/medialive/api.go
SetGopNumBFrames
func (s *H264Settings) SetGopNumBFrames(v int64) *H264Settings { s.GopNumBFrames = &v return s }
go
func (s *H264Settings) SetGopNumBFrames(v int64) *H264Settings { s.GopNumBFrames = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetGopNumBFrames", "(", "v", "int64", ")", "*", "H264Settings", "{", "s", ".", "GopNumBFrames", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGopNumBFrames sets the GopNumBFrames field's value.
[ "SetGopNumBFrames", "sets", "the", "GopNumBFrames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8891-L8894
train
aws/aws-sdk-go
service/medialive/api.go
SetLookAheadRateControl
func (s *H264Settings) SetLookAheadRateControl(v string) *H264Settings { s.LookAheadRateControl = &v return s }
go
func (s *H264Settings) SetLookAheadRateControl(v string) *H264Settings { s.LookAheadRateControl = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetLookAheadRateControl", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "LookAheadRateControl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLookAheadRateControl sets the LookAheadRateControl field's value.
[ "SetLookAheadRateControl", "sets", "the", "LookAheadRateControl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8915-L8918
train
aws/aws-sdk-go
service/medialive/api.go
SetNumRefFrames
func (s *H264Settings) SetNumRefFrames(v int64) *H264Settings { s.NumRefFrames = &v return s }
go
func (s *H264Settings) SetNumRefFrames(v int64) *H264Settings { s.NumRefFrames = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetNumRefFrames", "(", "v", "int64", ")", "*", "H264Settings", "{", "s", ".", "NumRefFrames", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNumRefFrames sets the NumRefFrames field's value.
[ "SetNumRefFrames", "sets", "the", "NumRefFrames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8933-L8936
train
aws/aws-sdk-go
service/medialive/api.go
SetScanType
func (s *H264Settings) SetScanType(v string) *H264Settings { s.ScanType = &v return s }
go
func (s *H264Settings) SetScanType(v string) *H264Settings { s.ScanType = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetScanType", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "ScanType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetScanType sets the ScanType field's value.
[ "SetScanType", "sets", "the", "ScanType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8975-L8978
train
aws/aws-sdk-go
service/medialive/api.go
SetSpatialAq
func (s *H264Settings) SetSpatialAq(v string) *H264Settings { s.SpatialAq = &v return s }
go
func (s *H264Settings) SetSpatialAq(v string) *H264Settings { s.SpatialAq = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetSpatialAq", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "SpatialAq", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSpatialAq sets the SpatialAq field's value.
[ "SetSpatialAq", "sets", "the", "SpatialAq", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L8999-L9002
train
aws/aws-sdk-go
service/medialive/api.go
SetSubgopLength
func (s *H264Settings) SetSubgopLength(v string) *H264Settings { s.SubgopLength = &v return s }
go
func (s *H264Settings) SetSubgopLength(v string) *H264Settings { s.SubgopLength = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetSubgopLength", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "SubgopLength", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSubgopLength sets the SubgopLength field's value.
[ "SetSubgopLength", "sets", "the", "SubgopLength", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9005-L9008
train
aws/aws-sdk-go
service/medialive/api.go
SetTemporalAq
func (s *H264Settings) SetTemporalAq(v string) *H264Settings { s.TemporalAq = &v return s }
go
func (s *H264Settings) SetTemporalAq(v string) *H264Settings { s.TemporalAq = &v return s }
[ "func", "(", "s", "*", "H264Settings", ")", "SetTemporalAq", "(", "v", "string", ")", "*", "H264Settings", "{", "s", ".", "TemporalAq", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTemporalAq sets the TemporalAq field's value.
[ "SetTemporalAq", "sets", "the", "TemporalAq", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9017-L9020
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsAkamaiSettings
func (s *HlsCdnSettings) SetHlsAkamaiSettings(v *HlsAkamaiSettings) *HlsCdnSettings { s.HlsAkamaiSettings = v return s }
go
func (s *HlsCdnSettings) SetHlsAkamaiSettings(v *HlsAkamaiSettings) *HlsCdnSettings { s.HlsAkamaiSettings = v return s }
[ "func", "(", "s", "*", "HlsCdnSettings", ")", "SetHlsAkamaiSettings", "(", "v", "*", "HlsAkamaiSettings", ")", "*", "HlsCdnSettings", "{", "s", ".", "HlsAkamaiSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsAkamaiSettings sets the HlsAkamaiSettings field's value.
[ "SetHlsAkamaiSettings", "sets", "the", "HlsAkamaiSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9192-L9195
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsBasicPutSettings
func (s *HlsCdnSettings) SetHlsBasicPutSettings(v *HlsBasicPutSettings) *HlsCdnSettings { s.HlsBasicPutSettings = v return s }
go
func (s *HlsCdnSettings) SetHlsBasicPutSettings(v *HlsBasicPutSettings) *HlsCdnSettings { s.HlsBasicPutSettings = v return s }
[ "func", "(", "s", "*", "HlsCdnSettings", ")", "SetHlsBasicPutSettings", "(", "v", "*", "HlsBasicPutSettings", ")", "*", "HlsCdnSettings", "{", "s", ".", "HlsBasicPutSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsBasicPutSettings sets the HlsBasicPutSettings field's value.
[ "SetHlsBasicPutSettings", "sets", "the", "HlsBasicPutSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9198-L9201
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsMediaStoreSettings
func (s *HlsCdnSettings) SetHlsMediaStoreSettings(v *HlsMediaStoreSettings) *HlsCdnSettings { s.HlsMediaStoreSettings = v return s }
go
func (s *HlsCdnSettings) SetHlsMediaStoreSettings(v *HlsMediaStoreSettings) *HlsCdnSettings { s.HlsMediaStoreSettings = v return s }
[ "func", "(", "s", "*", "HlsCdnSettings", ")", "SetHlsMediaStoreSettings", "(", "v", "*", "HlsMediaStoreSettings", ")", "*", "HlsCdnSettings", "{", "s", ".", "HlsMediaStoreSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsMediaStoreSettings sets the HlsMediaStoreSettings field's value.
[ "SetHlsMediaStoreSettings", "sets", "the", "HlsMediaStoreSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9204-L9207
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsWebdavSettings
func (s *HlsCdnSettings) SetHlsWebdavSettings(v *HlsWebdavSettings) *HlsCdnSettings { s.HlsWebdavSettings = v return s }
go
func (s *HlsCdnSettings) SetHlsWebdavSettings(v *HlsWebdavSettings) *HlsCdnSettings { s.HlsWebdavSettings = v return s }
[ "func", "(", "s", "*", "HlsCdnSettings", ")", "SetHlsWebdavSettings", "(", "v", "*", "HlsWebdavSettings", ")", "*", "HlsCdnSettings", "{", "s", ".", "HlsWebdavSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsWebdavSettings sets the HlsWebdavSettings field's value.
[ "SetHlsWebdavSettings", "sets", "the", "HlsWebdavSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9210-L9213
train
aws/aws-sdk-go
service/medialive/api.go
SetBaseUrlContent
func (s *HlsGroupSettings) SetBaseUrlContent(v string) *HlsGroupSettings { s.BaseUrlContent = &v return s }
go
func (s *HlsGroupSettings) SetBaseUrlContent(v string) *HlsGroupSettings { s.BaseUrlContent = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetBaseUrlContent", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "BaseUrlContent", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBaseUrlContent sets the BaseUrlContent field's value.
[ "SetBaseUrlContent", "sets", "the", "BaseUrlContent", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9466-L9469
train
aws/aws-sdk-go
service/medialive/api.go
SetBaseUrlManifest
func (s *HlsGroupSettings) SetBaseUrlManifest(v string) *HlsGroupSettings { s.BaseUrlManifest = &v return s }
go
func (s *HlsGroupSettings) SetBaseUrlManifest(v string) *HlsGroupSettings { s.BaseUrlManifest = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetBaseUrlManifest", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "BaseUrlManifest", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBaseUrlManifest sets the BaseUrlManifest field's value.
[ "SetBaseUrlManifest", "sets", "the", "BaseUrlManifest", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9472-L9475
train
aws/aws-sdk-go
service/medialive/api.go
SetConstantIv
func (s *HlsGroupSettings) SetConstantIv(v string) *HlsGroupSettings { s.ConstantIv = &v return s }
go
func (s *HlsGroupSettings) SetConstantIv(v string) *HlsGroupSettings { s.ConstantIv = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetConstantIv", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "ConstantIv", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConstantIv sets the ConstantIv field's value.
[ "SetConstantIv", "sets", "the", "ConstantIv", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9502-L9505
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsCdnSettings
func (s *HlsGroupSettings) SetHlsCdnSettings(v *HlsCdnSettings) *HlsGroupSettings { s.HlsCdnSettings = v return s }
go
func (s *HlsGroupSettings) SetHlsCdnSettings(v *HlsCdnSettings) *HlsGroupSettings { s.HlsCdnSettings = v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetHlsCdnSettings", "(", "v", "*", "HlsCdnSettings", ")", "*", "HlsGroupSettings", "{", "s", ".", "HlsCdnSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsCdnSettings sets the HlsCdnSettings field's value.
[ "SetHlsCdnSettings", "sets", "the", "HlsCdnSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9526-L9529
train
aws/aws-sdk-go
service/medialive/api.go
SetIFrameOnlyPlaylists
func (s *HlsGroupSettings) SetIFrameOnlyPlaylists(v string) *HlsGroupSettings { s.IFrameOnlyPlaylists = &v return s }
go
func (s *HlsGroupSettings) SetIFrameOnlyPlaylists(v string) *HlsGroupSettings { s.IFrameOnlyPlaylists = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetIFrameOnlyPlaylists", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "IFrameOnlyPlaylists", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIFrameOnlyPlaylists sets the IFrameOnlyPlaylists field's value.
[ "SetIFrameOnlyPlaylists", "sets", "the", "IFrameOnlyPlaylists", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9532-L9535
train
aws/aws-sdk-go
service/medialive/api.go
SetIndexNSegments
func (s *HlsGroupSettings) SetIndexNSegments(v int64) *HlsGroupSettings { s.IndexNSegments = &v return s }
go
func (s *HlsGroupSettings) SetIndexNSegments(v int64) *HlsGroupSettings { s.IndexNSegments = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetIndexNSegments", "(", "v", "int64", ")", "*", "HlsGroupSettings", "{", "s", ".", "IndexNSegments", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIndexNSegments sets the IndexNSegments field's value.
[ "SetIndexNSegments", "sets", "the", "IndexNSegments", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9538-L9541
train
aws/aws-sdk-go
service/medialive/api.go
SetIvInManifest
func (s *HlsGroupSettings) SetIvInManifest(v string) *HlsGroupSettings { s.IvInManifest = &v return s }
go
func (s *HlsGroupSettings) SetIvInManifest(v string) *HlsGroupSettings { s.IvInManifest = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetIvInManifest", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "IvInManifest", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIvInManifest sets the IvInManifest field's value.
[ "SetIvInManifest", "sets", "the", "IvInManifest", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9550-L9553
train
aws/aws-sdk-go
service/medialive/api.go
SetIvSource
func (s *HlsGroupSettings) SetIvSource(v string) *HlsGroupSettings { s.IvSource = &v return s }
go
func (s *HlsGroupSettings) SetIvSource(v string) *HlsGroupSettings { s.IvSource = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetIvSource", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "IvSource", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIvSource sets the IvSource field's value.
[ "SetIvSource", "sets", "the", "IvSource", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9556-L9559
train
aws/aws-sdk-go
service/medialive/api.go
SetKeepSegments
func (s *HlsGroupSettings) SetKeepSegments(v int64) *HlsGroupSettings { s.KeepSegments = &v return s }
go
func (s *HlsGroupSettings) SetKeepSegments(v int64) *HlsGroupSettings { s.KeepSegments = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetKeepSegments", "(", "v", "int64", ")", "*", "HlsGroupSettings", "{", "s", ".", "KeepSegments", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetKeepSegments sets the KeepSegments field's value.
[ "SetKeepSegments", "sets", "the", "KeepSegments", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9562-L9565
train
aws/aws-sdk-go
service/medialive/api.go
SetKeyProviderSettings
func (s *HlsGroupSettings) SetKeyProviderSettings(v *KeyProviderSettings) *HlsGroupSettings { s.KeyProviderSettings = v return s }
go
func (s *HlsGroupSettings) SetKeyProviderSettings(v *KeyProviderSettings) *HlsGroupSettings { s.KeyProviderSettings = v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetKeyProviderSettings", "(", "v", "*", "KeyProviderSettings", ")", "*", "HlsGroupSettings", "{", "s", ".", "KeyProviderSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetKeyProviderSettings sets the KeyProviderSettings field's value.
[ "SetKeyProviderSettings", "sets", "the", "KeyProviderSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9580-L9583
train
aws/aws-sdk-go
service/medialive/api.go
SetRedundantManifest
func (s *HlsGroupSettings) SetRedundantManifest(v string) *HlsGroupSettings { s.RedundantManifest = &v return s }
go
func (s *HlsGroupSettings) SetRedundantManifest(v string) *HlsGroupSettings { s.RedundantManifest = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetRedundantManifest", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "RedundantManifest", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRedundantManifest sets the RedundantManifest field's value.
[ "SetRedundantManifest", "sets", "the", "RedundantManifest", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9628-L9631
train
aws/aws-sdk-go
service/medialive/api.go
SetTsFileMode
func (s *HlsGroupSettings) SetTsFileMode(v string) *HlsGroupSettings { s.TsFileMode = &v return s }
go
func (s *HlsGroupSettings) SetTsFileMode(v string) *HlsGroupSettings { s.TsFileMode = &v return s }
[ "func", "(", "s", "*", "HlsGroupSettings", ")", "SetTsFileMode", "(", "v", "string", ")", "*", "HlsGroupSettings", "{", "s", ".", "TsFileMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTsFileMode sets the TsFileMode field's value.
[ "SetTsFileMode", "sets", "the", "TsFileMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9676-L9679
train
aws/aws-sdk-go
service/medialive/api.go
SetBufferSegments
func (s *HlsInputSettings) SetBufferSegments(v int64) *HlsInputSettings { s.BufferSegments = &v return s }
go
func (s *HlsInputSettings) SetBufferSegments(v int64) *HlsInputSettings { s.BufferSegments = &v return s }
[ "func", "(", "s", "*", "HlsInputSettings", ")", "SetBufferSegments", "(", "v", "int64", ")", "*", "HlsInputSettings", "{", "s", ".", "BufferSegments", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBufferSegments sets the BufferSegments field's value.
[ "SetBufferSegments", "sets", "the", "BufferSegments", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9722-L9725
train
aws/aws-sdk-go
service/medialive/api.go
SetRetryInterval
func (s *HlsInputSettings) SetRetryInterval(v int64) *HlsInputSettings { s.RetryInterval = &v return s }
go
func (s *HlsInputSettings) SetRetryInterval(v int64) *HlsInputSettings { s.RetryInterval = &v return s }
[ "func", "(", "s", "*", "HlsInputSettings", ")", "SetRetryInterval", "(", "v", "int64", ")", "*", "HlsInputSettings", "{", "s", ".", "RetryInterval", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRetryInterval sets the RetryInterval field's value.
[ "SetRetryInterval", "sets", "the", "RetryInterval", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9734-L9737
train
aws/aws-sdk-go
service/medialive/api.go
SetMediaStoreStorageClass
func (s *HlsMediaStoreSettings) SetMediaStoreStorageClass(v string) *HlsMediaStoreSettings { s.MediaStoreStorageClass = &v return s }
go
func (s *HlsMediaStoreSettings) SetMediaStoreStorageClass(v string) *HlsMediaStoreSettings { s.MediaStoreStorageClass = &v return s }
[ "func", "(", "s", "*", "HlsMediaStoreSettings", ")", "SetMediaStoreStorageClass", "(", "v", "string", ")", "*", "HlsMediaStoreSettings", "{", "s", ".", "MediaStoreStorageClass", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMediaStoreStorageClass sets the MediaStoreStorageClass field's value.
[ "SetMediaStoreStorageClass", "sets", "the", "MediaStoreStorageClass", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9786-L9789
train
aws/aws-sdk-go
service/medialive/api.go
SetAudioOnlyHlsSettings
func (s *HlsSettings) SetAudioOnlyHlsSettings(v *AudioOnlyHlsSettings) *HlsSettings { s.AudioOnlyHlsSettings = v return s }
go
func (s *HlsSettings) SetAudioOnlyHlsSettings(v *AudioOnlyHlsSettings) *HlsSettings { s.AudioOnlyHlsSettings = v return s }
[ "func", "(", "s", "*", "HlsSettings", ")", "SetAudioOnlyHlsSettings", "(", "v", "*", "AudioOnlyHlsSettings", ")", "*", "HlsSettings", "{", "s", ".", "AudioOnlyHlsSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAudioOnlyHlsSettings sets the AudioOnlyHlsSettings field's value.
[ "SetAudioOnlyHlsSettings", "sets", "the", "AudioOnlyHlsSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9912-L9915
train
aws/aws-sdk-go
service/medialive/api.go
SetStandardHlsSettings
func (s *HlsSettings) SetStandardHlsSettings(v *StandardHlsSettings) *HlsSettings { s.StandardHlsSettings = v return s }
go
func (s *HlsSettings) SetStandardHlsSettings(v *StandardHlsSettings) *HlsSettings { s.StandardHlsSettings = v return s }
[ "func", "(", "s", "*", "HlsSettings", ")", "SetStandardHlsSettings", "(", "v", "*", "StandardHlsSettings", ")", "*", "HlsSettings", "{", "s", ".", "StandardHlsSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStandardHlsSettings sets the StandardHlsSettings field's value.
[ "SetStandardHlsSettings", "sets", "the", "StandardHlsSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L9918-L9921
train
aws/aws-sdk-go
service/medialive/api.go
SetInputAttachmentName
func (s *InputAttachment) SetInputAttachmentName(v string) *InputAttachment { s.InputAttachmentName = &v return s }
go
func (s *InputAttachment) SetInputAttachmentName(v string) *InputAttachment { s.InputAttachmentName = &v return s }
[ "func", "(", "s", "*", "InputAttachment", ")", "SetInputAttachmentName", "(", "v", "string", ")", "*", "InputAttachment", "{", "s", ".", "InputAttachmentName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputAttachmentName sets the InputAttachmentName field's value.
[ "SetInputAttachmentName", "sets", "the", "InputAttachmentName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10202-L10205
train
aws/aws-sdk-go
service/medialive/api.go
SetInputSettings
func (s *InputAttachment) SetInputSettings(v *InputSettings) *InputAttachment { s.InputSettings = v return s }
go
func (s *InputAttachment) SetInputSettings(v *InputSettings) *InputAttachment { s.InputSettings = v return s }
[ "func", "(", "s", "*", "InputAttachment", ")", "SetInputSettings", "(", "v", "*", "InputSettings", ")", "*", "InputAttachment", "{", "s", ".", "InputSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetInputSettings sets the InputSettings field's value.
[ "SetInputSettings", "sets", "the", "InputSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10214-L10217
train
aws/aws-sdk-go
service/medialive/api.go
SetGain
func (s *InputChannelLevel) SetGain(v int64) *InputChannelLevel { s.Gain = &v return s }
go
func (s *InputChannelLevel) SetGain(v int64) *InputChannelLevel { s.Gain = &v return s }
[ "func", "(", "s", "*", "InputChannelLevel", ")", "SetGain", "(", "v", "int64", ")", "*", "InputChannelLevel", "{", "s", ".", "Gain", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGain sets the Gain field's value.
[ "SetGain", "sets", "the", "Gain", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10265-L10268
train
aws/aws-sdk-go
service/medialive/api.go
SetInputChannel
func (s *InputChannelLevel) SetInputChannel(v int64) *InputChannelLevel { s.InputChannel = &v return s }
go
func (s *InputChannelLevel) SetInputChannel(v int64) *InputChannelLevel { s.InputChannel = &v return s }
[ "func", "(", "s", "*", "InputChannelLevel", ")", "SetInputChannel", "(", "v", "int64", ")", "*", "InputChannelLevel", "{", "s", ".", "InputChannel", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputChannel sets the InputChannel field's value.
[ "SetInputChannel", "sets", "the", "InputChannel", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10271-L10274
train
aws/aws-sdk-go
service/medialive/api.go
SetBlackFrameMsec
func (s *InputLossBehavior) SetBlackFrameMsec(v int64) *InputLossBehavior { s.BlackFrameMsec = &v return s }
go
func (s *InputLossBehavior) SetBlackFrameMsec(v int64) *InputLossBehavior { s.BlackFrameMsec = &v return s }
[ "func", "(", "s", "*", "InputLossBehavior", ")", "SetBlackFrameMsec", "(", "v", "int64", ")", "*", "InputLossBehavior", "{", "s", ".", "BlackFrameMsec", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBlackFrameMsec sets the BlackFrameMsec field's value.
[ "SetBlackFrameMsec", "sets", "the", "BlackFrameMsec", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10504-L10507
train
aws/aws-sdk-go
service/medialive/api.go
SetInputLossImageColor
func (s *InputLossBehavior) SetInputLossImageColor(v string) *InputLossBehavior { s.InputLossImageColor = &v return s }
go
func (s *InputLossBehavior) SetInputLossImageColor(v string) *InputLossBehavior { s.InputLossImageColor = &v return s }
[ "func", "(", "s", "*", "InputLossBehavior", ")", "SetInputLossImageColor", "(", "v", "string", ")", "*", "InputLossBehavior", "{", "s", ".", "InputLossImageColor", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputLossImageColor sets the InputLossImageColor field's value.
[ "SetInputLossImageColor", "sets", "the", "InputLossImageColor", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10510-L10513
train
aws/aws-sdk-go
service/medialive/api.go
SetInputLossImageSlate
func (s *InputLossBehavior) SetInputLossImageSlate(v *InputLocation) *InputLossBehavior { s.InputLossImageSlate = v return s }
go
func (s *InputLossBehavior) SetInputLossImageSlate(v *InputLocation) *InputLossBehavior { s.InputLossImageSlate = v return s }
[ "func", "(", "s", "*", "InputLossBehavior", ")", "SetInputLossImageSlate", "(", "v", "*", "InputLocation", ")", "*", "InputLossBehavior", "{", "s", ".", "InputLossImageSlate", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetInputLossImageSlate sets the InputLossImageSlate field's value.
[ "SetInputLossImageSlate", "sets", "the", "InputLossImageSlate", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10516-L10519
train
aws/aws-sdk-go
service/medialive/api.go
SetInputLossImageType
func (s *InputLossBehavior) SetInputLossImageType(v string) *InputLossBehavior { s.InputLossImageType = &v return s }
go
func (s *InputLossBehavior) SetInputLossImageType(v string) *InputLossBehavior { s.InputLossImageType = &v return s }
[ "func", "(", "s", "*", "InputLossBehavior", ")", "SetInputLossImageType", "(", "v", "string", ")", "*", "InputLossBehavior", "{", "s", ".", "InputLossImageType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputLossImageType sets the InputLossImageType field's value.
[ "SetInputLossImageType", "sets", "the", "InputLossImageType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10522-L10525
train
aws/aws-sdk-go
service/medialive/api.go
SetRepeatFrameMsec
func (s *InputLossBehavior) SetRepeatFrameMsec(v int64) *InputLossBehavior { s.RepeatFrameMsec = &v return s }
go
func (s *InputLossBehavior) SetRepeatFrameMsec(v int64) *InputLossBehavior { s.RepeatFrameMsec = &v return s }
[ "func", "(", "s", "*", "InputLossBehavior", ")", "SetRepeatFrameMsec", "(", "v", "int64", ")", "*", "InputLossBehavior", "{", "s", ".", "RepeatFrameMsec", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRepeatFrameMsec sets the RepeatFrameMsec field's value.
[ "SetRepeatFrameMsec", "sets", "the", "RepeatFrameMsec", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10528-L10531
train
aws/aws-sdk-go
service/medialive/api.go
SetInputFilter
func (s *InputSettings) SetInputFilter(v string) *InputSettings { s.InputFilter = &v return s }
go
func (s *InputSettings) SetInputFilter(v string) *InputSettings { s.InputFilter = &v return s }
[ "func", "(", "s", "*", "InputSettings", ")", "SetInputFilter", "(", "v", "string", ")", "*", "InputSettings", "{", "s", ".", "InputFilter", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputFilter sets the InputFilter field's value.
[ "SetInputFilter", "sets", "the", "InputFilter", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10713-L10716
train
aws/aws-sdk-go
service/medialive/api.go
SetNetworkInputSettings
func (s *InputSettings) SetNetworkInputSettings(v *NetworkInputSettings) *InputSettings { s.NetworkInputSettings = v return s }
go
func (s *InputSettings) SetNetworkInputSettings(v *NetworkInputSettings) *InputSettings { s.NetworkInputSettings = v return s }
[ "func", "(", "s", "*", "InputSettings", ")", "SetNetworkInputSettings", "(", "v", "*", "NetworkInputSettings", ")", "*", "InputSettings", "{", "s", ".", "NetworkInputSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNetworkInputSettings sets the NetworkInputSettings field's value.
[ "SetNetworkInputSettings", "sets", "the", "NetworkInputSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10719-L10722
train
aws/aws-sdk-go
service/medialive/api.go
SetSourceEndBehavior
func (s *InputSettings) SetSourceEndBehavior(v string) *InputSettings { s.SourceEndBehavior = &v return s }
go
func (s *InputSettings) SetSourceEndBehavior(v string) *InputSettings { s.SourceEndBehavior = &v return s }
[ "func", "(", "s", "*", "InputSettings", ")", "SetSourceEndBehavior", "(", "v", "string", ")", "*", "InputSettings", "{", "s", ".", "SourceEndBehavior", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceEndBehavior sets the SourceEndBehavior field's value.
[ "SetSourceEndBehavior", "sets", "the", "SourceEndBehavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10725-L10728
train
aws/aws-sdk-go
service/medialive/api.go
SetInputAttachmentNameReference
func (s *InputSwitchScheduleActionSettings) SetInputAttachmentNameReference(v string) *InputSwitchScheduleActionSettings { s.InputAttachmentNameReference = &v return s }
go
func (s *InputSwitchScheduleActionSettings) SetInputAttachmentNameReference(v string) *InputSwitchScheduleActionSettings { s.InputAttachmentNameReference = &v return s }
[ "func", "(", "s", "*", "InputSwitchScheduleActionSettings", ")", "SetInputAttachmentNameReference", "(", "v", "string", ")", "*", "InputSwitchScheduleActionSettings", "{", "s", ".", "InputAttachmentNameReference", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputAttachmentNameReference sets the InputAttachmentNameReference field's value.
[ "SetInputAttachmentNameReference", "sets", "the", "InputAttachmentNameReference", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L10895-L10898
train
aws/aws-sdk-go
service/medialive/api.go
SetStaticKeySettings
func (s *KeyProviderSettings) SetStaticKeySettings(v *StaticKeySettings) *KeyProviderSettings { s.StaticKeySettings = v return s }
go
func (s *KeyProviderSettings) SetStaticKeySettings(v *StaticKeySettings) *KeyProviderSettings { s.StaticKeySettings = v return s }
[ "func", "(", "s", "*", "KeyProviderSettings", ")", "SetStaticKeySettings", "(", "v", "*", "StaticKeySettings", ")", "*", "KeyProviderSettings", "{", "s", ".", "StaticKeySettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStaticKeySettings sets the StaticKeySettings field's value.
[ "SetStaticKeySettings", "sets", "the", "StaticKeySettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11036-L11039
train
aws/aws-sdk-go
service/medialive/api.go
SetChannelConfiguration
func (s *ListOfferingsInput) SetChannelConfiguration(v string) *ListOfferingsInput { s.ChannelConfiguration = &v return s }
go
func (s *ListOfferingsInput) SetChannelConfiguration(v string) *ListOfferingsInput { s.ChannelConfiguration = &v return s }
[ "func", "(", "s", "*", "ListOfferingsInput", ")", "SetChannelConfiguration", "(", "v", "string", ")", "*", "ListOfferingsInput", "{", "s", ".", "ChannelConfiguration", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetChannelConfiguration sets the ChannelConfiguration field's value.
[ "SetChannelConfiguration", "sets", "the", "ChannelConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11316-L11319
train
aws/aws-sdk-go
service/medialive/api.go
SetReservations
func (s *ListReservationsOutput) SetReservations(v []*Reservation) *ListReservationsOutput { s.Reservations = v return s }
go
func (s *ListReservationsOutput) SetReservations(v []*Reservation) *ListReservationsOutput { s.Reservations = v return s }
[ "func", "(", "s", "*", "ListReservationsOutput", ")", "SetReservations", "(", "v", "[", "]", "*", "Reservation", ")", "*", "ListReservationsOutput", "{", "s", ".", "Reservations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetReservations sets the Reservations field's value.
[ "SetReservations", "sets", "the", "Reservations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11537-L11540
train
aws/aws-sdk-go
service/medialive/api.go
SetAbsentInputAudioBehavior
func (s *M2tsSettings) SetAbsentInputAudioBehavior(v string) *M2tsSettings { s.AbsentInputAudioBehavior = &v return s }
go
func (s *M2tsSettings) SetAbsentInputAudioBehavior(v string) *M2tsSettings { s.AbsentInputAudioBehavior = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetAbsentInputAudioBehavior", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "AbsentInputAudioBehavior", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAbsentInputAudioBehavior sets the AbsentInputAudioBehavior field's value.
[ "SetAbsentInputAudioBehavior", "sets", "the", "AbsentInputAudioBehavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11865-L11868
train
aws/aws-sdk-go
service/medialive/api.go
SetArib
func (s *M2tsSettings) SetArib(v string) *M2tsSettings { s.Arib = &v return s }
go
func (s *M2tsSettings) SetArib(v string) *M2tsSettings { s.Arib = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetArib", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "Arib", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetArib sets the Arib field's value.
[ "SetArib", "sets", "the", "Arib", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11871-L11874
train
aws/aws-sdk-go
service/medialive/api.go
SetAribCaptionsPid
func (s *M2tsSettings) SetAribCaptionsPid(v string) *M2tsSettings { s.AribCaptionsPid = &v return s }
go
func (s *M2tsSettings) SetAribCaptionsPid(v string) *M2tsSettings { s.AribCaptionsPid = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetAribCaptionsPid", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "AribCaptionsPid", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAribCaptionsPid sets the AribCaptionsPid field's value.
[ "SetAribCaptionsPid", "sets", "the", "AribCaptionsPid", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11877-L11880
train
aws/aws-sdk-go
service/medialive/api.go
SetAribCaptionsPidControl
func (s *M2tsSettings) SetAribCaptionsPidControl(v string) *M2tsSettings { s.AribCaptionsPidControl = &v return s }
go
func (s *M2tsSettings) SetAribCaptionsPidControl(v string) *M2tsSettings { s.AribCaptionsPidControl = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetAribCaptionsPidControl", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "AribCaptionsPidControl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAribCaptionsPidControl sets the AribCaptionsPidControl field's value.
[ "SetAribCaptionsPidControl", "sets", "the", "AribCaptionsPidControl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11883-L11886
train
aws/aws-sdk-go
service/medialive/api.go
SetAudioStreamType
func (s *M2tsSettings) SetAudioStreamType(v string) *M2tsSettings { s.AudioStreamType = &v return s }
go
func (s *M2tsSettings) SetAudioStreamType(v string) *M2tsSettings { s.AudioStreamType = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetAudioStreamType", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "AudioStreamType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAudioStreamType sets the AudioStreamType field's value.
[ "SetAudioStreamType", "sets", "the", "AudioStreamType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11907-L11910
train
aws/aws-sdk-go
service/medialive/api.go
SetCcDescriptor
func (s *M2tsSettings) SetCcDescriptor(v string) *M2tsSettings { s.CcDescriptor = &v return s }
go
func (s *M2tsSettings) SetCcDescriptor(v string) *M2tsSettings { s.CcDescriptor = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetCcDescriptor", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "CcDescriptor", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCcDescriptor sets the CcDescriptor field's value.
[ "SetCcDescriptor", "sets", "the", "CcDescriptor", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11925-L11928
train
aws/aws-sdk-go
service/medialive/api.go
SetEbif
func (s *M2tsSettings) SetEbif(v string) *M2tsSettings { s.Ebif = &v return s }
go
func (s *M2tsSettings) SetEbif(v string) *M2tsSettings { s.Ebif = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetEbif", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "Ebif", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEbif sets the Ebif field's value.
[ "SetEbif", "sets", "the", "Ebif", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11961-L11964
train
aws/aws-sdk-go
service/medialive/api.go
SetEbpLookaheadMs
func (s *M2tsSettings) SetEbpLookaheadMs(v int64) *M2tsSettings { s.EbpLookaheadMs = &v return s }
go
func (s *M2tsSettings) SetEbpLookaheadMs(v int64) *M2tsSettings { s.EbpLookaheadMs = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetEbpLookaheadMs", "(", "v", "int64", ")", "*", "M2tsSettings", "{", "s", ".", "EbpLookaheadMs", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEbpLookaheadMs sets the EbpLookaheadMs field's value.
[ "SetEbpLookaheadMs", "sets", "the", "EbpLookaheadMs", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11973-L11976
train
aws/aws-sdk-go
service/medialive/api.go
SetEtvPlatformPid
func (s *M2tsSettings) SetEtvPlatformPid(v string) *M2tsSettings { s.EtvPlatformPid = &v return s }
go
func (s *M2tsSettings) SetEtvPlatformPid(v string) *M2tsSettings { s.EtvPlatformPid = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetEtvPlatformPid", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "EtvPlatformPid", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEtvPlatformPid sets the EtvPlatformPid field's value.
[ "SetEtvPlatformPid", "sets", "the", "EtvPlatformPid", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L11997-L12000
train
aws/aws-sdk-go
service/medialive/api.go
SetEtvSignalPid
func (s *M2tsSettings) SetEtvSignalPid(v string) *M2tsSettings { s.EtvSignalPid = &v return s }
go
func (s *M2tsSettings) SetEtvSignalPid(v string) *M2tsSettings { s.EtvSignalPid = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetEtvSignalPid", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "EtvSignalPid", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEtvSignalPid sets the EtvSignalPid field's value.
[ "SetEtvSignalPid", "sets", "the", "EtvSignalPid", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12003-L12006
train
aws/aws-sdk-go
service/medialive/api.go
SetKlv
func (s *M2tsSettings) SetKlv(v string) *M2tsSettings { s.Klv = &v return s }
go
func (s *M2tsSettings) SetKlv(v string) *M2tsSettings { s.Klv = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetKlv", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "Klv", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetKlv sets the Klv field's value.
[ "SetKlv", "sets", "the", "Klv", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12015-L12018
train
aws/aws-sdk-go
service/medialive/api.go
SetKlvDataPids
func (s *M2tsSettings) SetKlvDataPids(v string) *M2tsSettings { s.KlvDataPids = &v return s }
go
func (s *M2tsSettings) SetKlvDataPids(v string) *M2tsSettings { s.KlvDataPids = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetKlvDataPids", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "KlvDataPids", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetKlvDataPids sets the KlvDataPids field's value.
[ "SetKlvDataPids", "sets", "the", "KlvDataPids", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12021-L12024
train
aws/aws-sdk-go
service/medialive/api.go
SetScte27Pids
func (s *M2tsSettings) SetScte27Pids(v string) *M2tsSettings { s.Scte27Pids = &v return s }
go
func (s *M2tsSettings) SetScte27Pids(v string) *M2tsSettings { s.Scte27Pids = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetScte27Pids", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "Scte27Pids", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetScte27Pids sets the Scte27Pids field's value.
[ "SetScte27Pids", "sets", "the", "Scte27Pids", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12081-L12084
train
aws/aws-sdk-go
service/medialive/api.go
SetScte35Control
func (s *M2tsSettings) SetScte35Control(v string) *M2tsSettings { s.Scte35Control = &v return s }
go
func (s *M2tsSettings) SetScte35Control(v string) *M2tsSettings { s.Scte35Control = &v return s }
[ "func", "(", "s", "*", "M2tsSettings", ")", "SetScte35Control", "(", "v", "string", ")", "*", "M2tsSettings", "{", "s", ".", "Scte35Control", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetScte35Control sets the Scte35Control field's value.
[ "SetScte35Control", "sets", "the", "Scte35Control", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12087-L12090
train
aws/aws-sdk-go
service/medialive/api.go
SetScte35Behavior
func (s *M3u8Settings) SetScte35Behavior(v string) *M3u8Settings { s.Scte35Behavior = &v return s }
go
func (s *M3u8Settings) SetScte35Behavior(v string) *M3u8Settings { s.Scte35Behavior = &v return s }
[ "func", "(", "s", "*", "M3u8Settings", ")", "SetScte35Behavior", "(", "v", "string", ")", "*", "M3u8Settings", "{", "s", ".", "Scte35Behavior", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetScte35Behavior sets the Scte35Behavior field's value.
[ "SetScte35Behavior", "sets", "the", "Scte35Behavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12279-L12282
train
aws/aws-sdk-go
service/medialive/api.go
SetAcquisitionPointId
func (s *MsSmoothGroupSettings) SetAcquisitionPointId(v string) *MsSmoothGroupSettings { s.AcquisitionPointId = &v return s }
go
func (s *MsSmoothGroupSettings) SetAcquisitionPointId(v string) *MsSmoothGroupSettings { s.AcquisitionPointId = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetAcquisitionPointId", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "AcquisitionPointId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAcquisitionPointId sets the AcquisitionPointId field's value.
[ "SetAcquisitionPointId", "sets", "the", "AcquisitionPointId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12613-L12616
train
aws/aws-sdk-go
service/medialive/api.go
SetAudioOnlyTimecodeControl
func (s *MsSmoothGroupSettings) SetAudioOnlyTimecodeControl(v string) *MsSmoothGroupSettings { s.AudioOnlyTimecodeControl = &v return s }
go
func (s *MsSmoothGroupSettings) SetAudioOnlyTimecodeControl(v string) *MsSmoothGroupSettings { s.AudioOnlyTimecodeControl = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetAudioOnlyTimecodeControl", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "AudioOnlyTimecodeControl", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAudioOnlyTimecodeControl sets the AudioOnlyTimecodeControl field's value.
[ "SetAudioOnlyTimecodeControl", "sets", "the", "AudioOnlyTimecodeControl", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12619-L12622
train
aws/aws-sdk-go
service/medialive/api.go
SetEventIdMode
func (s *MsSmoothGroupSettings) SetEventIdMode(v string) *MsSmoothGroupSettings { s.EventIdMode = &v return s }
go
func (s *MsSmoothGroupSettings) SetEventIdMode(v string) *MsSmoothGroupSettings { s.EventIdMode = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetEventIdMode", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "EventIdMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEventIdMode sets the EventIdMode field's value.
[ "SetEventIdMode", "sets", "the", "EventIdMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12649-L12652
train
aws/aws-sdk-go
service/medialive/api.go
SetEventStopBehavior
func (s *MsSmoothGroupSettings) SetEventStopBehavior(v string) *MsSmoothGroupSettings { s.EventStopBehavior = &v return s }
go
func (s *MsSmoothGroupSettings) SetEventStopBehavior(v string) *MsSmoothGroupSettings { s.EventStopBehavior = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetEventStopBehavior", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "EventStopBehavior", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEventStopBehavior sets the EventStopBehavior field's value.
[ "SetEventStopBehavior", "sets", "the", "EventStopBehavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12655-L12658
train
aws/aws-sdk-go
service/medialive/api.go
SetSendDelayMs
func (s *MsSmoothGroupSettings) SetSendDelayMs(v int64) *MsSmoothGroupSettings { s.SendDelayMs = &v return s }
go
func (s *MsSmoothGroupSettings) SetSendDelayMs(v int64) *MsSmoothGroupSettings { s.SendDelayMs = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetSendDelayMs", "(", "v", "int64", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "SendDelayMs", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSendDelayMs sets the SendDelayMs field's value.
[ "SetSendDelayMs", "sets", "the", "SendDelayMs", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12697-L12700
train
aws/aws-sdk-go
service/medialive/api.go
SetSparseTrackType
func (s *MsSmoothGroupSettings) SetSparseTrackType(v string) *MsSmoothGroupSettings { s.SparseTrackType = &v return s }
go
func (s *MsSmoothGroupSettings) SetSparseTrackType(v string) *MsSmoothGroupSettings { s.SparseTrackType = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetSparseTrackType", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "SparseTrackType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSparseTrackType sets the SparseTrackType field's value.
[ "SetSparseTrackType", "sets", "the", "SparseTrackType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12703-L12706
train
aws/aws-sdk-go
service/medialive/api.go
SetStreamManifestBehavior
func (s *MsSmoothGroupSettings) SetStreamManifestBehavior(v string) *MsSmoothGroupSettings { s.StreamManifestBehavior = &v return s }
go
func (s *MsSmoothGroupSettings) SetStreamManifestBehavior(v string) *MsSmoothGroupSettings { s.StreamManifestBehavior = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetStreamManifestBehavior", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "StreamManifestBehavior", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetStreamManifestBehavior sets the StreamManifestBehavior field's value.
[ "SetStreamManifestBehavior", "sets", "the", "StreamManifestBehavior", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12709-L12712
train
aws/aws-sdk-go
service/medialive/api.go
SetTimestampOffsetMode
func (s *MsSmoothGroupSettings) SetTimestampOffsetMode(v string) *MsSmoothGroupSettings { s.TimestampOffsetMode = &v return s }
go
func (s *MsSmoothGroupSettings) SetTimestampOffsetMode(v string) *MsSmoothGroupSettings { s.TimestampOffsetMode = &v return s }
[ "func", "(", "s", "*", "MsSmoothGroupSettings", ")", "SetTimestampOffsetMode", "(", "v", "string", ")", "*", "MsSmoothGroupSettings", "{", "s", ".", "TimestampOffsetMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTimestampOffsetMode sets the TimestampOffsetMode field's value.
[ "SetTimestampOffsetMode", "sets", "the", "TimestampOffsetMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12721-L12724
train
aws/aws-sdk-go
service/medialive/api.go
SetHlsInputSettings
func (s *NetworkInputSettings) SetHlsInputSettings(v *HlsInputSettings) *NetworkInputSettings { s.HlsInputSettings = v return s }
go
func (s *NetworkInputSettings) SetHlsInputSettings(v *HlsInputSettings) *NetworkInputSettings { s.HlsInputSettings = v return s }
[ "func", "(", "s", "*", "NetworkInputSettings", ")", "SetHlsInputSettings", "(", "v", "*", "HlsInputSettings", ")", "*", "NetworkInputSettings", "{", "s", ".", "HlsInputSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetHlsInputSettings sets the HlsInputSettings field's value.
[ "SetHlsInputSettings", "sets", "the", "HlsInputSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12779-L12782
train
aws/aws-sdk-go
service/medialive/api.go
SetServerValidation
func (s *NetworkInputSettings) SetServerValidation(v string) *NetworkInputSettings { s.ServerValidation = &v return s }
go
func (s *NetworkInputSettings) SetServerValidation(v string) *NetworkInputSettings { s.ServerValidation = &v return s }
[ "func", "(", "s", "*", "NetworkInputSettings", ")", "SetServerValidation", "(", "v", "string", ")", "*", "NetworkInputSettings", "{", "s", ".", "ServerValidation", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetServerValidation sets the ServerValidation field's value.
[ "SetServerValidation", "sets", "the", "ServerValidation", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12785-L12788
train
aws/aws-sdk-go
service/medialive/api.go
SetAudioDescriptionNames
func (s *Output) SetAudioDescriptionNames(v []*string) *Output { s.AudioDescriptionNames = v return s }
go
func (s *Output) SetAudioDescriptionNames(v []*string) *Output { s.AudioDescriptionNames = v return s }
[ "func", "(", "s", "*", "Output", ")", "SetAudioDescriptionNames", "(", "v", "[", "]", "*", "string", ")", "*", "Output", "{", "s", ".", "AudioDescriptionNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAudioDescriptionNames sets the AudioDescriptionNames field's value.
[ "SetAudioDescriptionNames", "sets", "the", "AudioDescriptionNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12959-L12962
train
aws/aws-sdk-go
service/medialive/api.go
SetCaptionDescriptionNames
func (s *Output) SetCaptionDescriptionNames(v []*string) *Output { s.CaptionDescriptionNames = v return s }
go
func (s *Output) SetCaptionDescriptionNames(v []*string) *Output { s.CaptionDescriptionNames = v return s }
[ "func", "(", "s", "*", "Output", ")", "SetCaptionDescriptionNames", "(", "v", "[", "]", "*", "string", ")", "*", "Output", "{", "s", ".", "CaptionDescriptionNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCaptionDescriptionNames sets the CaptionDescriptionNames field's value.
[ "SetCaptionDescriptionNames", "sets", "the", "CaptionDescriptionNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12965-L12968
train
aws/aws-sdk-go
service/medialive/api.go
SetOutputName
func (s *Output) SetOutputName(v string) *Output { s.OutputName = &v return s }
go
func (s *Output) SetOutputName(v string) *Output { s.OutputName = &v return s }
[ "func", "(", "s", "*", "Output", ")", "SetOutputName", "(", "v", "string", ")", "*", "Output", "{", "s", ".", "OutputName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOutputName sets the OutputName field's value.
[ "SetOutputName", "sets", "the", "OutputName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12971-L12974
train
aws/aws-sdk-go
service/medialive/api.go
SetVideoDescriptionName
func (s *Output) SetVideoDescriptionName(v string) *Output { s.VideoDescriptionName = &v return s }
go
func (s *Output) SetVideoDescriptionName(v string) *Output { s.VideoDescriptionName = &v return s }
[ "func", "(", "s", "*", "Output", ")", "SetVideoDescriptionName", "(", "v", "string", ")", "*", "Output", "{", "s", ".", "VideoDescriptionName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetVideoDescriptionName sets the VideoDescriptionName field's value.
[ "SetVideoDescriptionName", "sets", "the", "VideoDescriptionName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L12983-L12986
train
aws/aws-sdk-go
service/medialive/api.go
SetMediaPackageSettings
func (s *OutputDestination) SetMediaPackageSettings(v []*MediaPackageOutputDestinationSettings) *OutputDestination { s.MediaPackageSettings = v return s }
go
func (s *OutputDestination) SetMediaPackageSettings(v []*MediaPackageOutputDestinationSettings) *OutputDestination { s.MediaPackageSettings = v return s }
[ "func", "(", "s", "*", "OutputDestination", ")", "SetMediaPackageSettings", "(", "v", "[", "]", "*", "MediaPackageOutputDestinationSettings", ")", "*", "OutputDestination", "{", "s", ".", "MediaPackageSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetMediaPackageSettings sets the MediaPackageSettings field's value.
[ "SetMediaPackageSettings", "sets", "the", "MediaPackageSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13040-L13043
train
aws/aws-sdk-go
service/medialive/api.go
SetArchiveGroupSettings
func (s *OutputGroupSettings) SetArchiveGroupSettings(v *ArchiveGroupSettings) *OutputGroupSettings { s.ArchiveGroupSettings = v return s }
go
func (s *OutputGroupSettings) SetArchiveGroupSettings(v *ArchiveGroupSettings) *OutputGroupSettings { s.ArchiveGroupSettings = v return s }
[ "func", "(", "s", "*", "OutputGroupSettings", ")", "SetArchiveGroupSettings", "(", "v", "*", "ArchiveGroupSettings", ")", "*", "OutputGroupSettings", "{", "s", ".", "ArchiveGroupSettings", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetArchiveGroupSettings sets the ArchiveGroupSettings field's value.
[ "SetArchiveGroupSettings", "sets", "the", "ArchiveGroupSettings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/medialive/api.go#L13255-L13258
train