anchor dict | positive dict | negative dict |
|---|---|---|
{
"audio": "",
"image": "",
"text": "func (s *ElasticsearchDomainStatus) SetUpgradeProcessing(v bool) *ElasticsearchDomainStatus",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.UpgradeProcessing = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64To16).\n\t\tWithShrinker(Int16Shrinker).\n\t\tSuchThat(func(v int16) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *GetCompatibleElasticsearchVersionsOutput) SetCompatibleElasticsearchVersions(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CompatibleVersionsMap) *GetCompatibleElasticsearchVersionsOutput {\n\ts.CompatibleElasticsearchVersions = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetUpgradeHistoryOutput) SetUpgradeHistories(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*UpgradeHistory) *GetUpgradeHistoryOutput {\n\ts.UpgradeHistories = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *InstanceCountLimits) SetMaximumInstanceCount(v int64) *InstanceCountLimits {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MaximumInstanceCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *InstanceCountLimits) SetMinimumInstanceCount(v int64) *InstanceCountLimits {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MinimumInstanceCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *InstanceLimits) SetInstanceCountLimits(v *InstanceCountLimits) *InstanceLimits {",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\ts.InstanceCountLimits = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Limits) SetAdditionalLimits(v []*AdditionalLimit)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Limits {\n\ts.AdditionalLimits = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Limits) SetInstanceLimits(v *InstanceLimits)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Limits {\n\ts.InstanceLimits = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Limits) SetStorageTypes(v []*StorageType)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Limits {\n\ts.StorageTypes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListElasticsearchInstanceTypesOutput) SetElasticsearchInstanceTypes(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ListElasticsearchInstanceTypesOutput {\n\ts.ElasticsearchInstanceTypes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListElasticsearchVersionsOutput) SetElasticsearchVersions(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ListElasticsearchVersionsOutput {\n\ts.ElasticsearchVersions = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *OptionStatus) SetPendingDeletion(v bool) *OptionStatus {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PendingDeletion = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *OptionStatus) SetUpdateVersion(v int64) *OptionStatus {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.UpdateVersion = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ReservedElasticsearchInstance) SetElasticsearchInstanceCount(v int64) *ReservedElasticsearchInstance",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ElasticsearchInstanceCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ServiceSoftwareOptions) SetAutomatedUpdateDate(v time.Time) *ServiceSoftwareOptions",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.AutomatedUpdateDate = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\tnowFunc: func() time.Time { return time.Now().In(time.UTC) },\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ServiceSoftwareOptions) SetCancellable(v bool) *ServiceSoftwareOptions",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.Cancellable = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64To16).\n\t\tWithShrinker(Int16Shrinker).\n\t\tSuchThat(func(v int16) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ServiceSoftwareOptions) SetNewVersion(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *ServiceSoftwareOptions {\n\ts.NewVersion = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ServiceSoftwareOptions) SetUpdateAvailable(v bool) *ServiceSoftwareOptions",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.UpdateAvailable = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64To16).\n\t\tWithShrinker(Int16Shrinker).\n\t\tSuchThat(func(v int16) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *SnapshotOptions) SetAutomatedSnapshotStartHour(v int64) *SnapshotOptions {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.AutomatedSnapshotStartHour = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *StorageType) SetStorageSubTypeName(v string) *StorageType {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.StorageSubTypeName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *StorageType) SetStorageTypeLimits(v []*StorageTypeLimit)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *StorageType {\n\ts.StorageTypeLimits = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *StorageType) SetStorageTypeName(v string) *StorageType {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.StorageTypeName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *UpgradeHistory) SetStepsList(v []*UpgradeStepItem)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *UpgradeHistory {\n\ts.StepsList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *UpgradeHistory) SetUpgradeStatus(v string) *UpgradeHistory {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.UpgradeStatus = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *UpgradeStepItem) SetIssues(v []*string) *UpgradeStepItem",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.Issues = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *UpgradeStepItem) SetUpgradeStepStatus(v string) *UpgradeStepItem {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.UpgradeStepStatus = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ZoneAwarenessConfig) SetAvailabilityZoneCount(v int64) *ZoneAwarenessConfig {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.AvailabilityZoneCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *CalculatedLifecycle) SetDeleteAt(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " time.Time) *CalculatedLifecycle {\n\ts.DeleteAt = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CalculatedLifecycle) SetMoveToColdStorageAt(v time.Time) *CalculatedLifecycle {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MoveToColdStorageAt = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\tnowFunc: func() time.Time { return time.Now().In(time.UTC) },\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Condition) SetConditionKey(v string) *Condition {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ConditionKey = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Condition) SetConditionType(v string) *Condition {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ConditionType = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Condition) SetConditionValue(v string) *Condition {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ConditionValue = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateBackupPlanInput) SetBackupPlanTags(v map[string]*string)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *CreateBackupPlanInput {\n\ts.BackupPlanTags = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateBackupVaultInput) SetBackupVaultTags(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " map[string]*string) *CreateBackupVaultInput {\n\ts.BackupVaultTags = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetBackupPlanFromTemplateOutput) SetBackupPlanDocument(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Plan) *GetBackupPlanFromTemplateOutput {\n\ts.BackupPlanDocument = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetRecoveryPointRestoreMetadataOutput) SetRestoreMetadata(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " map[string]*string) *GetRecoveryPointRestoreMetadataOutput {\n\ts.RestoreMetadata = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Lifecycle) SetDeleteAfterDays(v int64) *Lifecycle {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DeleteAfterDays = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Lifecycle) SetMoveToColdStorageAfterDays(v int64) *Lifecycle {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MoveToColdStorageAfterDays = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupJobsInput) SetByBackupVaultName(v string) *ListBackupJobsInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ByBackupVaultName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupJobsInput) SetByState(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *ListBackupJobsInput {\n\ts.ByState = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupJobsOutput) SetBackupJobs(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*Job) *ListBackupJobsOutput {\n\ts.BackupJobs = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupPlanTemplatesOutput) SetBackupPlanTemplatesList(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*PlanTemplatesListMember) *ListBackupPlanTemplatesOutput {\n\ts.BackupPlanTemplatesList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupPlanVersionsOutput) SetBackupPlanVersionsList(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*PlansListMember) *ListBackupPlanVersionsOutput {\n\ts.BackupPlanVersionsList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupPlansOutput) SetBackupPlansList(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*PlansListMember) *ListBackupPlansOutput {\n\ts.BackupPlansList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupSelectionsOutput) SetBackupSelectionsList(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*SelectionsListMember) *ListBackupSelectionsOutput {\n\ts.BackupSelectionsList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListBackupVaultsOutput) SetBackupVaultList(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*VaultListMember) *ListBackupVaultsOutput {\n\ts.BackupVaultList = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListRecoveryPointsByBackupVaultInput) SetByBackupPlanId(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *ListRecoveryPointsByBackupVaultInput {\n\ts.ByBackupPlanId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListRestoreJobsOutput) SetRestoreJobs(v []*RestoreJobsListMember)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListRestoreJobsOutput {\n\ts.RestoreJobs = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *PlanTemplatesListMember) SetBackupPlanTemplateName(v string) *PlanTemplatesListMember {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.BackupPlanTemplateName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *RecoveryPointCreator) SetBackupPlanVersion(v string) *RecoveryPointCreator {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.BackupPlanVersion = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *RecoveryPointCreator) SetBackupRuleId(v string) *RecoveryPointCreator",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.BackupRuleId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Selection) SetListOfTags(v []*Condition)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Selection {\n\ts.ListOfTags = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Selection {\n\treturn s.wrapInnerNodes(n)\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *StartBackupJobInput) SetCompleteWindowMinutes(v int64) *StartBackupJobInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CompleteWindowMinutes = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *CreateDataSourceFromRDSInput) SetRDSData(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *RDSDataSpec) *CreateDataSourceFromRDSInput {\n\ts.RDSData = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateMLModelInput) SetRecipeUri(v string) *CreateMLModelInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.RecipeUri = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetDataSourceOutput) SetDataSourceSchema(v string) *GetDataSourceOutput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DataSourceSchema = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *PredictInput) SetPredictEndpoint(v string) *PredictInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PredictEndpoint = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *PredictOutput) SetPrediction(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Prediction) *PredictOutput {\n\ts.Prediction = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Prediction) SetPredictedLabel(v string) *Prediction {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PredictedLabel = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Prediction) SetPredictedScores(v map[string]*float64)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Prediction {\n\ts.PredictedScores = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Prediction) SetPredictedValue(v float64) *Prediction {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PredictedValue = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *RDSDatabase) SetInstanceIdentifier(v string) *RDSDatabase {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.InstanceIdentifier = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *RDSMetadata) SetDataPipelineId(v string) *RDSMetadata {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DataPipelineId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *RealtimeEndpointInfo) SetEndpointUrl(v string) *RealtimeEndpointInfo",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.EndpointUrl = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *RealtimeEndpointInfo) SetPeakRequestsPerSecond(v int64) *RealtimeEndpointInfo {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PeakRequestsPerSecond = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *RedshiftMetadata) SetRedshiftDatabase(v *RedshiftDatabase)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *RedshiftMetadata {\n\ts.RedshiftDatabase = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *S3DataSpec) SetDataSchemaLocationS3(v string) *S3DataSpec {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DataSchemaLocationS3 = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func UnmarshalDiscardBody(r *request.Request) {\n\tif r.HTTPResponse == nil || r.HTTPResponse.Body == nil {\n\t\treturn\n\t}\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\tio.Copy(ioutil.Discard, r.HTTPResponse.Body)\n\tr.HTTPResponse.Body.Close()\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Request {\n\tr.Use(body.JSON(data))\n\treturn r\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (c *WAF) CreateRegexMatchSet(input *CreateRegexMatchSetInput) (*CreateRegexMatchSetOutput, error) {\n\treq,",
"video": ""
} | {
"audio": "",
"image": "",
"text": " out := c.CreateRegexMatchSetRequest(input)\n\treturn out, req.Send()\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ActivatedRule) SetExcludedRules(v []*ExcludedRule) *ActivatedRule {",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\ts.ExcludedRules = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ActivatedRule) SetOverrideAction(v *WafOverrideAction)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ActivatedRule {\n\ts.OverrideAction = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ByteMatchSet) SetByteMatchTuples(v []*ByteMatchTuple)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ByteMatchSet {\n\ts.ByteMatchTuples = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ByteMatchSetUpdate) SetByteMatchTuple(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ByteMatchTuple) *ByteMatchSetUpdate {\n\ts.ByteMatchTuple = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ByteMatchTuple) SetPositionalConstraint(v string) *ByteMatchTuple {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PositionalConstraint = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ByteMatchTuple) SetTargetString(v []byte) *ByteMatchTuple {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.TargetString = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tv.Set([]byte(key), chrs[0:0])\n\t} else {\n\t\tv.Set([]byte(key), []byte(val))\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *GeoMatchSet) SetGeoMatchConstraints(v []*GeoMatchConstraint)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *GeoMatchSet {\n\ts.GeoMatchConstraints = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GeoMatchSetUpdate) SetGeoMatchConstraint(v *GeoMatchConstraint)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *GeoMatchSetUpdate {\n\ts.GeoMatchConstraint = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetChangeTokenStatusOutput) SetChangeTokenStatus(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *GetChangeTokenStatusOutput {\n\ts.ChangeTokenStatus = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetRateBasedRuleManagedKeysOutput) SetManagedKeys(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *GetRateBasedRuleManagedKeysOutput {\n\ts.ManagedKeys = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetSampledRequestsInput) SetWebAclId(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *GetSampledRequestsInput {\n\ts.WebAclId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetSampledRequestsOutput) SetPopulationSize(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *GetSampledRequestsOutput {\n\ts.PopulationSize = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetSampledRequestsOutput) SetSampledRequests(v []*SampledHTTPRequest)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *GetSampledRequestsOutput {\n\ts.SampledRequests = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *HTTPRequest) SetClientIP(v string) *HTTPRequest {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ClientIP = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *HTTPRequest) SetHTTPVersion(v string) *HTTPRequest {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.HTTPVersion = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *IPSet) SetIPSetDescriptors(v []*IPSetDescriptor)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *IPSet {\n\ts.IPSetDescriptors = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *IPSetUpdate) SetIPSetDescriptor(v *IPSetDescriptor)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *IPSetUpdate {\n\ts.IPSetDescriptor = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListActivatedRulesInRuleGroupOutput) SetActivatedRules(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*ActivatedRule) *ListActivatedRulesInRuleGroupOutput {\n\ts.ActivatedRules = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListByteMatchSetsOutput) SetByteMatchSets(v []*ByteMatchSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListByteMatchSetsOutput {\n\ts.ByteMatchSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListGeoMatchSetsOutput) SetGeoMatchSets(v []*GeoMatchSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListGeoMatchSetsOutput {\n\ts.GeoMatchSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListIPSetsOutput) SetIPSets(v []*IPSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListIPSetsOutput {\n\ts.IPSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListLoggingConfigurationsOutput) SetLoggingConfigurations(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*LoggingConfiguration) *ListLoggingConfigurationsOutput {\n\ts.LoggingConfigurations = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListRegexMatchSetsOutput) SetRegexMatchSets(v []*RegexMatchSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListRegexMatchSetsOutput {\n\ts.RegexMatchSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListRegexPatternSetsOutput) SetRegexPatternSets(v []*RegexPatternSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListRegexPatternSetsOutput {\n\ts.RegexPatternSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListSizeConstraintSetsOutput) SetSizeConstraintSets(v []*SizeConstraintSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListSizeConstraintSetsOutput {\n\ts.SizeConstraintSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets(v []*SqlInjectionMatchSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListSqlInjectionMatchSetsOutput {\n\ts.SqlInjectionMatchSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListWebACLsOutput) SetWebACLs(v []*WebACLSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListWebACLsOutput {\n\ts.WebACLs = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListXssMatchSetsOutput) SetXssMatchSets(v []*XssMatchSetSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ListXssMatchSetsOutput {\n\ts.XssMatchSets = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *LoggingConfiguration) SetLogDestinationConfigs(v []*string) *LoggingConfiguration {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.LogDestinationConfigs = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *LoggingConfiguration) SetRedactedFields(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*FieldToMatch) *LoggingConfiguration {\n\ts.RedactedFields = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Predicate) SetDataId(v string) *Predicate {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DataId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.