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
|
---|---|---|---|---|---|---|---|---|---|---|---|
167,200 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetEngineDescription
|
func (s *RelationalDatabaseBlueprint) SetEngineDescription(v string) *RelationalDatabaseBlueprint {
s.EngineDescription = &v
return s
}
|
go
|
func (s *RelationalDatabaseBlueprint) SetEngineDescription(v string) *RelationalDatabaseBlueprint {
s.EngineDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseBlueprint",
")",
"SetEngineDescription",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseBlueprint",
"{",
"s",
".",
"EngineDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEngineDescription sets the EngineDescription field's value.
|
[
"SetEngineDescription",
"sets",
"the",
"EngineDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L21958-L21961
|
167,201 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetEngineVersionDescription
|
func (s *RelationalDatabaseBlueprint) SetEngineVersionDescription(v string) *RelationalDatabaseBlueprint {
s.EngineVersionDescription = &v
return s
}
|
go
|
func (s *RelationalDatabaseBlueprint) SetEngineVersionDescription(v string) *RelationalDatabaseBlueprint {
s.EngineVersionDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseBlueprint",
")",
"SetEngineVersionDescription",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseBlueprint",
"{",
"s",
".",
"EngineVersionDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEngineVersionDescription sets the EngineVersionDescription field's value.
|
[
"SetEngineVersionDescription",
"sets",
"the",
"EngineVersionDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L21970-L21973
|
167,202 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetIsEngineDefault
|
func (s *RelationalDatabaseBlueprint) SetIsEngineDefault(v bool) *RelationalDatabaseBlueprint {
s.IsEngineDefault = &v
return s
}
|
go
|
func (s *RelationalDatabaseBlueprint) SetIsEngineDefault(v bool) *RelationalDatabaseBlueprint {
s.IsEngineDefault = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseBlueprint",
")",
"SetIsEngineDefault",
"(",
"v",
"bool",
")",
"*",
"RelationalDatabaseBlueprint",
"{",
"s",
".",
"IsEngineDefault",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIsEngineDefault sets the IsEngineDefault field's value.
|
[
"SetIsEngineDefault",
"sets",
"the",
"IsEngineDefault",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L21976-L21979
|
167,203 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetFromRelationalDatabaseArn
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseArn(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseArn = &v
return s
}
|
go
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseArn(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseSnapshot",
")",
"SetFromRelationalDatabaseArn",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseSnapshot",
"{",
"s",
".",
"FromRelationalDatabaseArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFromRelationalDatabaseArn sets the FromRelationalDatabaseArn field's value.
|
[
"SetFromRelationalDatabaseArn",
"sets",
"the",
"FromRelationalDatabaseArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L22384-L22387
|
167,204 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetFromRelationalDatabaseBlueprintId
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseBlueprintId(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseBlueprintId = &v
return s
}
|
go
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseBlueprintId(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseBlueprintId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseSnapshot",
")",
"SetFromRelationalDatabaseBlueprintId",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseSnapshot",
"{",
"s",
".",
"FromRelationalDatabaseBlueprintId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFromRelationalDatabaseBlueprintId sets the FromRelationalDatabaseBlueprintId field's value.
|
[
"SetFromRelationalDatabaseBlueprintId",
"sets",
"the",
"FromRelationalDatabaseBlueprintId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L22390-L22393
|
167,205 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetFromRelationalDatabaseBundleId
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseBundleId(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseBundleId = &v
return s
}
|
go
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseBundleId(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseBundleId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseSnapshot",
")",
"SetFromRelationalDatabaseBundleId",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseSnapshot",
"{",
"s",
".",
"FromRelationalDatabaseBundleId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFromRelationalDatabaseBundleId sets the FromRelationalDatabaseBundleId field's value.
|
[
"SetFromRelationalDatabaseBundleId",
"sets",
"the",
"FromRelationalDatabaseBundleId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L22396-L22399
|
167,206 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetFromRelationalDatabaseName
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseName(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseName = &v
return s
}
|
go
|
func (s *RelationalDatabaseSnapshot) SetFromRelationalDatabaseName(v string) *RelationalDatabaseSnapshot {
s.FromRelationalDatabaseName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RelationalDatabaseSnapshot",
")",
"SetFromRelationalDatabaseName",
"(",
"v",
"string",
")",
"*",
"RelationalDatabaseSnapshot",
"{",
"s",
".",
"FromRelationalDatabaseName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFromRelationalDatabaseName sets the FromRelationalDatabaseName field's value.
|
[
"SetFromRelationalDatabaseName",
"sets",
"the",
"FromRelationalDatabaseName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L22402-L22405
|
167,207 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetDisableBackupRetention
|
func (s *UpdateRelationalDatabaseInput) SetDisableBackupRetention(v bool) *UpdateRelationalDatabaseInput {
s.DisableBackupRetention = &v
return s
}
|
go
|
func (s *UpdateRelationalDatabaseInput) SetDisableBackupRetention(v bool) *UpdateRelationalDatabaseInput {
s.DisableBackupRetention = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateRelationalDatabaseInput",
")",
"SetDisableBackupRetention",
"(",
"v",
"bool",
")",
"*",
"UpdateRelationalDatabaseInput",
"{",
"s",
".",
"DisableBackupRetention",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDisableBackupRetention sets the DisableBackupRetention field's value.
|
[
"SetDisableBackupRetention",
"sets",
"the",
"DisableBackupRetention",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L23419-L23422
|
167,208 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetEnableBackupRetention
|
func (s *UpdateRelationalDatabaseInput) SetEnableBackupRetention(v bool) *UpdateRelationalDatabaseInput {
s.EnableBackupRetention = &v
return s
}
|
go
|
func (s *UpdateRelationalDatabaseInput) SetEnableBackupRetention(v bool) *UpdateRelationalDatabaseInput {
s.EnableBackupRetention = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateRelationalDatabaseInput",
")",
"SetEnableBackupRetention",
"(",
"v",
"bool",
")",
"*",
"UpdateRelationalDatabaseInput",
"{",
"s",
".",
"EnableBackupRetention",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnableBackupRetention sets the EnableBackupRetention field's value.
|
[
"SetEnableBackupRetention",
"sets",
"the",
"EnableBackupRetention",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L23425-L23428
|
167,209 |
aws/aws-sdk-go
|
service/lightsail/api.go
|
SetRotateMasterUserPassword
|
func (s *UpdateRelationalDatabaseInput) SetRotateMasterUserPassword(v bool) *UpdateRelationalDatabaseInput {
s.RotateMasterUserPassword = &v
return s
}
|
go
|
func (s *UpdateRelationalDatabaseInput) SetRotateMasterUserPassword(v bool) *UpdateRelationalDatabaseInput {
s.RotateMasterUserPassword = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateRelationalDatabaseInput",
")",
"SetRotateMasterUserPassword",
"(",
"v",
"bool",
")",
"*",
"UpdateRelationalDatabaseInput",
"{",
"s",
".",
"RotateMasterUserPassword",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRotateMasterUserPassword sets the RotateMasterUserPassword field's value.
|
[
"SetRotateMasterUserPassword",
"sets",
"the",
"RotateMasterUserPassword",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/lightsail/api.go#L23461-L23464
|
167,210 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetExtendedKeyUsages
|
func (s *CertificateDetail) SetExtendedKeyUsages(v []*ExtendedKeyUsage) *CertificateDetail {
s.ExtendedKeyUsages = v
return s
}
|
go
|
func (s *CertificateDetail) SetExtendedKeyUsages(v []*ExtendedKeyUsage) *CertificateDetail {
s.ExtendedKeyUsages = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateDetail",
")",
"SetExtendedKeyUsages",
"(",
"v",
"[",
"]",
"*",
"ExtendedKeyUsage",
")",
"*",
"CertificateDetail",
"{",
"s",
".",
"ExtendedKeyUsages",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExtendedKeyUsages sets the ExtendedKeyUsages field's value.
|
[
"SetExtendedKeyUsages",
"sets",
"the",
"ExtendedKeyUsages",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1572-L1575
|
167,211 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetImportedAt
|
func (s *CertificateDetail) SetImportedAt(v time.Time) *CertificateDetail {
s.ImportedAt = &v
return s
}
|
go
|
func (s *CertificateDetail) SetImportedAt(v time.Time) *CertificateDetail {
s.ImportedAt = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateDetail",
")",
"SetImportedAt",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"CertificateDetail",
"{",
"s",
".",
"ImportedAt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetImportedAt sets the ImportedAt field's value.
|
[
"SetImportedAt",
"sets",
"the",
"ImportedAt",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1584-L1587
|
167,212 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetInUseBy
|
func (s *CertificateDetail) SetInUseBy(v []*string) *CertificateDetail {
s.InUseBy = v
return s
}
|
go
|
func (s *CertificateDetail) SetInUseBy(v []*string) *CertificateDetail {
s.InUseBy = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateDetail",
")",
"SetInUseBy",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"CertificateDetail",
"{",
"s",
".",
"InUseBy",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInUseBy sets the InUseBy field's value.
|
[
"SetInUseBy",
"sets",
"the",
"InUseBy",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1590-L1593
|
167,213 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetKeyUsages
|
func (s *CertificateDetail) SetKeyUsages(v []*KeyUsage) *CertificateDetail {
s.KeyUsages = v
return s
}
|
go
|
func (s *CertificateDetail) SetKeyUsages(v []*KeyUsage) *CertificateDetail {
s.KeyUsages = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateDetail",
")",
"SetKeyUsages",
"(",
"v",
"[",
"]",
"*",
"KeyUsage",
")",
"*",
"CertificateDetail",
"{",
"s",
".",
"KeyUsages",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyUsages sets the KeyUsages field's value.
|
[
"SetKeyUsages",
"sets",
"the",
"KeyUsages",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1614-L1617
|
167,214 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetRenewalEligibility
|
func (s *CertificateDetail) SetRenewalEligibility(v string) *CertificateDetail {
s.RenewalEligibility = &v
return s
}
|
go
|
func (s *CertificateDetail) SetRenewalEligibility(v string) *CertificateDetail {
s.RenewalEligibility = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateDetail",
")",
"SetRenewalEligibility",
"(",
"v",
"string",
")",
"*",
"CertificateDetail",
"{",
"s",
".",
"RenewalEligibility",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRenewalEligibility sets the RenewalEligibility field's value.
|
[
"SetRenewalEligibility",
"sets",
"the",
"RenewalEligibility",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1638-L1641
|
167,215 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetCertificateTransparencyLoggingPreference
|
func (s *CertificateOptions) SetCertificateTransparencyLoggingPreference(v string) *CertificateOptions {
s.CertificateTransparencyLoggingPreference = &v
return s
}
|
go
|
func (s *CertificateOptions) SetCertificateTransparencyLoggingPreference(v string) *CertificateOptions {
s.CertificateTransparencyLoggingPreference = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CertificateOptions",
")",
"SetCertificateTransparencyLoggingPreference",
"(",
"v",
"string",
")",
"*",
"CertificateOptions",
"{",
"s",
".",
"CertificateTransparencyLoggingPreference",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateTransparencyLoggingPreference sets the CertificateTransparencyLoggingPreference field's value.
|
[
"SetCertificateTransparencyLoggingPreference",
"sets",
"the",
"CertificateTransparencyLoggingPreference",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1723-L1726
|
167,216 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetResourceRecord
|
func (s *DomainValidation) SetResourceRecord(v *ResourceRecord) *DomainValidation {
s.ResourceRecord = v
return s
}
|
go
|
func (s *DomainValidation) SetResourceRecord(v *ResourceRecord) *DomainValidation {
s.ResourceRecord = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainValidation",
")",
"SetResourceRecord",
"(",
"v",
"*",
"ResourceRecord",
")",
"*",
"DomainValidation",
"{",
"s",
".",
"ResourceRecord",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceRecord sets the ResourceRecord field's value.
|
[
"SetResourceRecord",
"sets",
"the",
"ResourceRecord",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1949-L1952
|
167,217 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetValidationEmails
|
func (s *DomainValidation) SetValidationEmails(v []*string) *DomainValidation {
s.ValidationEmails = v
return s
}
|
go
|
func (s *DomainValidation) SetValidationEmails(v []*string) *DomainValidation {
s.ValidationEmails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainValidation",
")",
"SetValidationEmails",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DomainValidation",
"{",
"s",
".",
"ValidationEmails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValidationEmails sets the ValidationEmails field's value.
|
[
"SetValidationEmails",
"sets",
"the",
"ValidationEmails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L1961-L1964
|
167,218 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetPassphrase
|
func (s *ExportCertificateInput) SetPassphrase(v []byte) *ExportCertificateInput {
s.Passphrase = v
return s
}
|
go
|
func (s *ExportCertificateInput) SetPassphrase(v []byte) *ExportCertificateInput {
s.Passphrase = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ExportCertificateInput",
")",
"SetPassphrase",
"(",
"v",
"[",
"]",
"byte",
")",
"*",
"ExportCertificateInput",
"{",
"s",
".",
"Passphrase",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPassphrase sets the Passphrase field's value.
|
[
"SetPassphrase",
"sets",
"the",
"Passphrase",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2115-L2118
|
167,219 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetOID
|
func (s *ExtendedKeyUsage) SetOID(v string) *ExtendedKeyUsage {
s.OID = &v
return s
}
|
go
|
func (s *ExtendedKeyUsage) SetOID(v string) *ExtendedKeyUsage {
s.OID = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ExtendedKeyUsage",
")",
"SetOID",
"(",
"v",
"string",
")",
"*",
"ExtendedKeyUsage",
"{",
"s",
".",
"OID",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOID sets the OID field's value.
|
[
"SetOID",
"sets",
"the",
"OID",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2213-L2216
|
167,220 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetExtendedKeyUsage
|
func (s *Filters) SetExtendedKeyUsage(v []*string) *Filters {
s.ExtendedKeyUsage = v
return s
}
|
go
|
func (s *Filters) SetExtendedKeyUsage(v []*string) *Filters {
s.ExtendedKeyUsage = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Filters",
")",
"SetExtendedKeyUsage",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Filters",
"{",
"s",
".",
"ExtendedKeyUsage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExtendedKeyUsage sets the ExtendedKeyUsage field's value.
|
[
"SetExtendedKeyUsage",
"sets",
"the",
"ExtendedKeyUsage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2244-L2247
|
167,221 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetKeyTypes
|
func (s *Filters) SetKeyTypes(v []*string) *Filters {
s.KeyTypes = v
return s
}
|
go
|
func (s *Filters) SetKeyTypes(v []*string) *Filters {
s.KeyTypes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Filters",
")",
"SetKeyTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Filters",
"{",
"s",
".",
"KeyTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyTypes sets the KeyTypes field's value.
|
[
"SetKeyTypes",
"sets",
"the",
"KeyTypes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2250-L2253
|
167,222 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetCertificateStatuses
|
func (s *ListCertificatesInput) SetCertificateStatuses(v []*string) *ListCertificatesInput {
s.CertificateStatuses = v
return s
}
|
go
|
func (s *ListCertificatesInput) SetCertificateStatuses(v []*string) *ListCertificatesInput {
s.CertificateStatuses = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListCertificatesInput",
")",
"SetCertificateStatuses",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListCertificatesInput",
"{",
"s",
".",
"CertificateStatuses",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateStatuses sets the CertificateStatuses field's value.
|
[
"SetCertificateStatuses",
"sets",
"the",
"CertificateStatuses",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2528-L2531
|
167,223 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetIncludes
|
func (s *ListCertificatesInput) SetIncludes(v *Filters) *ListCertificatesInput {
s.Includes = v
return s
}
|
go
|
func (s *ListCertificatesInput) SetIncludes(v *Filters) *ListCertificatesInput {
s.Includes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListCertificatesInput",
")",
"SetIncludes",
"(",
"v",
"*",
"Filters",
")",
"*",
"ListCertificatesInput",
"{",
"s",
".",
"Includes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIncludes sets the Includes field's value.
|
[
"SetIncludes",
"sets",
"the",
"Includes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2534-L2537
|
167,224 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetCertificateSummaryList
|
func (s *ListCertificatesOutput) SetCertificateSummaryList(v []*CertificateSummary) *ListCertificatesOutput {
s.CertificateSummaryList = v
return s
}
|
go
|
func (s *ListCertificatesOutput) SetCertificateSummaryList(v []*CertificateSummary) *ListCertificatesOutput {
s.CertificateSummaryList = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListCertificatesOutput",
")",
"SetCertificateSummaryList",
"(",
"v",
"[",
"]",
"*",
"CertificateSummary",
")",
"*",
"ListCertificatesOutput",
"{",
"s",
".",
"CertificateSummaryList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateSummaryList sets the CertificateSummaryList field's value.
|
[
"SetCertificateSummaryList",
"sets",
"the",
"CertificateSummaryList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2573-L2576
|
167,225 |
aws/aws-sdk-go
|
service/acm/api.go
|
SetRenewalStatusReason
|
func (s *RenewalSummary) SetRenewalStatusReason(v string) *RenewalSummary {
s.RenewalStatusReason = &v
return s
}
|
go
|
func (s *RenewalSummary) SetRenewalStatusReason(v string) *RenewalSummary {
s.RenewalStatusReason = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RenewalSummary",
")",
"SetRenewalStatusReason",
"(",
"v",
"string",
")",
"*",
"RenewalSummary",
"{",
"s",
".",
"RenewalStatusReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRenewalStatusReason sets the RenewalStatusReason field's value.
|
[
"SetRenewalStatusReason",
"sets",
"the",
"RenewalStatusReason",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acm/api.go#L2856-L2859
|
167,226 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetCloudWatchLoggingOption
|
func (s *AddApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOption(v *CloudWatchLoggingOption) *AddApplicationCloudWatchLoggingOptionInput {
s.CloudWatchLoggingOption = v
return s
}
|
go
|
func (s *AddApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOption(v *CloudWatchLoggingOption) *AddApplicationCloudWatchLoggingOptionInput {
s.CloudWatchLoggingOption = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AddApplicationCloudWatchLoggingOptionInput",
")",
"SetCloudWatchLoggingOption",
"(",
"v",
"*",
"CloudWatchLoggingOption",
")",
"*",
"AddApplicationCloudWatchLoggingOptionInput",
"{",
"s",
".",
"CloudWatchLoggingOption",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCloudWatchLoggingOption sets the CloudWatchLoggingOption field's value.
|
[
"SetCloudWatchLoggingOption",
"sets",
"the",
"CloudWatchLoggingOption",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L1778-L1781
|
167,227 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetReferenceDataSource
|
func (s *AddApplicationReferenceDataSourceInput) SetReferenceDataSource(v *ReferenceDataSource) *AddApplicationReferenceDataSourceInput {
s.ReferenceDataSource = v
return s
}
|
go
|
func (s *AddApplicationReferenceDataSourceInput) SetReferenceDataSource(v *ReferenceDataSource) *AddApplicationReferenceDataSourceInput {
s.ReferenceDataSource = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AddApplicationReferenceDataSourceInput",
")",
"SetReferenceDataSource",
"(",
"v",
"*",
"ReferenceDataSource",
")",
"*",
"AddApplicationReferenceDataSourceInput",
"{",
"s",
".",
"ReferenceDataSource",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReferenceDataSource sets the ReferenceDataSource field's value.
|
[
"SetReferenceDataSource",
"sets",
"the",
"ReferenceDataSource",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2187-L2190
|
167,228 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetApplicationCodeUpdate
|
func (s *ApplicationUpdate) SetApplicationCodeUpdate(v string) *ApplicationUpdate {
s.ApplicationCodeUpdate = &v
return s
}
|
go
|
func (s *ApplicationUpdate) SetApplicationCodeUpdate(v string) *ApplicationUpdate {
s.ApplicationCodeUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ApplicationUpdate",
")",
"SetApplicationCodeUpdate",
"(",
"v",
"string",
")",
"*",
"ApplicationUpdate",
"{",
"s",
".",
"ApplicationCodeUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApplicationCodeUpdate sets the ApplicationCodeUpdate field's value.
|
[
"SetApplicationCodeUpdate",
"sets",
"the",
"ApplicationCodeUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2474-L2477
|
167,229 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordColumnDelimiter
|
func (s *CSVMappingParameters) SetRecordColumnDelimiter(v string) *CSVMappingParameters {
s.RecordColumnDelimiter = &v
return s
}
|
go
|
func (s *CSVMappingParameters) SetRecordColumnDelimiter(v string) *CSVMappingParameters {
s.RecordColumnDelimiter = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CSVMappingParameters",
")",
"SetRecordColumnDelimiter",
"(",
"v",
"string",
")",
"*",
"CSVMappingParameters",
"{",
"s",
".",
"RecordColumnDelimiter",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordColumnDelimiter sets the RecordColumnDelimiter field's value.
|
[
"SetRecordColumnDelimiter",
"sets",
"the",
"RecordColumnDelimiter",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2559-L2562
|
167,230 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordRowDelimiter
|
func (s *CSVMappingParameters) SetRecordRowDelimiter(v string) *CSVMappingParameters {
s.RecordRowDelimiter = &v
return s
}
|
go
|
func (s *CSVMappingParameters) SetRecordRowDelimiter(v string) *CSVMappingParameters {
s.RecordRowDelimiter = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CSVMappingParameters",
")",
"SetRecordRowDelimiter",
"(",
"v",
"string",
")",
"*",
"CSVMappingParameters",
"{",
"s",
".",
"RecordRowDelimiter",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordRowDelimiter sets the RecordRowDelimiter field's value.
|
[
"SetRecordRowDelimiter",
"sets",
"the",
"RecordRowDelimiter",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2565-L2568
|
167,231 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetLogStreamARNUpdate
|
func (s *CloudWatchLoggingOptionUpdate) SetLogStreamARNUpdate(v string) *CloudWatchLoggingOptionUpdate {
s.LogStreamARNUpdate = &v
return s
}
|
go
|
func (s *CloudWatchLoggingOptionUpdate) SetLogStreamARNUpdate(v string) *CloudWatchLoggingOptionUpdate {
s.LogStreamARNUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CloudWatchLoggingOptionUpdate",
")",
"SetLogStreamARNUpdate",
"(",
"v",
"string",
")",
"*",
"CloudWatchLoggingOptionUpdate",
"{",
"s",
".",
"LogStreamARNUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLogStreamARNUpdate sets the LogStreamARNUpdate field's value.
|
[
"SetLogStreamARNUpdate",
"sets",
"the",
"LogStreamARNUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2737-L2740
|
167,232 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetApplicationSummary
|
func (s *CreateApplicationOutput) SetApplicationSummary(v *ApplicationSummary) *CreateApplicationOutput {
s.ApplicationSummary = v
return s
}
|
go
|
func (s *CreateApplicationOutput) SetApplicationSummary(v *ApplicationSummary) *CreateApplicationOutput {
s.ApplicationSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateApplicationOutput",
")",
"SetApplicationSummary",
"(",
"v",
"*",
"ApplicationSummary",
")",
"*",
"CreateApplicationOutput",
"{",
"s",
".",
"ApplicationSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApplicationSummary sets the ApplicationSummary field's value.
|
[
"SetApplicationSummary",
"sets",
"the",
"ApplicationSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L2935-L2938
|
167,233 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetParsedInputRecords
|
func (s *DiscoverInputSchemaOutput) SetParsedInputRecords(v [][]*string) *DiscoverInputSchemaOutput {
s.ParsedInputRecords = v
return s
}
|
go
|
func (s *DiscoverInputSchemaOutput) SetParsedInputRecords(v [][]*string) *DiscoverInputSchemaOutput {
s.ParsedInputRecords = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DiscoverInputSchemaOutput",
")",
"SetParsedInputRecords",
"(",
"v",
"[",
"]",
"[",
"]",
"*",
"string",
")",
"*",
"DiscoverInputSchemaOutput",
"{",
"s",
".",
"ParsedInputRecords",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetParsedInputRecords sets the ParsedInputRecords field's value.
|
[
"SetParsedInputRecords",
"sets",
"the",
"ParsedInputRecords",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3614-L3617
|
167,234 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetProcessedInputRecords
|
func (s *DiscoverInputSchemaOutput) SetProcessedInputRecords(v []*string) *DiscoverInputSchemaOutput {
s.ProcessedInputRecords = v
return s
}
|
go
|
func (s *DiscoverInputSchemaOutput) SetProcessedInputRecords(v []*string) *DiscoverInputSchemaOutput {
s.ProcessedInputRecords = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DiscoverInputSchemaOutput",
")",
"SetProcessedInputRecords",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DiscoverInputSchemaOutput",
"{",
"s",
".",
"ProcessedInputRecords",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProcessedInputRecords sets the ProcessedInputRecords field's value.
|
[
"SetProcessedInputRecords",
"sets",
"the",
"ProcessedInputRecords",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3620-L3623
|
167,235 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRawInputRecords
|
func (s *DiscoverInputSchemaOutput) SetRawInputRecords(v []*string) *DiscoverInputSchemaOutput {
s.RawInputRecords = v
return s
}
|
go
|
func (s *DiscoverInputSchemaOutput) SetRawInputRecords(v []*string) *DiscoverInputSchemaOutput {
s.RawInputRecords = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DiscoverInputSchemaOutput",
")",
"SetRawInputRecords",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DiscoverInputSchemaOutput",
"{",
"s",
".",
"RawInputRecords",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRawInputRecords sets the RawInputRecords field's value.
|
[
"SetRawInputRecords",
"sets",
"the",
"RawInputRecords",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3626-L3629
|
167,236 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseInput
|
func (s *Input) SetKinesisFirehoseInput(v *KinesisFirehoseInput) *Input {
s.KinesisFirehoseInput = v
return s
}
|
go
|
func (s *Input) SetKinesisFirehoseInput(v *KinesisFirehoseInput) *Input {
s.KinesisFirehoseInput = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Input",
")",
"SetKinesisFirehoseInput",
"(",
"v",
"*",
"KinesisFirehoseInput",
")",
"*",
"Input",
"{",
"s",
".",
"KinesisFirehoseInput",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseInput sets the KinesisFirehoseInput field's value.
|
[
"SetKinesisFirehoseInput",
"sets",
"the",
"KinesisFirehoseInput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3756-L3759
|
167,237 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsInput
|
func (s *Input) SetKinesisStreamsInput(v *KinesisStreamsInput) *Input {
s.KinesisStreamsInput = v
return s
}
|
go
|
func (s *Input) SetKinesisStreamsInput(v *KinesisStreamsInput) *Input {
s.KinesisStreamsInput = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Input",
")",
"SetKinesisStreamsInput",
"(",
"v",
"*",
"KinesisStreamsInput",
")",
"*",
"Input",
"{",
"s",
".",
"KinesisStreamsInput",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsInput sets the KinesisStreamsInput field's value.
|
[
"SetKinesisStreamsInput",
"sets",
"the",
"KinesisStreamsInput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3762-L3765
|
167,238 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInAppStreamNames
|
func (s *InputDescription) SetInAppStreamNames(v []*string) *InputDescription {
s.InAppStreamNames = v
return s
}
|
go
|
func (s *InputDescription) SetInAppStreamNames(v []*string) *InputDescription {
s.InAppStreamNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDescription",
")",
"SetInAppStreamNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"InputDescription",
"{",
"s",
".",
"InAppStreamNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInAppStreamNames sets the InAppStreamNames field's value.
|
[
"SetInAppStreamNames",
"sets",
"the",
"InAppStreamNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3885-L3888
|
167,239 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseInputDescription
|
func (s *InputDescription) SetKinesisFirehoseInputDescription(v *KinesisFirehoseInputDescription) *InputDescription {
s.KinesisFirehoseInputDescription = v
return s
}
|
go
|
func (s *InputDescription) SetKinesisFirehoseInputDescription(v *KinesisFirehoseInputDescription) *InputDescription {
s.KinesisFirehoseInputDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDescription",
")",
"SetKinesisFirehoseInputDescription",
"(",
"v",
"*",
"KinesisFirehoseInputDescription",
")",
"*",
"InputDescription",
"{",
"s",
".",
"KinesisFirehoseInputDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseInputDescription sets the KinesisFirehoseInputDescription field's value.
|
[
"SetKinesisFirehoseInputDescription",
"sets",
"the",
"KinesisFirehoseInputDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3921-L3924
|
167,240 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsInputDescription
|
func (s *InputDescription) SetKinesisStreamsInputDescription(v *KinesisStreamsInputDescription) *InputDescription {
s.KinesisStreamsInputDescription = v
return s
}
|
go
|
func (s *InputDescription) SetKinesisStreamsInputDescription(v *KinesisStreamsInputDescription) *InputDescription {
s.KinesisStreamsInputDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputDescription",
")",
"SetKinesisStreamsInputDescription",
"(",
"v",
"*",
"KinesisStreamsInputDescription",
")",
"*",
"InputDescription",
"{",
"s",
".",
"KinesisStreamsInputDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsInputDescription sets the KinesisStreamsInputDescription field's value.
|
[
"SetKinesisStreamsInputDescription",
"sets",
"the",
"KinesisStreamsInputDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L3927-L3930
|
167,241 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetCountUpdate
|
func (s *InputParallelismUpdate) SetCountUpdate(v int64) *InputParallelismUpdate {
s.CountUpdate = &v
return s
}
|
go
|
func (s *InputParallelismUpdate) SetCountUpdate(v int64) *InputParallelismUpdate {
s.CountUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputParallelismUpdate",
")",
"SetCountUpdate",
"(",
"v",
"int64",
")",
"*",
"InputParallelismUpdate",
"{",
"s",
".",
"CountUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCountUpdate sets the CountUpdate field's value.
|
[
"SetCountUpdate",
"sets",
"the",
"CountUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4161-L4164
|
167,242 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputLambdaProcessor
|
func (s *InputProcessingConfiguration) SetInputLambdaProcessor(v *InputLambdaProcessor) *InputProcessingConfiguration {
s.InputLambdaProcessor = v
return s
}
|
go
|
func (s *InputProcessingConfiguration) SetInputLambdaProcessor(v *InputLambdaProcessor) *InputProcessingConfiguration {
s.InputLambdaProcessor = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputProcessingConfiguration",
")",
"SetInputLambdaProcessor",
"(",
"v",
"*",
"InputLambdaProcessor",
")",
"*",
"InputProcessingConfiguration",
"{",
"s",
".",
"InputLambdaProcessor",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputLambdaProcessor sets the InputLambdaProcessor field's value.
|
[
"SetInputLambdaProcessor",
"sets",
"the",
"InputLambdaProcessor",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4208-L4211
|
167,243 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputLambdaProcessorDescription
|
func (s *InputProcessingConfigurationDescription) SetInputLambdaProcessorDescription(v *InputLambdaProcessorDescription) *InputProcessingConfigurationDescription {
s.InputLambdaProcessorDescription = v
return s
}
|
go
|
func (s *InputProcessingConfigurationDescription) SetInputLambdaProcessorDescription(v *InputLambdaProcessorDescription) *InputProcessingConfigurationDescription {
s.InputLambdaProcessorDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputProcessingConfigurationDescription",
")",
"SetInputLambdaProcessorDescription",
"(",
"v",
"*",
"InputLambdaProcessorDescription",
")",
"*",
"InputProcessingConfigurationDescription",
"{",
"s",
".",
"InputLambdaProcessorDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputLambdaProcessorDescription sets the InputLambdaProcessorDescription field's value.
|
[
"SetInputLambdaProcessorDescription",
"sets",
"the",
"InputLambdaProcessorDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4233-L4236
|
167,244 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputLambdaProcessorUpdate
|
func (s *InputProcessingConfigurationUpdate) SetInputLambdaProcessorUpdate(v *InputLambdaProcessorUpdate) *InputProcessingConfigurationUpdate {
s.InputLambdaProcessorUpdate = v
return s
}
|
go
|
func (s *InputProcessingConfigurationUpdate) SetInputLambdaProcessorUpdate(v *InputLambdaProcessorUpdate) *InputProcessingConfigurationUpdate {
s.InputLambdaProcessorUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputProcessingConfigurationUpdate",
")",
"SetInputLambdaProcessorUpdate",
"(",
"v",
"*",
"InputLambdaProcessorUpdate",
")",
"*",
"InputProcessingConfigurationUpdate",
"{",
"s",
".",
"InputLambdaProcessorUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputLambdaProcessorUpdate sets the InputLambdaProcessorUpdate field's value.
|
[
"SetInputLambdaProcessorUpdate",
"sets",
"the",
"InputLambdaProcessorUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4277-L4280
|
167,245 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordColumnUpdates
|
func (s *InputSchemaUpdate) SetRecordColumnUpdates(v []*RecordColumn) *InputSchemaUpdate {
s.RecordColumnUpdates = v
return s
}
|
go
|
func (s *InputSchemaUpdate) SetRecordColumnUpdates(v []*RecordColumn) *InputSchemaUpdate {
s.RecordColumnUpdates = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputSchemaUpdate",
")",
"SetRecordColumnUpdates",
"(",
"v",
"[",
"]",
"*",
"RecordColumn",
")",
"*",
"InputSchemaUpdate",
"{",
"s",
".",
"RecordColumnUpdates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordColumnUpdates sets the RecordColumnUpdates field's value.
|
[
"SetRecordColumnUpdates",
"sets",
"the",
"RecordColumnUpdates",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4338-L4341
|
167,246 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordEncodingUpdate
|
func (s *InputSchemaUpdate) SetRecordEncodingUpdate(v string) *InputSchemaUpdate {
s.RecordEncodingUpdate = &v
return s
}
|
go
|
func (s *InputSchemaUpdate) SetRecordEncodingUpdate(v string) *InputSchemaUpdate {
s.RecordEncodingUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputSchemaUpdate",
")",
"SetRecordEncodingUpdate",
"(",
"v",
"string",
")",
"*",
"InputSchemaUpdate",
"{",
"s",
".",
"RecordEncodingUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordEncodingUpdate sets the RecordEncodingUpdate field's value.
|
[
"SetRecordEncodingUpdate",
"sets",
"the",
"RecordEncodingUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4344-L4347
|
167,247 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordFormatUpdate
|
func (s *InputSchemaUpdate) SetRecordFormatUpdate(v *RecordFormat) *InputSchemaUpdate {
s.RecordFormatUpdate = v
return s
}
|
go
|
func (s *InputSchemaUpdate) SetRecordFormatUpdate(v *RecordFormat) *InputSchemaUpdate {
s.RecordFormatUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputSchemaUpdate",
")",
"SetRecordFormatUpdate",
"(",
"v",
"*",
"RecordFormat",
")",
"*",
"InputSchemaUpdate",
"{",
"s",
".",
"RecordFormatUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordFormatUpdate sets the RecordFormatUpdate field's value.
|
[
"SetRecordFormatUpdate",
"sets",
"the",
"RecordFormatUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4350-L4353
|
167,248 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputStartingPosition
|
func (s *InputStartingPositionConfiguration) SetInputStartingPosition(v string) *InputStartingPositionConfiguration {
s.InputStartingPosition = &v
return s
}
|
go
|
func (s *InputStartingPositionConfiguration) SetInputStartingPosition(v string) *InputStartingPositionConfiguration {
s.InputStartingPosition = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputStartingPositionConfiguration",
")",
"SetInputStartingPosition",
"(",
"v",
"string",
")",
"*",
"InputStartingPositionConfiguration",
"{",
"s",
".",
"InputStartingPosition",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputStartingPosition sets the InputStartingPosition field's value.
|
[
"SetInputStartingPosition",
"sets",
"the",
"InputStartingPosition",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4384-L4387
|
167,249 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputParallelismUpdate
|
func (s *InputUpdate) SetInputParallelismUpdate(v *InputParallelismUpdate) *InputUpdate {
s.InputParallelismUpdate = v
return s
}
|
go
|
func (s *InputUpdate) SetInputParallelismUpdate(v *InputParallelismUpdate) *InputUpdate {
s.InputParallelismUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetInputParallelismUpdate",
"(",
"v",
"*",
"InputParallelismUpdate",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"InputParallelismUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputParallelismUpdate sets the InputParallelismUpdate field's value.
|
[
"SetInputParallelismUpdate",
"sets",
"the",
"InputParallelismUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4485-L4488
|
167,250 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputProcessingConfigurationUpdate
|
func (s *InputUpdate) SetInputProcessingConfigurationUpdate(v *InputProcessingConfigurationUpdate) *InputUpdate {
s.InputProcessingConfigurationUpdate = v
return s
}
|
go
|
func (s *InputUpdate) SetInputProcessingConfigurationUpdate(v *InputProcessingConfigurationUpdate) *InputUpdate {
s.InputProcessingConfigurationUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetInputProcessingConfigurationUpdate",
"(",
"v",
"*",
"InputProcessingConfigurationUpdate",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"InputProcessingConfigurationUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputProcessingConfigurationUpdate sets the InputProcessingConfigurationUpdate field's value.
|
[
"SetInputProcessingConfigurationUpdate",
"sets",
"the",
"InputProcessingConfigurationUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4491-L4494
|
167,251 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputSchemaUpdate
|
func (s *InputUpdate) SetInputSchemaUpdate(v *InputSchemaUpdate) *InputUpdate {
s.InputSchemaUpdate = v
return s
}
|
go
|
func (s *InputUpdate) SetInputSchemaUpdate(v *InputSchemaUpdate) *InputUpdate {
s.InputSchemaUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetInputSchemaUpdate",
"(",
"v",
"*",
"InputSchemaUpdate",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"InputSchemaUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputSchemaUpdate sets the InputSchemaUpdate field's value.
|
[
"SetInputSchemaUpdate",
"sets",
"the",
"InputSchemaUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4497-L4500
|
167,252 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseInputUpdate
|
func (s *InputUpdate) SetKinesisFirehoseInputUpdate(v *KinesisFirehoseInputUpdate) *InputUpdate {
s.KinesisFirehoseInputUpdate = v
return s
}
|
go
|
func (s *InputUpdate) SetKinesisFirehoseInputUpdate(v *KinesisFirehoseInputUpdate) *InputUpdate {
s.KinesisFirehoseInputUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetKinesisFirehoseInputUpdate",
"(",
"v",
"*",
"KinesisFirehoseInputUpdate",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"KinesisFirehoseInputUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseInputUpdate sets the KinesisFirehoseInputUpdate field's value.
|
[
"SetKinesisFirehoseInputUpdate",
"sets",
"the",
"KinesisFirehoseInputUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4503-L4506
|
167,253 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsInputUpdate
|
func (s *InputUpdate) SetKinesisStreamsInputUpdate(v *KinesisStreamsInputUpdate) *InputUpdate {
s.KinesisStreamsInputUpdate = v
return s
}
|
go
|
func (s *InputUpdate) SetKinesisStreamsInputUpdate(v *KinesisStreamsInputUpdate) *InputUpdate {
s.KinesisStreamsInputUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetKinesisStreamsInputUpdate",
"(",
"v",
"*",
"KinesisStreamsInputUpdate",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"KinesisStreamsInputUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsInputUpdate sets the KinesisStreamsInputUpdate field's value.
|
[
"SetKinesisStreamsInputUpdate",
"sets",
"the",
"KinesisStreamsInputUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4509-L4512
|
167,254 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetNamePrefixUpdate
|
func (s *InputUpdate) SetNamePrefixUpdate(v string) *InputUpdate {
s.NamePrefixUpdate = &v
return s
}
|
go
|
func (s *InputUpdate) SetNamePrefixUpdate(v string) *InputUpdate {
s.NamePrefixUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputUpdate",
")",
"SetNamePrefixUpdate",
"(",
"v",
"string",
")",
"*",
"InputUpdate",
"{",
"s",
".",
"NamePrefixUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNamePrefixUpdate sets the NamePrefixUpdate field's value.
|
[
"SetNamePrefixUpdate",
"sets",
"the",
"NamePrefixUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4515-L4518
|
167,255 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordRowPath
|
func (s *JSONMappingParameters) SetRecordRowPath(v string) *JSONMappingParameters {
s.RecordRowPath = &v
return s
}
|
go
|
func (s *JSONMappingParameters) SetRecordRowPath(v string) *JSONMappingParameters {
s.RecordRowPath = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"JSONMappingParameters",
")",
"SetRecordRowPath",
"(",
"v",
"string",
")",
"*",
"JSONMappingParameters",
"{",
"s",
".",
"RecordRowPath",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordRowPath sets the RecordRowPath field's value.
|
[
"SetRecordRowPath",
"sets",
"the",
"RecordRowPath",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L4558-L4561
|
167,256 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetExclusiveStartApplicationName
|
func (s *ListApplicationsInput) SetExclusiveStartApplicationName(v string) *ListApplicationsInput {
s.ExclusiveStartApplicationName = &v
return s
}
|
go
|
func (s *ListApplicationsInput) SetExclusiveStartApplicationName(v string) *ListApplicationsInput {
s.ExclusiveStartApplicationName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListApplicationsInput",
")",
"SetExclusiveStartApplicationName",
"(",
"v",
"string",
")",
"*",
"ListApplicationsInput",
"{",
"s",
".",
"ExclusiveStartApplicationName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartApplicationName sets the ExclusiveStartApplicationName field's value.
|
[
"SetExclusiveStartApplicationName",
"sets",
"the",
"ExclusiveStartApplicationName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5359-L5362
|
167,257 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetApplicationSummaries
|
func (s *ListApplicationsOutput) SetApplicationSummaries(v []*ApplicationSummary) *ListApplicationsOutput {
s.ApplicationSummaries = v
return s
}
|
go
|
func (s *ListApplicationsOutput) SetApplicationSummaries(v []*ApplicationSummary) *ListApplicationsOutput {
s.ApplicationSummaries = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListApplicationsOutput",
")",
"SetApplicationSummaries",
"(",
"v",
"[",
"]",
"*",
"ApplicationSummary",
")",
"*",
"ListApplicationsOutput",
"{",
"s",
".",
"ApplicationSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApplicationSummaries sets the ApplicationSummaries field's value.
|
[
"SetApplicationSummaries",
"sets",
"the",
"ApplicationSummaries",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5395-L5398
|
167,258 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetHasMoreApplications
|
func (s *ListApplicationsOutput) SetHasMoreApplications(v bool) *ListApplicationsOutput {
s.HasMoreApplications = &v
return s
}
|
go
|
func (s *ListApplicationsOutput) SetHasMoreApplications(v bool) *ListApplicationsOutput {
s.HasMoreApplications = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListApplicationsOutput",
")",
"SetHasMoreApplications",
"(",
"v",
"bool",
")",
"*",
"ListApplicationsOutput",
"{",
"s",
".",
"HasMoreApplications",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHasMoreApplications sets the HasMoreApplications field's value.
|
[
"SetHasMoreApplications",
"sets",
"the",
"HasMoreApplications",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5401-L5404
|
167,259 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetCSVMappingParameters
|
func (s *MappingParameters) SetCSVMappingParameters(v *CSVMappingParameters) *MappingParameters {
s.CSVMappingParameters = v
return s
}
|
go
|
func (s *MappingParameters) SetCSVMappingParameters(v *CSVMappingParameters) *MappingParameters {
s.CSVMappingParameters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"MappingParameters",
")",
"SetCSVMappingParameters",
"(",
"v",
"*",
"CSVMappingParameters",
")",
"*",
"MappingParameters",
"{",
"s",
".",
"CSVMappingParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCSVMappingParameters sets the CSVMappingParameters field's value.
|
[
"SetCSVMappingParameters",
"sets",
"the",
"CSVMappingParameters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5453-L5456
|
167,260 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetJSONMappingParameters
|
func (s *MappingParameters) SetJSONMappingParameters(v *JSONMappingParameters) *MappingParameters {
s.JSONMappingParameters = v
return s
}
|
go
|
func (s *MappingParameters) SetJSONMappingParameters(v *JSONMappingParameters) *MappingParameters {
s.JSONMappingParameters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"MappingParameters",
")",
"SetJSONMappingParameters",
"(",
"v",
"*",
"JSONMappingParameters",
")",
"*",
"MappingParameters",
"{",
"s",
".",
"JSONMappingParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetJSONMappingParameters sets the JSONMappingParameters field's value.
|
[
"SetJSONMappingParameters",
"sets",
"the",
"JSONMappingParameters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5459-L5462
|
167,261 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseOutput
|
func (s *Output) SetKinesisFirehoseOutput(v *KinesisFirehoseOutput) *Output {
s.KinesisFirehoseOutput = v
return s
}
|
go
|
func (s *Output) SetKinesisFirehoseOutput(v *KinesisFirehoseOutput) *Output {
s.KinesisFirehoseOutput = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Output",
")",
"SetKinesisFirehoseOutput",
"(",
"v",
"*",
"KinesisFirehoseOutput",
")",
"*",
"Output",
"{",
"s",
".",
"KinesisFirehoseOutput",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseOutput sets the KinesisFirehoseOutput field's value.
|
[
"SetKinesisFirehoseOutput",
"sets",
"the",
"KinesisFirehoseOutput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5551-L5554
|
167,262 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsOutput
|
func (s *Output) SetKinesisStreamsOutput(v *KinesisStreamsOutput) *Output {
s.KinesisStreamsOutput = v
return s
}
|
go
|
func (s *Output) SetKinesisStreamsOutput(v *KinesisStreamsOutput) *Output {
s.KinesisStreamsOutput = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Output",
")",
"SetKinesisStreamsOutput",
"(",
"v",
"*",
"KinesisStreamsOutput",
")",
"*",
"Output",
"{",
"s",
".",
"KinesisStreamsOutput",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsOutput sets the KinesisStreamsOutput field's value.
|
[
"SetKinesisStreamsOutput",
"sets",
"the",
"KinesisStreamsOutput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5557-L5560
|
167,263 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetLambdaOutput
|
func (s *Output) SetLambdaOutput(v *LambdaOutput) *Output {
s.LambdaOutput = v
return s
}
|
go
|
func (s *Output) SetLambdaOutput(v *LambdaOutput) *Output {
s.LambdaOutput = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Output",
")",
"SetLambdaOutput",
"(",
"v",
"*",
"LambdaOutput",
")",
"*",
"Output",
"{",
"s",
".",
"LambdaOutput",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLambdaOutput sets the LambdaOutput field's value.
|
[
"SetLambdaOutput",
"sets",
"the",
"LambdaOutput",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5563-L5566
|
167,264 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseOutputDescription
|
func (s *OutputDescription) SetKinesisFirehoseOutputDescription(v *KinesisFirehoseOutputDescription) *OutputDescription {
s.KinesisFirehoseOutputDescription = v
return s
}
|
go
|
func (s *OutputDescription) SetKinesisFirehoseOutputDescription(v *KinesisFirehoseOutputDescription) *OutputDescription {
s.KinesisFirehoseOutputDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputDescription",
")",
"SetKinesisFirehoseOutputDescription",
"(",
"v",
"*",
"KinesisFirehoseOutputDescription",
")",
"*",
"OutputDescription",
"{",
"s",
".",
"KinesisFirehoseOutputDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseOutputDescription sets the KinesisFirehoseOutputDescription field's value.
|
[
"SetKinesisFirehoseOutputDescription",
"sets",
"the",
"KinesisFirehoseOutputDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5619-L5622
|
167,265 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsOutputDescription
|
func (s *OutputDescription) SetKinesisStreamsOutputDescription(v *KinesisStreamsOutputDescription) *OutputDescription {
s.KinesisStreamsOutputDescription = v
return s
}
|
go
|
func (s *OutputDescription) SetKinesisStreamsOutputDescription(v *KinesisStreamsOutputDescription) *OutputDescription {
s.KinesisStreamsOutputDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputDescription",
")",
"SetKinesisStreamsOutputDescription",
"(",
"v",
"*",
"KinesisStreamsOutputDescription",
")",
"*",
"OutputDescription",
"{",
"s",
".",
"KinesisStreamsOutputDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsOutputDescription sets the KinesisStreamsOutputDescription field's value.
|
[
"SetKinesisStreamsOutputDescription",
"sets",
"the",
"KinesisStreamsOutputDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5625-L5628
|
167,266 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetLambdaOutputDescription
|
func (s *OutputDescription) SetLambdaOutputDescription(v *LambdaOutputDescription) *OutputDescription {
s.LambdaOutputDescription = v
return s
}
|
go
|
func (s *OutputDescription) SetLambdaOutputDescription(v *LambdaOutputDescription) *OutputDescription {
s.LambdaOutputDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputDescription",
")",
"SetLambdaOutputDescription",
"(",
"v",
"*",
"LambdaOutputDescription",
")",
"*",
"OutputDescription",
"{",
"s",
".",
"LambdaOutputDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLambdaOutputDescription sets the LambdaOutputDescription field's value.
|
[
"SetLambdaOutputDescription",
"sets",
"the",
"LambdaOutputDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5631-L5634
|
167,267 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetDestinationSchemaUpdate
|
func (s *OutputUpdate) SetDestinationSchemaUpdate(v *DestinationSchema) *OutputUpdate {
s.DestinationSchemaUpdate = v
return s
}
|
go
|
func (s *OutputUpdate) SetDestinationSchemaUpdate(v *DestinationSchema) *OutputUpdate {
s.DestinationSchemaUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputUpdate",
")",
"SetDestinationSchemaUpdate",
"(",
"v",
"*",
"DestinationSchema",
")",
"*",
"OutputUpdate",
"{",
"s",
".",
"DestinationSchemaUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDestinationSchemaUpdate sets the DestinationSchemaUpdate field's value.
|
[
"SetDestinationSchemaUpdate",
"sets",
"the",
"DestinationSchemaUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5726-L5729
|
167,268 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisFirehoseOutputUpdate
|
func (s *OutputUpdate) SetKinesisFirehoseOutputUpdate(v *KinesisFirehoseOutputUpdate) *OutputUpdate {
s.KinesisFirehoseOutputUpdate = v
return s
}
|
go
|
func (s *OutputUpdate) SetKinesisFirehoseOutputUpdate(v *KinesisFirehoseOutputUpdate) *OutputUpdate {
s.KinesisFirehoseOutputUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputUpdate",
")",
"SetKinesisFirehoseOutputUpdate",
"(",
"v",
"*",
"KinesisFirehoseOutputUpdate",
")",
"*",
"OutputUpdate",
"{",
"s",
".",
"KinesisFirehoseOutputUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisFirehoseOutputUpdate sets the KinesisFirehoseOutputUpdate field's value.
|
[
"SetKinesisFirehoseOutputUpdate",
"sets",
"the",
"KinesisFirehoseOutputUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5732-L5735
|
167,269 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetKinesisStreamsOutputUpdate
|
func (s *OutputUpdate) SetKinesisStreamsOutputUpdate(v *KinesisStreamsOutputUpdate) *OutputUpdate {
s.KinesisStreamsOutputUpdate = v
return s
}
|
go
|
func (s *OutputUpdate) SetKinesisStreamsOutputUpdate(v *KinesisStreamsOutputUpdate) *OutputUpdate {
s.KinesisStreamsOutputUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputUpdate",
")",
"SetKinesisStreamsOutputUpdate",
"(",
"v",
"*",
"KinesisStreamsOutputUpdate",
")",
"*",
"OutputUpdate",
"{",
"s",
".",
"KinesisStreamsOutputUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamsOutputUpdate sets the KinesisStreamsOutputUpdate field's value.
|
[
"SetKinesisStreamsOutputUpdate",
"sets",
"the",
"KinesisStreamsOutputUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5738-L5741
|
167,270 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetLambdaOutputUpdate
|
func (s *OutputUpdate) SetLambdaOutputUpdate(v *LambdaOutputUpdate) *OutputUpdate {
s.LambdaOutputUpdate = v
return s
}
|
go
|
func (s *OutputUpdate) SetLambdaOutputUpdate(v *LambdaOutputUpdate) *OutputUpdate {
s.LambdaOutputUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputUpdate",
")",
"SetLambdaOutputUpdate",
"(",
"v",
"*",
"LambdaOutputUpdate",
")",
"*",
"OutputUpdate",
"{",
"s",
".",
"LambdaOutputUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLambdaOutputUpdate sets the LambdaOutputUpdate field's value.
|
[
"SetLambdaOutputUpdate",
"sets",
"the",
"LambdaOutputUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5744-L5747
|
167,271 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetNameUpdate
|
func (s *OutputUpdate) SetNameUpdate(v string) *OutputUpdate {
s.NameUpdate = &v
return s
}
|
go
|
func (s *OutputUpdate) SetNameUpdate(v string) *OutputUpdate {
s.NameUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputUpdate",
")",
"SetNameUpdate",
"(",
"v",
"string",
")",
"*",
"OutputUpdate",
"{",
"s",
".",
"NameUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNameUpdate sets the NameUpdate field's value.
|
[
"SetNameUpdate",
"sets",
"the",
"NameUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5750-L5753
|
167,272 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetSqlType
|
func (s *RecordColumn) SetSqlType(v string) *RecordColumn {
s.SqlType = &v
return s
}
|
go
|
func (s *RecordColumn) SetSqlType(v string) *RecordColumn {
s.SqlType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RecordColumn",
")",
"SetSqlType",
"(",
"v",
"string",
")",
"*",
"RecordColumn",
"{",
"s",
".",
"SqlType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSqlType sets the SqlType field's value.
|
[
"SetSqlType",
"sets",
"the",
"SqlType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5826-L5829
|
167,273 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetMappingParameters
|
func (s *RecordFormat) SetMappingParameters(v *MappingParameters) *RecordFormat {
s.MappingParameters = v
return s
}
|
go
|
func (s *RecordFormat) SetMappingParameters(v *MappingParameters) *RecordFormat {
s.MappingParameters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"RecordFormat",
")",
"SetMappingParameters",
"(",
"v",
"*",
"MappingParameters",
")",
"*",
"RecordFormat",
"{",
"s",
".",
"MappingParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMappingParameters sets the MappingParameters field's value.
|
[
"SetMappingParameters",
"sets",
"the",
"MappingParameters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5877-L5880
|
167,274 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetS3ReferenceDataSource
|
func (s *ReferenceDataSource) SetS3ReferenceDataSource(v *S3ReferenceDataSource) *ReferenceDataSource {
s.S3ReferenceDataSource = v
return s
}
|
go
|
func (s *ReferenceDataSource) SetS3ReferenceDataSource(v *S3ReferenceDataSource) *ReferenceDataSource {
s.S3ReferenceDataSource = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReferenceDataSource",
")",
"SetS3ReferenceDataSource",
"(",
"v",
"*",
"S3ReferenceDataSource",
")",
"*",
"ReferenceDataSource",
"{",
"s",
".",
"S3ReferenceDataSource",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetS3ReferenceDataSource sets the S3ReferenceDataSource field's value.
|
[
"SetS3ReferenceDataSource",
"sets",
"the",
"S3ReferenceDataSource",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L5960-L5963
|
167,275 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetS3ReferenceDataSourceDescription
|
func (s *ReferenceDataSourceDescription) SetS3ReferenceDataSourceDescription(v *S3ReferenceDataSourceDescription) *ReferenceDataSourceDescription {
s.S3ReferenceDataSourceDescription = v
return s
}
|
go
|
func (s *ReferenceDataSourceDescription) SetS3ReferenceDataSourceDescription(v *S3ReferenceDataSourceDescription) *ReferenceDataSourceDescription {
s.S3ReferenceDataSourceDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReferenceDataSourceDescription",
")",
"SetS3ReferenceDataSourceDescription",
"(",
"v",
"*",
"S3ReferenceDataSourceDescription",
")",
"*",
"ReferenceDataSourceDescription",
"{",
"s",
".",
"S3ReferenceDataSourceDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetS3ReferenceDataSourceDescription sets the S3ReferenceDataSourceDescription field's value.
|
[
"SetS3ReferenceDataSourceDescription",
"sets",
"the",
"S3ReferenceDataSourceDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6024-L6027
|
167,276 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetReferenceSchemaUpdate
|
func (s *ReferenceDataSourceUpdate) SetReferenceSchemaUpdate(v *SourceSchema) *ReferenceDataSourceUpdate {
s.ReferenceSchemaUpdate = v
return s
}
|
go
|
func (s *ReferenceDataSourceUpdate) SetReferenceSchemaUpdate(v *SourceSchema) *ReferenceDataSourceUpdate {
s.ReferenceSchemaUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReferenceDataSourceUpdate",
")",
"SetReferenceSchemaUpdate",
"(",
"v",
"*",
"SourceSchema",
")",
"*",
"ReferenceDataSourceUpdate",
"{",
"s",
".",
"ReferenceSchemaUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReferenceSchemaUpdate sets the ReferenceSchemaUpdate field's value.
|
[
"SetReferenceSchemaUpdate",
"sets",
"the",
"ReferenceSchemaUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6108-L6111
|
167,277 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetS3ReferenceDataSourceUpdate
|
func (s *ReferenceDataSourceUpdate) SetS3ReferenceDataSourceUpdate(v *S3ReferenceDataSourceUpdate) *ReferenceDataSourceUpdate {
s.S3ReferenceDataSourceUpdate = v
return s
}
|
go
|
func (s *ReferenceDataSourceUpdate) SetS3ReferenceDataSourceUpdate(v *S3ReferenceDataSourceUpdate) *ReferenceDataSourceUpdate {
s.S3ReferenceDataSourceUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReferenceDataSourceUpdate",
")",
"SetS3ReferenceDataSourceUpdate",
"(",
"v",
"*",
"S3ReferenceDataSourceUpdate",
")",
"*",
"ReferenceDataSourceUpdate",
"{",
"s",
".",
"S3ReferenceDataSourceUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetS3ReferenceDataSourceUpdate sets the S3ReferenceDataSourceUpdate field's value.
|
[
"SetS3ReferenceDataSourceUpdate",
"sets",
"the",
"S3ReferenceDataSourceUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6114-L6117
|
167,278 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetTableNameUpdate
|
func (s *ReferenceDataSourceUpdate) SetTableNameUpdate(v string) *ReferenceDataSourceUpdate {
s.TableNameUpdate = &v
return s
}
|
go
|
func (s *ReferenceDataSourceUpdate) SetTableNameUpdate(v string) *ReferenceDataSourceUpdate {
s.TableNameUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReferenceDataSourceUpdate",
")",
"SetTableNameUpdate",
"(",
"v",
"string",
")",
"*",
"ReferenceDataSourceUpdate",
"{",
"s",
".",
"TableNameUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTableNameUpdate sets the TableNameUpdate field's value.
|
[
"SetTableNameUpdate",
"sets",
"the",
"TableNameUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6120-L6123
|
167,279 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetReferenceRoleARNUpdate
|
func (s *S3ReferenceDataSourceUpdate) SetReferenceRoleARNUpdate(v string) *S3ReferenceDataSourceUpdate {
s.ReferenceRoleARNUpdate = &v
return s
}
|
go
|
func (s *S3ReferenceDataSourceUpdate) SetReferenceRoleARNUpdate(v string) *S3ReferenceDataSourceUpdate {
s.ReferenceRoleARNUpdate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"S3ReferenceDataSourceUpdate",
")",
"SetReferenceRoleARNUpdate",
"(",
"v",
"string",
")",
"*",
"S3ReferenceDataSourceUpdate",
"{",
"s",
".",
"ReferenceRoleARNUpdate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReferenceRoleARNUpdate sets the ReferenceRoleARNUpdate field's value.
|
[
"SetReferenceRoleARNUpdate",
"sets",
"the",
"ReferenceRoleARNUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6398-L6401
|
167,280 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordColumns
|
func (s *SourceSchema) SetRecordColumns(v []*RecordColumn) *SourceSchema {
s.RecordColumns = v
return s
}
|
go
|
func (s *SourceSchema) SetRecordColumns(v []*RecordColumn) *SourceSchema {
s.RecordColumns = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SourceSchema",
")",
"SetRecordColumns",
"(",
"v",
"[",
"]",
"*",
"RecordColumn",
")",
"*",
"SourceSchema",
"{",
"s",
".",
"RecordColumns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordColumns sets the RecordColumns field's value.
|
[
"SetRecordColumns",
"sets",
"the",
"RecordColumns",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6468-L6471
|
167,281 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordEncoding
|
func (s *SourceSchema) SetRecordEncoding(v string) *SourceSchema {
s.RecordEncoding = &v
return s
}
|
go
|
func (s *SourceSchema) SetRecordEncoding(v string) *SourceSchema {
s.RecordEncoding = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SourceSchema",
")",
"SetRecordEncoding",
"(",
"v",
"string",
")",
"*",
"SourceSchema",
"{",
"s",
".",
"RecordEncoding",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordEncoding sets the RecordEncoding field's value.
|
[
"SetRecordEncoding",
"sets",
"the",
"RecordEncoding",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6474-L6477
|
167,282 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetRecordFormat
|
func (s *SourceSchema) SetRecordFormat(v *RecordFormat) *SourceSchema {
s.RecordFormat = v
return s
}
|
go
|
func (s *SourceSchema) SetRecordFormat(v *RecordFormat) *SourceSchema {
s.RecordFormat = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SourceSchema",
")",
"SetRecordFormat",
"(",
"v",
"*",
"RecordFormat",
")",
"*",
"SourceSchema",
"{",
"s",
".",
"RecordFormat",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRecordFormat sets the RecordFormat field's value.
|
[
"SetRecordFormat",
"sets",
"the",
"RecordFormat",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6480-L6483
|
167,283 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetInputConfigurations
|
func (s *StartApplicationInput) SetInputConfigurations(v []*InputConfiguration) *StartApplicationInput {
s.InputConfigurations = v
return s
}
|
go
|
func (s *StartApplicationInput) SetInputConfigurations(v []*InputConfiguration) *StartApplicationInput {
s.InputConfigurations = v
return s
}
|
[
"func",
"(",
"s",
"*",
"StartApplicationInput",
")",
"SetInputConfigurations",
"(",
"v",
"[",
"]",
"*",
"InputConfiguration",
")",
"*",
"StartApplicationInput",
"{",
"s",
".",
"InputConfigurations",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputConfigurations sets the InputConfigurations field's value.
|
[
"SetInputConfigurations",
"sets",
"the",
"InputConfigurations",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6548-L6551
|
167,284 |
aws/aws-sdk-go
|
service/kinesisanalytics/api.go
|
SetApplicationUpdate
|
func (s *UpdateApplicationInput) SetApplicationUpdate(v *ApplicationUpdate) *UpdateApplicationInput {
s.ApplicationUpdate = v
return s
}
|
go
|
func (s *UpdateApplicationInput) SetApplicationUpdate(v *ApplicationUpdate) *UpdateApplicationInput {
s.ApplicationUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateApplicationInput",
")",
"SetApplicationUpdate",
"(",
"v",
"*",
"ApplicationUpdate",
")",
"*",
"UpdateApplicationInput",
"{",
"s",
".",
"ApplicationUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApplicationUpdate sets the ApplicationUpdate field's value.
|
[
"SetApplicationUpdate",
"sets",
"the",
"ApplicationUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/kinesisanalytics/api.go#L6689-L6692
|
167,285 |
aws/aws-sdk-go
|
private/protocol/idempotency.go
|
GetIdempotencyToken
|
func GetIdempotencyToken() string {
b := make([]byte, 16)
RandReader.Read(b)
return UUIDVersion4(b)
}
|
go
|
func GetIdempotencyToken() string {
b := make([]byte, 16)
RandReader.Read(b)
return UUIDVersion4(b)
}
|
[
"func",
"GetIdempotencyToken",
"(",
")",
"string",
"{",
"b",
":=",
"make",
"(",
"[",
"]",
"byte",
",",
"16",
")",
"\n",
"RandReader",
".",
"Read",
"(",
"b",
")",
"\n\n",
"return",
"UUIDVersion4",
"(",
"b",
")",
"\n",
"}"
] |
// GetIdempotencyToken returns a randomly generated idempotency token.
|
[
"GetIdempotencyToken",
"returns",
"a",
"randomly",
"generated",
"idempotency",
"token",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/protocol/idempotency.go#L34-L39
|
167,286 |
aws/aws-sdk-go
|
private/protocol/idempotency.go
|
SetIdempotencyToken
|
func SetIdempotencyToken(v reflect.Value) {
if v.Kind() == reflect.Ptr {
if v.IsNil() && v.CanSet() {
v.Set(reflect.New(v.Type().Elem()))
}
v = v.Elem()
}
v = reflect.Indirect(v)
if !v.CanSet() {
panic(fmt.Sprintf("unable to set idempotnecy token %v", v))
}
b := make([]byte, 16)
_, err := rand.Read(b)
if err != nil {
// TODO handle error
return
}
v.Set(reflect.ValueOf(UUIDVersion4(b)))
}
|
go
|
func SetIdempotencyToken(v reflect.Value) {
if v.Kind() == reflect.Ptr {
if v.IsNil() && v.CanSet() {
v.Set(reflect.New(v.Type().Elem()))
}
v = v.Elem()
}
v = reflect.Indirect(v)
if !v.CanSet() {
panic(fmt.Sprintf("unable to set idempotnecy token %v", v))
}
b := make([]byte, 16)
_, err := rand.Read(b)
if err != nil {
// TODO handle error
return
}
v.Set(reflect.ValueOf(UUIDVersion4(b)))
}
|
[
"func",
"SetIdempotencyToken",
"(",
"v",
"reflect",
".",
"Value",
")",
"{",
"if",
"v",
".",
"Kind",
"(",
")",
"==",
"reflect",
".",
"Ptr",
"{",
"if",
"v",
".",
"IsNil",
"(",
")",
"&&",
"v",
".",
"CanSet",
"(",
")",
"{",
"v",
".",
"Set",
"(",
"reflect",
".",
"New",
"(",
"v",
".",
"Type",
"(",
")",
".",
"Elem",
"(",
")",
")",
")",
"\n",
"}",
"\n",
"v",
"=",
"v",
".",
"Elem",
"(",
")",
"\n",
"}",
"\n",
"v",
"=",
"reflect",
".",
"Indirect",
"(",
"v",
")",
"\n\n",
"if",
"!",
"v",
".",
"CanSet",
"(",
")",
"{",
"panic",
"(",
"fmt",
".",
"Sprintf",
"(",
"\"",
"\"",
",",
"v",
")",
")",
"\n",
"}",
"\n\n",
"b",
":=",
"make",
"(",
"[",
"]",
"byte",
",",
"16",
")",
"\n",
"_",
",",
"err",
":=",
"rand",
".",
"Read",
"(",
"b",
")",
"\n",
"if",
"err",
"!=",
"nil",
"{",
"// TODO handle error",
"return",
"\n",
"}",
"\n\n",
"v",
".",
"Set",
"(",
"reflect",
".",
"ValueOf",
"(",
"UUIDVersion4",
"(",
"b",
")",
")",
")",
"\n",
"}"
] |
// SetIdempotencyToken will set the value provided with a Idempotency Token.
// Given that the value can be set. Will panic if value is not setable.
|
[
"SetIdempotencyToken",
"will",
"set",
"the",
"value",
"provided",
"with",
"a",
"Idempotency",
"Token",
".",
"Given",
"that",
"the",
"value",
"can",
"be",
"set",
".",
"Will",
"panic",
"if",
"value",
"is",
"not",
"setable",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/protocol/idempotency.go#L43-L64
|
167,287 |
aws/aws-sdk-go
|
private/protocol/idempotency.go
|
UUIDVersion4
|
func UUIDVersion4(u []byte) string {
// https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_.28random.29
// 13th character is "4"
u[6] = (u[6] | 0x40) & 0x4F
// 17th character is "8", "9", "a", or "b"
u[8] = (u[8] | 0x80) & 0xBF
return fmt.Sprintf(`%X-%X-%X-%X-%X`, u[0:4], u[4:6], u[6:8], u[8:10], u[10:])
}
|
go
|
func UUIDVersion4(u []byte) string {
// https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_.28random.29
// 13th character is "4"
u[6] = (u[6] | 0x40) & 0x4F
// 17th character is "8", "9", "a", or "b"
u[8] = (u[8] | 0x80) & 0xBF
return fmt.Sprintf(`%X-%X-%X-%X-%X`, u[0:4], u[4:6], u[6:8], u[8:10], u[10:])
}
|
[
"func",
"UUIDVersion4",
"(",
"u",
"[",
"]",
"byte",
")",
"string",
"{",
"// https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_.28random.29",
"// 13th character is \"4\"",
"u",
"[",
"6",
"]",
"=",
"(",
"u",
"[",
"6",
"]",
"|",
"0x40",
")",
"&",
"0x4F",
"\n",
"// 17th character is \"8\", \"9\", \"a\", or \"b\"",
"u",
"[",
"8",
"]",
"=",
"(",
"u",
"[",
"8",
"]",
"|",
"0x80",
")",
"&",
"0xBF",
"\n\n",
"return",
"fmt",
".",
"Sprintf",
"(",
"`%X-%X-%X-%X-%X`",
",",
"u",
"[",
"0",
":",
"4",
"]",
",",
"u",
"[",
"4",
":",
"6",
"]",
",",
"u",
"[",
"6",
":",
"8",
"]",
",",
"u",
"[",
"8",
":",
"10",
"]",
",",
"u",
"[",
"10",
":",
"]",
")",
"\n",
"}"
] |
// UUIDVersion4 returns a Version 4 random UUID from the byte slice provided
|
[
"UUIDVersion4",
"returns",
"a",
"Version",
"4",
"random",
"UUID",
"from",
"the",
"byte",
"slice",
"provided"
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/protocol/idempotency.go#L67-L75
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.