id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
listlengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
listlengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
2,400 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetOriginId
|
func (s *OriginGroupMember) SetOriginId(v string) *OriginGroupMember {
s.OriginId = &v
return s
}
|
go
|
func (s *OriginGroupMember) SetOriginId(v string) *OriginGroupMember {
s.OriginId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OriginGroupMember",
")",
"SetOriginId",
"(",
"v",
"string",
")",
"*",
"OriginGroupMember",
"{",
"s",
".",
"OriginId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOriginId sets the OriginId field's value.
|
[
"SetOriginId",
"sets",
"the",
"OriginId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L12405-L12408
|
2,401 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetQueryArg
|
func (s *QueryArgProfile) SetQueryArg(v string) *QueryArgProfile {
s.QueryArg = &v
return s
}
|
go
|
func (s *QueryArgProfile) SetQueryArg(v string) *QueryArgProfile {
s.QueryArg = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryArgProfile",
")",
"SetQueryArg",
"(",
"v",
"string",
")",
"*",
"QueryArgProfile",
"{",
"s",
".",
"QueryArg",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetQueryArg sets the QueryArg field's value.
|
[
"SetQueryArg",
"sets",
"the",
"QueryArg",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L13012-L13015
|
2,402 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetForwardWhenQueryArgProfileIsUnknown
|
func (s *QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown(v bool) *QueryArgProfileConfig {
s.ForwardWhenQueryArgProfileIsUnknown = &v
return s
}
|
go
|
func (s *QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown(v bool) *QueryArgProfileConfig {
s.ForwardWhenQueryArgProfileIsUnknown = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryArgProfileConfig",
")",
"SetForwardWhenQueryArgProfileIsUnknown",
"(",
"v",
"bool",
")",
"*",
"QueryArgProfileConfig",
"{",
"s",
".",
"ForwardWhenQueryArgProfileIsUnknown",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetForwardWhenQueryArgProfileIsUnknown sets the ForwardWhenQueryArgProfileIsUnknown field's value.
|
[
"SetForwardWhenQueryArgProfileIsUnknown",
"sets",
"the",
"ForwardWhenQueryArgProfileIsUnknown",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L13061-L13064
|
2,403 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetQueryArgProfiles
|
func (s *QueryArgProfileConfig) SetQueryArgProfiles(v *QueryArgProfiles) *QueryArgProfileConfig {
s.QueryArgProfiles = v
return s
}
|
go
|
func (s *QueryArgProfileConfig) SetQueryArgProfiles(v *QueryArgProfiles) *QueryArgProfileConfig {
s.QueryArgProfiles = v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryArgProfileConfig",
")",
"SetQueryArgProfiles",
"(",
"v",
"*",
"QueryArgProfiles",
")",
"*",
"QueryArgProfileConfig",
"{",
"s",
".",
"QueryArgProfiles",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetQueryArgProfiles sets the QueryArgProfiles field's value.
|
[
"SetQueryArgProfiles",
"sets",
"the",
"QueryArgProfiles",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L13067-L13070
|
2,404 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetGeoRestriction
|
func (s *Restrictions) SetGeoRestriction(v *GeoRestriction) *Restrictions {
s.GeoRestriction = v
return s
}
|
go
|
func (s *Restrictions) SetGeoRestriction(v *GeoRestriction) *Restrictions {
s.GeoRestriction = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Restrictions",
")",
"SetGeoRestriction",
"(",
"v",
"*",
"GeoRestriction",
")",
"*",
"Restrictions",
"{",
"s",
".",
"GeoRestriction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGeoRestriction sets the GeoRestriction field's value.
|
[
"SetGeoRestriction",
"sets",
"the",
"GeoRestriction",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L13220-L13223
|
2,405 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetKeyPairIds
|
func (s *Signer) SetKeyPairIds(v *KeyPairIds) *Signer {
s.KeyPairIds = v
return s
}
|
go
|
func (s *Signer) SetKeyPairIds(v *KeyPairIds) *Signer {
s.KeyPairIds = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Signer",
")",
"SetKeyPairIds",
"(",
"v",
"*",
"KeyPairIds",
")",
"*",
"Signer",
"{",
"s",
".",
"KeyPairIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyPairIds sets the KeyPairIds field's value.
|
[
"SetKeyPairIds",
"sets",
"the",
"KeyPairIds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L13392-L13395
|
2,406 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetACMCertificateArn
|
func (s *ViewerCertificate) SetACMCertificateArn(v string) *ViewerCertificate {
s.ACMCertificateArn = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetACMCertificateArn(v string) *ViewerCertificate {
s.ACMCertificateArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetACMCertificateArn",
"(",
"v",
"string",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"ACMCertificateArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetACMCertificateArn sets the ACMCertificateArn field's value.
|
[
"SetACMCertificateArn",
"sets",
"the",
"ACMCertificateArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15251-L15254
|
2,407 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetCertificateSource
|
func (s *ViewerCertificate) SetCertificateSource(v string) *ViewerCertificate {
s.CertificateSource = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetCertificateSource(v string) *ViewerCertificate {
s.CertificateSource = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetCertificateSource",
"(",
"v",
"string",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"CertificateSource",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateSource sets the CertificateSource field's value.
|
[
"SetCertificateSource",
"sets",
"the",
"CertificateSource",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15263-L15266
|
2,408 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetCloudFrontDefaultCertificate
|
func (s *ViewerCertificate) SetCloudFrontDefaultCertificate(v bool) *ViewerCertificate {
s.CloudFrontDefaultCertificate = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetCloudFrontDefaultCertificate(v bool) *ViewerCertificate {
s.CloudFrontDefaultCertificate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetCloudFrontDefaultCertificate",
"(",
"v",
"bool",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"CloudFrontDefaultCertificate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCloudFrontDefaultCertificate sets the CloudFrontDefaultCertificate field's value.
|
[
"SetCloudFrontDefaultCertificate",
"sets",
"the",
"CloudFrontDefaultCertificate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15269-L15272
|
2,409 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetIAMCertificateId
|
func (s *ViewerCertificate) SetIAMCertificateId(v string) *ViewerCertificate {
s.IAMCertificateId = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetIAMCertificateId(v string) *ViewerCertificate {
s.IAMCertificateId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetIAMCertificateId",
"(",
"v",
"string",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"IAMCertificateId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIAMCertificateId sets the IAMCertificateId field's value.
|
[
"SetIAMCertificateId",
"sets",
"the",
"IAMCertificateId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15275-L15278
|
2,410 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetMinimumProtocolVersion
|
func (s *ViewerCertificate) SetMinimumProtocolVersion(v string) *ViewerCertificate {
s.MinimumProtocolVersion = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetMinimumProtocolVersion(v string) *ViewerCertificate {
s.MinimumProtocolVersion = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetMinimumProtocolVersion",
"(",
"v",
"string",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"MinimumProtocolVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMinimumProtocolVersion sets the MinimumProtocolVersion field's value.
|
[
"SetMinimumProtocolVersion",
"sets",
"the",
"MinimumProtocolVersion",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15281-L15284
|
2,411 |
aws/aws-sdk-go
|
service/cloudfront/api.go
|
SetSSLSupportMethod
|
func (s *ViewerCertificate) SetSSLSupportMethod(v string) *ViewerCertificate {
s.SSLSupportMethod = &v
return s
}
|
go
|
func (s *ViewerCertificate) SetSSLSupportMethod(v string) *ViewerCertificate {
s.SSLSupportMethod = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ViewerCertificate",
")",
"SetSSLSupportMethod",
"(",
"v",
"string",
")",
"*",
"ViewerCertificate",
"{",
"s",
".",
"SSLSupportMethod",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSSLSupportMethod sets the SSLSupportMethod field's value.
|
[
"SetSSLSupportMethod",
"sets",
"the",
"SSLSupportMethod",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudfront/api.go#L15287-L15290
|
2,412 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetAlgorithmicStemming
|
func (s *AnalysisOptions) SetAlgorithmicStemming(v string) *AnalysisOptions {
s.AlgorithmicStemming = &v
return s
}
|
go
|
func (s *AnalysisOptions) SetAlgorithmicStemming(v string) *AnalysisOptions {
s.AlgorithmicStemming = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisOptions",
")",
"SetAlgorithmicStemming",
"(",
"v",
"string",
")",
"*",
"AnalysisOptions",
"{",
"s",
".",
"AlgorithmicStemming",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAlgorithmicStemming sets the AlgorithmicStemming field's value.
|
[
"SetAlgorithmicStemming",
"sets",
"the",
"AlgorithmicStemming",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2260-L2263
|
2,413 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetJapaneseTokenizationDictionary
|
func (s *AnalysisOptions) SetJapaneseTokenizationDictionary(v string) *AnalysisOptions {
s.JapaneseTokenizationDictionary = &v
return s
}
|
go
|
func (s *AnalysisOptions) SetJapaneseTokenizationDictionary(v string) *AnalysisOptions {
s.JapaneseTokenizationDictionary = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisOptions",
")",
"SetJapaneseTokenizationDictionary",
"(",
"v",
"string",
")",
"*",
"AnalysisOptions",
"{",
"s",
".",
"JapaneseTokenizationDictionary",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetJapaneseTokenizationDictionary sets the JapaneseTokenizationDictionary field's value.
|
[
"SetJapaneseTokenizationDictionary",
"sets",
"the",
"JapaneseTokenizationDictionary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2266-L2269
|
2,414 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetStemmingDictionary
|
func (s *AnalysisOptions) SetStemmingDictionary(v string) *AnalysisOptions {
s.StemmingDictionary = &v
return s
}
|
go
|
func (s *AnalysisOptions) SetStemmingDictionary(v string) *AnalysisOptions {
s.StemmingDictionary = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisOptions",
")",
"SetStemmingDictionary",
"(",
"v",
"string",
")",
"*",
"AnalysisOptions",
"{",
"s",
".",
"StemmingDictionary",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStemmingDictionary sets the StemmingDictionary field's value.
|
[
"SetStemmingDictionary",
"sets",
"the",
"StemmingDictionary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2272-L2275
|
2,415 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetStopwords
|
func (s *AnalysisOptions) SetStopwords(v string) *AnalysisOptions {
s.Stopwords = &v
return s
}
|
go
|
func (s *AnalysisOptions) SetStopwords(v string) *AnalysisOptions {
s.Stopwords = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisOptions",
")",
"SetStopwords",
"(",
"v",
"string",
")",
"*",
"AnalysisOptions",
"{",
"s",
".",
"Stopwords",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStopwords sets the Stopwords field's value.
|
[
"SetStopwords",
"sets",
"the",
"Stopwords",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2278-L2281
|
2,416 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetAnalysisOptions
|
func (s *AnalysisScheme) SetAnalysisOptions(v *AnalysisOptions) *AnalysisScheme {
s.AnalysisOptions = v
return s
}
|
go
|
func (s *AnalysisScheme) SetAnalysisOptions(v *AnalysisOptions) *AnalysisScheme {
s.AnalysisOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisScheme",
")",
"SetAnalysisOptions",
"(",
"v",
"*",
"AnalysisOptions",
")",
"*",
"AnalysisScheme",
"{",
"s",
".",
"AnalysisOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAnalysisOptions sets the AnalysisOptions field's value.
|
[
"SetAnalysisOptions",
"sets",
"the",
"AnalysisOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2343-L2346
|
2,417 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetAnalysisSchemeLanguage
|
func (s *AnalysisScheme) SetAnalysisSchemeLanguage(v string) *AnalysisScheme {
s.AnalysisSchemeLanguage = &v
return s
}
|
go
|
func (s *AnalysisScheme) SetAnalysisSchemeLanguage(v string) *AnalysisScheme {
s.AnalysisSchemeLanguage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"AnalysisScheme",
")",
"SetAnalysisSchemeLanguage",
"(",
"v",
"string",
")",
"*",
"AnalysisScheme",
"{",
"s",
".",
"AnalysisSchemeLanguage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAnalysisSchemeLanguage sets the AnalysisSchemeLanguage field's value.
|
[
"SetAnalysisSchemeLanguage",
"sets",
"the",
"AnalysisSchemeLanguage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L2349-L2352
|
2,418 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetAnalysisSchemeNames
|
func (s *DescribeAnalysisSchemesInput) SetAnalysisSchemeNames(v []*string) *DescribeAnalysisSchemesInput {
s.AnalysisSchemeNames = v
return s
}
|
go
|
func (s *DescribeAnalysisSchemesInput) SetAnalysisSchemeNames(v []*string) *DescribeAnalysisSchemesInput {
s.AnalysisSchemeNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeAnalysisSchemesInput",
")",
"SetAnalysisSchemeNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeAnalysisSchemesInput",
"{",
"s",
".",
"AnalysisSchemeNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAnalysisSchemeNames sets the AnalysisSchemeNames field's value.
|
[
"SetAnalysisSchemeNames",
"sets",
"the",
"AnalysisSchemeNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L3593-L3596
|
2,419 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetAnalysisSchemes
|
func (s *DescribeAnalysisSchemesOutput) SetAnalysisSchemes(v []*AnalysisSchemeStatus) *DescribeAnalysisSchemesOutput {
s.AnalysisSchemes = v
return s
}
|
go
|
func (s *DescribeAnalysisSchemesOutput) SetAnalysisSchemes(v []*AnalysisSchemeStatus) *DescribeAnalysisSchemesOutput {
s.AnalysisSchemes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeAnalysisSchemesOutput",
")",
"SetAnalysisSchemes",
"(",
"v",
"[",
"]",
"*",
"AnalysisSchemeStatus",
")",
"*",
"DescribeAnalysisSchemesOutput",
"{",
"s",
".",
"AnalysisSchemes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAnalysisSchemes sets the AnalysisSchemes field's value.
|
[
"SetAnalysisSchemes",
"sets",
"the",
"AnalysisSchemes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L3632-L3635
|
2,420 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetExpressionNames
|
func (s *DescribeExpressionsInput) SetExpressionNames(v []*string) *DescribeExpressionsInput {
s.ExpressionNames = v
return s
}
|
go
|
func (s *DescribeExpressionsInput) SetExpressionNames(v []*string) *DescribeExpressionsInput {
s.ExpressionNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeExpressionsInput",
")",
"SetExpressionNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeExpressionsInput",
"{",
"s",
".",
"ExpressionNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExpressionNames sets the ExpressionNames field's value.
|
[
"SetExpressionNames",
"sets",
"the",
"ExpressionNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L3832-L3835
|
2,421 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetExpressions
|
func (s *DescribeExpressionsOutput) SetExpressions(v []*ExpressionStatus) *DescribeExpressionsOutput {
s.Expressions = v
return s
}
|
go
|
func (s *DescribeExpressionsOutput) SetExpressions(v []*ExpressionStatus) *DescribeExpressionsOutput {
s.Expressions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeExpressionsOutput",
")",
"SetExpressions",
"(",
"v",
"[",
"]",
"*",
"ExpressionStatus",
")",
"*",
"DescribeExpressionsOutput",
"{",
"s",
".",
"Expressions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExpressions sets the Expressions field's value.
|
[
"SetExpressions",
"sets",
"the",
"Expressions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L3859-L3862
|
2,422 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetIndexFields
|
func (s *DescribeIndexFieldsOutput) SetIndexFields(v []*IndexFieldStatus) *DescribeIndexFieldsOutput {
s.IndexFields = v
return s
}
|
go
|
func (s *DescribeIndexFieldsOutput) SetIndexFields(v []*IndexFieldStatus) *DescribeIndexFieldsOutput {
s.IndexFields = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeIndexFieldsOutput",
")",
"SetIndexFields",
"(",
"v",
"[",
"]",
"*",
"IndexFieldStatus",
")",
"*",
"DescribeIndexFieldsOutput",
"{",
"s",
".",
"IndexFields",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIndexFields sets the IndexFields field's value.
|
[
"SetIndexFields",
"sets",
"the",
"IndexFields",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L3952-L3955
|
2,423 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSuggesterNames
|
func (s *DescribeSuggestersInput) SetSuggesterNames(v []*string) *DescribeSuggestersInput {
s.SuggesterNames = v
return s
}
|
go
|
func (s *DescribeSuggestersInput) SetSuggesterNames(v []*string) *DescribeSuggestersInput {
s.SuggesterNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeSuggestersInput",
")",
"SetSuggesterNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeSuggestersInput",
"{",
"s",
".",
"SuggesterNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSuggesterNames sets the SuggesterNames field's value.
|
[
"SetSuggesterNames",
"sets",
"the",
"SuggesterNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4171-L4174
|
2,424 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSuggesters
|
func (s *DescribeSuggestersOutput) SetSuggesters(v []*SuggesterStatus) *DescribeSuggestersOutput {
s.Suggesters = v
return s
}
|
go
|
func (s *DescribeSuggestersOutput) SetSuggesters(v []*SuggesterStatus) *DescribeSuggestersOutput {
s.Suggesters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeSuggestersOutput",
")",
"SetSuggesters",
"(",
"v",
"[",
"]",
"*",
"SuggesterStatus",
")",
"*",
"DescribeSuggestersOutput",
"{",
"s",
".",
"Suggesters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSuggesters sets the Suggesters field's value.
|
[
"SetSuggesters",
"sets",
"the",
"Suggesters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4197-L4200
|
2,425 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetFuzzyMatching
|
func (s *DocumentSuggesterOptions) SetFuzzyMatching(v string) *DocumentSuggesterOptions {
s.FuzzyMatching = &v
return s
}
|
go
|
func (s *DocumentSuggesterOptions) SetFuzzyMatching(v string) *DocumentSuggesterOptions {
s.FuzzyMatching = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DocumentSuggesterOptions",
")",
"SetFuzzyMatching",
"(",
"v",
"string",
")",
"*",
"DocumentSuggesterOptions",
"{",
"s",
".",
"FuzzyMatching",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFuzzyMatching sets the FuzzyMatching field's value.
|
[
"SetFuzzyMatching",
"sets",
"the",
"FuzzyMatching",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4255-L4258
|
2,426 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDocService
|
func (s *DomainStatus) SetDocService(v *ServiceEndpoint) *DomainStatus {
s.DocService = v
return s
}
|
go
|
func (s *DomainStatus) SetDocService(v *ServiceEndpoint) *DomainStatus {
s.DocService = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetDocService",
"(",
"v",
"*",
"ServiceEndpoint",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"DocService",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDocService sets the DocService field's value.
|
[
"SetDocService",
"sets",
"the",
"DocService",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4362-L4365
|
2,427 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetRequiresIndexDocuments
|
func (s *DomainStatus) SetRequiresIndexDocuments(v bool) *DomainStatus {
s.RequiresIndexDocuments = &v
return s
}
|
go
|
func (s *DomainStatus) SetRequiresIndexDocuments(v bool) *DomainStatus {
s.RequiresIndexDocuments = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetRequiresIndexDocuments",
"(",
"v",
"bool",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"RequiresIndexDocuments",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRequiresIndexDocuments sets the RequiresIndexDocuments field's value.
|
[
"SetRequiresIndexDocuments",
"sets",
"the",
"RequiresIndexDocuments",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4392-L4395
|
2,428 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSearchInstanceCount
|
func (s *DomainStatus) SetSearchInstanceCount(v int64) *DomainStatus {
s.SearchInstanceCount = &v
return s
}
|
go
|
func (s *DomainStatus) SetSearchInstanceCount(v int64) *DomainStatus {
s.SearchInstanceCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetSearchInstanceCount",
"(",
"v",
"int64",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"SearchInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSearchInstanceCount sets the SearchInstanceCount field's value.
|
[
"SetSearchInstanceCount",
"sets",
"the",
"SearchInstanceCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4398-L4401
|
2,429 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSearchInstanceType
|
func (s *DomainStatus) SetSearchInstanceType(v string) *DomainStatus {
s.SearchInstanceType = &v
return s
}
|
go
|
func (s *DomainStatus) SetSearchInstanceType(v string) *DomainStatus {
s.SearchInstanceType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetSearchInstanceType",
"(",
"v",
"string",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"SearchInstanceType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSearchInstanceType sets the SearchInstanceType field's value.
|
[
"SetSearchInstanceType",
"sets",
"the",
"SearchInstanceType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4404-L4407
|
2,430 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSearchPartitionCount
|
func (s *DomainStatus) SetSearchPartitionCount(v int64) *DomainStatus {
s.SearchPartitionCount = &v
return s
}
|
go
|
func (s *DomainStatus) SetSearchPartitionCount(v int64) *DomainStatus {
s.SearchPartitionCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetSearchPartitionCount",
"(",
"v",
"int64",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"SearchPartitionCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSearchPartitionCount sets the SearchPartitionCount field's value.
|
[
"SetSearchPartitionCount",
"sets",
"the",
"SearchPartitionCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4410-L4413
|
2,431 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetSearchService
|
func (s *DomainStatus) SetSearchService(v *ServiceEndpoint) *DomainStatus {
s.SearchService = v
return s
}
|
go
|
func (s *DomainStatus) SetSearchService(v *ServiceEndpoint) *DomainStatus {
s.SearchService = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DomainStatus",
")",
"SetSearchService",
"(",
"v",
"*",
"ServiceEndpoint",
")",
"*",
"DomainStatus",
"{",
"s",
".",
"SearchService",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSearchService sets the SearchService field's value.
|
[
"SetSearchService",
"sets",
"the",
"SearchService",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4416-L4419
|
2,432 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetExpressionValue
|
func (s *Expression) SetExpressionValue(v string) *Expression {
s.ExpressionValue = &v
return s
}
|
go
|
func (s *Expression) SetExpressionValue(v string) *Expression {
s.ExpressionValue = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Expression",
")",
"SetExpressionValue",
"(",
"v",
"string",
")",
"*",
"Expression",
"{",
"s",
".",
"ExpressionValue",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExpressionValue sets the ExpressionValue field's value.
|
[
"SetExpressionValue",
"sets",
"the",
"ExpressionValue",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4628-L4631
|
2,433 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDateArrayOptions
|
func (s *IndexField) SetDateArrayOptions(v *DateArrayOptions) *IndexField {
s.DateArrayOptions = v
return s
}
|
go
|
func (s *IndexField) SetDateArrayOptions(v *DateArrayOptions) *IndexField {
s.DateArrayOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetDateArrayOptions",
"(",
"v",
"*",
"DateArrayOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"DateArrayOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDateArrayOptions sets the DateArrayOptions field's value.
|
[
"SetDateArrayOptions",
"sets",
"the",
"DateArrayOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4885-L4888
|
2,434 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDateOptions
|
func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField {
s.DateOptions = v
return s
}
|
go
|
func (s *IndexField) SetDateOptions(v *DateOptions) *IndexField {
s.DateOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetDateOptions",
"(",
"v",
"*",
"DateOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"DateOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDateOptions sets the DateOptions field's value.
|
[
"SetDateOptions",
"sets",
"the",
"DateOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4891-L4894
|
2,435 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDoubleArrayOptions
|
func (s *IndexField) SetDoubleArrayOptions(v *DoubleArrayOptions) *IndexField {
s.DoubleArrayOptions = v
return s
}
|
go
|
func (s *IndexField) SetDoubleArrayOptions(v *DoubleArrayOptions) *IndexField {
s.DoubleArrayOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetDoubleArrayOptions",
"(",
"v",
"*",
"DoubleArrayOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"DoubleArrayOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDoubleArrayOptions sets the DoubleArrayOptions field's value.
|
[
"SetDoubleArrayOptions",
"sets",
"the",
"DoubleArrayOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4897-L4900
|
2,436 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDoubleOptions
|
func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField {
s.DoubleOptions = v
return s
}
|
go
|
func (s *IndexField) SetDoubleOptions(v *DoubleOptions) *IndexField {
s.DoubleOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetDoubleOptions",
"(",
"v",
"*",
"DoubleOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"DoubleOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDoubleOptions sets the DoubleOptions field's value.
|
[
"SetDoubleOptions",
"sets",
"the",
"DoubleOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4903-L4906
|
2,437 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetIndexFieldType
|
func (s *IndexField) SetIndexFieldType(v string) *IndexField {
s.IndexFieldType = &v
return s
}
|
go
|
func (s *IndexField) SetIndexFieldType(v string) *IndexField {
s.IndexFieldType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetIndexFieldType",
"(",
"v",
"string",
")",
"*",
"IndexField",
"{",
"s",
".",
"IndexFieldType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIndexFieldType sets the IndexFieldType field's value.
|
[
"SetIndexFieldType",
"sets",
"the",
"IndexFieldType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4915-L4918
|
2,438 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetIntArrayOptions
|
func (s *IndexField) SetIntArrayOptions(v *IntArrayOptions) *IndexField {
s.IntArrayOptions = v
return s
}
|
go
|
func (s *IndexField) SetIntArrayOptions(v *IntArrayOptions) *IndexField {
s.IntArrayOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetIntArrayOptions",
"(",
"v",
"*",
"IntArrayOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"IntArrayOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIntArrayOptions sets the IntArrayOptions field's value.
|
[
"SetIntArrayOptions",
"sets",
"the",
"IntArrayOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4921-L4924
|
2,439 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetIntOptions
|
func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField {
s.IntOptions = v
return s
}
|
go
|
func (s *IndexField) SetIntOptions(v *IntOptions) *IndexField {
s.IntOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetIntOptions",
"(",
"v",
"*",
"IntOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"IntOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIntOptions sets the IntOptions field's value.
|
[
"SetIntOptions",
"sets",
"the",
"IntOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4927-L4930
|
2,440 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetLatLonOptions
|
func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField {
s.LatLonOptions = v
return s
}
|
go
|
func (s *IndexField) SetLatLonOptions(v *LatLonOptions) *IndexField {
s.LatLonOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetLatLonOptions",
"(",
"v",
"*",
"LatLonOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"LatLonOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLatLonOptions sets the LatLonOptions field's value.
|
[
"SetLatLonOptions",
"sets",
"the",
"LatLonOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4933-L4936
|
2,441 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetLiteralArrayOptions
|
func (s *IndexField) SetLiteralArrayOptions(v *LiteralArrayOptions) *IndexField {
s.LiteralArrayOptions = v
return s
}
|
go
|
func (s *IndexField) SetLiteralArrayOptions(v *LiteralArrayOptions) *IndexField {
s.LiteralArrayOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetLiteralArrayOptions",
"(",
"v",
"*",
"LiteralArrayOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"LiteralArrayOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLiteralArrayOptions sets the LiteralArrayOptions field's value.
|
[
"SetLiteralArrayOptions",
"sets",
"the",
"LiteralArrayOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4939-L4942
|
2,442 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetLiteralOptions
|
func (s *IndexField) SetLiteralOptions(v *LiteralOptions) *IndexField {
s.LiteralOptions = v
return s
}
|
go
|
func (s *IndexField) SetLiteralOptions(v *LiteralOptions) *IndexField {
s.LiteralOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetLiteralOptions",
"(",
"v",
"*",
"LiteralOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"LiteralOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLiteralOptions sets the LiteralOptions field's value.
|
[
"SetLiteralOptions",
"sets",
"the",
"LiteralOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4945-L4948
|
2,443 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetTextArrayOptions
|
func (s *IndexField) SetTextArrayOptions(v *TextArrayOptions) *IndexField {
s.TextArrayOptions = v
return s
}
|
go
|
func (s *IndexField) SetTextArrayOptions(v *TextArrayOptions) *IndexField {
s.TextArrayOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetTextArrayOptions",
"(",
"v",
"*",
"TextArrayOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"TextArrayOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTextArrayOptions sets the TextArrayOptions field's value.
|
[
"SetTextArrayOptions",
"sets",
"the",
"TextArrayOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4951-L4954
|
2,444 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetTextOptions
|
func (s *IndexField) SetTextOptions(v *TextOptions) *IndexField {
s.TextOptions = v
return s
}
|
go
|
func (s *IndexField) SetTextOptions(v *TextOptions) *IndexField {
s.TextOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"IndexField",
")",
"SetTextOptions",
"(",
"v",
"*",
"TextOptions",
")",
"*",
"IndexField",
"{",
"s",
".",
"TextOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTextOptions sets the TextOptions field's value.
|
[
"SetTextOptions",
"sets",
"the",
"TextOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L4957-L4960
|
2,445 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetMaximumPartitionCount
|
func (s *Limits) SetMaximumPartitionCount(v int64) *Limits {
s.MaximumPartitionCount = &v
return s
}
|
go
|
func (s *Limits) SetMaximumPartitionCount(v int64) *Limits {
s.MaximumPartitionCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Limits",
")",
"SetMaximumPartitionCount",
"(",
"v",
"int64",
")",
"*",
"Limits",
"{",
"s",
".",
"MaximumPartitionCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMaximumPartitionCount sets the MaximumPartitionCount field's value.
|
[
"SetMaximumPartitionCount",
"sets",
"the",
"MaximumPartitionCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5265-L5268
|
2,446 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetMaximumReplicationCount
|
func (s *Limits) SetMaximumReplicationCount(v int64) *Limits {
s.MaximumReplicationCount = &v
return s
}
|
go
|
func (s *Limits) SetMaximumReplicationCount(v int64) *Limits {
s.MaximumReplicationCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Limits",
")",
"SetMaximumReplicationCount",
"(",
"v",
"int64",
")",
"*",
"Limits",
"{",
"s",
".",
"MaximumReplicationCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMaximumReplicationCount sets the MaximumReplicationCount field's value.
|
[
"SetMaximumReplicationCount",
"sets",
"the",
"MaximumReplicationCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5271-L5274
|
2,447 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDesiredInstanceType
|
func (s *ScalingParameters) SetDesiredInstanceType(v string) *ScalingParameters {
s.DesiredInstanceType = &v
return s
}
|
go
|
func (s *ScalingParameters) SetDesiredInstanceType(v string) *ScalingParameters {
s.DesiredInstanceType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ScalingParameters",
")",
"SetDesiredInstanceType",
"(",
"v",
"string",
")",
"*",
"ScalingParameters",
"{",
"s",
".",
"DesiredInstanceType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDesiredInstanceType sets the DesiredInstanceType field's value.
|
[
"SetDesiredInstanceType",
"sets",
"the",
"DesiredInstanceType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5575-L5578
|
2,448 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDesiredPartitionCount
|
func (s *ScalingParameters) SetDesiredPartitionCount(v int64) *ScalingParameters {
s.DesiredPartitionCount = &v
return s
}
|
go
|
func (s *ScalingParameters) SetDesiredPartitionCount(v int64) *ScalingParameters {
s.DesiredPartitionCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ScalingParameters",
")",
"SetDesiredPartitionCount",
"(",
"v",
"int64",
")",
"*",
"ScalingParameters",
"{",
"s",
".",
"DesiredPartitionCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDesiredPartitionCount sets the DesiredPartitionCount field's value.
|
[
"SetDesiredPartitionCount",
"sets",
"the",
"DesiredPartitionCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5581-L5584
|
2,449 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDesiredReplicationCount
|
func (s *ScalingParameters) SetDesiredReplicationCount(v int64) *ScalingParameters {
s.DesiredReplicationCount = &v
return s
}
|
go
|
func (s *ScalingParameters) SetDesiredReplicationCount(v int64) *ScalingParameters {
s.DesiredReplicationCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ScalingParameters",
")",
"SetDesiredReplicationCount",
"(",
"v",
"int64",
")",
"*",
"ScalingParameters",
"{",
"s",
".",
"DesiredReplicationCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDesiredReplicationCount sets the DesiredReplicationCount field's value.
|
[
"SetDesiredReplicationCount",
"sets",
"the",
"DesiredReplicationCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5587-L5590
|
2,450 |
aws/aws-sdk-go
|
service/cloudsearch/api.go
|
SetDocumentSuggesterOptions
|
func (s *Suggester) SetDocumentSuggesterOptions(v *DocumentSuggesterOptions) *Suggester {
s.DocumentSuggesterOptions = v
return s
}
|
go
|
func (s *Suggester) SetDocumentSuggesterOptions(v *DocumentSuggesterOptions) *Suggester {
s.DocumentSuggesterOptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Suggester",
")",
"SetDocumentSuggesterOptions",
"(",
"v",
"*",
"DocumentSuggesterOptions",
")",
"*",
"Suggester",
"{",
"s",
".",
"DocumentSuggesterOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDocumentSuggesterOptions sets the DocumentSuggesterOptions field's value.
|
[
"SetDocumentSuggesterOptions",
"sets",
"the",
"DocumentSuggesterOptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cloudsearch/api.go#L5707-L5710
|
2,451 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetResponseMessage
|
func (s *DeleteReportDefinitionOutput) SetResponseMessage(v string) *DeleteReportDefinitionOutput {
s.ResponseMessage = &v
return s
}
|
go
|
func (s *DeleteReportDefinitionOutput) SetResponseMessage(v string) *DeleteReportDefinitionOutput {
s.ResponseMessage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeleteReportDefinitionOutput",
")",
"SetResponseMessage",
"(",
"v",
"string",
")",
"*",
"DeleteReportDefinitionOutput",
"{",
"s",
".",
"ResponseMessage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResponseMessage sets the ResponseMessage field's value.
|
[
"SetResponseMessage",
"sets",
"the",
"ResponseMessage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L368-L371
|
2,452 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetReportDefinitions
|
func (s *DescribeReportDefinitionsOutput) SetReportDefinitions(v []*ReportDefinition) *DescribeReportDefinitionsOutput {
s.ReportDefinitions = v
return s
}
|
go
|
func (s *DescribeReportDefinitionsOutput) SetReportDefinitions(v []*ReportDefinition) *DescribeReportDefinitionsOutput {
s.ReportDefinitions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeReportDefinitionsOutput",
")",
"SetReportDefinitions",
"(",
"v",
"[",
"]",
"*",
"ReportDefinition",
")",
"*",
"DescribeReportDefinitionsOutput",
"{",
"s",
".",
"ReportDefinitions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReportDefinitions sets the ReportDefinitions field's value.
|
[
"SetReportDefinitions",
"sets",
"the",
"ReportDefinitions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L447-L450
|
2,453 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetReportDefinition
|
func (s *PutReportDefinitionInput) SetReportDefinition(v *ReportDefinition) *PutReportDefinitionInput {
s.ReportDefinition = v
return s
}
|
go
|
func (s *PutReportDefinitionInput) SetReportDefinition(v *ReportDefinition) *PutReportDefinitionInput {
s.ReportDefinition = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PutReportDefinitionInput",
")",
"SetReportDefinition",
"(",
"v",
"*",
"ReportDefinition",
")",
"*",
"PutReportDefinitionInput",
"{",
"s",
".",
"ReportDefinition",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReportDefinition sets the ReportDefinition field's value.
|
[
"SetReportDefinition",
"sets",
"the",
"ReportDefinition",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L492-L495
|
2,454 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetAdditionalArtifacts
|
func (s *ReportDefinition) SetAdditionalArtifacts(v []*string) *ReportDefinition {
s.AdditionalArtifacts = v
return s
}
|
go
|
func (s *ReportDefinition) SetAdditionalArtifacts(v []*string) *ReportDefinition {
s.AdditionalArtifacts = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReportDefinition",
")",
"SetAdditionalArtifacts",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ReportDefinition",
"{",
"s",
".",
"AdditionalArtifacts",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAdditionalArtifacts sets the AdditionalArtifacts field's value.
|
[
"SetAdditionalArtifacts",
"sets",
"the",
"AdditionalArtifacts",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L621-L624
|
2,455 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetAdditionalSchemaElements
|
func (s *ReportDefinition) SetAdditionalSchemaElements(v []*string) *ReportDefinition {
s.AdditionalSchemaElements = v
return s
}
|
go
|
func (s *ReportDefinition) SetAdditionalSchemaElements(v []*string) *ReportDefinition {
s.AdditionalSchemaElements = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReportDefinition",
")",
"SetAdditionalSchemaElements",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ReportDefinition",
"{",
"s",
".",
"AdditionalSchemaElements",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAdditionalSchemaElements sets the AdditionalSchemaElements field's value.
|
[
"SetAdditionalSchemaElements",
"sets",
"the",
"AdditionalSchemaElements",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L627-L630
|
2,456 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetRefreshClosedReports
|
func (s *ReportDefinition) SetRefreshClosedReports(v bool) *ReportDefinition {
s.RefreshClosedReports = &v
return s
}
|
go
|
func (s *ReportDefinition) SetRefreshClosedReports(v bool) *ReportDefinition {
s.RefreshClosedReports = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReportDefinition",
")",
"SetRefreshClosedReports",
"(",
"v",
"bool",
")",
"*",
"ReportDefinition",
"{",
"s",
".",
"RefreshClosedReports",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRefreshClosedReports sets the RefreshClosedReports field's value.
|
[
"SetRefreshClosedReports",
"sets",
"the",
"RefreshClosedReports",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L645-L648
|
2,457 |
aws/aws-sdk-go
|
service/costandusagereportservice/api.go
|
SetReportVersioning
|
func (s *ReportDefinition) SetReportVersioning(v string) *ReportDefinition {
s.ReportVersioning = &v
return s
}
|
go
|
func (s *ReportDefinition) SetReportVersioning(v string) *ReportDefinition {
s.ReportVersioning = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReportDefinition",
")",
"SetReportVersioning",
"(",
"v",
"string",
")",
"*",
"ReportDefinition",
"{",
"s",
".",
"ReportVersioning",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReportVersioning sets the ReportVersioning field's value.
|
[
"SetReportVersioning",
"sets",
"the",
"ReportVersioning",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/costandusagereportservice/api.go#L657-L660
|
2,458 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDataTableColumns
|
func (s *CopyCommand) SetDataTableColumns(v string) *CopyCommand {
s.DataTableColumns = &v
return s
}
|
go
|
func (s *CopyCommand) SetDataTableColumns(v string) *CopyCommand {
s.DataTableColumns = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyCommand",
")",
"SetDataTableColumns",
"(",
"v",
"string",
")",
"*",
"CopyCommand",
"{",
"s",
".",
"DataTableColumns",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDataTableColumns sets the DataTableColumns field's value.
|
[
"SetDataTableColumns",
"sets",
"the",
"DataTableColumns",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1469-L1472
|
2,459 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDataTableName
|
func (s *CopyCommand) SetDataTableName(v string) *CopyCommand {
s.DataTableName = &v
return s
}
|
go
|
func (s *CopyCommand) SetDataTableName(v string) *CopyCommand {
s.DataTableName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyCommand",
")",
"SetDataTableName",
"(",
"v",
"string",
")",
"*",
"CopyCommand",
"{",
"s",
".",
"DataTableName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDataTableName sets the DataTableName field's value.
|
[
"SetDataTableName",
"sets",
"the",
"DataTableName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1475-L1478
|
2,460 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetElasticsearchDestinationConfiguration
|
func (s *CreateDeliveryStreamInput) SetElasticsearchDestinationConfiguration(v *ElasticsearchDestinationConfiguration) *CreateDeliveryStreamInput {
s.ElasticsearchDestinationConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetElasticsearchDestinationConfiguration(v *ElasticsearchDestinationConfiguration) *CreateDeliveryStreamInput {
s.ElasticsearchDestinationConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetElasticsearchDestinationConfiguration",
"(",
"v",
"*",
"ElasticsearchDestinationConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"ElasticsearchDestinationConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetElasticsearchDestinationConfiguration sets the ElasticsearchDestinationConfiguration field's value.
|
[
"SetElasticsearchDestinationConfiguration",
"sets",
"the",
"ElasticsearchDestinationConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1614-L1617
|
2,461 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetExtendedS3DestinationConfiguration
|
func (s *CreateDeliveryStreamInput) SetExtendedS3DestinationConfiguration(v *ExtendedS3DestinationConfiguration) *CreateDeliveryStreamInput {
s.ExtendedS3DestinationConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetExtendedS3DestinationConfiguration(v *ExtendedS3DestinationConfiguration) *CreateDeliveryStreamInput {
s.ExtendedS3DestinationConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetExtendedS3DestinationConfiguration",
"(",
"v",
"*",
"ExtendedS3DestinationConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"ExtendedS3DestinationConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExtendedS3DestinationConfiguration sets the ExtendedS3DestinationConfiguration field's value.
|
[
"SetExtendedS3DestinationConfiguration",
"sets",
"the",
"ExtendedS3DestinationConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1620-L1623
|
2,462 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetKinesisStreamSourceConfiguration
|
func (s *CreateDeliveryStreamInput) SetKinesisStreamSourceConfiguration(v *KinesisStreamSourceConfiguration) *CreateDeliveryStreamInput {
s.KinesisStreamSourceConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetKinesisStreamSourceConfiguration(v *KinesisStreamSourceConfiguration) *CreateDeliveryStreamInput {
s.KinesisStreamSourceConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetKinesisStreamSourceConfiguration",
"(",
"v",
"*",
"KinesisStreamSourceConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"KinesisStreamSourceConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKinesisStreamSourceConfiguration sets the KinesisStreamSourceConfiguration field's value.
|
[
"SetKinesisStreamSourceConfiguration",
"sets",
"the",
"KinesisStreamSourceConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1626-L1629
|
2,463 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetRedshiftDestinationConfiguration
|
func (s *CreateDeliveryStreamInput) SetRedshiftDestinationConfiguration(v *RedshiftDestinationConfiguration) *CreateDeliveryStreamInput {
s.RedshiftDestinationConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetRedshiftDestinationConfiguration(v *RedshiftDestinationConfiguration) *CreateDeliveryStreamInput {
s.RedshiftDestinationConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetRedshiftDestinationConfiguration",
"(",
"v",
"*",
"RedshiftDestinationConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"RedshiftDestinationConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRedshiftDestinationConfiguration sets the RedshiftDestinationConfiguration field's value.
|
[
"SetRedshiftDestinationConfiguration",
"sets",
"the",
"RedshiftDestinationConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1632-L1635
|
2,464 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetS3DestinationConfiguration
|
func (s *CreateDeliveryStreamInput) SetS3DestinationConfiguration(v *S3DestinationConfiguration) *CreateDeliveryStreamInput {
s.S3DestinationConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetS3DestinationConfiguration(v *S3DestinationConfiguration) *CreateDeliveryStreamInput {
s.S3DestinationConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetS3DestinationConfiguration",
"(",
"v",
"*",
"S3DestinationConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"S3DestinationConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetS3DestinationConfiguration sets the S3DestinationConfiguration field's value.
|
[
"SetS3DestinationConfiguration",
"sets",
"the",
"S3DestinationConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1638-L1641
|
2,465 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetSplunkDestinationConfiguration
|
func (s *CreateDeliveryStreamInput) SetSplunkDestinationConfiguration(v *SplunkDestinationConfiguration) *CreateDeliveryStreamInput {
s.SplunkDestinationConfiguration = v
return s
}
|
go
|
func (s *CreateDeliveryStreamInput) SetSplunkDestinationConfiguration(v *SplunkDestinationConfiguration) *CreateDeliveryStreamInput {
s.SplunkDestinationConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CreateDeliveryStreamInput",
")",
"SetSplunkDestinationConfiguration",
"(",
"v",
"*",
"SplunkDestinationConfiguration",
")",
"*",
"CreateDeliveryStreamInput",
"{",
"s",
".",
"SplunkDestinationConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSplunkDestinationConfiguration sets the SplunkDestinationConfiguration field's value.
|
[
"SetSplunkDestinationConfiguration",
"sets",
"the",
"SplunkDestinationConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1644-L1647
|
2,466 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetInputFormatConfiguration
|
func (s *DataFormatConversionConfiguration) SetInputFormatConfiguration(v *InputFormatConfiguration) *DataFormatConversionConfiguration {
s.InputFormatConfiguration = v
return s
}
|
go
|
func (s *DataFormatConversionConfiguration) SetInputFormatConfiguration(v *InputFormatConfiguration) *DataFormatConversionConfiguration {
s.InputFormatConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DataFormatConversionConfiguration",
")",
"SetInputFormatConfiguration",
"(",
"v",
"*",
"InputFormatConfiguration",
")",
"*",
"DataFormatConversionConfiguration",
"{",
"s",
".",
"InputFormatConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInputFormatConfiguration sets the InputFormatConfiguration field's value.
|
[
"SetInputFormatConfiguration",
"sets",
"the",
"InputFormatConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1735-L1738
|
2,467 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetOutputFormatConfiguration
|
func (s *DataFormatConversionConfiguration) SetOutputFormatConfiguration(v *OutputFormatConfiguration) *DataFormatConversionConfiguration {
s.OutputFormatConfiguration = v
return s
}
|
go
|
func (s *DataFormatConversionConfiguration) SetOutputFormatConfiguration(v *OutputFormatConfiguration) *DataFormatConversionConfiguration {
s.OutputFormatConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DataFormatConversionConfiguration",
")",
"SetOutputFormatConfiguration",
"(",
"v",
"*",
"OutputFormatConfiguration",
")",
"*",
"DataFormatConversionConfiguration",
"{",
"s",
".",
"OutputFormatConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputFormatConfiguration sets the OutputFormatConfiguration field's value.
|
[
"SetOutputFormatConfiguration",
"sets",
"the",
"OutputFormatConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1741-L1744
|
2,468 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetSchemaConfiguration
|
func (s *DataFormatConversionConfiguration) SetSchemaConfiguration(v *SchemaConfiguration) *DataFormatConversionConfiguration {
s.SchemaConfiguration = v
return s
}
|
go
|
func (s *DataFormatConversionConfiguration) SetSchemaConfiguration(v *SchemaConfiguration) *DataFormatConversionConfiguration {
s.SchemaConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DataFormatConversionConfiguration",
")",
"SetSchemaConfiguration",
"(",
"v",
"*",
"SchemaConfiguration",
")",
"*",
"DataFormatConversionConfiguration",
"{",
"s",
".",
"SchemaConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSchemaConfiguration sets the SchemaConfiguration field's value.
|
[
"SetSchemaConfiguration",
"sets",
"the",
"SchemaConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1747-L1750
|
2,469 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeliveryStreamEncryptionConfiguration
|
func (s *DeliveryStreamDescription) SetDeliveryStreamEncryptionConfiguration(v *DeliveryStreamEncryptionConfiguration) *DeliveryStreamDescription {
s.DeliveryStreamEncryptionConfiguration = v
return s
}
|
go
|
func (s *DeliveryStreamDescription) SetDeliveryStreamEncryptionConfiguration(v *DeliveryStreamEncryptionConfiguration) *DeliveryStreamDescription {
s.DeliveryStreamEncryptionConfiguration = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeliveryStreamDescription",
")",
"SetDeliveryStreamEncryptionConfiguration",
"(",
"v",
"*",
"DeliveryStreamEncryptionConfiguration",
")",
"*",
"DeliveryStreamDescription",
"{",
"s",
".",
"DeliveryStreamEncryptionConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeliveryStreamEncryptionConfiguration sets the DeliveryStreamEncryptionConfiguration field's value.
|
[
"SetDeliveryStreamEncryptionConfiguration",
"sets",
"the",
"DeliveryStreamEncryptionConfiguration",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1892-L1895
|
2,470 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeliveryStreamStatus
|
func (s *DeliveryStreamDescription) SetDeliveryStreamStatus(v string) *DeliveryStreamDescription {
s.DeliveryStreamStatus = &v
return s
}
|
go
|
func (s *DeliveryStreamDescription) SetDeliveryStreamStatus(v string) *DeliveryStreamDescription {
s.DeliveryStreamStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeliveryStreamDescription",
")",
"SetDeliveryStreamStatus",
"(",
"v",
"string",
")",
"*",
"DeliveryStreamDescription",
"{",
"s",
".",
"DeliveryStreamStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeliveryStreamStatus sets the DeliveryStreamStatus field's value.
|
[
"SetDeliveryStreamStatus",
"sets",
"the",
"DeliveryStreamStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1904-L1907
|
2,471 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetHasMoreDestinations
|
func (s *DeliveryStreamDescription) SetHasMoreDestinations(v bool) *DeliveryStreamDescription {
s.HasMoreDestinations = &v
return s
}
|
go
|
func (s *DeliveryStreamDescription) SetHasMoreDestinations(v bool) *DeliveryStreamDescription {
s.HasMoreDestinations = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeliveryStreamDescription",
")",
"SetHasMoreDestinations",
"(",
"v",
"bool",
")",
"*",
"DeliveryStreamDescription",
"{",
"s",
".",
"HasMoreDestinations",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHasMoreDestinations sets the HasMoreDestinations field's value.
|
[
"SetHasMoreDestinations",
"sets",
"the",
"HasMoreDestinations",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L1922-L1925
|
2,472 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetExclusiveStartDestinationId
|
func (s *DescribeDeliveryStreamInput) SetExclusiveStartDestinationId(v string) *DescribeDeliveryStreamInput {
s.ExclusiveStartDestinationId = &v
return s
}
|
go
|
func (s *DescribeDeliveryStreamInput) SetExclusiveStartDestinationId(v string) *DescribeDeliveryStreamInput {
s.ExclusiveStartDestinationId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeDeliveryStreamInput",
")",
"SetExclusiveStartDestinationId",
"(",
"v",
"string",
")",
"*",
"DescribeDeliveryStreamInput",
"{",
"s",
".",
"ExclusiveStartDestinationId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartDestinationId sets the ExclusiveStartDestinationId field's value.
|
[
"SetExclusiveStartDestinationId",
"sets",
"the",
"ExclusiveStartDestinationId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2026-L2029
|
2,473 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeliveryStreamDescription
|
func (s *DescribeDeliveryStreamOutput) SetDeliveryStreamDescription(v *DeliveryStreamDescription) *DescribeDeliveryStreamOutput {
s.DeliveryStreamDescription = v
return s
}
|
go
|
func (s *DescribeDeliveryStreamOutput) SetDeliveryStreamDescription(v *DeliveryStreamDescription) *DescribeDeliveryStreamOutput {
s.DeliveryStreamDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeDeliveryStreamOutput",
")",
"SetDeliveryStreamDescription",
"(",
"v",
"*",
"DeliveryStreamDescription",
")",
"*",
"DescribeDeliveryStreamOutput",
"{",
"s",
".",
"DeliveryStreamDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeliveryStreamDescription sets the DeliveryStreamDescription field's value.
|
[
"SetDeliveryStreamDescription",
"sets",
"the",
"DeliveryStreamDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2057-L2060
|
2,474 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetHiveJsonSerDe
|
func (s *Deserializer) SetHiveJsonSerDe(v *HiveJsonSerDe) *Deserializer {
s.HiveJsonSerDe = v
return s
}
|
go
|
func (s *Deserializer) SetHiveJsonSerDe(v *HiveJsonSerDe) *Deserializer {
s.HiveJsonSerDe = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Deserializer",
")",
"SetHiveJsonSerDe",
"(",
"v",
"*",
"HiveJsonSerDe",
")",
"*",
"Deserializer",
"{",
"s",
".",
"HiveJsonSerDe",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHiveJsonSerDe sets the HiveJsonSerDe field's value.
|
[
"SetHiveJsonSerDe",
"sets",
"the",
"HiveJsonSerDe",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2096-L2099
|
2,475 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetOpenXJsonSerDe
|
func (s *Deserializer) SetOpenXJsonSerDe(v *OpenXJsonSerDe) *Deserializer {
s.OpenXJsonSerDe = v
return s
}
|
go
|
func (s *Deserializer) SetOpenXJsonSerDe(v *OpenXJsonSerDe) *Deserializer {
s.OpenXJsonSerDe = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Deserializer",
")",
"SetOpenXJsonSerDe",
"(",
"v",
"*",
"OpenXJsonSerDe",
")",
"*",
"Deserializer",
"{",
"s",
".",
"OpenXJsonSerDe",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOpenXJsonSerDe sets the OpenXJsonSerDe field's value.
|
[
"SetOpenXJsonSerDe",
"sets",
"the",
"OpenXJsonSerDe",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2102-L2105
|
2,476 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetElasticsearchDestinationDescription
|
func (s *DestinationDescription) SetElasticsearchDestinationDescription(v *ElasticsearchDestinationDescription) *DestinationDescription {
s.ElasticsearchDestinationDescription = v
return s
}
|
go
|
func (s *DestinationDescription) SetElasticsearchDestinationDescription(v *ElasticsearchDestinationDescription) *DestinationDescription {
s.ElasticsearchDestinationDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DestinationDescription",
")",
"SetElasticsearchDestinationDescription",
"(",
"v",
"*",
"ElasticsearchDestinationDescription",
")",
"*",
"DestinationDescription",
"{",
"s",
".",
"ElasticsearchDestinationDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetElasticsearchDestinationDescription sets the ElasticsearchDestinationDescription field's value.
|
[
"SetElasticsearchDestinationDescription",
"sets",
"the",
"ElasticsearchDestinationDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2149-L2152
|
2,477 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetExtendedS3DestinationDescription
|
func (s *DestinationDescription) SetExtendedS3DestinationDescription(v *ExtendedS3DestinationDescription) *DestinationDescription {
s.ExtendedS3DestinationDescription = v
return s
}
|
go
|
func (s *DestinationDescription) SetExtendedS3DestinationDescription(v *ExtendedS3DestinationDescription) *DestinationDescription {
s.ExtendedS3DestinationDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DestinationDescription",
")",
"SetExtendedS3DestinationDescription",
"(",
"v",
"*",
"ExtendedS3DestinationDescription",
")",
"*",
"DestinationDescription",
"{",
"s",
".",
"ExtendedS3DestinationDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExtendedS3DestinationDescription sets the ExtendedS3DestinationDescription field's value.
|
[
"SetExtendedS3DestinationDescription",
"sets",
"the",
"ExtendedS3DestinationDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2155-L2158
|
2,478 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetRedshiftDestinationDescription
|
func (s *DestinationDescription) SetRedshiftDestinationDescription(v *RedshiftDestinationDescription) *DestinationDescription {
s.RedshiftDestinationDescription = v
return s
}
|
go
|
func (s *DestinationDescription) SetRedshiftDestinationDescription(v *RedshiftDestinationDescription) *DestinationDescription {
s.RedshiftDestinationDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DestinationDescription",
")",
"SetRedshiftDestinationDescription",
"(",
"v",
"*",
"RedshiftDestinationDescription",
")",
"*",
"DestinationDescription",
"{",
"s",
".",
"RedshiftDestinationDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRedshiftDestinationDescription sets the RedshiftDestinationDescription field's value.
|
[
"SetRedshiftDestinationDescription",
"sets",
"the",
"RedshiftDestinationDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2161-L2164
|
2,479 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetSplunkDestinationDescription
|
func (s *DestinationDescription) SetSplunkDestinationDescription(v *SplunkDestinationDescription) *DestinationDescription {
s.SplunkDestinationDescription = v
return s
}
|
go
|
func (s *DestinationDescription) SetSplunkDestinationDescription(v *SplunkDestinationDescription) *DestinationDescription {
s.SplunkDestinationDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DestinationDescription",
")",
"SetSplunkDestinationDescription",
"(",
"v",
"*",
"SplunkDestinationDescription",
")",
"*",
"DestinationDescription",
"{",
"s",
".",
"SplunkDestinationDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSplunkDestinationDescription sets the SplunkDestinationDescription field's value.
|
[
"SetSplunkDestinationDescription",
"sets",
"the",
"SplunkDestinationDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2173-L2176
|
2,480 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetKMSEncryptionConfig
|
func (s *EncryptionConfiguration) SetKMSEncryptionConfig(v *KMSEncryptionConfig) *EncryptionConfiguration {
s.KMSEncryptionConfig = v
return s
}
|
go
|
func (s *EncryptionConfiguration) SetKMSEncryptionConfig(v *KMSEncryptionConfig) *EncryptionConfiguration {
s.KMSEncryptionConfig = v
return s
}
|
[
"func",
"(",
"s",
"*",
"EncryptionConfiguration",
")",
"SetKMSEncryptionConfig",
"(",
"v",
"*",
"KMSEncryptionConfig",
")",
"*",
"EncryptionConfiguration",
"{",
"s",
".",
"KMSEncryptionConfig",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKMSEncryptionConfig sets the KMSEncryptionConfig field's value.
|
[
"SetKMSEncryptionConfig",
"sets",
"the",
"KMSEncryptionConfig",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2771-L2774
|
2,481 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetNoEncryptionConfig
|
func (s *EncryptionConfiguration) SetNoEncryptionConfig(v string) *EncryptionConfiguration {
s.NoEncryptionConfig = &v
return s
}
|
go
|
func (s *EncryptionConfiguration) SetNoEncryptionConfig(v string) *EncryptionConfiguration {
s.NoEncryptionConfig = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"EncryptionConfiguration",
")",
"SetNoEncryptionConfig",
"(",
"v",
"string",
")",
"*",
"EncryptionConfiguration",
"{",
"s",
".",
"NoEncryptionConfig",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNoEncryptionConfig sets the NoEncryptionConfig field's value.
|
[
"SetNoEncryptionConfig",
"sets",
"the",
"NoEncryptionConfig",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L2777-L2780
|
2,482 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetTimestampFormats
|
func (s *HiveJsonSerDe) SetTimestampFormats(v []*string) *HiveJsonSerDe {
s.TimestampFormats = v
return s
}
|
go
|
func (s *HiveJsonSerDe) SetTimestampFormats(v []*string) *HiveJsonSerDe {
s.TimestampFormats = v
return s
}
|
[
"func",
"(",
"s",
"*",
"HiveJsonSerDe",
")",
"SetTimestampFormats",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"HiveJsonSerDe",
"{",
"s",
".",
"TimestampFormats",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimestampFormats sets the TimestampFormats field's value.
|
[
"SetTimestampFormats",
"sets",
"the",
"TimestampFormats",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3315-L3318
|
2,483 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeserializer
|
func (s *InputFormatConfiguration) SetDeserializer(v *Deserializer) *InputFormatConfiguration {
s.Deserializer = v
return s
}
|
go
|
func (s *InputFormatConfiguration) SetDeserializer(v *Deserializer) *InputFormatConfiguration {
s.Deserializer = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InputFormatConfiguration",
")",
"SetDeserializer",
"(",
"v",
"*",
"Deserializer",
")",
"*",
"InputFormatConfiguration",
"{",
"s",
".",
"Deserializer",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeserializer sets the Deserializer field's value.
|
[
"SetDeserializer",
"sets",
"the",
"Deserializer",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3342-L3345
|
2,484 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeliveryStartTimestamp
|
func (s *KinesisStreamSourceDescription) SetDeliveryStartTimestamp(v time.Time) *KinesisStreamSourceDescription {
s.DeliveryStartTimestamp = &v
return s
}
|
go
|
func (s *KinesisStreamSourceDescription) SetDeliveryStartTimestamp(v time.Time) *KinesisStreamSourceDescription {
s.DeliveryStartTimestamp = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"KinesisStreamSourceDescription",
")",
"SetDeliveryStartTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"KinesisStreamSourceDescription",
"{",
"s",
".",
"DeliveryStartTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeliveryStartTimestamp sets the DeliveryStartTimestamp field's value.
|
[
"SetDeliveryStartTimestamp",
"sets",
"the",
"DeliveryStartTimestamp",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3483-L3486
|
2,485 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetExclusiveStartDeliveryStreamName
|
func (s *ListDeliveryStreamsInput) SetExclusiveStartDeliveryStreamName(v string) *ListDeliveryStreamsInput {
s.ExclusiveStartDeliveryStreamName = &v
return s
}
|
go
|
func (s *ListDeliveryStreamsInput) SetExclusiveStartDeliveryStreamName(v string) *ListDeliveryStreamsInput {
s.ExclusiveStartDeliveryStreamName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeliveryStreamsInput",
")",
"SetExclusiveStartDeliveryStreamName",
"(",
"v",
"string",
")",
"*",
"ListDeliveryStreamsInput",
"{",
"s",
".",
"ExclusiveStartDeliveryStreamName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartDeliveryStreamName sets the ExclusiveStartDeliveryStreamName field's value.
|
[
"SetExclusiveStartDeliveryStreamName",
"sets",
"the",
"ExclusiveStartDeliveryStreamName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3556-L3559
|
2,486 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDeliveryStreamNames
|
func (s *ListDeliveryStreamsOutput) SetDeliveryStreamNames(v []*string) *ListDeliveryStreamsOutput {
s.DeliveryStreamNames = v
return s
}
|
go
|
func (s *ListDeliveryStreamsOutput) SetDeliveryStreamNames(v []*string) *ListDeliveryStreamsOutput {
s.DeliveryStreamNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeliveryStreamsOutput",
")",
"SetDeliveryStreamNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListDeliveryStreamsOutput",
"{",
"s",
".",
"DeliveryStreamNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeliveryStreamNames sets the DeliveryStreamNames field's value.
|
[
"SetDeliveryStreamNames",
"sets",
"the",
"DeliveryStreamNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3592-L3595
|
2,487 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetHasMoreDeliveryStreams
|
func (s *ListDeliveryStreamsOutput) SetHasMoreDeliveryStreams(v bool) *ListDeliveryStreamsOutput {
s.HasMoreDeliveryStreams = &v
return s
}
|
go
|
func (s *ListDeliveryStreamsOutput) SetHasMoreDeliveryStreams(v bool) *ListDeliveryStreamsOutput {
s.HasMoreDeliveryStreams = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeliveryStreamsOutput",
")",
"SetHasMoreDeliveryStreams",
"(",
"v",
"bool",
")",
"*",
"ListDeliveryStreamsOutput",
"{",
"s",
".",
"HasMoreDeliveryStreams",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHasMoreDeliveryStreams sets the HasMoreDeliveryStreams field's value.
|
[
"SetHasMoreDeliveryStreams",
"sets",
"the",
"HasMoreDeliveryStreams",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3598-L3601
|
2,488 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetCaseInsensitive
|
func (s *OpenXJsonSerDe) SetCaseInsensitive(v bool) *OpenXJsonSerDe {
s.CaseInsensitive = &v
return s
}
|
go
|
func (s *OpenXJsonSerDe) SetCaseInsensitive(v bool) *OpenXJsonSerDe {
s.CaseInsensitive = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OpenXJsonSerDe",
")",
"SetCaseInsensitive",
"(",
"v",
"bool",
")",
"*",
"OpenXJsonSerDe",
"{",
"s",
".",
"CaseInsensitive",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCaseInsensitive sets the CaseInsensitive field's value.
|
[
"SetCaseInsensitive",
"sets",
"the",
"CaseInsensitive",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3750-L3753
|
2,489 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetColumnToJsonKeyMappings
|
func (s *OpenXJsonSerDe) SetColumnToJsonKeyMappings(v map[string]*string) *OpenXJsonSerDe {
s.ColumnToJsonKeyMappings = v
return s
}
|
go
|
func (s *OpenXJsonSerDe) SetColumnToJsonKeyMappings(v map[string]*string) *OpenXJsonSerDe {
s.ColumnToJsonKeyMappings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OpenXJsonSerDe",
")",
"SetColumnToJsonKeyMappings",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"OpenXJsonSerDe",
"{",
"s",
".",
"ColumnToJsonKeyMappings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetColumnToJsonKeyMappings sets the ColumnToJsonKeyMappings field's value.
|
[
"SetColumnToJsonKeyMappings",
"sets",
"the",
"ColumnToJsonKeyMappings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3756-L3759
|
2,490 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetConvertDotsInJsonKeysToUnderscores
|
func (s *OpenXJsonSerDe) SetConvertDotsInJsonKeysToUnderscores(v bool) *OpenXJsonSerDe {
s.ConvertDotsInJsonKeysToUnderscores = &v
return s
}
|
go
|
func (s *OpenXJsonSerDe) SetConvertDotsInJsonKeysToUnderscores(v bool) *OpenXJsonSerDe {
s.ConvertDotsInJsonKeysToUnderscores = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OpenXJsonSerDe",
")",
"SetConvertDotsInJsonKeysToUnderscores",
"(",
"v",
"bool",
")",
"*",
"OpenXJsonSerDe",
"{",
"s",
".",
"ConvertDotsInJsonKeysToUnderscores",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetConvertDotsInJsonKeysToUnderscores sets the ConvertDotsInJsonKeysToUnderscores field's value.
|
[
"SetConvertDotsInJsonKeysToUnderscores",
"sets",
"the",
"ConvertDotsInJsonKeysToUnderscores",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3762-L3765
|
2,491 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetBloomFilterColumns
|
func (s *OrcSerDe) SetBloomFilterColumns(v []*string) *OrcSerDe {
s.BloomFilterColumns = v
return s
}
|
go
|
func (s *OrcSerDe) SetBloomFilterColumns(v []*string) *OrcSerDe {
s.BloomFilterColumns = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetBloomFilterColumns",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"BloomFilterColumns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBloomFilterColumns sets the BloomFilterColumns field's value.
|
[
"SetBloomFilterColumns",
"sets",
"the",
"BloomFilterColumns",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3865-L3868
|
2,492 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetBloomFilterFalsePositiveProbability
|
func (s *OrcSerDe) SetBloomFilterFalsePositiveProbability(v float64) *OrcSerDe {
s.BloomFilterFalsePositiveProbability = &v
return s
}
|
go
|
func (s *OrcSerDe) SetBloomFilterFalsePositiveProbability(v float64) *OrcSerDe {
s.BloomFilterFalsePositiveProbability = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetBloomFilterFalsePositiveProbability",
"(",
"v",
"float64",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"BloomFilterFalsePositiveProbability",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBloomFilterFalsePositiveProbability sets the BloomFilterFalsePositiveProbability field's value.
|
[
"SetBloomFilterFalsePositiveProbability",
"sets",
"the",
"BloomFilterFalsePositiveProbability",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3871-L3874
|
2,493 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetDictionaryKeyThreshold
|
func (s *OrcSerDe) SetDictionaryKeyThreshold(v float64) *OrcSerDe {
s.DictionaryKeyThreshold = &v
return s
}
|
go
|
func (s *OrcSerDe) SetDictionaryKeyThreshold(v float64) *OrcSerDe {
s.DictionaryKeyThreshold = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetDictionaryKeyThreshold",
"(",
"v",
"float64",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"DictionaryKeyThreshold",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDictionaryKeyThreshold sets the DictionaryKeyThreshold field's value.
|
[
"SetDictionaryKeyThreshold",
"sets",
"the",
"DictionaryKeyThreshold",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3883-L3886
|
2,494 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetEnablePadding
|
func (s *OrcSerDe) SetEnablePadding(v bool) *OrcSerDe {
s.EnablePadding = &v
return s
}
|
go
|
func (s *OrcSerDe) SetEnablePadding(v bool) *OrcSerDe {
s.EnablePadding = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetEnablePadding",
"(",
"v",
"bool",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"EnablePadding",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnablePadding sets the EnablePadding field's value.
|
[
"SetEnablePadding",
"sets",
"the",
"EnablePadding",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3889-L3892
|
2,495 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetPaddingTolerance
|
func (s *OrcSerDe) SetPaddingTolerance(v float64) *OrcSerDe {
s.PaddingTolerance = &v
return s
}
|
go
|
func (s *OrcSerDe) SetPaddingTolerance(v float64) *OrcSerDe {
s.PaddingTolerance = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetPaddingTolerance",
"(",
"v",
"float64",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"PaddingTolerance",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPaddingTolerance sets the PaddingTolerance field's value.
|
[
"SetPaddingTolerance",
"sets",
"the",
"PaddingTolerance",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3901-L3904
|
2,496 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetRowIndexStride
|
func (s *OrcSerDe) SetRowIndexStride(v int64) *OrcSerDe {
s.RowIndexStride = &v
return s
}
|
go
|
func (s *OrcSerDe) SetRowIndexStride(v int64) *OrcSerDe {
s.RowIndexStride = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetRowIndexStride",
"(",
"v",
"int64",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"RowIndexStride",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRowIndexStride sets the RowIndexStride field's value.
|
[
"SetRowIndexStride",
"sets",
"the",
"RowIndexStride",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3907-L3910
|
2,497 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetStripeSizeBytes
|
func (s *OrcSerDe) SetStripeSizeBytes(v int64) *OrcSerDe {
s.StripeSizeBytes = &v
return s
}
|
go
|
func (s *OrcSerDe) SetStripeSizeBytes(v int64) *OrcSerDe {
s.StripeSizeBytes = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OrcSerDe",
")",
"SetStripeSizeBytes",
"(",
"v",
"int64",
")",
"*",
"OrcSerDe",
"{",
"s",
".",
"StripeSizeBytes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStripeSizeBytes sets the StripeSizeBytes field's value.
|
[
"SetStripeSizeBytes",
"sets",
"the",
"StripeSizeBytes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3913-L3916
|
2,498 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetSerializer
|
func (s *OutputFormatConfiguration) SetSerializer(v *Serializer) *OutputFormatConfiguration {
s.Serializer = v
return s
}
|
go
|
func (s *OutputFormatConfiguration) SetSerializer(v *Serializer) *OutputFormatConfiguration {
s.Serializer = v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputFormatConfiguration",
")",
"SetSerializer",
"(",
"v",
"*",
"Serializer",
")",
"*",
"OutputFormatConfiguration",
"{",
"s",
".",
"Serializer",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSerializer sets the Serializer field's value.
|
[
"SetSerializer",
"sets",
"the",
"Serializer",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L3954-L3957
|
2,499 |
aws/aws-sdk-go
|
service/firehose/api.go
|
SetEnableDictionaryCompression
|
func (s *ParquetSerDe) SetEnableDictionaryCompression(v bool) *ParquetSerDe {
s.EnableDictionaryCompression = &v
return s
}
|
go
|
func (s *ParquetSerDe) SetEnableDictionaryCompression(v bool) *ParquetSerDe {
s.EnableDictionaryCompression = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ParquetSerDe",
")",
"SetEnableDictionaryCompression",
"(",
"v",
"bool",
")",
"*",
"ParquetSerDe",
"{",
"s",
".",
"EnableDictionaryCompression",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnableDictionaryCompression sets the EnableDictionaryCompression field's value.
|
[
"SetEnableDictionaryCompression",
"sets",
"the",
"EnableDictionaryCompression",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/firehose/api.go#L4031-L4034
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.