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
|
---|---|---|---|---|---|---|---|---|---|---|---|
800 | aws/aws-sdk-go | service/sagemaker/api.go | SetModelPackageSummaryList | func (s *ListModelPackagesOutput) SetModelPackageSummaryList(v []*ModelPackageSummary) *ListModelPackagesOutput {
s.ModelPackageSummaryList = v
return s
} | go | func (s *ListModelPackagesOutput) SetModelPackageSummaryList(v []*ModelPackageSummary) *ListModelPackagesOutput {
s.ModelPackageSummaryList = v
return s
} | [
"func",
"(",
"s",
"*",
"ListModelPackagesOutput",
")",
"SetModelPackageSummaryList",
"(",
"v",
"[",
"]",
"*",
"ModelPackageSummary",
")",
"*",
"ListModelPackagesOutput",
"{",
"s",
".",
"ModelPackageSummaryList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetModelPackageSummaryList sets the ModelPackageSummaryList field's value. | [
"SetModelPackageSummaryList",
"sets",
"the",
"ModelPackageSummaryList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18523-L18526 |
801 | aws/aws-sdk-go | service/sagemaker/api.go | SetModels | func (s *ListModelsOutput) SetModels(v []*ModelSummary) *ListModelsOutput {
s.Models = v
return s
} | go | func (s *ListModelsOutput) SetModels(v []*ModelSummary) *ListModelsOutput {
s.Models = v
return s
} | [
"func",
"(",
"s",
"*",
"ListModelsOutput",
")",
"SetModels",
"(",
"v",
"[",
"]",
"*",
"ModelSummary",
")",
"*",
"ListModelsOutput",
"{",
"s",
".",
"Models",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetModels sets the Models field's value. | [
"SetModels",
"sets",
"the",
"Models",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18651-L18654 |
802 | aws/aws-sdk-go | service/sagemaker/api.go | SetNotebookInstanceLifecycleConfigs | func (s *ListNotebookInstanceLifecycleConfigsOutput) SetNotebookInstanceLifecycleConfigs(v []*NotebookInstanceLifecycleConfigSummary) *ListNotebookInstanceLifecycleConfigsOutput {
s.NotebookInstanceLifecycleConfigs = v
return s
} | go | func (s *ListNotebookInstanceLifecycleConfigsOutput) SetNotebookInstanceLifecycleConfigs(v []*NotebookInstanceLifecycleConfigSummary) *ListNotebookInstanceLifecycleConfigsOutput {
s.NotebookInstanceLifecycleConfigs = v
return s
} | [
"func",
"(",
"s",
"*",
"ListNotebookInstanceLifecycleConfigsOutput",
")",
"SetNotebookInstanceLifecycleConfigs",
"(",
"v",
"[",
"]",
"*",
"NotebookInstanceLifecycleConfigSummary",
")",
"*",
"ListNotebookInstanceLifecycleConfigsOutput",
"{",
"s",
".",
"NotebookInstanceLifecycleConfigs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNotebookInstanceLifecycleConfigs sets the NotebookInstanceLifecycleConfigs field's value. | [
"SetNotebookInstanceLifecycleConfigs",
"sets",
"the",
"NotebookInstanceLifecycleConfigs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18806-L18809 |
803 | aws/aws-sdk-go | service/sagemaker/api.go | SetAdditionalCodeRepositoryEquals | func (s *ListNotebookInstancesInput) SetAdditionalCodeRepositoryEquals(v string) *ListNotebookInstancesInput {
s.AdditionalCodeRepositoryEquals = &v
return s
} | go | func (s *ListNotebookInstancesInput) SetAdditionalCodeRepositoryEquals(v string) *ListNotebookInstancesInput {
s.AdditionalCodeRepositoryEquals = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListNotebookInstancesInput",
")",
"SetAdditionalCodeRepositoryEquals",
"(",
"v",
"string",
")",
"*",
"ListNotebookInstancesInput",
"{",
"s",
".",
"AdditionalCodeRepositoryEquals",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAdditionalCodeRepositoryEquals sets the AdditionalCodeRepositoryEquals field's value. | [
"SetAdditionalCodeRepositoryEquals",
"sets",
"the",
"AdditionalCodeRepositoryEquals",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18898-L18901 |
804 | aws/aws-sdk-go | service/sagemaker/api.go | SetDefaultCodeRepositoryContains | func (s *ListNotebookInstancesInput) SetDefaultCodeRepositoryContains(v string) *ListNotebookInstancesInput {
s.DefaultCodeRepositoryContains = &v
return s
} | go | func (s *ListNotebookInstancesInput) SetDefaultCodeRepositoryContains(v string) *ListNotebookInstancesInput {
s.DefaultCodeRepositoryContains = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListNotebookInstancesInput",
")",
"SetDefaultCodeRepositoryContains",
"(",
"v",
"string",
")",
"*",
"ListNotebookInstancesInput",
"{",
"s",
".",
"DefaultCodeRepositoryContains",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefaultCodeRepositoryContains sets the DefaultCodeRepositoryContains field's value. | [
"SetDefaultCodeRepositoryContains",
"sets",
"the",
"DefaultCodeRepositoryContains",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18916-L18919 |
805 | aws/aws-sdk-go | service/sagemaker/api.go | SetNotebookInstanceLifecycleConfigNameContains | func (s *ListNotebookInstancesInput) SetNotebookInstanceLifecycleConfigNameContains(v string) *ListNotebookInstancesInput {
s.NotebookInstanceLifecycleConfigNameContains = &v
return s
} | go | func (s *ListNotebookInstancesInput) SetNotebookInstanceLifecycleConfigNameContains(v string) *ListNotebookInstancesInput {
s.NotebookInstanceLifecycleConfigNameContains = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListNotebookInstancesInput",
")",
"SetNotebookInstanceLifecycleConfigNameContains",
"(",
"v",
"string",
")",
"*",
"ListNotebookInstancesInput",
"{",
"s",
".",
"NotebookInstanceLifecycleConfigNameContains",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNotebookInstanceLifecycleConfigNameContains sets the NotebookInstanceLifecycleConfigNameContains field's value. | [
"SetNotebookInstanceLifecycleConfigNameContains",
"sets",
"the",
"NotebookInstanceLifecycleConfigNameContains",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L18952-L18955 |
806 | aws/aws-sdk-go | service/sagemaker/api.go | SetNotebookInstances | func (s *ListNotebookInstancesOutput) SetNotebookInstances(v []*NotebookInstanceSummary) *ListNotebookInstancesOutput {
s.NotebookInstances = v
return s
} | go | func (s *ListNotebookInstancesOutput) SetNotebookInstances(v []*NotebookInstanceSummary) *ListNotebookInstancesOutput {
s.NotebookInstances = v
return s
} | [
"func",
"(",
"s",
"*",
"ListNotebookInstancesOutput",
")",
"SetNotebookInstances",
"(",
"v",
"[",
"]",
"*",
"NotebookInstanceSummary",
")",
"*",
"ListNotebookInstancesOutput",
"{",
"s",
".",
"NotebookInstances",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNotebookInstances sets the NotebookInstances field's value. | [
"SetNotebookInstances",
"sets",
"the",
"NotebookInstances",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19004-L19007 |
807 | aws/aws-sdk-go | service/sagemaker/api.go | SetSubscribedWorkteams | func (s *ListSubscribedWorkteamsOutput) SetSubscribedWorkteams(v []*SubscribedWorkteam) *ListSubscribedWorkteamsOutput {
s.SubscribedWorkteams = v
return s
} | go | func (s *ListSubscribedWorkteamsOutput) SetSubscribedWorkteams(v []*SubscribedWorkteam) *ListSubscribedWorkteamsOutput {
s.SubscribedWorkteams = v
return s
} | [
"func",
"(",
"s",
"*",
"ListSubscribedWorkteamsOutput",
")",
"SetSubscribedWorkteams",
"(",
"v",
"[",
"]",
"*",
"SubscribedWorkteam",
")",
"*",
"ListSubscribedWorkteamsOutput",
"{",
"s",
".",
"SubscribedWorkteams",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubscribedWorkteams sets the SubscribedWorkteams field's value. | [
"SetSubscribedWorkteams",
"sets",
"the",
"SubscribedWorkteams",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19099-L19102 |
808 | aws/aws-sdk-go | service/sagemaker/api.go | SetTransformJobSummaries | func (s *ListTransformJobsOutput) SetTransformJobSummaries(v []*TransformJobSummary) *ListTransformJobsOutput {
s.TransformJobSummaries = v
return s
} | go | func (s *ListTransformJobsOutput) SetTransformJobSummaries(v []*TransformJobSummary) *ListTransformJobsOutput {
s.TransformJobSummaries = v
return s
} | [
"func",
"(",
"s",
"*",
"ListTransformJobsOutput",
")",
"SetTransformJobSummaries",
"(",
"v",
"[",
"]",
"*",
"TransformJobSummary",
")",
"*",
"ListTransformJobsOutput",
"{",
"s",
".",
"TransformJobSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTransformJobSummaries sets the TransformJobSummaries field's value. | [
"SetTransformJobSummaries",
"sets",
"the",
"TransformJobSummaries",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19639-L19642 |
809 | aws/aws-sdk-go | service/sagemaker/api.go | SetWorkteams | func (s *ListWorkteamsOutput) SetWorkteams(v []*Workteam) *ListWorkteamsOutput {
s.Workteams = v
return s
} | go | func (s *ListWorkteamsOutput) SetWorkteams(v []*Workteam) *ListWorkteamsOutput {
s.Workteams = v
return s
} | [
"func",
"(",
"s",
"*",
"ListWorkteamsOutput",
")",
"SetWorkteams",
"(",
"v",
"[",
"]",
"*",
"Workteam",
")",
"*",
"ListWorkteamsOutput",
"{",
"s",
".",
"Workteams",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkteams sets the Workteams field's value. | [
"SetWorkteams",
"sets",
"the",
"Workteams",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19752-L19755 |
810 | aws/aws-sdk-go | service/sagemaker/api.go | SetCognitoMemberDefinition | func (s *MemberDefinition) SetCognitoMemberDefinition(v *CognitoMemberDefinition) *MemberDefinition {
s.CognitoMemberDefinition = v
return s
} | go | func (s *MemberDefinition) SetCognitoMemberDefinition(v *CognitoMemberDefinition) *MemberDefinition {
s.CognitoMemberDefinition = v
return s
} | [
"func",
"(",
"s",
"*",
"MemberDefinition",
")",
"SetCognitoMemberDefinition",
"(",
"v",
"*",
"CognitoMemberDefinition",
")",
"*",
"MemberDefinition",
"{",
"s",
".",
"CognitoMemberDefinition",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCognitoMemberDefinition sets the CognitoMemberDefinition field's value. | [
"SetCognitoMemberDefinition",
"sets",
"the",
"CognitoMemberDefinition",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19791-L19794 |
811 | aws/aws-sdk-go | service/sagemaker/api.go | SetS3ModelArtifacts | func (s *ModelArtifacts) SetS3ModelArtifacts(v string) *ModelArtifacts {
s.S3ModelArtifacts = &v
return s
} | go | func (s *ModelArtifacts) SetS3ModelArtifacts(v string) *ModelArtifacts {
s.S3ModelArtifacts = &v
return s
} | [
"func",
"(",
"s",
"*",
"ModelArtifacts",
")",
"SetS3ModelArtifacts",
"(",
"v",
"string",
")",
"*",
"ModelArtifacts",
"{",
"s",
".",
"S3ModelArtifacts",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetS3ModelArtifacts sets the S3ModelArtifacts field's value. | [
"SetS3ModelArtifacts",
"sets",
"the",
"S3ModelArtifacts",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L19926-L19929 |
812 | aws/aws-sdk-go | service/sagemaker/api.go | SetNestedPropertyName | func (s *NestedFilters) SetNestedPropertyName(v string) *NestedFilters {
s.NestedPropertyName = &v
return s
} | go | func (s *NestedFilters) SetNestedPropertyName(v string) *NestedFilters {
s.NestedPropertyName = &v
return s
} | [
"func",
"(",
"s",
"*",
"NestedFilters",
")",
"SetNestedPropertyName",
"(",
"v",
"string",
")",
"*",
"NestedFilters",
"{",
"s",
".",
"NestedPropertyName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNestedPropertyName sets the NestedPropertyName field's value. | [
"SetNestedPropertyName",
"sets",
"the",
"NestedPropertyName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20432-L20435 |
813 | aws/aws-sdk-go | service/sagemaker/api.go | SetS3OutputLocation | func (s *OutputConfig) SetS3OutputLocation(v string) *OutputConfig {
s.S3OutputLocation = &v
return s
} | go | func (s *OutputConfig) SetS3OutputLocation(v string) *OutputConfig {
s.S3OutputLocation = &v
return s
} | [
"func",
"(",
"s",
"*",
"OutputConfig",
")",
"SetS3OutputLocation",
"(",
"v",
"string",
")",
"*",
"OutputConfig",
"{",
"s",
".",
"S3OutputLocation",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetS3OutputLocation sets the S3OutputLocation field's value. | [
"SetS3OutputLocation",
"sets",
"the",
"S3OutputLocation",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20765-L20768 |
814 | aws/aws-sdk-go | service/sagemaker/api.go | SetTargetDevice | func (s *OutputConfig) SetTargetDevice(v string) *OutputConfig {
s.TargetDevice = &v
return s
} | go | func (s *OutputConfig) SetTargetDevice(v string) *OutputConfig {
s.TargetDevice = &v
return s
} | [
"func",
"(",
"s",
"*",
"OutputConfig",
")",
"SetTargetDevice",
"(",
"v",
"string",
")",
"*",
"OutputConfig",
"{",
"s",
".",
"TargetDevice",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetDevice sets the TargetDevice field's value. | [
"SetTargetDevice",
"sets",
"the",
"TargetDevice",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20771-L20774 |
815 | aws/aws-sdk-go | service/sagemaker/api.go | SetCategoricalParameterRangeSpecification | func (s *ParameterRange) SetCategoricalParameterRangeSpecification(v *CategoricalParameterRangeSpecification) *ParameterRange {
s.CategoricalParameterRangeSpecification = v
return s
} | go | func (s *ParameterRange) SetCategoricalParameterRangeSpecification(v *CategoricalParameterRangeSpecification) *ParameterRange {
s.CategoricalParameterRangeSpecification = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRange",
")",
"SetCategoricalParameterRangeSpecification",
"(",
"v",
"*",
"CategoricalParameterRangeSpecification",
")",
"*",
"ParameterRange",
"{",
"s",
".",
"CategoricalParameterRangeSpecification",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCategoricalParameterRangeSpecification sets the CategoricalParameterRangeSpecification field's value. | [
"SetCategoricalParameterRangeSpecification",
"sets",
"the",
"CategoricalParameterRangeSpecification",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20907-L20910 |
816 | aws/aws-sdk-go | service/sagemaker/api.go | SetContinuousParameterRangeSpecification | func (s *ParameterRange) SetContinuousParameterRangeSpecification(v *ContinuousParameterRangeSpecification) *ParameterRange {
s.ContinuousParameterRangeSpecification = v
return s
} | go | func (s *ParameterRange) SetContinuousParameterRangeSpecification(v *ContinuousParameterRangeSpecification) *ParameterRange {
s.ContinuousParameterRangeSpecification = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRange",
")",
"SetContinuousParameterRangeSpecification",
"(",
"v",
"*",
"ContinuousParameterRangeSpecification",
")",
"*",
"ParameterRange",
"{",
"s",
".",
"ContinuousParameterRangeSpecification",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetContinuousParameterRangeSpecification sets the ContinuousParameterRangeSpecification field's value. | [
"SetContinuousParameterRangeSpecification",
"sets",
"the",
"ContinuousParameterRangeSpecification",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20913-L20916 |
817 | aws/aws-sdk-go | service/sagemaker/api.go | SetIntegerParameterRangeSpecification | func (s *ParameterRange) SetIntegerParameterRangeSpecification(v *IntegerParameterRangeSpecification) *ParameterRange {
s.IntegerParameterRangeSpecification = v
return s
} | go | func (s *ParameterRange) SetIntegerParameterRangeSpecification(v *IntegerParameterRangeSpecification) *ParameterRange {
s.IntegerParameterRangeSpecification = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRange",
")",
"SetIntegerParameterRangeSpecification",
"(",
"v",
"*",
"IntegerParameterRangeSpecification",
")",
"*",
"ParameterRange",
"{",
"s",
".",
"IntegerParameterRangeSpecification",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIntegerParameterRangeSpecification sets the IntegerParameterRangeSpecification field's value. | [
"SetIntegerParameterRangeSpecification",
"sets",
"the",
"IntegerParameterRangeSpecification",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L20919-L20922 |
818 | aws/aws-sdk-go | service/sagemaker/api.go | SetCategoricalParameterRanges | func (s *ParameterRanges) SetCategoricalParameterRanges(v []*CategoricalParameterRange) *ParameterRanges {
s.CategoricalParameterRanges = v
return s
} | go | func (s *ParameterRanges) SetCategoricalParameterRanges(v []*CategoricalParameterRange) *ParameterRanges {
s.CategoricalParameterRanges = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRanges",
")",
"SetCategoricalParameterRanges",
"(",
"v",
"[",
"]",
"*",
"CategoricalParameterRange",
")",
"*",
"ParameterRanges",
"{",
"s",
".",
"CategoricalParameterRanges",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCategoricalParameterRanges sets the CategoricalParameterRanges field's value. | [
"SetCategoricalParameterRanges",
"sets",
"the",
"CategoricalParameterRanges",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21001-L21004 |
819 | aws/aws-sdk-go | service/sagemaker/api.go | SetContinuousParameterRanges | func (s *ParameterRanges) SetContinuousParameterRanges(v []*ContinuousParameterRange) *ParameterRanges {
s.ContinuousParameterRanges = v
return s
} | go | func (s *ParameterRanges) SetContinuousParameterRanges(v []*ContinuousParameterRange) *ParameterRanges {
s.ContinuousParameterRanges = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRanges",
")",
"SetContinuousParameterRanges",
"(",
"v",
"[",
"]",
"*",
"ContinuousParameterRange",
")",
"*",
"ParameterRanges",
"{",
"s",
".",
"ContinuousParameterRanges",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetContinuousParameterRanges sets the ContinuousParameterRanges field's value. | [
"SetContinuousParameterRanges",
"sets",
"the",
"ContinuousParameterRanges",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21007-L21010 |
820 | aws/aws-sdk-go | service/sagemaker/api.go | SetIntegerParameterRanges | func (s *ParameterRanges) SetIntegerParameterRanges(v []*IntegerParameterRange) *ParameterRanges {
s.IntegerParameterRanges = v
return s
} | go | func (s *ParameterRanges) SetIntegerParameterRanges(v []*IntegerParameterRange) *ParameterRanges {
s.IntegerParameterRanges = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterRanges",
")",
"SetIntegerParameterRanges",
"(",
"v",
"[",
"]",
"*",
"IntegerParameterRange",
")",
"*",
"ParameterRanges",
"{",
"s",
".",
"IntegerParameterRanges",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIntegerParameterRanges sets the IntegerParameterRanges field's value. | [
"SetIntegerParameterRanges",
"sets",
"the",
"IntegerParameterRanges",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21013-L21016 |
821 | aws/aws-sdk-go | service/sagemaker/api.go | SetAcceleratorType | func (s *ProductionVariant) SetAcceleratorType(v string) *ProductionVariant {
s.AcceleratorType = &v
return s
} | go | func (s *ProductionVariant) SetAcceleratorType(v string) *ProductionVariant {
s.AcceleratorType = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariant",
")",
"SetAcceleratorType",
"(",
"v",
"string",
")",
"*",
"ProductionVariant",
"{",
"s",
".",
"AcceleratorType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAcceleratorType sets the AcceleratorType field's value. | [
"SetAcceleratorType",
"sets",
"the",
"AcceleratorType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21133-L21136 |
822 | aws/aws-sdk-go | service/sagemaker/api.go | SetInitialInstanceCount | func (s *ProductionVariant) SetInitialInstanceCount(v int64) *ProductionVariant {
s.InitialInstanceCount = &v
return s
} | go | func (s *ProductionVariant) SetInitialInstanceCount(v int64) *ProductionVariant {
s.InitialInstanceCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariant",
")",
"SetInitialInstanceCount",
"(",
"v",
"int64",
")",
"*",
"ProductionVariant",
"{",
"s",
".",
"InitialInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInitialInstanceCount sets the InitialInstanceCount field's value. | [
"SetInitialInstanceCount",
"sets",
"the",
"InitialInstanceCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21139-L21142 |
823 | aws/aws-sdk-go | service/sagemaker/api.go | SetInitialVariantWeight | func (s *ProductionVariant) SetInitialVariantWeight(v float64) *ProductionVariant {
s.InitialVariantWeight = &v
return s
} | go | func (s *ProductionVariant) SetInitialVariantWeight(v float64) *ProductionVariant {
s.InitialVariantWeight = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariant",
")",
"SetInitialVariantWeight",
"(",
"v",
"float64",
")",
"*",
"ProductionVariant",
"{",
"s",
".",
"InitialVariantWeight",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInitialVariantWeight sets the InitialVariantWeight field's value. | [
"SetInitialVariantWeight",
"sets",
"the",
"InitialVariantWeight",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21145-L21148 |
824 | aws/aws-sdk-go | service/sagemaker/api.go | SetCurrentInstanceCount | func (s *ProductionVariantSummary) SetCurrentInstanceCount(v int64) *ProductionVariantSummary {
s.CurrentInstanceCount = &v
return s
} | go | func (s *ProductionVariantSummary) SetCurrentInstanceCount(v int64) *ProductionVariantSummary {
s.CurrentInstanceCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariantSummary",
")",
"SetCurrentInstanceCount",
"(",
"v",
"int64",
")",
"*",
"ProductionVariantSummary",
"{",
"s",
".",
"CurrentInstanceCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCurrentInstanceCount sets the CurrentInstanceCount field's value. | [
"SetCurrentInstanceCount",
"sets",
"the",
"CurrentInstanceCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21210-L21213 |
825 | aws/aws-sdk-go | service/sagemaker/api.go | SetCurrentWeight | func (s *ProductionVariantSummary) SetCurrentWeight(v float64) *ProductionVariantSummary {
s.CurrentWeight = &v
return s
} | go | func (s *ProductionVariantSummary) SetCurrentWeight(v float64) *ProductionVariantSummary {
s.CurrentWeight = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariantSummary",
")",
"SetCurrentWeight",
"(",
"v",
"float64",
")",
"*",
"ProductionVariantSummary",
"{",
"s",
".",
"CurrentWeight",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCurrentWeight sets the CurrentWeight field's value. | [
"SetCurrentWeight",
"sets",
"the",
"CurrentWeight",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21216-L21219 |
826 | aws/aws-sdk-go | service/sagemaker/api.go | SetDeployedImages | func (s *ProductionVariantSummary) SetDeployedImages(v []*DeployedImage) *ProductionVariantSummary {
s.DeployedImages = v
return s
} | go | func (s *ProductionVariantSummary) SetDeployedImages(v []*DeployedImage) *ProductionVariantSummary {
s.DeployedImages = v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionVariantSummary",
")",
"SetDeployedImages",
"(",
"v",
"[",
"]",
"*",
"DeployedImage",
")",
"*",
"ProductionVariantSummary",
"{",
"s",
".",
"DeployedImages",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeployedImages sets the DeployedImages field's value. | [
"SetDeployedImages",
"sets",
"the",
"DeployedImages",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21222-L21225 |
827 | aws/aws-sdk-go | service/sagemaker/api.go | SetPropertyNameHint | func (s *PropertyNameQuery) SetPropertyNameHint(v string) *PropertyNameQuery {
s.PropertyNameHint = &v
return s
} | go | func (s *PropertyNameQuery) SetPropertyNameHint(v string) *PropertyNameQuery {
s.PropertyNameHint = &v
return s
} | [
"func",
"(",
"s",
"*",
"PropertyNameQuery",
")",
"SetPropertyNameHint",
"(",
"v",
"string",
")",
"*",
"PropertyNameQuery",
"{",
"s",
".",
"PropertyNameHint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPropertyNameHint sets the PropertyNameHint field's value. | [
"SetPropertyNameHint",
"sets",
"the",
"PropertyNameHint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21281-L21284 |
828 | aws/aws-sdk-go | service/sagemaker/api.go | SetPropertyName | func (s *PropertyNameSuggestion) SetPropertyName(v string) *PropertyNameSuggestion {
s.PropertyName = &v
return s
} | go | func (s *PropertyNameSuggestion) SetPropertyName(v string) *PropertyNameSuggestion {
s.PropertyName = &v
return s
} | [
"func",
"(",
"s",
"*",
"PropertyNameSuggestion",
")",
"SetPropertyName",
"(",
"v",
"string",
")",
"*",
"PropertyNameSuggestion",
"{",
"s",
".",
"PropertyName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPropertyName sets the PropertyName field's value. | [
"SetPropertyName",
"sets",
"the",
"PropertyName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21307-L21310 |
829 | aws/aws-sdk-go | service/sagemaker/api.go | SetAmountInUsd | func (s *PublicWorkforceTaskPrice) SetAmountInUsd(v *USD) *PublicWorkforceTaskPrice {
s.AmountInUsd = v
return s
} | go | func (s *PublicWorkforceTaskPrice) SetAmountInUsd(v *USD) *PublicWorkforceTaskPrice {
s.AmountInUsd = v
return s
} | [
"func",
"(",
"s",
"*",
"PublicWorkforceTaskPrice",
")",
"SetAmountInUsd",
"(",
"v",
"*",
"USD",
")",
"*",
"PublicWorkforceTaskPrice",
"{",
"s",
".",
"AmountInUsd",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAmountInUsd sets the AmountInUsd field's value. | [
"SetAmountInUsd",
"sets",
"the",
"AmountInUsd",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21409-L21412 |
830 | aws/aws-sdk-go | service/sagemaker/api.go | SetUiTemplate | func (s *RenderUiTemplateInput) SetUiTemplate(v *UiTemplate) *RenderUiTemplateInput {
s.UiTemplate = v
return s
} | go | func (s *RenderUiTemplateInput) SetUiTemplate(v *UiTemplate) *RenderUiTemplateInput {
s.UiTemplate = v
return s
} | [
"func",
"(",
"s",
"*",
"RenderUiTemplateInput",
")",
"SetUiTemplate",
"(",
"v",
"*",
"UiTemplate",
")",
"*",
"RenderUiTemplateInput",
"{",
"s",
".",
"UiTemplate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUiTemplate sets the UiTemplate field's value. | [
"SetUiTemplate",
"sets",
"the",
"UiTemplate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21489-L21492 |
831 | aws/aws-sdk-go | service/sagemaker/api.go | SetRenderedContent | func (s *RenderUiTemplateOutput) SetRenderedContent(v string) *RenderUiTemplateOutput {
s.RenderedContent = &v
return s
} | go | func (s *RenderUiTemplateOutput) SetRenderedContent(v string) *RenderUiTemplateOutput {
s.RenderedContent = &v
return s
} | [
"func",
"(",
"s",
"*",
"RenderUiTemplateOutput",
")",
"SetRenderedContent",
"(",
"v",
"string",
")",
"*",
"RenderUiTemplateOutput",
"{",
"s",
".",
"RenderedContent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRenderedContent sets the RenderedContent field's value. | [
"SetRenderedContent",
"sets",
"the",
"RenderedContent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21526-L21529 |
832 | aws/aws-sdk-go | service/sagemaker/api.go | SetMaxNumberOfTrainingJobs | func (s *ResourceLimits) SetMaxNumberOfTrainingJobs(v int64) *ResourceLimits {
s.MaxNumberOfTrainingJobs = &v
return s
} | go | func (s *ResourceLimits) SetMaxNumberOfTrainingJobs(v int64) *ResourceLimits {
s.MaxNumberOfTrainingJobs = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceLimits",
")",
"SetMaxNumberOfTrainingJobs",
"(",
"v",
"int64",
")",
"*",
"ResourceLimits",
"{",
"s",
".",
"MaxNumberOfTrainingJobs",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMaxNumberOfTrainingJobs sets the MaxNumberOfTrainingJobs field's value. | [
"SetMaxNumberOfTrainingJobs",
"sets",
"the",
"MaxNumberOfTrainingJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21769-L21772 |
833 | aws/aws-sdk-go | service/sagemaker/api.go | SetMaxParallelTrainingJobs | func (s *ResourceLimits) SetMaxParallelTrainingJobs(v int64) *ResourceLimits {
s.MaxParallelTrainingJobs = &v
return s
} | go | func (s *ResourceLimits) SetMaxParallelTrainingJobs(v int64) *ResourceLimits {
s.MaxParallelTrainingJobs = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceLimits",
")",
"SetMaxParallelTrainingJobs",
"(",
"v",
"int64",
")",
"*",
"ResourceLimits",
"{",
"s",
".",
"MaxParallelTrainingJobs",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMaxParallelTrainingJobs sets the MaxParallelTrainingJobs field's value. | [
"SetMaxParallelTrainingJobs",
"sets",
"the",
"MaxParallelTrainingJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21775-L21778 |
834 | aws/aws-sdk-go | service/sagemaker/api.go | SetS3DataDistributionType | func (s *S3DataSource) SetS3DataDistributionType(v string) *S3DataSource {
s.S3DataDistributionType = &v
return s
} | go | func (s *S3DataSource) SetS3DataDistributionType(v string) *S3DataSource {
s.S3DataDistributionType = &v
return s
} | [
"func",
"(",
"s",
"*",
"S3DataSource",
")",
"SetS3DataDistributionType",
"(",
"v",
"string",
")",
"*",
"S3DataSource",
"{",
"s",
".",
"S3DataDistributionType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetS3DataDistributionType sets the S3DataDistributionType field's value. | [
"SetS3DataDistributionType",
"sets",
"the",
"S3DataDistributionType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L21895-L21898 |
835 | aws/aws-sdk-go | service/sagemaker/api.go | SetNestedFilters | func (s *SearchExpression) SetNestedFilters(v []*NestedFilters) *SearchExpression {
s.NestedFilters = v
return s
} | go | func (s *SearchExpression) SetNestedFilters(v []*NestedFilters) *SearchExpression {
s.NestedFilters = v
return s
} | [
"func",
"(",
"s",
"*",
"SearchExpression",
")",
"SetNestedFilters",
"(",
"v",
"[",
"]",
"*",
"NestedFilters",
")",
"*",
"SearchExpression",
"{",
"s",
".",
"NestedFilters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNestedFilters sets the NestedFilters field's value. | [
"SetNestedFilters",
"sets",
"the",
"NestedFilters",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22016-L22019 |
836 | aws/aws-sdk-go | service/sagemaker/api.go | SetSubExpressions | func (s *SearchExpression) SetSubExpressions(v []*SearchExpression) *SearchExpression {
s.SubExpressions = v
return s
} | go | func (s *SearchExpression) SetSubExpressions(v []*SearchExpression) *SearchExpression {
s.SubExpressions = v
return s
} | [
"func",
"(",
"s",
"*",
"SearchExpression",
")",
"SetSubExpressions",
"(",
"v",
"[",
"]",
"*",
"SearchExpression",
")",
"*",
"SearchExpression",
"{",
"s",
".",
"SubExpressions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubExpressions sets the SubExpressions field's value. | [
"SetSubExpressions",
"sets",
"the",
"SubExpressions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22028-L22031 |
837 | aws/aws-sdk-go | service/sagemaker/api.go | SetSearchExpression | func (s *SearchInput) SetSearchExpression(v *SearchExpression) *SearchInput {
s.SearchExpression = v
return s
} | go | func (s *SearchInput) SetSearchExpression(v *SearchExpression) *SearchInput {
s.SearchExpression = v
return s
} | [
"func",
"(",
"s",
"*",
"SearchInput",
")",
"SetSearchExpression",
"(",
"v",
"*",
"SearchExpression",
")",
"*",
"SearchInput",
"{",
"s",
".",
"SearchExpression",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSearchExpression sets the SearchExpression field's value. | [
"SetSearchExpression",
"sets",
"the",
"SearchExpression",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22120-L22123 |
838 | aws/aws-sdk-go | service/sagemaker/api.go | SetTrainingJob | func (s *SearchRecord) SetTrainingJob(v *TrainingJob) *SearchRecord {
s.TrainingJob = v
return s
} | go | func (s *SearchRecord) SetTrainingJob(v *TrainingJob) *SearchRecord {
s.TrainingJob = v
return s
} | [
"func",
"(",
"s",
"*",
"SearchRecord",
")",
"SetTrainingJob",
"(",
"v",
"*",
"TrainingJob",
")",
"*",
"SearchRecord",
"{",
"s",
".",
"TrainingJob",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrainingJob sets the TrainingJob field's value. | [
"SetTrainingJob",
"sets",
"the",
"TrainingJob",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22190-L22193 |
839 | aws/aws-sdk-go | service/sagemaker/api.go | SetSourceAlgorithms | func (s *SourceAlgorithmSpecification) SetSourceAlgorithms(v []*SourceAlgorithm) *SourceAlgorithmSpecification {
s.SourceAlgorithms = v
return s
} | go | func (s *SourceAlgorithmSpecification) SetSourceAlgorithms(v []*SourceAlgorithm) *SourceAlgorithmSpecification {
s.SourceAlgorithms = v
return s
} | [
"func",
"(",
"s",
"*",
"SourceAlgorithmSpecification",
")",
"SetSourceAlgorithms",
"(",
"v",
"[",
"]",
"*",
"SourceAlgorithm",
")",
"*",
"SourceAlgorithmSpecification",
"{",
"s",
".",
"SourceAlgorithms",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceAlgorithms sets the SourceAlgorithms field's value. | [
"SetSourceAlgorithms",
"sets",
"the",
"SourceAlgorithms",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22479-L22482 |
840 | aws/aws-sdk-go | service/sagemaker/api.go | SetMaxRuntimeInSeconds | func (s *StoppingCondition) SetMaxRuntimeInSeconds(v int64) *StoppingCondition {
s.MaxRuntimeInSeconds = &v
return s
} | go | func (s *StoppingCondition) SetMaxRuntimeInSeconds(v int64) *StoppingCondition {
s.MaxRuntimeInSeconds = &v
return s
} | [
"func",
"(",
"s",
"*",
"StoppingCondition",
")",
"SetMaxRuntimeInSeconds",
"(",
"v",
"int64",
")",
"*",
"StoppingCondition",
"{",
"s",
".",
"MaxRuntimeInSeconds",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMaxRuntimeInSeconds sets the MaxRuntimeInSeconds field's value. | [
"SetMaxRuntimeInSeconds",
"sets",
"the",
"MaxRuntimeInSeconds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22910-L22913 |
841 | aws/aws-sdk-go | service/sagemaker/api.go | SetListingId | func (s *SubscribedWorkteam) SetListingId(v string) *SubscribedWorkteam {
s.ListingId = &v
return s
} | go | func (s *SubscribedWorkteam) SetListingId(v string) *SubscribedWorkteam {
s.ListingId = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubscribedWorkteam",
")",
"SetListingId",
"(",
"v",
"string",
")",
"*",
"SubscribedWorkteam",
"{",
"s",
".",
"ListingId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetListingId sets the ListingId field's value. | [
"SetListingId",
"sets",
"the",
"ListingId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22947-L22950 |
842 | aws/aws-sdk-go | service/sagemaker/api.go | SetMarketplaceDescription | func (s *SubscribedWorkteam) SetMarketplaceDescription(v string) *SubscribedWorkteam {
s.MarketplaceDescription = &v
return s
} | go | func (s *SubscribedWorkteam) SetMarketplaceDescription(v string) *SubscribedWorkteam {
s.MarketplaceDescription = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubscribedWorkteam",
")",
"SetMarketplaceDescription",
"(",
"v",
"string",
")",
"*",
"SubscribedWorkteam",
"{",
"s",
".",
"MarketplaceDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMarketplaceDescription sets the MarketplaceDescription field's value. | [
"SetMarketplaceDescription",
"sets",
"the",
"MarketplaceDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22953-L22956 |
843 | aws/aws-sdk-go | service/sagemaker/api.go | SetMarketplaceTitle | func (s *SubscribedWorkteam) SetMarketplaceTitle(v string) *SubscribedWorkteam {
s.MarketplaceTitle = &v
return s
} | go | func (s *SubscribedWorkteam) SetMarketplaceTitle(v string) *SubscribedWorkteam {
s.MarketplaceTitle = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubscribedWorkteam",
")",
"SetMarketplaceTitle",
"(",
"v",
"string",
")",
"*",
"SubscribedWorkteam",
"{",
"s",
".",
"MarketplaceTitle",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMarketplaceTitle sets the MarketplaceTitle field's value. | [
"SetMarketplaceTitle",
"sets",
"the",
"MarketplaceTitle",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22959-L22962 |
844 | aws/aws-sdk-go | service/sagemaker/api.go | SetSellerName | func (s *SubscribedWorkteam) SetSellerName(v string) *SubscribedWorkteam {
s.SellerName = &v
return s
} | go | func (s *SubscribedWorkteam) SetSellerName(v string) *SubscribedWorkteam {
s.SellerName = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubscribedWorkteam",
")",
"SetSellerName",
"(",
"v",
"string",
")",
"*",
"SubscribedWorkteam",
"{",
"s",
".",
"SellerName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSellerName sets the SellerName field's value. | [
"SetSellerName",
"sets",
"the",
"SellerName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L22965-L22968 |
845 | aws/aws-sdk-go | service/sagemaker/api.go | SetPropertyNameQuery | func (s *SuggestionQuery) SetPropertyNameQuery(v *PropertyNameQuery) *SuggestionQuery {
s.PropertyNameQuery = v
return s
} | go | func (s *SuggestionQuery) SetPropertyNameQuery(v *PropertyNameQuery) *SuggestionQuery {
s.PropertyNameQuery = v
return s
} | [
"func",
"(",
"s",
"*",
"SuggestionQuery",
")",
"SetPropertyNameQuery",
"(",
"v",
"*",
"PropertyNameQuery",
")",
"*",
"SuggestionQuery",
"{",
"s",
".",
"PropertyNameQuery",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPropertyNameQuery sets the PropertyNameQuery field's value. | [
"SetPropertyNameQuery",
"sets",
"the",
"PropertyNameQuery",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23011-L23014 |
846 | aws/aws-sdk-go | service/sagemaker/api.go | SetNonRetryableError | func (s *TrainingJobStatusCounters) SetNonRetryableError(v int64) *TrainingJobStatusCounters {
s.NonRetryableError = &v
return s
} | go | func (s *TrainingJobStatusCounters) SetNonRetryableError(v int64) *TrainingJobStatusCounters {
s.NonRetryableError = &v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingJobStatusCounters",
")",
"SetNonRetryableError",
"(",
"v",
"int64",
")",
"*",
"TrainingJobStatusCounters",
"{",
"s",
".",
"NonRetryableError",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNonRetryableError sets the NonRetryableError field's value. | [
"SetNonRetryableError",
"sets",
"the",
"NonRetryableError",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23585-L23588 |
847 | aws/aws-sdk-go | service/sagemaker/api.go | SetRetryableError | func (s *TrainingJobStatusCounters) SetRetryableError(v int64) *TrainingJobStatusCounters {
s.RetryableError = &v
return s
} | go | func (s *TrainingJobStatusCounters) SetRetryableError(v int64) *TrainingJobStatusCounters {
s.RetryableError = &v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingJobStatusCounters",
")",
"SetRetryableError",
"(",
"v",
"int64",
")",
"*",
"TrainingJobStatusCounters",
"{",
"s",
".",
"RetryableError",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRetryableError sets the RetryableError field's value. | [
"SetRetryableError",
"sets",
"the",
"RetryableError",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23591-L23594 |
848 | aws/aws-sdk-go | service/sagemaker/api.go | SetSupportedHyperParameters | func (s *TrainingSpecification) SetSupportedHyperParameters(v []*HyperParameterSpecification) *TrainingSpecification {
s.SupportedHyperParameters = v
return s
} | go | func (s *TrainingSpecification) SetSupportedHyperParameters(v []*HyperParameterSpecification) *TrainingSpecification {
s.SupportedHyperParameters = v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetSupportedHyperParameters",
"(",
"v",
"[",
"]",
"*",
"HyperParameterSpecification",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"SupportedHyperParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSupportedHyperParameters sets the SupportedHyperParameters field's value. | [
"SetSupportedHyperParameters",
"sets",
"the",
"SupportedHyperParameters",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23803-L23806 |
849 | aws/aws-sdk-go | service/sagemaker/api.go | SetSupportedTrainingInstanceTypes | func (s *TrainingSpecification) SetSupportedTrainingInstanceTypes(v []*string) *TrainingSpecification {
s.SupportedTrainingInstanceTypes = v
return s
} | go | func (s *TrainingSpecification) SetSupportedTrainingInstanceTypes(v []*string) *TrainingSpecification {
s.SupportedTrainingInstanceTypes = v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetSupportedTrainingInstanceTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"SupportedTrainingInstanceTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSupportedTrainingInstanceTypes sets the SupportedTrainingInstanceTypes field's value. | [
"SetSupportedTrainingInstanceTypes",
"sets",
"the",
"SupportedTrainingInstanceTypes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23809-L23812 |
850 | aws/aws-sdk-go | service/sagemaker/api.go | SetSupportedTuningJobObjectiveMetrics | func (s *TrainingSpecification) SetSupportedTuningJobObjectiveMetrics(v []*HyperParameterTuningJobObjective) *TrainingSpecification {
s.SupportedTuningJobObjectiveMetrics = v
return s
} | go | func (s *TrainingSpecification) SetSupportedTuningJobObjectiveMetrics(v []*HyperParameterTuningJobObjective) *TrainingSpecification {
s.SupportedTuningJobObjectiveMetrics = v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetSupportedTuningJobObjectiveMetrics",
"(",
"v",
"[",
"]",
"*",
"HyperParameterTuningJobObjective",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"SupportedTuningJobObjectiveMetrics",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSupportedTuningJobObjectiveMetrics sets the SupportedTuningJobObjectiveMetrics field's value. | [
"SetSupportedTuningJobObjectiveMetrics",
"sets",
"the",
"SupportedTuningJobObjectiveMetrics",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23815-L23818 |
851 | aws/aws-sdk-go | service/sagemaker/api.go | SetSupportsDistributedTraining | func (s *TrainingSpecification) SetSupportsDistributedTraining(v bool) *TrainingSpecification {
s.SupportsDistributedTraining = &v
return s
} | go | func (s *TrainingSpecification) SetSupportsDistributedTraining(v bool) *TrainingSpecification {
s.SupportsDistributedTraining = &v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetSupportsDistributedTraining",
"(",
"v",
"bool",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"SupportsDistributedTraining",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSupportsDistributedTraining sets the SupportsDistributedTraining field's value. | [
"SetSupportsDistributedTraining",
"sets",
"the",
"SupportsDistributedTraining",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23821-L23824 |
852 | aws/aws-sdk-go | service/sagemaker/api.go | SetTrainingChannels | func (s *TrainingSpecification) SetTrainingChannels(v []*ChannelSpecification) *TrainingSpecification {
s.TrainingChannels = v
return s
} | go | func (s *TrainingSpecification) SetTrainingChannels(v []*ChannelSpecification) *TrainingSpecification {
s.TrainingChannels = v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetTrainingChannels",
"(",
"v",
"[",
"]",
"*",
"ChannelSpecification",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"TrainingChannels",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrainingChannels sets the TrainingChannels field's value. | [
"SetTrainingChannels",
"sets",
"the",
"TrainingChannels",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23827-L23830 |
853 | aws/aws-sdk-go | service/sagemaker/api.go | SetTrainingImageDigest | func (s *TrainingSpecification) SetTrainingImageDigest(v string) *TrainingSpecification {
s.TrainingImageDigest = &v
return s
} | go | func (s *TrainingSpecification) SetTrainingImageDigest(v string) *TrainingSpecification {
s.TrainingImageDigest = &v
return s
} | [
"func",
"(",
"s",
"*",
"TrainingSpecification",
")",
"SetTrainingImageDigest",
"(",
"v",
"string",
")",
"*",
"TrainingSpecification",
"{",
"s",
".",
"TrainingImageDigest",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrainingImageDigest sets the TrainingImageDigest field's value. | [
"SetTrainingImageDigest",
"sets",
"the",
"TrainingImageDigest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23839-L23842 |
854 | aws/aws-sdk-go | service/sagemaker/api.go | SetSplitType | func (s *TransformInput) SetSplitType(v string) *TransformInput {
s.SplitType = &v
return s
} | go | func (s *TransformInput) SetSplitType(v string) *TransformInput {
s.SplitType = &v
return s
} | [
"func",
"(",
"s",
"*",
"TransformInput",
")",
"SetSplitType",
"(",
"v",
"string",
")",
"*",
"TransformInput",
"{",
"s",
".",
"SplitType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSplitType sets the SplitType field's value. | [
"SetSplitType",
"sets",
"the",
"SplitType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L23983-L23986 |
855 | aws/aws-sdk-go | service/sagemaker/api.go | SetAssembleWith | func (s *TransformOutput) SetAssembleWith(v string) *TransformOutput {
s.AssembleWith = &v
return s
} | go | func (s *TransformOutput) SetAssembleWith(v string) *TransformOutput {
s.AssembleWith = &v
return s
} | [
"func",
"(",
"s",
"*",
"TransformOutput",
")",
"SetAssembleWith",
"(",
"v",
"string",
")",
"*",
"TransformOutput",
"{",
"s",
".",
"AssembleWith",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAssembleWith sets the AssembleWith field's value. | [
"SetAssembleWith",
"sets",
"the",
"AssembleWith",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24300-L24303 |
856 | aws/aws-sdk-go | service/sagemaker/api.go | SetCents | func (s *USD) SetCents(v int64) *USD {
s.Cents = &v
return s
} | go | func (s *USD) SetCents(v int64) *USD {
s.Cents = &v
return s
} | [
"func",
"(",
"s",
"*",
"USD",
")",
"SetCents",
"(",
"v",
"int64",
")",
"*",
"USD",
"{",
"s",
".",
"Cents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCents sets the Cents field's value. | [
"SetCents",
"sets",
"the",
"Cents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24514-L24517 |
857 | aws/aws-sdk-go | service/sagemaker/api.go | SetDollars | func (s *USD) SetDollars(v int64) *USD {
s.Dollars = &v
return s
} | go | func (s *USD) SetDollars(v int64) *USD {
s.Dollars = &v
return s
} | [
"func",
"(",
"s",
"*",
"USD",
")",
"SetDollars",
"(",
"v",
"int64",
")",
"*",
"USD",
"{",
"s",
".",
"Dollars",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDollars sets the Dollars field's value. | [
"SetDollars",
"sets",
"the",
"Dollars",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24520-L24523 |
858 | aws/aws-sdk-go | service/sagemaker/api.go | SetTenthFractionsOfACent | func (s *USD) SetTenthFractionsOfACent(v int64) *USD {
s.TenthFractionsOfACent = &v
return s
} | go | func (s *USD) SetTenthFractionsOfACent(v int64) *USD {
s.TenthFractionsOfACent = &v
return s
} | [
"func",
"(",
"s",
"*",
"USD",
")",
"SetTenthFractionsOfACent",
"(",
"v",
"int64",
")",
"*",
"USD",
"{",
"s",
".",
"TenthFractionsOfACent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTenthFractionsOfACent sets the TenthFractionsOfACent field's value. | [
"SetTenthFractionsOfACent",
"sets",
"the",
"TenthFractionsOfACent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24526-L24529 |
859 | aws/aws-sdk-go | service/sagemaker/api.go | SetUiTemplateS3Uri | func (s *UiConfig) SetUiTemplateS3Uri(v string) *UiConfig {
s.UiTemplateS3Uri = &v
return s
} | go | func (s *UiConfig) SetUiTemplateS3Uri(v string) *UiConfig {
s.UiTemplateS3Uri = &v
return s
} | [
"func",
"(",
"s",
"*",
"UiConfig",
")",
"SetUiTemplateS3Uri",
"(",
"v",
"string",
")",
"*",
"UiConfig",
"{",
"s",
".",
"UiTemplateS3Uri",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUiTemplateS3Uri sets the UiTemplateS3Uri field's value. | [
"SetUiTemplateS3Uri",
"sets",
"the",
"UiTemplateS3Uri",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24567-L24570 |
860 | aws/aws-sdk-go | service/sagemaker/api.go | SetDesiredWeightsAndCapacities | func (s *UpdateEndpointWeightsAndCapacitiesInput) SetDesiredWeightsAndCapacities(v []*DesiredWeightAndCapacity) *UpdateEndpointWeightsAndCapacitiesInput {
s.DesiredWeightsAndCapacities = v
return s
} | go | func (s *UpdateEndpointWeightsAndCapacitiesInput) SetDesiredWeightsAndCapacities(v []*DesiredWeightAndCapacity) *UpdateEndpointWeightsAndCapacitiesInput {
s.DesiredWeightsAndCapacities = v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateEndpointWeightsAndCapacitiesInput",
")",
"SetDesiredWeightsAndCapacities",
"(",
"v",
"[",
"]",
"*",
"DesiredWeightAndCapacity",
")",
"*",
"UpdateEndpointWeightsAndCapacitiesInput",
"{",
"s",
".",
"DesiredWeightsAndCapacities",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDesiredWeightsAndCapacities sets the DesiredWeightsAndCapacities field's value. | [
"SetDesiredWeightsAndCapacities",
"sets",
"the",
"DesiredWeightsAndCapacities",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24830-L24833 |
861 | aws/aws-sdk-go | service/sagemaker/api.go | SetDisassociateAcceleratorTypes | func (s *UpdateNotebookInstanceInput) SetDisassociateAcceleratorTypes(v bool) *UpdateNotebookInstanceInput {
s.DisassociateAcceleratorTypes = &v
return s
} | go | func (s *UpdateNotebookInstanceInput) SetDisassociateAcceleratorTypes(v bool) *UpdateNotebookInstanceInput {
s.DisassociateAcceleratorTypes = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateNotebookInstanceInput",
")",
"SetDisassociateAcceleratorTypes",
"(",
"v",
"bool",
")",
"*",
"UpdateNotebookInstanceInput",
"{",
"s",
".",
"DisassociateAcceleratorTypes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDisassociateAcceleratorTypes sets the DisassociateAcceleratorTypes field's value. | [
"SetDisassociateAcceleratorTypes",
"sets",
"the",
"DisassociateAcceleratorTypes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24993-L24996 |
862 | aws/aws-sdk-go | service/sagemaker/api.go | SetDisassociateAdditionalCodeRepositories | func (s *UpdateNotebookInstanceInput) SetDisassociateAdditionalCodeRepositories(v bool) *UpdateNotebookInstanceInput {
s.DisassociateAdditionalCodeRepositories = &v
return s
} | go | func (s *UpdateNotebookInstanceInput) SetDisassociateAdditionalCodeRepositories(v bool) *UpdateNotebookInstanceInput {
s.DisassociateAdditionalCodeRepositories = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateNotebookInstanceInput",
")",
"SetDisassociateAdditionalCodeRepositories",
"(",
"v",
"bool",
")",
"*",
"UpdateNotebookInstanceInput",
"{",
"s",
".",
"DisassociateAdditionalCodeRepositories",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDisassociateAdditionalCodeRepositories sets the DisassociateAdditionalCodeRepositories field's value. | [
"SetDisassociateAdditionalCodeRepositories",
"sets",
"the",
"DisassociateAdditionalCodeRepositories",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L24999-L25002 |
863 | aws/aws-sdk-go | service/sagemaker/api.go | SetDisassociateDefaultCodeRepository | func (s *UpdateNotebookInstanceInput) SetDisassociateDefaultCodeRepository(v bool) *UpdateNotebookInstanceInput {
s.DisassociateDefaultCodeRepository = &v
return s
} | go | func (s *UpdateNotebookInstanceInput) SetDisassociateDefaultCodeRepository(v bool) *UpdateNotebookInstanceInput {
s.DisassociateDefaultCodeRepository = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateNotebookInstanceInput",
")",
"SetDisassociateDefaultCodeRepository",
"(",
"v",
"bool",
")",
"*",
"UpdateNotebookInstanceInput",
"{",
"s",
".",
"DisassociateDefaultCodeRepository",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDisassociateDefaultCodeRepository sets the DisassociateDefaultCodeRepository field's value. | [
"SetDisassociateDefaultCodeRepository",
"sets",
"the",
"DisassociateDefaultCodeRepository",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L25005-L25008 |
864 | aws/aws-sdk-go | service/sagemaker/api.go | SetDisassociateLifecycleConfig | func (s *UpdateNotebookInstanceInput) SetDisassociateLifecycleConfig(v bool) *UpdateNotebookInstanceInput {
s.DisassociateLifecycleConfig = &v
return s
} | go | func (s *UpdateNotebookInstanceInput) SetDisassociateLifecycleConfig(v bool) *UpdateNotebookInstanceInput {
s.DisassociateLifecycleConfig = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateNotebookInstanceInput",
")",
"SetDisassociateLifecycleConfig",
"(",
"v",
"bool",
")",
"*",
"UpdateNotebookInstanceInput",
"{",
"s",
".",
"DisassociateLifecycleConfig",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDisassociateLifecycleConfig sets the DisassociateLifecycleConfig field's value. | [
"SetDisassociateLifecycleConfig",
"sets",
"the",
"DisassociateLifecycleConfig",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L25011-L25014 |
865 | aws/aws-sdk-go | service/sagemaker/api.go | SetProductListingIds | func (s *Workteam) SetProductListingIds(v []*string) *Workteam {
s.ProductListingIds = v
return s
} | go | func (s *Workteam) SetProductListingIds(v []*string) *Workteam {
s.ProductListingIds = v
return s
} | [
"func",
"(",
"s",
"*",
"Workteam",
")",
"SetProductListingIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Workteam",
"{",
"s",
".",
"ProductListingIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProductListingIds sets the ProductListingIds field's value. | [
"SetProductListingIds",
"sets",
"the",
"ProductListingIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L25395-L25398 |
866 | aws/aws-sdk-go | service/sagemaker/api.go | SetSubDomain | func (s *Workteam) SetSubDomain(v string) *Workteam {
s.SubDomain = &v
return s
} | go | func (s *Workteam) SetSubDomain(v string) *Workteam {
s.SubDomain = &v
return s
} | [
"func",
"(",
"s",
"*",
"Workteam",
")",
"SetSubDomain",
"(",
"v",
"string",
")",
"*",
"Workteam",
"{",
"s",
".",
"SubDomain",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubDomain sets the SubDomain field's value. | [
"SetSubDomain",
"sets",
"the",
"SubDomain",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/api.go#L25401-L25404 |
867 | aws/aws-sdk-go | private/model/api/s3manger_input.go | S3ManagerUploadInputGoCode | func S3ManagerUploadInputGoCode(a *API) string {
if v := a.PackageName(); v != "s3" {
panic(fmt.Sprintf("unexpected API model %s", v))
}
s, ok := a.Shapes["PutObjectInput"]
if !ok {
panic(fmt.Sprintf("unable to find PutObjectInput shape in S3 model"))
}
a.resetImports()
a.imports["io"] = true
a.imports["time"] = true
var w bytes.Buffer
if err := s3managerUploadInputTmpl.Execute(&w, s); err != nil {
panic(fmt.Sprintf("failed to execute %s template, %v",
s3managerUploadInputTmpl.Name(), err))
}
return a.importsGoCode() + w.String()
} | go | func S3ManagerUploadInputGoCode(a *API) string {
if v := a.PackageName(); v != "s3" {
panic(fmt.Sprintf("unexpected API model %s", v))
}
s, ok := a.Shapes["PutObjectInput"]
if !ok {
panic(fmt.Sprintf("unable to find PutObjectInput shape in S3 model"))
}
a.resetImports()
a.imports["io"] = true
a.imports["time"] = true
var w bytes.Buffer
if err := s3managerUploadInputTmpl.Execute(&w, s); err != nil {
panic(fmt.Sprintf("failed to execute %s template, %v",
s3managerUploadInputTmpl.Name(), err))
}
return a.importsGoCode() + w.String()
} | [
"func",
"S3ManagerUploadInputGoCode",
"(",
"a",
"*",
"API",
")",
"string",
"{",
"if",
"v",
":=",
"a",
".",
"PackageName",
"(",
")",
";",
"v",
"!=",
"\"",
"\"",
"{",
"panic",
"(",
"fmt",
".",
"Sprintf",
"(",
"\"",
"\"",
",",
"v",
")",
")",
"\n",
"}",
"\n\n",
"s",
",",
"ok",
":=",
"a",
".",
"Shapes",
"[",
"\"",
"\"",
"]",
"\n",
"if",
"!",
"ok",
"{",
"panic",
"(",
"fmt",
".",
"Sprintf",
"(",
"\"",
"\"",
")",
")",
"\n",
"}",
"\n\n",
"a",
".",
"resetImports",
"(",
")",
"\n",
"a",
".",
"imports",
"[",
"\"",
"\"",
"]",
"=",
"true",
"\n",
"a",
".",
"imports",
"[",
"\"",
"\"",
"]",
"=",
"true",
"\n\n",
"var",
"w",
"bytes",
".",
"Buffer",
"\n",
"if",
"err",
":=",
"s3managerUploadInputTmpl",
".",
"Execute",
"(",
"&",
"w",
",",
"s",
")",
";",
"err",
"!=",
"nil",
"{",
"panic",
"(",
"fmt",
".",
"Sprintf",
"(",
"\"",
"\"",
",",
"s3managerUploadInputTmpl",
".",
"Name",
"(",
")",
",",
"err",
")",
")",
"\n",
"}",
"\n\n",
"return",
"a",
".",
"importsGoCode",
"(",
")",
"+",
"w",
".",
"String",
"(",
")",
"\n",
"}"
] | // S3ManagerUploadInputGoCode returns the Go code for the S3 Upload Manager's
// input structure. | [
"S3ManagerUploadInputGoCode",
"returns",
"the",
"Go",
"code",
"for",
"the",
"S3",
"Upload",
"Manager",
"s",
"input",
"structure",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/model/api/s3manger_input.go#L13-L34 |
868 | aws/aws-sdk-go | service/dlm/api.go | SetIntervalUnit | func (s *CreateRule) SetIntervalUnit(v string) *CreateRule {
s.IntervalUnit = &v
return s
} | go | func (s *CreateRule) SetIntervalUnit(v string) *CreateRule {
s.IntervalUnit = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateRule",
")",
"SetIntervalUnit",
"(",
"v",
"string",
")",
"*",
"CreateRule",
"{",
"s",
".",
"IntervalUnit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIntervalUnit sets the IntervalUnit field's value. | [
"SetIntervalUnit",
"sets",
"the",
"IntervalUnit",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L621-L624 |
869 | aws/aws-sdk-go | service/dlm/api.go | SetTimes | func (s *CreateRule) SetTimes(v []*string) *CreateRule {
s.Times = v
return s
} | go | func (s *CreateRule) SetTimes(v []*string) *CreateRule {
s.Times = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateRule",
")",
"SetTimes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"CreateRule",
"{",
"s",
".",
"Times",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimes sets the Times field's value. | [
"SetTimes",
"sets",
"the",
"Times",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L627-L630 |
870 | aws/aws-sdk-go | service/dlm/api.go | SetPolicyIds | func (s *GetLifecyclePoliciesInput) SetPolicyIds(v []*string) *GetLifecyclePoliciesInput {
s.PolicyIds = v
return s
} | go | func (s *GetLifecyclePoliciesInput) SetPolicyIds(v []*string) *GetLifecyclePoliciesInput {
s.PolicyIds = v
return s
} | [
"func",
"(",
"s",
"*",
"GetLifecyclePoliciesInput",
")",
"SetPolicyIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetLifecyclePoliciesInput",
"{",
"s",
".",
"PolicyIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPolicyIds sets the PolicyIds field's value. | [
"SetPolicyIds",
"sets",
"the",
"PolicyIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L740-L743 |
871 | aws/aws-sdk-go | service/dlm/api.go | SetDateModified | func (s *LifecyclePolicy) SetDateModified(v time.Time) *LifecyclePolicy {
s.DateModified = &v
return s
} | go | func (s *LifecyclePolicy) SetDateModified(v time.Time) *LifecyclePolicy {
s.DateModified = &v
return s
} | [
"func",
"(",
"s",
"*",
"LifecyclePolicy",
")",
"SetDateModified",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"LifecyclePolicy",
"{",
"s",
".",
"DateModified",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDateModified sets the DateModified field's value. | [
"SetDateModified",
"sets",
"the",
"DateModified",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L900-L903 |
872 | aws/aws-sdk-go | service/dlm/api.go | SetSchedules | func (s *PolicyDetails) SetSchedules(v []*Schedule) *PolicyDetails {
s.Schedules = v
return s
} | go | func (s *PolicyDetails) SetSchedules(v []*Schedule) *PolicyDetails {
s.Schedules = v
return s
} | [
"func",
"(",
"s",
"*",
"PolicyDetails",
")",
"SetSchedules",
"(",
"v",
"[",
"]",
"*",
"Schedule",
")",
"*",
"PolicyDetails",
"{",
"s",
".",
"Schedules",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSchedules sets the Schedules field's value. | [
"SetSchedules",
"sets",
"the",
"Schedules",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L1047-L1050 |
873 | aws/aws-sdk-go | service/dlm/api.go | SetCreateRule | func (s *Schedule) SetCreateRule(v *CreateRule) *Schedule {
s.CreateRule = v
return s
} | go | func (s *Schedule) SetCreateRule(v *CreateRule) *Schedule {
s.CreateRule = v
return s
} | [
"func",
"(",
"s",
"*",
"Schedule",
")",
"SetCreateRule",
"(",
"v",
"*",
"CreateRule",
")",
"*",
"Schedule",
"{",
"s",
".",
"CreateRule",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCreateRule sets the CreateRule field's value. | [
"SetCreateRule",
"sets",
"the",
"CreateRule",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L1167-L1170 |
874 | aws/aws-sdk-go | service/dlm/api.go | SetRetainRule | func (s *Schedule) SetRetainRule(v *RetainRule) *Schedule {
s.RetainRule = v
return s
} | go | func (s *Schedule) SetRetainRule(v *RetainRule) *Schedule {
s.RetainRule = v
return s
} | [
"func",
"(",
"s",
"*",
"Schedule",
")",
"SetRetainRule",
"(",
"v",
"*",
"RetainRule",
")",
"*",
"Schedule",
"{",
"s",
".",
"RetainRule",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRetainRule sets the RetainRule field's value. | [
"SetRetainRule",
"sets",
"the",
"RetainRule",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dlm/api.go#L1179-L1182 |
875 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetLicenseBody | func (s *CreateApplicationRequest) SetLicenseBody(v string) *CreateApplicationRequest {
s.LicenseBody = &v
return s
} | go | func (s *CreateApplicationRequest) SetLicenseBody(v string) *CreateApplicationRequest {
s.LicenseBody = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateApplicationRequest",
")",
"SetLicenseBody",
"(",
"v",
"string",
")",
"*",
"CreateApplicationRequest",
"{",
"s",
".",
"LicenseBody",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLicenseBody sets the LicenseBody field's value. | [
"SetLicenseBody",
"sets",
"the",
"LicenseBody",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L1809-L1812 |
876 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetDependencies | func (s *ListApplicationDependenciesOutput) SetDependencies(v []*ApplicationDependencySummary) *ListApplicationDependenciesOutput {
s.Dependencies = v
return s
} | go | func (s *ListApplicationDependenciesOutput) SetDependencies(v []*ApplicationDependencySummary) *ListApplicationDependenciesOutput {
s.Dependencies = v
return s
} | [
"func",
"(",
"s",
"*",
"ListApplicationDependenciesOutput",
")",
"SetDependencies",
"(",
"v",
"[",
"]",
"*",
"ApplicationDependencySummary",
")",
"*",
"ListApplicationDependenciesOutput",
"{",
"s",
".",
"Dependencies",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDependencies sets the Dependencies field's value. | [
"SetDependencies",
"sets",
"the",
"Dependencies",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L2849-L2852 |
877 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetConstraintDescription | func (s *ParameterDefinition) SetConstraintDescription(v string) *ParameterDefinition {
s.ConstraintDescription = &v
return s
} | go | func (s *ParameterDefinition) SetConstraintDescription(v string) *ParameterDefinition {
s.ConstraintDescription = &v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterDefinition",
")",
"SetConstraintDescription",
"(",
"v",
"string",
")",
"*",
"ParameterDefinition",
"{",
"s",
".",
"ConstraintDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConstraintDescription sets the ConstraintDescription field's value. | [
"SetConstraintDescription",
"sets",
"the",
"ConstraintDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L3139-L3142 |
878 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetReferencedByResources | func (s *ParameterDefinition) SetReferencedByResources(v []*string) *ParameterDefinition {
s.ReferencedByResources = v
return s
} | go | func (s *ParameterDefinition) SetReferencedByResources(v []*string) *ParameterDefinition {
s.ReferencedByResources = v
return s
} | [
"func",
"(",
"s",
"*",
"ParameterDefinition",
")",
"SetReferencedByResources",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ParameterDefinition",
"{",
"s",
".",
"ReferencedByResources",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetReferencedByResources sets the ReferencedByResources field's value. | [
"SetReferencedByResources",
"sets",
"the",
"ReferencedByResources",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L3193-L3196 |
879 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetMonitoringTimeInMinutes | func (s *RollbackConfiguration) SetMonitoringTimeInMinutes(v int64) *RollbackConfiguration {
s.MonitoringTimeInMinutes = &v
return s
} | go | func (s *RollbackConfiguration) SetMonitoringTimeInMinutes(v int64) *RollbackConfiguration {
s.MonitoringTimeInMinutes = &v
return s
} | [
"func",
"(",
"s",
"*",
"RollbackConfiguration",
")",
"SetMonitoringTimeInMinutes",
"(",
"v",
"int64",
")",
"*",
"RollbackConfiguration",
"{",
"s",
".",
"MonitoringTimeInMinutes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMonitoringTimeInMinutes sets the MonitoringTimeInMinutes field's value. | [
"SetMonitoringTimeInMinutes",
"sets",
"the",
"MonitoringTimeInMinutes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L3390-L3393 |
880 | aws/aws-sdk-go | service/serverlessapplicationrepository/api.go | SetRollbackTriggers | func (s *RollbackConfiguration) SetRollbackTriggers(v []*RollbackTrigger) *RollbackConfiguration {
s.RollbackTriggers = v
return s
} | go | func (s *RollbackConfiguration) SetRollbackTriggers(v []*RollbackTrigger) *RollbackConfiguration {
s.RollbackTriggers = v
return s
} | [
"func",
"(",
"s",
"*",
"RollbackConfiguration",
")",
"SetRollbackTriggers",
"(",
"v",
"[",
"]",
"*",
"RollbackTrigger",
")",
"*",
"RollbackConfiguration",
"{",
"s",
".",
"RollbackTriggers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRollbackTriggers sets the RollbackTriggers field's value. | [
"SetRollbackTriggers",
"sets",
"the",
"RollbackTriggers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/serverlessapplicationrepository/api.go#L3396-L3399 |
881 | aws/aws-sdk-go | service/rds/api.go | SetAccountQuotaName | func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota {
s.AccountQuotaName = &v
return s
} | go | func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota {
s.AccountQuotaName = &v
return s
} | [
"func",
"(",
"s",
"*",
"AccountQuota",
")",
"SetAccountQuotaName",
"(",
"v",
"string",
")",
"*",
"AccountQuota",
"{",
"s",
".",
"AccountQuotaName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAccountQuotaName sets the AccountQuotaName field's value. | [
"SetAccountQuotaName",
"sets",
"the",
"AccountQuotaName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L11529-L11532 |
882 | aws/aws-sdk-go | service/rds/api.go | SetUseEarliestTimeOnPointInTimeUnavailable | func (s *BacktrackDBClusterInput) SetUseEarliestTimeOnPointInTimeUnavailable(v bool) *BacktrackDBClusterInput {
s.UseEarliestTimeOnPointInTimeUnavailable = &v
return s
} | go | func (s *BacktrackDBClusterInput) SetUseEarliestTimeOnPointInTimeUnavailable(v bool) *BacktrackDBClusterInput {
s.UseEarliestTimeOnPointInTimeUnavailable = &v
return s
} | [
"func",
"(",
"s",
"*",
"BacktrackDBClusterInput",
")",
"SetUseEarliestTimeOnPointInTimeUnavailable",
"(",
"v",
"bool",
")",
"*",
"BacktrackDBClusterInput",
"{",
"s",
".",
"UseEarliestTimeOnPointInTimeUnavailable",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUseEarliestTimeOnPointInTimeUnavailable sets the UseEarliestTimeOnPointInTimeUnavailable field's value. | [
"SetUseEarliestTimeOnPointInTimeUnavailable",
"sets",
"the",
"UseEarliestTimeOnPointInTimeUnavailable",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12242-L12245 |
883 | aws/aws-sdk-go | service/rds/api.go | SetBacktrackRequestCreationTime | func (s *BacktrackDBClusterOutput) SetBacktrackRequestCreationTime(v time.Time) *BacktrackDBClusterOutput {
s.BacktrackRequestCreationTime = &v
return s
} | go | func (s *BacktrackDBClusterOutput) SetBacktrackRequestCreationTime(v time.Time) *BacktrackDBClusterOutput {
s.BacktrackRequestCreationTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"BacktrackDBClusterOutput",
")",
"SetBacktrackRequestCreationTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"BacktrackDBClusterOutput",
"{",
"s",
".",
"BacktrackRequestCreationTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBacktrackRequestCreationTime sets the BacktrackRequestCreationTime field's value. | [
"SetBacktrackRequestCreationTime",
"sets",
"the",
"BacktrackRequestCreationTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12301-L12304 |
884 | aws/aws-sdk-go | service/rds/api.go | SetBacktrackedFrom | func (s *BacktrackDBClusterOutput) SetBacktrackedFrom(v time.Time) *BacktrackDBClusterOutput {
s.BacktrackedFrom = &v
return s
} | go | func (s *BacktrackDBClusterOutput) SetBacktrackedFrom(v time.Time) *BacktrackDBClusterOutput {
s.BacktrackedFrom = &v
return s
} | [
"func",
"(",
"s",
"*",
"BacktrackDBClusterOutput",
")",
"SetBacktrackedFrom",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"BacktrackDBClusterOutput",
"{",
"s",
".",
"BacktrackedFrom",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBacktrackedFrom sets the BacktrackedFrom field's value. | [
"SetBacktrackedFrom",
"sets",
"the",
"BacktrackedFrom",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12313-L12316 |
885 | aws/aws-sdk-go | service/rds/api.go | SetCertificateType | func (s *Certificate) SetCertificateType(v string) *Certificate {
s.CertificateType = &v
return s
} | go | func (s *Certificate) SetCertificateType(v string) *Certificate {
s.CertificateType = &v
return s
} | [
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetCertificateType",
"(",
"v",
"string",
")",
"*",
"Certificate",
"{",
"s",
".",
"CertificateType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCertificateType sets the CertificateType field's value. | [
"SetCertificateType",
"sets",
"the",
"CertificateType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12376-L12379 |
886 | aws/aws-sdk-go | service/rds/api.go | SetThumbprint | func (s *Certificate) SetThumbprint(v string) *Certificate {
s.Thumbprint = &v
return s
} | go | func (s *Certificate) SetThumbprint(v string) *Certificate {
s.Thumbprint = &v
return s
} | [
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetThumbprint",
"(",
"v",
"string",
")",
"*",
"Certificate",
"{",
"s",
".",
"Thumbprint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetThumbprint sets the Thumbprint field's value. | [
"SetThumbprint",
"sets",
"the",
"Thumbprint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12382-L12385 |
887 | aws/aws-sdk-go | service/rds/api.go | SetValidFrom | func (s *Certificate) SetValidFrom(v time.Time) *Certificate {
s.ValidFrom = &v
return s
} | go | func (s *Certificate) SetValidFrom(v time.Time) *Certificate {
s.ValidFrom = &v
return s
} | [
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetValidFrom",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Certificate",
"{",
"s",
".",
"ValidFrom",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetValidFrom sets the ValidFrom field's value. | [
"SetValidFrom",
"sets",
"the",
"ValidFrom",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12388-L12391 |
888 | aws/aws-sdk-go | service/rds/api.go | SetValidTill | func (s *Certificate) SetValidTill(v time.Time) *Certificate {
s.ValidTill = &v
return s
} | go | func (s *Certificate) SetValidTill(v time.Time) *Certificate {
s.ValidTill = &v
return s
} | [
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetValidTill",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Certificate",
"{",
"s",
".",
"ValidTill",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetValidTill sets the ValidTill field's value. | [
"SetValidTill",
"sets",
"the",
"ValidTill",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L12394-L12397 |
889 | aws/aws-sdk-go | service/rds/api.go | SetTargetDBSnapshotIdentifier | func (s *CopyDBSnapshotInput) SetTargetDBSnapshotIdentifier(v string) *CopyDBSnapshotInput {
s.TargetDBSnapshotIdentifier = &v
return s
} | go | func (s *CopyDBSnapshotInput) SetTargetDBSnapshotIdentifier(v string) *CopyDBSnapshotInput {
s.TargetDBSnapshotIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"CopyDBSnapshotInput",
")",
"SetTargetDBSnapshotIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBSnapshotInput",
"{",
"s",
".",
"TargetDBSnapshotIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetDBSnapshotIdentifier sets the TargetDBSnapshotIdentifier field's value. | [
"SetTargetDBSnapshotIdentifier",
"sets",
"the",
"TargetDBSnapshotIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L13147-L13150 |
890 | aws/aws-sdk-go | service/rds/api.go | SetSourceOptionGroupIdentifier | func (s *CopyOptionGroupInput) SetSourceOptionGroupIdentifier(v string) *CopyOptionGroupInput {
s.SourceOptionGroupIdentifier = &v
return s
} | go | func (s *CopyOptionGroupInput) SetSourceOptionGroupIdentifier(v string) *CopyOptionGroupInput {
s.SourceOptionGroupIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"CopyOptionGroupInput",
")",
"SetSourceOptionGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyOptionGroupInput",
"{",
"s",
".",
"SourceOptionGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceOptionGroupIdentifier sets the SourceOptionGroupIdentifier field's value. | [
"SetSourceOptionGroupIdentifier",
"sets",
"the",
"SourceOptionGroupIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L13255-L13258 |
891 | aws/aws-sdk-go | service/rds/api.go | SetTargetOptionGroupDescription | func (s *CopyOptionGroupInput) SetTargetOptionGroupDescription(v string) *CopyOptionGroupInput {
s.TargetOptionGroupDescription = &v
return s
} | go | func (s *CopyOptionGroupInput) SetTargetOptionGroupDescription(v string) *CopyOptionGroupInput {
s.TargetOptionGroupDescription = &v
return s
} | [
"func",
"(",
"s",
"*",
"CopyOptionGroupInput",
")",
"SetTargetOptionGroupDescription",
"(",
"v",
"string",
")",
"*",
"CopyOptionGroupInput",
"{",
"s",
".",
"TargetOptionGroupDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetOptionGroupDescription sets the TargetOptionGroupDescription field's value. | [
"SetTargetOptionGroupDescription",
"sets",
"the",
"TargetOptionGroupDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L13267-L13270 |
892 | aws/aws-sdk-go | service/rds/api.go | SetTargetOptionGroupIdentifier | func (s *CopyOptionGroupInput) SetTargetOptionGroupIdentifier(v string) *CopyOptionGroupInput {
s.TargetOptionGroupIdentifier = &v
return s
} | go | func (s *CopyOptionGroupInput) SetTargetOptionGroupIdentifier(v string) *CopyOptionGroupInput {
s.TargetOptionGroupIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"CopyOptionGroupInput",
")",
"SetTargetOptionGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyOptionGroupInput",
"{",
"s",
".",
"TargetOptionGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetOptionGroupIdentifier sets the TargetOptionGroupIdentifier field's value. | [
"SetTargetOptionGroupIdentifier",
"sets",
"the",
"TargetOptionGroupIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L13273-L13276 |
893 | aws/aws-sdk-go | service/rds/api.go | SetBacktrackConsumedChangeRecords | func (s *DBCluster) SetBacktrackConsumedChangeRecords(v int64) *DBCluster {
s.BacktrackConsumedChangeRecords = &v
return s
} | go | func (s *DBCluster) SetBacktrackConsumedChangeRecords(v int64) *DBCluster {
s.BacktrackConsumedChangeRecords = &v
return s
} | [
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetBacktrackConsumedChangeRecords",
"(",
"v",
"int64",
")",
"*",
"DBCluster",
"{",
"s",
".",
"BacktrackConsumedChangeRecords",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBacktrackConsumedChangeRecords sets the BacktrackConsumedChangeRecords field's value. | [
"SetBacktrackConsumedChangeRecords",
"sets",
"the",
"BacktrackConsumedChangeRecords",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L16842-L16845 |
894 | aws/aws-sdk-go | service/rds/api.go | SetCustomEndpoints | func (s *DBCluster) SetCustomEndpoints(v []*string) *DBCluster {
s.CustomEndpoints = v
return s
} | go | func (s *DBCluster) SetCustomEndpoints(v []*string) *DBCluster {
s.CustomEndpoints = v
return s
} | [
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetCustomEndpoints",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBCluster",
"{",
"s",
".",
"CustomEndpoints",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCustomEndpoints sets the CustomEndpoints field's value. | [
"SetCustomEndpoints",
"sets",
"the",
"CustomEndpoints",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L16890-L16893 |
895 | aws/aws-sdk-go | service/rds/api.go | SetEarliestBacktrackTime | func (s *DBCluster) SetEarliestBacktrackTime(v time.Time) *DBCluster {
s.EarliestBacktrackTime = &v
return s
} | go | func (s *DBCluster) SetEarliestBacktrackTime(v time.Time) *DBCluster {
s.EarliestBacktrackTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetEarliestBacktrackTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DBCluster",
"{",
"s",
".",
"EarliestBacktrackTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEarliestBacktrackTime sets the EarliestBacktrackTime field's value. | [
"SetEarliestBacktrackTime",
"sets",
"the",
"EarliestBacktrackTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L16950-L16953 |
896 | aws/aws-sdk-go | service/rds/api.go | SetHttpEndpointEnabled | func (s *DBCluster) SetHttpEndpointEnabled(v bool) *DBCluster {
s.HttpEndpointEnabled = &v
return s
} | go | func (s *DBCluster) SetHttpEndpointEnabled(v bool) *DBCluster {
s.HttpEndpointEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetHttpEndpointEnabled",
"(",
"v",
"bool",
")",
"*",
"DBCluster",
"{",
"s",
".",
"HttpEndpointEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHttpEndpointEnabled sets the HttpEndpointEnabled field's value. | [
"SetHttpEndpointEnabled",
"sets",
"the",
"HttpEndpointEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L16998-L17001 |
897 | aws/aws-sdk-go | service/rds/api.go | SetScalingConfigurationInfo | func (s *DBCluster) SetScalingConfigurationInfo(v *ScalingConfigurationInfo) *DBCluster {
s.ScalingConfigurationInfo = v
return s
} | go | func (s *DBCluster) SetScalingConfigurationInfo(v *ScalingConfigurationInfo) *DBCluster {
s.ScalingConfigurationInfo = v
return s
} | [
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetScalingConfigurationInfo",
"(",
"v",
"*",
"ScalingConfigurationInfo",
")",
"*",
"DBCluster",
"{",
"s",
".",
"ScalingConfigurationInfo",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScalingConfigurationInfo sets the ScalingConfigurationInfo field's value. | [
"SetScalingConfigurationInfo",
"sets",
"the",
"ScalingConfigurationInfo",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L17076-L17079 |
898 | aws/aws-sdk-go | service/rds/api.go | SetSupportedFeatureNames | func (s *DBEngineVersion) SetSupportedFeatureNames(v []*string) *DBEngineVersion {
s.SupportedFeatureNames = v
return s
} | go | func (s *DBEngineVersion) SetSupportedFeatureNames(v []*string) *DBEngineVersion {
s.SupportedFeatureNames = v
return s
} | [
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetSupportedFeatureNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"SupportedFeatureNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSupportedFeatureNames sets the SupportedFeatureNames field's value. | [
"SetSupportedFeatureNames",
"sets",
"the",
"SupportedFeatureNames",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L17870-L17873 |
899 | aws/aws-sdk-go | service/rds/api.go | SetListenerEndpoint | func (s *DBInstance) SetListenerEndpoint(v *Endpoint) *DBInstance {
s.ListenerEndpoint = v
return s
} | go | func (s *DBInstance) SetListenerEndpoint(v *Endpoint) *DBInstance {
s.ListenerEndpoint = v
return s
} | [
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetListenerEndpoint",
"(",
"v",
"*",
"Endpoint",
")",
"*",
"DBInstance",
"{",
"s",
".",
"ListenerEndpoint",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetListenerEndpoint sets the ListenerEndpoint field's value. | [
"SetListenerEndpoint",
"sets",
"the",
"ListenerEndpoint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/rds/api.go#L18360-L18363 |
Subsets and Splits