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
sequencelengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
sequencelengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
1,000 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpgradeProcessing | func (s *ElasticsearchDomainStatus) SetUpgradeProcessing(v bool) *ElasticsearchDomainStatus {
s.UpgradeProcessing = &v
return s
} | go | func (s *ElasticsearchDomainStatus) SetUpgradeProcessing(v bool) *ElasticsearchDomainStatus {
s.UpgradeProcessing = &v
return s
} | [
"func",
"(",
"s",
"*",
"ElasticsearchDomainStatus",
")",
"SetUpgradeProcessing",
"(",
"v",
"bool",
")",
"*",
"ElasticsearchDomainStatus",
"{",
"s",
".",
"UpgradeProcessing",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpgradeProcessing sets the UpgradeProcessing field's value. | [
"SetUpgradeProcessing",
"sets",
"the",
"UpgradeProcessing",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4152-L4155 |
1,001 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetCompatibleElasticsearchVersions | func (s *GetCompatibleElasticsearchVersionsOutput) SetCompatibleElasticsearchVersions(v []*CompatibleVersionsMap) *GetCompatibleElasticsearchVersionsOutput {
s.CompatibleElasticsearchVersions = v
return s
} | go | func (s *GetCompatibleElasticsearchVersionsOutput) SetCompatibleElasticsearchVersions(v []*CompatibleVersionsMap) *GetCompatibleElasticsearchVersionsOutput {
s.CompatibleElasticsearchVersions = v
return s
} | [
"func",
"(",
"s",
"*",
"GetCompatibleElasticsearchVersionsOutput",
")",
"SetCompatibleElasticsearchVersions",
"(",
"v",
"[",
"]",
"*",
"CompatibleVersionsMap",
")",
"*",
"GetCompatibleElasticsearchVersionsOutput",
"{",
"s",
".",
"CompatibleElasticsearchVersions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompatibleElasticsearchVersions sets the CompatibleElasticsearchVersions field's value. | [
"SetCompatibleElasticsearchVersions",
"sets",
"the",
"CompatibleElasticsearchVersions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4348-L4351 |
1,002 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpgradeHistories | func (s *GetUpgradeHistoryOutput) SetUpgradeHistories(v []*UpgradeHistory) *GetUpgradeHistoryOutput {
s.UpgradeHistories = v
return s
} | go | func (s *GetUpgradeHistoryOutput) SetUpgradeHistories(v []*UpgradeHistory) *GetUpgradeHistoryOutput {
s.UpgradeHistories = v
return s
} | [
"func",
"(",
"s",
"*",
"GetUpgradeHistoryOutput",
")",
"SetUpgradeHistories",
"(",
"v",
"[",
"]",
"*",
"UpgradeHistory",
")",
"*",
"GetUpgradeHistoryOutput",
"{",
"s",
".",
"UpgradeHistories",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpgradeHistories sets the UpgradeHistories field's value. | [
"SetUpgradeHistories",
"sets",
"the",
"UpgradeHistories",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4449-L4452 |
1,003 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetMaximumInstanceCount | func (s *InstanceCountLimits) SetMaximumInstanceCount(v int64) *InstanceCountLimits {
s.MaximumInstanceCount = &v
return s
} | go | func (s *InstanceCountLimits) SetMaximumInstanceCount(v int64) *InstanceCountLimits {
s.MaximumInstanceCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"InstanceCountLimits",
")",
"SetMaximumInstanceCount",
"(",
"v",
"int64",
")",
"*",
"InstanceCountLimits",
"{",
"s",
".",
"MaximumInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMaximumInstanceCount sets the MaximumInstanceCount field's value. | [
"SetMaximumInstanceCount",
"sets",
"the",
"MaximumInstanceCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4571-L4574 |
1,004 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetMinimumInstanceCount | func (s *InstanceCountLimits) SetMinimumInstanceCount(v int64) *InstanceCountLimits {
s.MinimumInstanceCount = &v
return s
} | go | func (s *InstanceCountLimits) SetMinimumInstanceCount(v int64) *InstanceCountLimits {
s.MinimumInstanceCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"InstanceCountLimits",
")",
"SetMinimumInstanceCount",
"(",
"v",
"int64",
")",
"*",
"InstanceCountLimits",
"{",
"s",
".",
"MinimumInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMinimumInstanceCount sets the MinimumInstanceCount field's value. | [
"SetMinimumInstanceCount",
"sets",
"the",
"MinimumInstanceCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4577-L4580 |
1,005 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetInstanceCountLimits | func (s *InstanceLimits) SetInstanceCountLimits(v *InstanceCountLimits) *InstanceLimits {
s.InstanceCountLimits = v
return s
} | go | func (s *InstanceLimits) SetInstanceCountLimits(v *InstanceCountLimits) *InstanceLimits {
s.InstanceCountLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"InstanceLimits",
")",
"SetInstanceCountLimits",
"(",
"v",
"*",
"InstanceCountLimits",
")",
"*",
"InstanceLimits",
"{",
"s",
".",
"InstanceCountLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceCountLimits sets the InstanceCountLimits field's value. | [
"SetInstanceCountLimits",
"sets",
"the",
"InstanceCountLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4603-L4606 |
1,006 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetAdditionalLimits | func (s *Limits) SetAdditionalLimits(v []*AdditionalLimit) *Limits {
s.AdditionalLimits = v
return s
} | go | func (s *Limits) SetAdditionalLimits(v []*AdditionalLimit) *Limits {
s.AdditionalLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"Limits",
")",
"SetAdditionalLimits",
"(",
"v",
"[",
"]",
"*",
"AdditionalLimit",
")",
"*",
"Limits",
"{",
"s",
".",
"AdditionalLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAdditionalLimits sets the AdditionalLimits field's value. | [
"SetAdditionalLimits",
"sets",
"the",
"AdditionalLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4636-L4639 |
1,007 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetInstanceLimits | func (s *Limits) SetInstanceLimits(v *InstanceLimits) *Limits {
s.InstanceLimits = v
return s
} | go | func (s *Limits) SetInstanceLimits(v *InstanceLimits) *Limits {
s.InstanceLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"Limits",
")",
"SetInstanceLimits",
"(",
"v",
"*",
"InstanceLimits",
")",
"*",
"Limits",
"{",
"s",
".",
"InstanceLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceLimits sets the InstanceLimits field's value. | [
"SetInstanceLimits",
"sets",
"the",
"InstanceLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4642-L4645 |
1,008 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetStorageTypes | func (s *Limits) SetStorageTypes(v []*StorageType) *Limits {
s.StorageTypes = v
return s
} | go | func (s *Limits) SetStorageTypes(v []*StorageType) *Limits {
s.StorageTypes = v
return s
} | [
"func",
"(",
"s",
"*",
"Limits",
")",
"SetStorageTypes",
"(",
"v",
"[",
"]",
"*",
"StorageType",
")",
"*",
"Limits",
"{",
"s",
".",
"StorageTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStorageTypes sets the StorageTypes field's value. | [
"SetStorageTypes",
"sets",
"the",
"StorageTypes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4648-L4651 |
1,009 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetElasticsearchInstanceTypes | func (s *ListElasticsearchInstanceTypesOutput) SetElasticsearchInstanceTypes(v []*string) *ListElasticsearchInstanceTypesOutput {
s.ElasticsearchInstanceTypes = v
return s
} | go | func (s *ListElasticsearchInstanceTypesOutput) SetElasticsearchInstanceTypes(v []*string) *ListElasticsearchInstanceTypesOutput {
s.ElasticsearchInstanceTypes = v
return s
} | [
"func",
"(",
"s",
"*",
"ListElasticsearchInstanceTypesOutput",
")",
"SetElasticsearchInstanceTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListElasticsearchInstanceTypesOutput",
"{",
"s",
".",
"ElasticsearchInstanceTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetElasticsearchInstanceTypes sets the ElasticsearchInstanceTypes field's value. | [
"SetElasticsearchInstanceTypes",
"sets",
"the",
"ElasticsearchInstanceTypes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4794-L4797 |
1,010 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetElasticsearchVersions | func (s *ListElasticsearchVersionsOutput) SetElasticsearchVersions(v []*string) *ListElasticsearchVersionsOutput {
s.ElasticsearchVersions = v
return s
} | go | func (s *ListElasticsearchVersionsOutput) SetElasticsearchVersions(v []*string) *ListElasticsearchVersionsOutput {
s.ElasticsearchVersions = v
return s
} | [
"func",
"(",
"s",
"*",
"ListElasticsearchVersionsOutput",
")",
"SetElasticsearchVersions",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListElasticsearchVersionsOutput",
"{",
"s",
".",
"ElasticsearchVersions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetElasticsearchVersions sets the ElasticsearchVersions field's value. | [
"SetElasticsearchVersions",
"sets",
"the",
"ElasticsearchVersions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L4871-L4874 |
1,011 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetPendingDeletion | func (s *OptionStatus) SetPendingDeletion(v bool) *OptionStatus {
s.PendingDeletion = &v
return s
} | go | func (s *OptionStatus) SetPendingDeletion(v bool) *OptionStatus {
s.PendingDeletion = &v
return s
} | [
"func",
"(",
"s",
"*",
"OptionStatus",
")",
"SetPendingDeletion",
"(",
"v",
"bool",
")",
"*",
"OptionStatus",
"{",
"s",
".",
"PendingDeletion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPendingDeletion sets the PendingDeletion field's value. | [
"SetPendingDeletion",
"sets",
"the",
"PendingDeletion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5125-L5128 |
1,012 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpdateVersion | func (s *OptionStatus) SetUpdateVersion(v int64) *OptionStatus {
s.UpdateVersion = &v
return s
} | go | func (s *OptionStatus) SetUpdateVersion(v int64) *OptionStatus {
s.UpdateVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"OptionStatus",
")",
"SetUpdateVersion",
"(",
"v",
"int64",
")",
"*",
"OptionStatus",
"{",
"s",
".",
"UpdateVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpdateVersion sets the UpdateVersion field's value. | [
"SetUpdateVersion",
"sets",
"the",
"UpdateVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5143-L5146 |
1,013 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetElasticsearchInstanceCount | func (s *ReservedElasticsearchInstance) SetElasticsearchInstanceCount(v int64) *ReservedElasticsearchInstance {
s.ElasticsearchInstanceCount = &v
return s
} | go | func (s *ReservedElasticsearchInstance) SetElasticsearchInstanceCount(v int64) *ReservedElasticsearchInstance {
s.ElasticsearchInstanceCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ReservedElasticsearchInstance",
")",
"SetElasticsearchInstanceCount",
"(",
"v",
"int64",
")",
"*",
"ReservedElasticsearchInstance",
"{",
"s",
".",
"ElasticsearchInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetElasticsearchInstanceCount sets the ElasticsearchInstanceCount field's value. | [
"SetElasticsearchInstanceCount",
"sets",
"the",
"ElasticsearchInstanceCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5425-L5428 |
1,014 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetAutomatedUpdateDate | func (s *ServiceSoftwareOptions) SetAutomatedUpdateDate(v time.Time) *ServiceSoftwareOptions {
s.AutomatedUpdateDate = &v
return s
} | go | func (s *ServiceSoftwareOptions) SetAutomatedUpdateDate(v time.Time) *ServiceSoftwareOptions {
s.AutomatedUpdateDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"ServiceSoftwareOptions",
")",
"SetAutomatedUpdateDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ServiceSoftwareOptions",
"{",
"s",
".",
"AutomatedUpdateDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutomatedUpdateDate sets the AutomatedUpdateDate field's value. | [
"SetAutomatedUpdateDate",
"sets",
"the",
"AutomatedUpdateDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5622-L5625 |
1,015 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetCancellable | func (s *ServiceSoftwareOptions) SetCancellable(v bool) *ServiceSoftwareOptions {
s.Cancellable = &v
return s
} | go | func (s *ServiceSoftwareOptions) SetCancellable(v bool) *ServiceSoftwareOptions {
s.Cancellable = &v
return s
} | [
"func",
"(",
"s",
"*",
"ServiceSoftwareOptions",
")",
"SetCancellable",
"(",
"v",
"bool",
")",
"*",
"ServiceSoftwareOptions",
"{",
"s",
".",
"Cancellable",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCancellable sets the Cancellable field's value. | [
"SetCancellable",
"sets",
"the",
"Cancellable",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5628-L5631 |
1,016 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetNewVersion | func (s *ServiceSoftwareOptions) SetNewVersion(v string) *ServiceSoftwareOptions {
s.NewVersion = &v
return s
} | go | func (s *ServiceSoftwareOptions) SetNewVersion(v string) *ServiceSoftwareOptions {
s.NewVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"ServiceSoftwareOptions",
")",
"SetNewVersion",
"(",
"v",
"string",
")",
"*",
"ServiceSoftwareOptions",
"{",
"s",
".",
"NewVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNewVersion sets the NewVersion field's value. | [
"SetNewVersion",
"sets",
"the",
"NewVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5646-L5649 |
1,017 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpdateAvailable | func (s *ServiceSoftwareOptions) SetUpdateAvailable(v bool) *ServiceSoftwareOptions {
s.UpdateAvailable = &v
return s
} | go | func (s *ServiceSoftwareOptions) SetUpdateAvailable(v bool) *ServiceSoftwareOptions {
s.UpdateAvailable = &v
return s
} | [
"func",
"(",
"s",
"*",
"ServiceSoftwareOptions",
")",
"SetUpdateAvailable",
"(",
"v",
"bool",
")",
"*",
"ServiceSoftwareOptions",
"{",
"s",
".",
"UpdateAvailable",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpdateAvailable sets the UpdateAvailable field's value. | [
"SetUpdateAvailable",
"sets",
"the",
"UpdateAvailable",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5652-L5655 |
1,018 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetAutomatedSnapshotStartHour | func (s *SnapshotOptions) SetAutomatedSnapshotStartHour(v int64) *SnapshotOptions {
s.AutomatedSnapshotStartHour = &v
return s
} | go | func (s *SnapshotOptions) SetAutomatedSnapshotStartHour(v int64) *SnapshotOptions {
s.AutomatedSnapshotStartHour = &v
return s
} | [
"func",
"(",
"s",
"*",
"SnapshotOptions",
")",
"SetAutomatedSnapshotStartHour",
"(",
"v",
"int64",
")",
"*",
"SnapshotOptions",
"{",
"s",
".",
"AutomatedSnapshotStartHour",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutomatedSnapshotStartHour sets the AutomatedSnapshotStartHour field's value. | [
"SetAutomatedSnapshotStartHour",
"sets",
"the",
"AutomatedSnapshotStartHour",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5684-L5687 |
1,019 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetStorageSubTypeName | func (s *StorageType) SetStorageSubTypeName(v string) *StorageType {
s.StorageSubTypeName = &v
return s
} | go | func (s *StorageType) SetStorageSubTypeName(v string) *StorageType {
s.StorageSubTypeName = &v
return s
} | [
"func",
"(",
"s",
"*",
"StorageType",
")",
"SetStorageSubTypeName",
"(",
"v",
"string",
")",
"*",
"StorageType",
"{",
"s",
".",
"StorageSubTypeName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStorageSubTypeName sets the StorageSubTypeName field's value. | [
"SetStorageSubTypeName",
"sets",
"the",
"StorageSubTypeName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5828-L5831 |
1,020 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetStorageTypeLimits | func (s *StorageType) SetStorageTypeLimits(v []*StorageTypeLimit) *StorageType {
s.StorageTypeLimits = v
return s
} | go | func (s *StorageType) SetStorageTypeLimits(v []*StorageTypeLimit) *StorageType {
s.StorageTypeLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"StorageType",
")",
"SetStorageTypeLimits",
"(",
"v",
"[",
"]",
"*",
"StorageTypeLimit",
")",
"*",
"StorageType",
"{",
"s",
".",
"StorageTypeLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStorageTypeLimits sets the StorageTypeLimits field's value. | [
"SetStorageTypeLimits",
"sets",
"the",
"StorageTypeLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5834-L5837 |
1,021 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetStorageTypeName | func (s *StorageType) SetStorageTypeName(v string) *StorageType {
s.StorageTypeName = &v
return s
} | go | func (s *StorageType) SetStorageTypeName(v string) *StorageType {
s.StorageTypeName = &v
return s
} | [
"func",
"(",
"s",
"*",
"StorageType",
")",
"SetStorageTypeName",
"(",
"v",
"string",
")",
"*",
"StorageType",
"{",
"s",
".",
"StorageTypeName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStorageTypeName sets the StorageTypeName field's value. | [
"SetStorageTypeName",
"sets",
"the",
"StorageTypeName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L5840-L5843 |
1,022 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetStepsList | func (s *UpgradeHistory) SetStepsList(v []*UpgradeStepItem) *UpgradeHistory {
s.StepsList = v
return s
} | go | func (s *UpgradeHistory) SetStepsList(v []*UpgradeStepItem) *UpgradeHistory {
s.StepsList = v
return s
} | [
"func",
"(",
"s",
"*",
"UpgradeHistory",
")",
"SetStepsList",
"(",
"v",
"[",
"]",
"*",
"UpgradeStepItem",
")",
"*",
"UpgradeHistory",
"{",
"s",
".",
"StepsList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStepsList sets the StepsList field's value. | [
"SetStepsList",
"sets",
"the",
"StepsList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L6257-L6260 |
1,023 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpgradeStatus | func (s *UpgradeHistory) SetUpgradeStatus(v string) *UpgradeHistory {
s.UpgradeStatus = &v
return s
} | go | func (s *UpgradeHistory) SetUpgradeStatus(v string) *UpgradeHistory {
s.UpgradeStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpgradeHistory",
")",
"SetUpgradeStatus",
"(",
"v",
"string",
")",
"*",
"UpgradeHistory",
"{",
"s",
".",
"UpgradeStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpgradeStatus sets the UpgradeStatus field's value. | [
"SetUpgradeStatus",
"sets",
"the",
"UpgradeStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L6269-L6272 |
1,024 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetIssues | func (s *UpgradeStepItem) SetIssues(v []*string) *UpgradeStepItem {
s.Issues = v
return s
} | go | func (s *UpgradeStepItem) SetIssues(v []*string) *UpgradeStepItem {
s.Issues = v
return s
} | [
"func",
"(",
"s",
"*",
"UpgradeStepItem",
")",
"SetIssues",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"UpgradeStepItem",
"{",
"s",
".",
"Issues",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIssues sets the Issues field's value. | [
"SetIssues",
"sets",
"the",
"Issues",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L6311-L6314 |
1,025 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetUpgradeStepStatus | func (s *UpgradeStepItem) SetUpgradeStepStatus(v string) *UpgradeStepItem {
s.UpgradeStepStatus = &v
return s
} | go | func (s *UpgradeStepItem) SetUpgradeStepStatus(v string) *UpgradeStepItem {
s.UpgradeStepStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpgradeStepItem",
")",
"SetUpgradeStepStatus",
"(",
"v",
"string",
")",
"*",
"UpgradeStepItem",
"{",
"s",
".",
"UpgradeStepStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpgradeStepStatus sets the UpgradeStepStatus field's value. | [
"SetUpgradeStepStatus",
"sets",
"the",
"UpgradeStepStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L6329-L6332 |
1,026 | aws/aws-sdk-go | service/elasticsearchservice/api.go | SetAvailabilityZoneCount | func (s *ZoneAwarenessConfig) SetAvailabilityZoneCount(v int64) *ZoneAwarenessConfig {
s.AvailabilityZoneCount = &v
return s
} | go | func (s *ZoneAwarenessConfig) SetAvailabilityZoneCount(v int64) *ZoneAwarenessConfig {
s.AvailabilityZoneCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ZoneAwarenessConfig",
")",
"SetAvailabilityZoneCount",
"(",
"v",
"int64",
")",
"*",
"ZoneAwarenessConfig",
"{",
"s",
".",
"AvailabilityZoneCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAvailabilityZoneCount sets the AvailabilityZoneCount field's value. | [
"SetAvailabilityZoneCount",
"sets",
"the",
"AvailabilityZoneCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticsearchservice/api.go#L6483-L6486 |
1,027 | aws/aws-sdk-go | service/backup/api.go | SetDeleteAt | func (s *CalculatedLifecycle) SetDeleteAt(v time.Time) *CalculatedLifecycle {
s.DeleteAt = &v
return s
} | go | func (s *CalculatedLifecycle) SetDeleteAt(v time.Time) *CalculatedLifecycle {
s.DeleteAt = &v
return s
} | [
"func",
"(",
"s",
"*",
"CalculatedLifecycle",
")",
"SetDeleteAt",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"CalculatedLifecycle",
"{",
"s",
".",
"DeleteAt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeleteAt sets the DeleteAt field's value. | [
"SetDeleteAt",
"sets",
"the",
"DeleteAt",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4617-L4620 |
1,028 | aws/aws-sdk-go | service/backup/api.go | SetMoveToColdStorageAt | func (s *CalculatedLifecycle) SetMoveToColdStorageAt(v time.Time) *CalculatedLifecycle {
s.MoveToColdStorageAt = &v
return s
} | go | func (s *CalculatedLifecycle) SetMoveToColdStorageAt(v time.Time) *CalculatedLifecycle {
s.MoveToColdStorageAt = &v
return s
} | [
"func",
"(",
"s",
"*",
"CalculatedLifecycle",
")",
"SetMoveToColdStorageAt",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"CalculatedLifecycle",
"{",
"s",
".",
"MoveToColdStorageAt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMoveToColdStorageAt sets the MoveToColdStorageAt field's value. | [
"SetMoveToColdStorageAt",
"sets",
"the",
"MoveToColdStorageAt",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4623-L4626 |
1,029 | aws/aws-sdk-go | service/backup/api.go | SetConditionKey | func (s *Condition) SetConditionKey(v string) *Condition {
s.ConditionKey = &v
return s
} | go | func (s *Condition) SetConditionKey(v string) *Condition {
s.ConditionKey = &v
return s
} | [
"func",
"(",
"s",
"*",
"Condition",
")",
"SetConditionKey",
"(",
"v",
"string",
")",
"*",
"Condition",
"{",
"s",
".",
"ConditionKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConditionKey sets the ConditionKey field's value. | [
"SetConditionKey",
"sets",
"the",
"ConditionKey",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4683-L4686 |
1,030 | aws/aws-sdk-go | service/backup/api.go | SetConditionType | func (s *Condition) SetConditionType(v string) *Condition {
s.ConditionType = &v
return s
} | go | func (s *Condition) SetConditionType(v string) *Condition {
s.ConditionType = &v
return s
} | [
"func",
"(",
"s",
"*",
"Condition",
")",
"SetConditionType",
"(",
"v",
"string",
")",
"*",
"Condition",
"{",
"s",
".",
"ConditionType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConditionType sets the ConditionType field's value. | [
"SetConditionType",
"sets",
"the",
"ConditionType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4689-L4692 |
1,031 | aws/aws-sdk-go | service/backup/api.go | SetConditionValue | func (s *Condition) SetConditionValue(v string) *Condition {
s.ConditionValue = &v
return s
} | go | func (s *Condition) SetConditionValue(v string) *Condition {
s.ConditionValue = &v
return s
} | [
"func",
"(",
"s",
"*",
"Condition",
")",
"SetConditionValue",
"(",
"v",
"string",
")",
"*",
"Condition",
"{",
"s",
".",
"ConditionValue",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConditionValue sets the ConditionValue field's value. | [
"SetConditionValue",
"sets",
"the",
"ConditionValue",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4695-L4698 |
1,032 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanTags | func (s *CreateBackupPlanInput) SetBackupPlanTags(v map[string]*string) *CreateBackupPlanInput {
s.BackupPlanTags = v
return s
} | go | func (s *CreateBackupPlanInput) SetBackupPlanTags(v map[string]*string) *CreateBackupPlanInput {
s.BackupPlanTags = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateBackupPlanInput",
")",
"SetBackupPlanTags",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"CreateBackupPlanInput",
"{",
"s",
".",
"BackupPlanTags",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanTags sets the BackupPlanTags field's value. | [
"SetBackupPlanTags",
"sets",
"the",
"BackupPlanTags",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L4756-L4759 |
1,033 | aws/aws-sdk-go | service/backup/api.go | SetBackupVaultTags | func (s *CreateBackupVaultInput) SetBackupVaultTags(v map[string]*string) *CreateBackupVaultInput {
s.BackupVaultTags = v
return s
} | go | func (s *CreateBackupVaultInput) SetBackupVaultTags(v map[string]*string) *CreateBackupVaultInput {
s.BackupVaultTags = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateBackupVaultInput",
")",
"SetBackupVaultTags",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"CreateBackupVaultInput",
"{",
"s",
".",
"BackupVaultTags",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupVaultTags sets the BackupVaultTags field's value. | [
"SetBackupVaultTags",
"sets",
"the",
"BackupVaultTags",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L5000-L5003 |
1,034 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanDocument | func (s *GetBackupPlanFromTemplateOutput) SetBackupPlanDocument(v *Plan) *GetBackupPlanFromTemplateOutput {
s.BackupPlanDocument = v
return s
} | go | func (s *GetBackupPlanFromTemplateOutput) SetBackupPlanDocument(v *Plan) *GetBackupPlanFromTemplateOutput {
s.BackupPlanDocument = v
return s
} | [
"func",
"(",
"s",
"*",
"GetBackupPlanFromTemplateOutput",
")",
"SetBackupPlanDocument",
"(",
"v",
"*",
"Plan",
")",
"*",
"GetBackupPlanFromTemplateOutput",
"{",
"s",
".",
"BackupPlanDocument",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanDocument sets the BackupPlanDocument field's value. | [
"SetBackupPlanDocument",
"sets",
"the",
"BackupPlanDocument",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L6545-L6548 |
1,035 | aws/aws-sdk-go | service/backup/api.go | SetRestoreMetadata | func (s *GetRecoveryPointRestoreMetadataOutput) SetRestoreMetadata(v map[string]*string) *GetRecoveryPointRestoreMetadataOutput {
s.RestoreMetadata = v
return s
} | go | func (s *GetRecoveryPointRestoreMetadataOutput) SetRestoreMetadata(v map[string]*string) *GetRecoveryPointRestoreMetadataOutput {
s.RestoreMetadata = v
return s
} | [
"func",
"(",
"s",
"*",
"GetRecoveryPointRestoreMetadataOutput",
")",
"SetRestoreMetadata",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"GetRecoveryPointRestoreMetadataOutput",
"{",
"s",
".",
"RestoreMetadata",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRestoreMetadata sets the RestoreMetadata field's value. | [
"SetRestoreMetadata",
"sets",
"the",
"RestoreMetadata",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7117-L7120 |
1,036 | aws/aws-sdk-go | service/backup/api.go | SetDeleteAfterDays | func (s *Lifecycle) SetDeleteAfterDays(v int64) *Lifecycle {
s.DeleteAfterDays = &v
return s
} | go | func (s *Lifecycle) SetDeleteAfterDays(v int64) *Lifecycle {
s.DeleteAfterDays = &v
return s
} | [
"func",
"(",
"s",
"*",
"Lifecycle",
")",
"SetDeleteAfterDays",
"(",
"v",
"int64",
")",
"*",
"Lifecycle",
"{",
"s",
".",
"DeleteAfterDays",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeleteAfterDays sets the DeleteAfterDays field's value. | [
"SetDeleteAfterDays",
"sets",
"the",
"DeleteAfterDays",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7389-L7392 |
1,037 | aws/aws-sdk-go | service/backup/api.go | SetMoveToColdStorageAfterDays | func (s *Lifecycle) SetMoveToColdStorageAfterDays(v int64) *Lifecycle {
s.MoveToColdStorageAfterDays = &v
return s
} | go | func (s *Lifecycle) SetMoveToColdStorageAfterDays(v int64) *Lifecycle {
s.MoveToColdStorageAfterDays = &v
return s
} | [
"func",
"(",
"s",
"*",
"Lifecycle",
")",
"SetMoveToColdStorageAfterDays",
"(",
"v",
"int64",
")",
"*",
"Lifecycle",
"{",
"s",
".",
"MoveToColdStorageAfterDays",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMoveToColdStorageAfterDays sets the MoveToColdStorageAfterDays field's value. | [
"SetMoveToColdStorageAfterDays",
"sets",
"the",
"MoveToColdStorageAfterDays",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7395-L7398 |
1,038 | aws/aws-sdk-go | service/backup/api.go | SetByBackupVaultName | func (s *ListBackupJobsInput) SetByBackupVaultName(v string) *ListBackupJobsInput {
s.ByBackupVaultName = &v
return s
} | go | func (s *ListBackupJobsInput) SetByBackupVaultName(v string) *ListBackupJobsInput {
s.ByBackupVaultName = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupJobsInput",
")",
"SetByBackupVaultName",
"(",
"v",
"string",
")",
"*",
"ListBackupJobsInput",
"{",
"s",
".",
"ByBackupVaultName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByBackupVaultName sets the ByBackupVaultName field's value. | [
"SetByBackupVaultName",
"sets",
"the",
"ByBackupVaultName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7469-L7472 |
1,039 | aws/aws-sdk-go | service/backup/api.go | SetByState | func (s *ListBackupJobsInput) SetByState(v string) *ListBackupJobsInput {
s.ByState = &v
return s
} | go | func (s *ListBackupJobsInput) SetByState(v string) *ListBackupJobsInput {
s.ByState = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupJobsInput",
")",
"SetByState",
"(",
"v",
"string",
")",
"*",
"ListBackupJobsInput",
"{",
"s",
".",
"ByState",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByState sets the ByState field's value. | [
"SetByState",
"sets",
"the",
"ByState",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7499-L7502 |
1,040 | aws/aws-sdk-go | service/backup/api.go | SetBackupJobs | func (s *ListBackupJobsOutput) SetBackupJobs(v []*Job) *ListBackupJobsOutput {
s.BackupJobs = v
return s
} | go | func (s *ListBackupJobsOutput) SetBackupJobs(v []*Job) *ListBackupJobsOutput {
s.BackupJobs = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupJobsOutput",
")",
"SetBackupJobs",
"(",
"v",
"[",
"]",
"*",
"Job",
")",
"*",
"ListBackupJobsOutput",
"{",
"s",
".",
"BackupJobs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupJobs sets the BackupJobs field's value. | [
"SetBackupJobs",
"sets",
"the",
"BackupJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7541-L7544 |
1,041 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanTemplatesList | func (s *ListBackupPlanTemplatesOutput) SetBackupPlanTemplatesList(v []*PlanTemplatesListMember) *ListBackupPlanTemplatesOutput {
s.BackupPlanTemplatesList = v
return s
} | go | func (s *ListBackupPlanTemplatesOutput) SetBackupPlanTemplatesList(v []*PlanTemplatesListMember) *ListBackupPlanTemplatesOutput {
s.BackupPlanTemplatesList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupPlanTemplatesOutput",
")",
"SetBackupPlanTemplatesList",
"(",
"v",
"[",
"]",
"*",
"PlanTemplatesListMember",
")",
"*",
"ListBackupPlanTemplatesOutput",
"{",
"s",
".",
"BackupPlanTemplatesList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanTemplatesList sets the BackupPlanTemplatesList field's value. | [
"SetBackupPlanTemplatesList",
"sets",
"the",
"BackupPlanTemplatesList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7624-L7627 |
1,042 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanVersionsList | func (s *ListBackupPlanVersionsOutput) SetBackupPlanVersionsList(v []*PlansListMember) *ListBackupPlanVersionsOutput {
s.BackupPlanVersionsList = v
return s
} | go | func (s *ListBackupPlanVersionsOutput) SetBackupPlanVersionsList(v []*PlansListMember) *ListBackupPlanVersionsOutput {
s.BackupPlanVersionsList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupPlanVersionsOutput",
")",
"SetBackupPlanVersionsList",
"(",
"v",
"[",
"]",
"*",
"PlansListMember",
")",
"*",
"ListBackupPlanVersionsOutput",
"{",
"s",
".",
"BackupPlanVersionsList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanVersionsList sets the BackupPlanVersionsList field's value. | [
"SetBackupPlanVersionsList",
"sets",
"the",
"BackupPlanVersionsList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7724-L7727 |
1,043 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlansList | func (s *ListBackupPlansOutput) SetBackupPlansList(v []*PlansListMember) *ListBackupPlansOutput {
s.BackupPlansList = v
return s
} | go | func (s *ListBackupPlansOutput) SetBackupPlansList(v []*PlansListMember) *ListBackupPlansOutput {
s.BackupPlansList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupPlansOutput",
")",
"SetBackupPlansList",
"(",
"v",
"[",
"]",
"*",
"PlansListMember",
")",
"*",
"ListBackupPlansOutput",
"{",
"s",
".",
"BackupPlansList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlansList sets the BackupPlansList field's value. | [
"SetBackupPlansList",
"sets",
"the",
"BackupPlansList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7818-L7821 |
1,044 | aws/aws-sdk-go | service/backup/api.go | SetBackupSelectionsList | func (s *ListBackupSelectionsOutput) SetBackupSelectionsList(v []*SelectionsListMember) *ListBackupSelectionsOutput {
s.BackupSelectionsList = v
return s
} | go | func (s *ListBackupSelectionsOutput) SetBackupSelectionsList(v []*SelectionsListMember) *ListBackupSelectionsOutput {
s.BackupSelectionsList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupSelectionsOutput",
")",
"SetBackupSelectionsList",
"(",
"v",
"[",
"]",
"*",
"SelectionsListMember",
")",
"*",
"ListBackupSelectionsOutput",
"{",
"s",
".",
"BackupSelectionsList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupSelectionsList sets the BackupSelectionsList field's value. | [
"SetBackupSelectionsList",
"sets",
"the",
"BackupSelectionsList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L7919-L7922 |
1,045 | aws/aws-sdk-go | service/backup/api.go | SetBackupVaultList | func (s *ListBackupVaultsOutput) SetBackupVaultList(v []*VaultListMember) *ListBackupVaultsOutput {
s.BackupVaultList = v
return s
} | go | func (s *ListBackupVaultsOutput) SetBackupVaultList(v []*VaultListMember) *ListBackupVaultsOutput {
s.BackupVaultList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListBackupVaultsOutput",
")",
"SetBackupVaultList",
"(",
"v",
"[",
"]",
"*",
"VaultListMember",
")",
"*",
"ListBackupVaultsOutput",
"{",
"s",
".",
"BackupVaultList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupVaultList sets the BackupVaultList field's value. | [
"SetBackupVaultList",
"sets",
"the",
"BackupVaultList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L8005-L8008 |
1,046 | aws/aws-sdk-go | service/backup/api.go | SetByBackupPlanId | func (s *ListRecoveryPointsByBackupVaultInput) SetByBackupPlanId(v string) *ListRecoveryPointsByBackupVaultInput {
s.ByBackupPlanId = &v
return s
} | go | func (s *ListRecoveryPointsByBackupVaultInput) SetByBackupPlanId(v string) *ListRecoveryPointsByBackupVaultInput {
s.ByBackupPlanId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListRecoveryPointsByBackupVaultInput",
")",
"SetByBackupPlanId",
"(",
"v",
"string",
")",
"*",
"ListRecoveryPointsByBackupVaultInput",
"{",
"s",
".",
"ByBackupPlanId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByBackupPlanId sets the ByBackupPlanId field's value. | [
"SetByBackupPlanId",
"sets",
"the",
"ByBackupPlanId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L8174-L8177 |
1,047 | aws/aws-sdk-go | service/backup/api.go | SetRestoreJobs | func (s *ListRestoreJobsOutput) SetRestoreJobs(v []*RestoreJobsListMember) *ListRestoreJobsOutput {
s.RestoreJobs = v
return s
} | go | func (s *ListRestoreJobsOutput) SetRestoreJobs(v []*RestoreJobsListMember) *ListRestoreJobsOutput {
s.RestoreJobs = v
return s
} | [
"func",
"(",
"s",
"*",
"ListRestoreJobsOutput",
")",
"SetRestoreJobs",
"(",
"v",
"[",
"]",
"*",
"RestoreJobsListMember",
")",
"*",
"ListRestoreJobsOutput",
"{",
"s",
".",
"RestoreJobs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRestoreJobs sets the RestoreJobs field's value. | [
"SetRestoreJobs",
"sets",
"the",
"RestoreJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L8432-L8435 |
1,048 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanTemplateName | func (s *PlanTemplatesListMember) SetBackupPlanTemplateName(v string) *PlanTemplatesListMember {
s.BackupPlanTemplateName = &v
return s
} | go | func (s *PlanTemplatesListMember) SetBackupPlanTemplateName(v string) *PlanTemplatesListMember {
s.BackupPlanTemplateName = &v
return s
} | [
"func",
"(",
"s",
"*",
"PlanTemplatesListMember",
")",
"SetBackupPlanTemplateName",
"(",
"v",
"string",
")",
"*",
"PlanTemplatesListMember",
"{",
"s",
".",
"BackupPlanTemplateName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanTemplateName sets the BackupPlanTemplateName field's value. | [
"SetBackupPlanTemplateName",
"sets",
"the",
"BackupPlanTemplateName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L8676-L8679 |
1,049 | aws/aws-sdk-go | service/backup/api.go | SetBackupPlanVersion | func (s *RecoveryPointCreator) SetBackupPlanVersion(v string) *RecoveryPointCreator {
s.BackupPlanVersion = &v
return s
} | go | func (s *RecoveryPointCreator) SetBackupPlanVersion(v string) *RecoveryPointCreator {
s.BackupPlanVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"RecoveryPointCreator",
")",
"SetBackupPlanVersion",
"(",
"v",
"string",
")",
"*",
"RecoveryPointCreator",
"{",
"s",
".",
"BackupPlanVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupPlanVersion sets the BackupPlanVersion field's value. | [
"SetBackupPlanVersion",
"sets",
"the",
"BackupPlanVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L9293-L9296 |
1,050 | aws/aws-sdk-go | service/backup/api.go | SetBackupRuleId | func (s *RecoveryPointCreator) SetBackupRuleId(v string) *RecoveryPointCreator {
s.BackupRuleId = &v
return s
} | go | func (s *RecoveryPointCreator) SetBackupRuleId(v string) *RecoveryPointCreator {
s.BackupRuleId = &v
return s
} | [
"func",
"(",
"s",
"*",
"RecoveryPointCreator",
")",
"SetBackupRuleId",
"(",
"v",
"string",
")",
"*",
"RecoveryPointCreator",
"{",
"s",
".",
"BackupRuleId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBackupRuleId sets the BackupRuleId field's value. | [
"SetBackupRuleId",
"sets",
"the",
"BackupRuleId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L9299-L9302 |
1,051 | aws/aws-sdk-go | service/backup/api.go | SetListOfTags | func (s *Selection) SetListOfTags(v []*Condition) *Selection {
s.ListOfTags = v
return s
} | go | func (s *Selection) SetListOfTags(v []*Condition) *Selection {
s.ListOfTags = v
return s
} | [
"func",
"(",
"s",
"*",
"Selection",
")",
"SetListOfTags",
"(",
"v",
"[",
"]",
"*",
"Condition",
")",
"*",
"Selection",
"{",
"s",
".",
"ListOfTags",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetListOfTags sets the ListOfTags field's value. | [
"SetListOfTags",
"sets",
"the",
"ListOfTags",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L9716-L9719 |
1,052 | aws/aws-sdk-go | service/backup/api.go | SetCompleteWindowMinutes | func (s *StartBackupJobInput) SetCompleteWindowMinutes(v int64) *StartBackupJobInput {
s.CompleteWindowMinutes = &v
return s
} | go | func (s *StartBackupJobInput) SetCompleteWindowMinutes(v int64) *StartBackupJobInput {
s.CompleteWindowMinutes = &v
return s
} | [
"func",
"(",
"s",
"*",
"StartBackupJobInput",
")",
"SetCompleteWindowMinutes",
"(",
"v",
"int64",
")",
"*",
"StartBackupJobInput",
"{",
"s",
".",
"CompleteWindowMinutes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompleteWindowMinutes sets the CompleteWindowMinutes field's value. | [
"SetCompleteWindowMinutes",
"sets",
"the",
"CompleteWindowMinutes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/backup/api.go#L9897-L9900 |
1,053 | aws/aws-sdk-go | service/machinelearning/api.go | SetRDSData | func (s *CreateDataSourceFromRDSInput) SetRDSData(v *RDSDataSpec) *CreateDataSourceFromRDSInput {
s.RDSData = v
return s
} | go | func (s *CreateDataSourceFromRDSInput) SetRDSData(v *RDSDataSpec) *CreateDataSourceFromRDSInput {
s.RDSData = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateDataSourceFromRDSInput",
")",
"SetRDSData",
"(",
"v",
"*",
"RDSDataSpec",
")",
"*",
"CreateDataSourceFromRDSInput",
"{",
"s",
".",
"RDSData",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRDSData sets the RDSData field's value. | [
"SetRDSData",
"sets",
"the",
"RDSData",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L3264-L3267 |
1,054 | aws/aws-sdk-go | service/machinelearning/api.go | SetRecipeUri | func (s *CreateMLModelInput) SetRecipeUri(v string) *CreateMLModelInput {
s.RecipeUri = &v
return s
} | go | func (s *CreateMLModelInput) SetRecipeUri(v string) *CreateMLModelInput {
s.RecipeUri = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateMLModelInput",
")",
"SetRecipeUri",
"(",
"v",
"string",
")",
"*",
"CreateMLModelInput",
"{",
"s",
".",
"RecipeUri",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRecipeUri sets the RecipeUri field's value. | [
"SetRecipeUri",
"sets",
"the",
"RecipeUri",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L3852-L3855 |
1,055 | aws/aws-sdk-go | service/machinelearning/api.go | SetDataSourceSchema | func (s *GetDataSourceOutput) SetDataSourceSchema(v string) *GetDataSourceOutput {
s.DataSourceSchema = &v
return s
} | go | func (s *GetDataSourceOutput) SetDataSourceSchema(v string) *GetDataSourceOutput {
s.DataSourceSchema = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetDataSourceOutput",
")",
"SetDataSourceSchema",
"(",
"v",
"string",
")",
"*",
"GetDataSourceOutput",
"{",
"s",
".",
"DataSourceSchema",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDataSourceSchema sets the DataSourceSchema field's value. | [
"SetDataSourceSchema",
"sets",
"the",
"DataSourceSchema",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L6119-L6122 |
1,056 | aws/aws-sdk-go | service/machinelearning/api.go | SetPredictEndpoint | func (s *PredictInput) SetPredictEndpoint(v string) *PredictInput {
s.PredictEndpoint = &v
return s
} | go | func (s *PredictInput) SetPredictEndpoint(v string) *PredictInput {
s.PredictEndpoint = &v
return s
} | [
"func",
"(",
"s",
"*",
"PredictInput",
")",
"SetPredictEndpoint",
"(",
"v",
"string",
")",
"*",
"PredictInput",
"{",
"s",
".",
"PredictEndpoint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPredictEndpoint sets the PredictEndpoint field's value. | [
"SetPredictEndpoint",
"sets",
"the",
"PredictEndpoint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7091-L7094 |
1,057 | aws/aws-sdk-go | service/machinelearning/api.go | SetPrediction | func (s *PredictOutput) SetPrediction(v *Prediction) *PredictOutput {
s.Prediction = v
return s
} | go | func (s *PredictOutput) SetPrediction(v *Prediction) *PredictOutput {
s.Prediction = v
return s
} | [
"func",
"(",
"s",
"*",
"PredictOutput",
")",
"SetPrediction",
"(",
"v",
"*",
"Prediction",
")",
"*",
"PredictOutput",
"{",
"s",
".",
"Prediction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPrediction sets the Prediction field's value. | [
"SetPrediction",
"sets",
"the",
"Prediction",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7131-L7134 |
1,058 | aws/aws-sdk-go | service/machinelearning/api.go | SetPredictedLabel | func (s *Prediction) SetPredictedLabel(v string) *Prediction {
s.PredictedLabel = &v
return s
} | go | func (s *Prediction) SetPredictedLabel(v string) *Prediction {
s.PredictedLabel = &v
return s
} | [
"func",
"(",
"s",
"*",
"Prediction",
")",
"SetPredictedLabel",
"(",
"v",
"string",
")",
"*",
"Prediction",
"{",
"s",
".",
"PredictedLabel",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPredictedLabel sets the PredictedLabel field's value. | [
"SetPredictedLabel",
"sets",
"the",
"PredictedLabel",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7181-L7184 |
1,059 | aws/aws-sdk-go | service/machinelearning/api.go | SetPredictedScores | func (s *Prediction) SetPredictedScores(v map[string]*float64) *Prediction {
s.PredictedScores = v
return s
} | go | func (s *Prediction) SetPredictedScores(v map[string]*float64) *Prediction {
s.PredictedScores = v
return s
} | [
"func",
"(",
"s",
"*",
"Prediction",
")",
"SetPredictedScores",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"float64",
")",
"*",
"Prediction",
"{",
"s",
".",
"PredictedScores",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPredictedScores sets the PredictedScores field's value. | [
"SetPredictedScores",
"sets",
"the",
"PredictedScores",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7187-L7190 |
1,060 | aws/aws-sdk-go | service/machinelearning/api.go | SetPredictedValue | func (s *Prediction) SetPredictedValue(v float64) *Prediction {
s.PredictedValue = &v
return s
} | go | func (s *Prediction) SetPredictedValue(v float64) *Prediction {
s.PredictedValue = &v
return s
} | [
"func",
"(",
"s",
"*",
"Prediction",
")",
"SetPredictedValue",
"(",
"v",
"float64",
")",
"*",
"Prediction",
"{",
"s",
".",
"PredictedValue",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPredictedValue sets the PredictedValue field's value. | [
"SetPredictedValue",
"sets",
"the",
"PredictedValue",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7193-L7196 |
1,061 | aws/aws-sdk-go | service/machinelearning/api.go | SetInstanceIdentifier | func (s *RDSDatabase) SetInstanceIdentifier(v string) *RDSDatabase {
s.InstanceIdentifier = &v
return s
} | go | func (s *RDSDatabase) SetInstanceIdentifier(v string) *RDSDatabase {
s.InstanceIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"RDSDatabase",
")",
"SetInstanceIdentifier",
"(",
"v",
"string",
")",
"*",
"RDSDatabase",
"{",
"s",
".",
"InstanceIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceIdentifier sets the InstanceIdentifier field's value. | [
"SetInstanceIdentifier",
"sets",
"the",
"InstanceIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7561-L7564 |
1,062 | aws/aws-sdk-go | service/machinelearning/api.go | SetDataPipelineId | func (s *RDSMetadata) SetDataPipelineId(v string) *RDSMetadata {
s.DataPipelineId = &v
return s
} | go | func (s *RDSMetadata) SetDataPipelineId(v string) *RDSMetadata {
s.DataPipelineId = &v
return s
} | [
"func",
"(",
"s",
"*",
"RDSMetadata",
")",
"SetDataPipelineId",
"(",
"v",
"string",
")",
"*",
"RDSMetadata",
"{",
"s",
".",
"DataPipelineId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDataPipelineId sets the DataPipelineId field's value. | [
"SetDataPipelineId",
"sets",
"the",
"DataPipelineId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7674-L7677 |
1,063 | aws/aws-sdk-go | service/machinelearning/api.go | SetEndpointUrl | func (s *RealtimeEndpointInfo) SetEndpointUrl(v string) *RealtimeEndpointInfo {
s.EndpointUrl = &v
return s
} | go | func (s *RealtimeEndpointInfo) SetEndpointUrl(v string) *RealtimeEndpointInfo {
s.EndpointUrl = &v
return s
} | [
"func",
"(",
"s",
"*",
"RealtimeEndpointInfo",
")",
"SetEndpointUrl",
"(",
"v",
"string",
")",
"*",
"RealtimeEndpointInfo",
"{",
"s",
".",
"EndpointUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEndpointUrl sets the EndpointUrl field's value. | [
"SetEndpointUrl",
"sets",
"the",
"EndpointUrl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7760-L7763 |
1,064 | aws/aws-sdk-go | service/machinelearning/api.go | SetPeakRequestsPerSecond | func (s *RealtimeEndpointInfo) SetPeakRequestsPerSecond(v int64) *RealtimeEndpointInfo {
s.PeakRequestsPerSecond = &v
return s
} | go | func (s *RealtimeEndpointInfo) SetPeakRequestsPerSecond(v int64) *RealtimeEndpointInfo {
s.PeakRequestsPerSecond = &v
return s
} | [
"func",
"(",
"s",
"*",
"RealtimeEndpointInfo",
")",
"SetPeakRequestsPerSecond",
"(",
"v",
"int64",
")",
"*",
"RealtimeEndpointInfo",
"{",
"s",
".",
"PeakRequestsPerSecond",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPeakRequestsPerSecond sets the PeakRequestsPerSecond field's value. | [
"SetPeakRequestsPerSecond",
"sets",
"the",
"PeakRequestsPerSecond",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L7766-L7769 |
1,065 | aws/aws-sdk-go | service/machinelearning/api.go | SetRedshiftDatabase | func (s *RedshiftMetadata) SetRedshiftDatabase(v *RedshiftDatabase) *RedshiftMetadata {
s.RedshiftDatabase = v
return s
} | go | func (s *RedshiftMetadata) SetRedshiftDatabase(v *RedshiftDatabase) *RedshiftMetadata {
s.RedshiftDatabase = v
return s
} | [
"func",
"(",
"s",
"*",
"RedshiftMetadata",
")",
"SetRedshiftDatabase",
"(",
"v",
"*",
"RedshiftDatabase",
")",
"*",
"RedshiftMetadata",
"{",
"s",
".",
"RedshiftDatabase",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRedshiftDatabase sets the RedshiftDatabase field's value. | [
"SetRedshiftDatabase",
"sets",
"the",
"RedshiftDatabase",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L8166-L8169 |
1,066 | aws/aws-sdk-go | service/machinelearning/api.go | SetDataSchemaLocationS3 | func (s *S3DataSpec) SetDataSchemaLocationS3(v string) *S3DataSpec {
s.DataSchemaLocationS3 = &v
return s
} | go | func (s *S3DataSpec) SetDataSchemaLocationS3(v string) *S3DataSpec {
s.DataSchemaLocationS3 = &v
return s
} | [
"func",
"(",
"s",
"*",
"S3DataSpec",
")",
"SetDataSchemaLocationS3",
"(",
"v",
"string",
")",
"*",
"S3DataSpec",
"{",
"s",
".",
"DataSchemaLocationS3",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDataSchemaLocationS3 sets the DataSchemaLocationS3 field's value. | [
"SetDataSchemaLocationS3",
"sets",
"the",
"DataSchemaLocationS3",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/machinelearning/api.go#L8350-L8353 |
1,067 | aws/aws-sdk-go | private/protocol/unmarshal.go | UnmarshalDiscardBody | func UnmarshalDiscardBody(r *request.Request) {
if r.HTTPResponse == nil || r.HTTPResponse.Body == nil {
return
}
io.Copy(ioutil.Discard, r.HTTPResponse.Body)
r.HTTPResponse.Body.Close()
} | go | func UnmarshalDiscardBody(r *request.Request) {
if r.HTTPResponse == nil || r.HTTPResponse.Body == nil {
return
}
io.Copy(ioutil.Discard, r.HTTPResponse.Body)
r.HTTPResponse.Body.Close()
} | [
"func",
"UnmarshalDiscardBody",
"(",
"r",
"*",
"request",
".",
"Request",
")",
"{",
"if",
"r",
".",
"HTTPResponse",
"==",
"nil",
"||",
"r",
".",
"HTTPResponse",
".",
"Body",
"==",
"nil",
"{",
"return",
"\n",
"}",
"\n\n",
"io",
".",
"Copy",
"(",
"ioutil",
".",
"Discard",
",",
"r",
".",
"HTTPResponse",
".",
"Body",
")",
"\n",
"r",
".",
"HTTPResponse",
".",
"Body",
".",
"Close",
"(",
")",
"\n",
"}"
] | // UnmarshalDiscardBody is a request handler to empty a response's body and closing it. | [
"UnmarshalDiscardBody",
"is",
"a",
"request",
"handler",
"to",
"empty",
"a",
"response",
"s",
"body",
"and",
"closing",
"it",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/protocol/unmarshal.go#L14-L21 |
1,068 | aws/aws-sdk-go | service/waf/api.go | CreateRegexMatchSet | func (c *WAF) CreateRegexMatchSet(input *CreateRegexMatchSetInput) (*CreateRegexMatchSetOutput, error) {
req, out := c.CreateRegexMatchSetRequest(input)
return out, req.Send()
} | go | func (c *WAF) CreateRegexMatchSet(input *CreateRegexMatchSetInput) (*CreateRegexMatchSetOutput, error) {
req, out := c.CreateRegexMatchSetRequest(input)
return out, req.Send()
} | [
"func",
"(",
"c",
"*",
"WAF",
")",
"CreateRegexMatchSet",
"(",
"input",
"*",
"CreateRegexMatchSetInput",
")",
"(",
"*",
"CreateRegexMatchSetOutput",
",",
"error",
")",
"{",
"req",
",",
"out",
":=",
"c",
".",
"CreateRegexMatchSetRequest",
"(",
"input",
")",
"\n",
"return",
"out",
",",
"req",
".",
"Send",
"(",
")",
"\n",
"}"
] | // CreateRegexMatchSet API operation for AWS WAF.
//
// Creates a RegexMatchSet. You then use UpdateRegexMatchSet to identify the
// part of a web request that you want AWS WAF to inspect, such as the values
// of the User-Agent header or the query string. For example, you can create
// a RegexMatchSet that contains a RegexMatchTuple that looks for any requests
// with User-Agent headers that match a RegexPatternSet with pattern B[a@]dB[o0]t.
// You can then configure AWS WAF to reject those requests.
//
// To create and configure a RegexMatchSet, perform the following steps:
//
// Use GetChangeToken to get the change token that you provide in the ChangeToken
// parameter of a CreateRegexMatchSet request.
//
// Submit a CreateRegexMatchSet request.
//
// Use GetChangeToken to get the change token that you provide in the ChangeToken
// parameter of an UpdateRegexMatchSet request.
//
// Submit an UpdateRegexMatchSet request to specify the part of the request
// that you want AWS WAF to inspect (for example, the header or the URI) and
// the value, using a RegexPatternSet, that you want AWS WAF to watch for.
//
// For more information about how to use the AWS WAF API to allow or block HTTP
// requests, see the AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/).
//
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
// with awserr.Error's Code and Message methods to get detailed information about
// the error.
//
// See the AWS API reference guide for AWS WAF's
// API operation CreateRegexMatchSet for usage and error information.
//
// Returned Error Codes:
// * ErrCodeStaleDataException "WAFStaleDataException"
// The operation failed because you tried to create, update, or delete an object
// by using a change token that has already been used.
//
// * ErrCodeInternalErrorException "WAFInternalErrorException"
// The operation failed because of a system problem, even though the request
// was valid. Retry your request.
//
// * ErrCodeDisallowedNameException "WAFDisallowedNameException"
// The name specified is invalid.
//
// * ErrCodeLimitsExceededException "WAFLimitsExceededException"
// The operation exceeds a resource limit, for example, the maximum number of
// WebACL objects that you can create for an AWS account. For more information,
// see Limits (https://docs.aws.amazon.com/waf/latest/developerguide/limits.html)
// in the AWS WAF Developer Guide.
//
// See also, https://docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/CreateRegexMatchSet | [
"CreateRegexMatchSet",
"API",
"operation",
"for",
"AWS",
"WAF",
".",
"Creates",
"a",
"RegexMatchSet",
".",
"You",
"then",
"use",
"UpdateRegexMatchSet",
"to",
"identify",
"the",
"part",
"of",
"a",
"web",
"request",
"that",
"you",
"want",
"AWS",
"WAF",
"to",
"inspect",
"such",
"as",
"the",
"values",
"of",
"the",
"User",
"-",
"Agent",
"header",
"or",
"the",
"query",
"string",
".",
"For",
"example",
"you",
"can",
"create",
"a",
"RegexMatchSet",
"that",
"contains",
"a",
"RegexMatchTuple",
"that",
"looks",
"for",
"any",
"requests",
"with",
"User",
"-",
"Agent",
"headers",
"that",
"match",
"a",
"RegexPatternSet",
"with",
"pattern",
"B",
"[",
"a"
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L732-L735 |
1,069 | aws/aws-sdk-go | service/waf/api.go | SetExcludedRules | func (s *ActivatedRule) SetExcludedRules(v []*ExcludedRule) *ActivatedRule {
s.ExcludedRules = v
return s
} | go | func (s *ActivatedRule) SetExcludedRules(v []*ExcludedRule) *ActivatedRule {
s.ExcludedRules = v
return s
} | [
"func",
"(",
"s",
"*",
"ActivatedRule",
")",
"SetExcludedRules",
"(",
"v",
"[",
"]",
"*",
"ExcludedRule",
")",
"*",
"ActivatedRule",
"{",
"s",
".",
"ExcludedRules",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExcludedRules sets the ExcludedRules field's value. | [
"SetExcludedRules",
"sets",
"the",
"ExcludedRules",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9097-L9100 |
1,070 | aws/aws-sdk-go | service/waf/api.go | SetOverrideAction | func (s *ActivatedRule) SetOverrideAction(v *WafOverrideAction) *ActivatedRule {
s.OverrideAction = v
return s
} | go | func (s *ActivatedRule) SetOverrideAction(v *WafOverrideAction) *ActivatedRule {
s.OverrideAction = v
return s
} | [
"func",
"(",
"s",
"*",
"ActivatedRule",
")",
"SetOverrideAction",
"(",
"v",
"*",
"WafOverrideAction",
")",
"*",
"ActivatedRule",
"{",
"s",
".",
"OverrideAction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOverrideAction sets the OverrideAction field's value. | [
"SetOverrideAction",
"sets",
"the",
"OverrideAction",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9103-L9106 |
1,071 | aws/aws-sdk-go | service/waf/api.go | SetByteMatchTuples | func (s *ByteMatchSet) SetByteMatchTuples(v []*ByteMatchTuple) *ByteMatchSet {
s.ByteMatchTuples = v
return s
} | go | func (s *ByteMatchSet) SetByteMatchTuples(v []*ByteMatchTuple) *ByteMatchSet {
s.ByteMatchTuples = v
return s
} | [
"func",
"(",
"s",
"*",
"ByteMatchSet",
")",
"SetByteMatchTuples",
"(",
"v",
"[",
"]",
"*",
"ByteMatchTuple",
")",
"*",
"ByteMatchSet",
"{",
"s",
".",
"ByteMatchTuples",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByteMatchTuples sets the ByteMatchTuples field's value. | [
"SetByteMatchTuples",
"sets",
"the",
"ByteMatchTuples",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9177-L9180 |
1,072 | aws/aws-sdk-go | service/waf/api.go | SetByteMatchTuple | func (s *ByteMatchSetUpdate) SetByteMatchTuple(v *ByteMatchTuple) *ByteMatchSetUpdate {
s.ByteMatchTuple = v
return s
} | go | func (s *ByteMatchSetUpdate) SetByteMatchTuple(v *ByteMatchTuple) *ByteMatchSetUpdate {
s.ByteMatchTuple = v
return s
} | [
"func",
"(",
"s",
"*",
"ByteMatchSetUpdate",
")",
"SetByteMatchTuple",
"(",
"v",
"*",
"ByteMatchTuple",
")",
"*",
"ByteMatchSetUpdate",
"{",
"s",
".",
"ByteMatchTuple",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByteMatchTuple sets the ByteMatchTuple field's value. | [
"SetByteMatchTuple",
"sets",
"the",
"ByteMatchTuple",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9288-L9291 |
1,073 | aws/aws-sdk-go | service/waf/api.go | SetPositionalConstraint | func (s *ByteMatchTuple) SetPositionalConstraint(v string) *ByteMatchTuple {
s.PositionalConstraint = &v
return s
} | go | func (s *ByteMatchTuple) SetPositionalConstraint(v string) *ByteMatchTuple {
s.PositionalConstraint = &v
return s
} | [
"func",
"(",
"s",
"*",
"ByteMatchTuple",
")",
"SetPositionalConstraint",
"(",
"v",
"string",
")",
"*",
"ByteMatchTuple",
"{",
"s",
".",
"PositionalConstraint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPositionalConstraint sets the PositionalConstraint field's value. | [
"SetPositionalConstraint",
"sets",
"the",
"PositionalConstraint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9534-L9537 |
1,074 | aws/aws-sdk-go | service/waf/api.go | SetTargetString | func (s *ByteMatchTuple) SetTargetString(v []byte) *ByteMatchTuple {
s.TargetString = v
return s
} | go | func (s *ByteMatchTuple) SetTargetString(v []byte) *ByteMatchTuple {
s.TargetString = v
return s
} | [
"func",
"(",
"s",
"*",
"ByteMatchTuple",
")",
"SetTargetString",
"(",
"v",
"[",
"]",
"byte",
")",
"*",
"ByteMatchTuple",
"{",
"s",
".",
"TargetString",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetString sets the TargetString field's value. | [
"SetTargetString",
"sets",
"the",
"TargetString",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L9540-L9543 |
1,075 | aws/aws-sdk-go | service/waf/api.go | SetGeoMatchConstraints | func (s *GeoMatchSet) SetGeoMatchConstraints(v []*GeoMatchConstraint) *GeoMatchSet {
s.GeoMatchConstraints = v
return s
} | go | func (s *GeoMatchSet) SetGeoMatchConstraints(v []*GeoMatchConstraint) *GeoMatchSet {
s.GeoMatchConstraints = v
return s
} | [
"func",
"(",
"s",
"*",
"GeoMatchSet",
")",
"SetGeoMatchConstraints",
"(",
"v",
"[",
"]",
"*",
"GeoMatchConstraint",
")",
"*",
"GeoMatchSet",
"{",
"s",
".",
"GeoMatchConstraints",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetGeoMatchConstraints sets the GeoMatchConstraints field's value. | [
"SetGeoMatchConstraints",
"sets",
"the",
"GeoMatchConstraints",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L12148-L12151 |
1,076 | aws/aws-sdk-go | service/waf/api.go | SetGeoMatchConstraint | func (s *GeoMatchSetUpdate) SetGeoMatchConstraint(v *GeoMatchConstraint) *GeoMatchSetUpdate {
s.GeoMatchConstraint = v
return s
} | go | func (s *GeoMatchSetUpdate) SetGeoMatchConstraint(v *GeoMatchConstraint) *GeoMatchSetUpdate {
s.GeoMatchConstraint = v
return s
} | [
"func",
"(",
"s",
"*",
"GeoMatchSetUpdate",
")",
"SetGeoMatchConstraint",
"(",
"v",
"*",
"GeoMatchConstraint",
")",
"*",
"GeoMatchSetUpdate",
"{",
"s",
".",
"GeoMatchConstraint",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetGeoMatchConstraint sets the GeoMatchConstraint field's value. | [
"SetGeoMatchConstraint",
"sets",
"the",
"GeoMatchConstraint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L12258-L12261 |
1,077 | aws/aws-sdk-go | service/waf/api.go | SetChangeTokenStatus | func (s *GetChangeTokenStatusOutput) SetChangeTokenStatus(v string) *GetChangeTokenStatusOutput {
s.ChangeTokenStatus = &v
return s
} | go | func (s *GetChangeTokenStatusOutput) SetChangeTokenStatus(v string) *GetChangeTokenStatusOutput {
s.ChangeTokenStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetChangeTokenStatusOutput",
")",
"SetChangeTokenStatus",
"(",
"v",
"string",
")",
"*",
"GetChangeTokenStatusOutput",
"{",
"s",
".",
"ChangeTokenStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChangeTokenStatus sets the ChangeTokenStatus field's value. | [
"SetChangeTokenStatus",
"sets",
"the",
"ChangeTokenStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L12435-L12438 |
1,078 | aws/aws-sdk-go | service/waf/api.go | SetManagedKeys | func (s *GetRateBasedRuleManagedKeysOutput) SetManagedKeys(v []*string) *GetRateBasedRuleManagedKeysOutput {
s.ManagedKeys = v
return s
} | go | func (s *GetRateBasedRuleManagedKeysOutput) SetManagedKeys(v []*string) *GetRateBasedRuleManagedKeysOutput {
s.ManagedKeys = v
return s
} | [
"func",
"(",
"s",
"*",
"GetRateBasedRuleManagedKeysOutput",
")",
"SetManagedKeys",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetRateBasedRuleManagedKeysOutput",
"{",
"s",
".",
"ManagedKeys",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManagedKeys sets the ManagedKeys field's value. | [
"SetManagedKeys",
"sets",
"the",
"ManagedKeys",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L12825-L12828 |
1,079 | aws/aws-sdk-go | service/waf/api.go | SetWebAclId | func (s *GetSampledRequestsInput) SetWebAclId(v string) *GetSampledRequestsInput {
s.WebAclId = &v
return s
} | go | func (s *GetSampledRequestsInput) SetWebAclId(v string) *GetSampledRequestsInput {
s.WebAclId = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetSampledRequestsInput",
")",
"SetWebAclId",
"(",
"v",
"string",
")",
"*",
"GetSampledRequestsInput",
"{",
"s",
".",
"WebAclId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWebAclId sets the WebAclId field's value. | [
"SetWebAclId",
"sets",
"the",
"WebAclId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13231-L13234 |
1,080 | aws/aws-sdk-go | service/waf/api.go | SetPopulationSize | func (s *GetSampledRequestsOutput) SetPopulationSize(v int64) *GetSampledRequestsOutput {
s.PopulationSize = &v
return s
} | go | func (s *GetSampledRequestsOutput) SetPopulationSize(v int64) *GetSampledRequestsOutput {
s.PopulationSize = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetSampledRequestsOutput",
")",
"SetPopulationSize",
"(",
"v",
"int64",
")",
"*",
"GetSampledRequestsOutput",
"{",
"s",
".",
"PopulationSize",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPopulationSize sets the PopulationSize field's value. | [
"SetPopulationSize",
"sets",
"the",
"PopulationSize",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13266-L13269 |
1,081 | aws/aws-sdk-go | service/waf/api.go | SetSampledRequests | func (s *GetSampledRequestsOutput) SetSampledRequests(v []*SampledHTTPRequest) *GetSampledRequestsOutput {
s.SampledRequests = v
return s
} | go | func (s *GetSampledRequestsOutput) SetSampledRequests(v []*SampledHTTPRequest) *GetSampledRequestsOutput {
s.SampledRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"GetSampledRequestsOutput",
")",
"SetSampledRequests",
"(",
"v",
"[",
"]",
"*",
"SampledHTTPRequest",
")",
"*",
"GetSampledRequestsOutput",
"{",
"s",
".",
"SampledRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSampledRequests sets the SampledRequests field's value. | [
"SetSampledRequests",
"sets",
"the",
"SampledRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13272-L13275 |
1,082 | aws/aws-sdk-go | service/waf/api.go | SetClientIP | func (s *HTTPRequest) SetClientIP(v string) *HTTPRequest {
s.ClientIP = &v
return s
} | go | func (s *HTTPRequest) SetClientIP(v string) *HTTPRequest {
s.ClientIP = &v
return s
} | [
"func",
"(",
"s",
"*",
"HTTPRequest",
")",
"SetClientIP",
"(",
"v",
"string",
")",
"*",
"HTTPRequest",
"{",
"s",
".",
"ClientIP",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetClientIP sets the ClientIP field's value. | [
"SetClientIP",
"sets",
"the",
"ClientIP",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13669-L13672 |
1,083 | aws/aws-sdk-go | service/waf/api.go | SetHTTPVersion | func (s *HTTPRequest) SetHTTPVersion(v string) *HTTPRequest {
s.HTTPVersion = &v
return s
} | go | func (s *HTTPRequest) SetHTTPVersion(v string) *HTTPRequest {
s.HTTPVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"HTTPRequest",
")",
"SetHTTPVersion",
"(",
"v",
"string",
")",
"*",
"HTTPRequest",
"{",
"s",
".",
"HTTPVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHTTPVersion sets the HTTPVersion field's value. | [
"SetHTTPVersion",
"sets",
"the",
"HTTPVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13681-L13684 |
1,084 | aws/aws-sdk-go | service/waf/api.go | SetIPSetDescriptors | func (s *IPSet) SetIPSetDescriptors(v []*IPSetDescriptor) *IPSet {
s.IPSetDescriptors = v
return s
} | go | func (s *IPSet) SetIPSetDescriptors(v []*IPSetDescriptor) *IPSet {
s.IPSetDescriptors = v
return s
} | [
"func",
"(",
"s",
"*",
"IPSet",
")",
"SetIPSetDescriptors",
"(",
"v",
"[",
"]",
"*",
"IPSetDescriptor",
")",
"*",
"IPSet",
"{",
"s",
".",
"IPSetDescriptors",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIPSetDescriptors sets the IPSetDescriptors field's value. | [
"SetIPSetDescriptors",
"sets",
"the",
"IPSetDescriptors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13752-L13755 |
1,085 | aws/aws-sdk-go | service/waf/api.go | SetIPSetDescriptor | func (s *IPSetUpdate) SetIPSetDescriptor(v *IPSetDescriptor) *IPSetUpdate {
s.IPSetDescriptor = v
return s
} | go | func (s *IPSetUpdate) SetIPSetDescriptor(v *IPSetDescriptor) *IPSetUpdate {
s.IPSetDescriptor = v
return s
} | [
"func",
"(",
"s",
"*",
"IPSetUpdate",
")",
"SetIPSetDescriptor",
"(",
"v",
"*",
"IPSetDescriptor",
")",
"*",
"IPSetUpdate",
"{",
"s",
".",
"IPSetDescriptor",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIPSetDescriptor sets the IPSetDescriptor field's value. | [
"SetIPSetDescriptor",
"sets",
"the",
"IPSetDescriptor",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L13934-L13937 |
1,086 | aws/aws-sdk-go | service/waf/api.go | SetActivatedRules | func (s *ListActivatedRulesInRuleGroupOutput) SetActivatedRules(v []*ActivatedRule) *ListActivatedRulesInRuleGroupOutput {
s.ActivatedRules = v
return s
} | go | func (s *ListActivatedRulesInRuleGroupOutput) SetActivatedRules(v []*ActivatedRule) *ListActivatedRulesInRuleGroupOutput {
s.ActivatedRules = v
return s
} | [
"func",
"(",
"s",
"*",
"ListActivatedRulesInRuleGroupOutput",
")",
"SetActivatedRules",
"(",
"v",
"[",
"]",
"*",
"ActivatedRule",
")",
"*",
"ListActivatedRulesInRuleGroupOutput",
"{",
"s",
".",
"ActivatedRules",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivatedRules sets the ActivatedRules field's value. | [
"SetActivatedRules",
"sets",
"the",
"ActivatedRules",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14028-L14031 |
1,087 | aws/aws-sdk-go | service/waf/api.go | SetByteMatchSets | func (s *ListByteMatchSetsOutput) SetByteMatchSets(v []*ByteMatchSetSummary) *ListByteMatchSetsOutput {
s.ByteMatchSets = v
return s
} | go | func (s *ListByteMatchSetsOutput) SetByteMatchSets(v []*ByteMatchSetSummary) *ListByteMatchSetsOutput {
s.ByteMatchSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListByteMatchSetsOutput",
")",
"SetByteMatchSets",
"(",
"v",
"[",
"]",
"*",
"ByteMatchSetSummary",
")",
"*",
"ListByteMatchSetsOutput",
"{",
"s",
".",
"ByteMatchSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetByteMatchSets sets the ByteMatchSets field's value. | [
"SetByteMatchSets",
"sets",
"the",
"ByteMatchSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14116-L14119 |
1,088 | aws/aws-sdk-go | service/waf/api.go | SetGeoMatchSets | func (s *ListGeoMatchSetsOutput) SetGeoMatchSets(v []*GeoMatchSetSummary) *ListGeoMatchSetsOutput {
s.GeoMatchSets = v
return s
} | go | func (s *ListGeoMatchSetsOutput) SetGeoMatchSets(v []*GeoMatchSetSummary) *ListGeoMatchSetsOutput {
s.GeoMatchSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListGeoMatchSetsOutput",
")",
"SetGeoMatchSets",
"(",
"v",
"[",
"]",
"*",
"GeoMatchSetSummary",
")",
"*",
"ListGeoMatchSetsOutput",
"{",
"s",
".",
"GeoMatchSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetGeoMatchSets sets the GeoMatchSets field's value. | [
"SetGeoMatchSets",
"sets",
"the",
"GeoMatchSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14204-L14207 |
1,089 | aws/aws-sdk-go | service/waf/api.go | SetIPSets | func (s *ListIPSetsOutput) SetIPSets(v []*IPSetSummary) *ListIPSetsOutput {
s.IPSets = v
return s
} | go | func (s *ListIPSetsOutput) SetIPSets(v []*IPSetSummary) *ListIPSetsOutput {
s.IPSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListIPSetsOutput",
")",
"SetIPSets",
"(",
"v",
"[",
"]",
"*",
"IPSetSummary",
")",
"*",
"ListIPSetsOutput",
"{",
"s",
".",
"IPSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIPSets sets the IPSets field's value. | [
"SetIPSets",
"sets",
"the",
"IPSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14291-L14294 |
1,090 | aws/aws-sdk-go | service/waf/api.go | SetLoggingConfigurations | func (s *ListLoggingConfigurationsOutput) SetLoggingConfigurations(v []*LoggingConfiguration) *ListLoggingConfigurationsOutput {
s.LoggingConfigurations = v
return s
} | go | func (s *ListLoggingConfigurationsOutput) SetLoggingConfigurations(v []*LoggingConfiguration) *ListLoggingConfigurationsOutput {
s.LoggingConfigurations = v
return s
} | [
"func",
"(",
"s",
"*",
"ListLoggingConfigurationsOutput",
")",
"SetLoggingConfigurations",
"(",
"v",
"[",
"]",
"*",
"LoggingConfiguration",
")",
"*",
"ListLoggingConfigurationsOutput",
"{",
"s",
".",
"LoggingConfigurations",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLoggingConfigurations sets the LoggingConfigurations field's value. | [
"SetLoggingConfigurations",
"sets",
"the",
"LoggingConfigurations",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14379-L14382 |
1,091 | aws/aws-sdk-go | service/waf/api.go | SetRegexMatchSets | func (s *ListRegexMatchSetsOutput) SetRegexMatchSets(v []*RegexMatchSetSummary) *ListRegexMatchSetsOutput {
s.RegexMatchSets = v
return s
} | go | func (s *ListRegexMatchSetsOutput) SetRegexMatchSets(v []*RegexMatchSetSummary) *ListRegexMatchSetsOutput {
s.RegexMatchSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListRegexMatchSetsOutput",
")",
"SetRegexMatchSets",
"(",
"v",
"[",
"]",
"*",
"RegexMatchSetSummary",
")",
"*",
"ListRegexMatchSetsOutput",
"{",
"s",
".",
"RegexMatchSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRegexMatchSets sets the RegexMatchSets field's value. | [
"SetRegexMatchSets",
"sets",
"the",
"RegexMatchSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14560-L14563 |
1,092 | aws/aws-sdk-go | service/waf/api.go | SetRegexPatternSets | func (s *ListRegexPatternSetsOutput) SetRegexPatternSets(v []*RegexPatternSetSummary) *ListRegexPatternSetsOutput {
s.RegexPatternSets = v
return s
} | go | func (s *ListRegexPatternSetsOutput) SetRegexPatternSets(v []*RegexPatternSetSummary) *ListRegexPatternSetsOutput {
s.RegexPatternSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListRegexPatternSetsOutput",
")",
"SetRegexPatternSets",
"(",
"v",
"[",
"]",
"*",
"RegexPatternSetSummary",
")",
"*",
"ListRegexPatternSetsOutput",
"{",
"s",
".",
"RegexPatternSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRegexPatternSets sets the RegexPatternSets field's value. | [
"SetRegexPatternSets",
"sets",
"the",
"RegexPatternSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14649-L14652 |
1,093 | aws/aws-sdk-go | service/waf/api.go | SetSizeConstraintSets | func (s *ListSizeConstraintSetsOutput) SetSizeConstraintSets(v []*SizeConstraintSetSummary) *ListSizeConstraintSetsOutput {
s.SizeConstraintSets = v
return s
} | go | func (s *ListSizeConstraintSetsOutput) SetSizeConstraintSets(v []*SizeConstraintSetSummary) *ListSizeConstraintSetsOutput {
s.SizeConstraintSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListSizeConstraintSetsOutput",
")",
"SetSizeConstraintSets",
"(",
"v",
"[",
"]",
"*",
"SizeConstraintSetSummary",
")",
"*",
"ListSizeConstraintSetsOutput",
"{",
"s",
".",
"SizeConstraintSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSizeConstraintSets sets the SizeConstraintSets field's value. | [
"SetSizeConstraintSets",
"sets",
"the",
"SizeConstraintSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L14910-L14913 |
1,094 | aws/aws-sdk-go | service/waf/api.go | SetSqlInjectionMatchSets | func (s *ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets(v []*SqlInjectionMatchSetSummary) *ListSqlInjectionMatchSetsOutput {
s.SqlInjectionMatchSets = v
return s
} | go | func (s *ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets(v []*SqlInjectionMatchSetSummary) *ListSqlInjectionMatchSetsOutput {
s.SqlInjectionMatchSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListSqlInjectionMatchSetsOutput",
")",
"SetSqlInjectionMatchSets",
"(",
"v",
"[",
"]",
"*",
"SqlInjectionMatchSetSummary",
")",
"*",
"ListSqlInjectionMatchSetsOutput",
"{",
"s",
".",
"SqlInjectionMatchSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSqlInjectionMatchSets sets the SqlInjectionMatchSets field's value. | [
"SetSqlInjectionMatchSets",
"sets",
"the",
"SqlInjectionMatchSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15001-L15004 |
1,095 | aws/aws-sdk-go | service/waf/api.go | SetWebACLs | func (s *ListWebACLsOutput) SetWebACLs(v []*WebACLSummary) *ListWebACLsOutput {
s.WebACLs = v
return s
} | go | func (s *ListWebACLsOutput) SetWebACLs(v []*WebACLSummary) *ListWebACLsOutput {
s.WebACLs = v
return s
} | [
"func",
"(",
"s",
"*",
"ListWebACLsOutput",
")",
"SetWebACLs",
"(",
"v",
"[",
"]",
"*",
"WebACLSummary",
")",
"*",
"ListWebACLsOutput",
"{",
"s",
".",
"WebACLs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWebACLs sets the WebACLs field's value. | [
"SetWebACLs",
"sets",
"the",
"WebACLs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15177-L15180 |
1,096 | aws/aws-sdk-go | service/waf/api.go | SetXssMatchSets | func (s *ListXssMatchSetsOutput) SetXssMatchSets(v []*XssMatchSetSummary) *ListXssMatchSetsOutput {
s.XssMatchSets = v
return s
} | go | func (s *ListXssMatchSetsOutput) SetXssMatchSets(v []*XssMatchSetSummary) *ListXssMatchSetsOutput {
s.XssMatchSets = v
return s
} | [
"func",
"(",
"s",
"*",
"ListXssMatchSetsOutput",
")",
"SetXssMatchSets",
"(",
"v",
"[",
"]",
"*",
"XssMatchSetSummary",
")",
"*",
"ListXssMatchSetsOutput",
"{",
"s",
".",
"XssMatchSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetXssMatchSets sets the XssMatchSets field's value. | [
"SetXssMatchSets",
"sets",
"the",
"XssMatchSets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15267-L15270 |
1,097 | aws/aws-sdk-go | service/waf/api.go | SetLogDestinationConfigs | func (s *LoggingConfiguration) SetLogDestinationConfigs(v []*string) *LoggingConfiguration {
s.LogDestinationConfigs = v
return s
} | go | func (s *LoggingConfiguration) SetLogDestinationConfigs(v []*string) *LoggingConfiguration {
s.LogDestinationConfigs = v
return s
} | [
"func",
"(",
"s",
"*",
"LoggingConfiguration",
")",
"SetLogDestinationConfigs",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"LoggingConfiguration",
"{",
"s",
".",
"LogDestinationConfigs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLogDestinationConfigs sets the LogDestinationConfigs field's value. | [
"SetLogDestinationConfigs",
"sets",
"the",
"LogDestinationConfigs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15337-L15340 |
1,098 | aws/aws-sdk-go | service/waf/api.go | SetRedactedFields | func (s *LoggingConfiguration) SetRedactedFields(v []*FieldToMatch) *LoggingConfiguration {
s.RedactedFields = v
return s
} | go | func (s *LoggingConfiguration) SetRedactedFields(v []*FieldToMatch) *LoggingConfiguration {
s.RedactedFields = v
return s
} | [
"func",
"(",
"s",
"*",
"LoggingConfiguration",
")",
"SetRedactedFields",
"(",
"v",
"[",
"]",
"*",
"FieldToMatch",
")",
"*",
"LoggingConfiguration",
"{",
"s",
".",
"RedactedFields",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRedactedFields sets the RedactedFields field's value. | [
"SetRedactedFields",
"sets",
"the",
"RedactedFields",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15343-L15346 |
1,099 | aws/aws-sdk-go | service/waf/api.go | SetDataId | func (s *Predicate) SetDataId(v string) *Predicate {
s.DataId = &v
return s
} | go | func (s *Predicate) SetDataId(v string) *Predicate {
s.DataId = &v
return s
} | [
"func",
"(",
"s",
"*",
"Predicate",
")",
"SetDataId",
"(",
"v",
"string",
")",
"*",
"Predicate",
"{",
"s",
".",
"DataId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDataId sets the DataId field's value. | [
"SetDataId",
"sets",
"the",
"DataId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/waf/api.go#L15421-L15424 |
Subsets and Splits