id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
listlengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
listlengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
166,800 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTableMaxWriteCapacityUnits
|
func (s *DescribeLimitsOutput) SetTableMaxWriteCapacityUnits(v int64) *DescribeLimitsOutput {
s.TableMaxWriteCapacityUnits = &v
return s
}
|
go
|
func (s *DescribeLimitsOutput) SetTableMaxWriteCapacityUnits(v int64) *DescribeLimitsOutput {
s.TableMaxWriteCapacityUnits = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeLimitsOutput",
")",
"SetTableMaxWriteCapacityUnits",
"(",
"v",
"int64",
")",
"*",
"DescribeLimitsOutput",
"{",
"s",
".",
"TableMaxWriteCapacityUnits",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTableMaxWriteCapacityUnits sets the TableMaxWriteCapacityUnits field's value.
|
[
"SetTableMaxWriteCapacityUnits",
"sets",
"the",
"TableMaxWriteCapacityUnits",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L8616-L8619
|
166,801 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetCachePeriodInMinutes
|
func (s *Endpoint) SetCachePeriodInMinutes(v int64) *Endpoint {
s.CachePeriodInMinutes = &v
return s
}
|
go
|
func (s *Endpoint) SetCachePeriodInMinutes(v int64) *Endpoint {
s.CachePeriodInMinutes = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Endpoint",
")",
"SetCachePeriodInMinutes",
"(",
"v",
"int64",
")",
"*",
"Endpoint",
"{",
"s",
".",
"CachePeriodInMinutes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCachePeriodInMinutes sets the CachePeriodInMinutes field's value.
|
[
"SetCachePeriodInMinutes",
"sets",
"the",
"CachePeriodInMinutes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L8783-L8786
|
166,802 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetBackfilling
|
func (s *GlobalSecondaryIndexDescription) SetBackfilling(v bool) *GlobalSecondaryIndexDescription {
s.Backfilling = &v
return s
}
|
go
|
func (s *GlobalSecondaryIndexDescription) SetBackfilling(v bool) *GlobalSecondaryIndexDescription {
s.Backfilling = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"GlobalSecondaryIndexDescription",
")",
"SetBackfilling",
"(",
"v",
"bool",
")",
"*",
"GlobalSecondaryIndexDescription",
"{",
"s",
".",
"Backfilling",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBackfilling sets the Backfilling field's value.
|
[
"SetBackfilling",
"sets",
"the",
"Backfilling",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9436-L9439
|
166,803 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableArn
|
func (s *GlobalTableDescription) SetGlobalTableArn(v string) *GlobalTableDescription {
s.GlobalTableArn = &v
return s
}
|
go
|
func (s *GlobalTableDescription) SetGlobalTableArn(v string) *GlobalTableDescription {
s.GlobalTableArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"GlobalTableDescription",
")",
"SetGlobalTableArn",
"(",
"v",
"string",
")",
"*",
"GlobalTableDescription",
"{",
"s",
".",
"GlobalTableArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableArn sets the GlobalTableArn field's value.
|
[
"SetGlobalTableArn",
"sets",
"the",
"GlobalTableArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9722-L9725
|
166,804 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableStatus
|
func (s *GlobalTableDescription) SetGlobalTableStatus(v string) *GlobalTableDescription {
s.GlobalTableStatus = &v
return s
}
|
go
|
func (s *GlobalTableDescription) SetGlobalTableStatus(v string) *GlobalTableDescription {
s.GlobalTableStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"GlobalTableDescription",
")",
"SetGlobalTableStatus",
"(",
"v",
"string",
")",
"*",
"GlobalTableDescription",
"{",
"s",
".",
"GlobalTableStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableStatus sets the GlobalTableStatus field's value.
|
[
"SetGlobalTableStatus",
"sets",
"the",
"GlobalTableStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9734-L9737
|
166,805 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetProvisionedWriteCapacityAutoScalingSettingsUpdate
|
func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *GlobalTableGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
}
|
go
|
func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *GlobalTableGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GlobalTableGlobalSecondaryIndexSettingsUpdate",
")",
"SetProvisionedWriteCapacityAutoScalingSettingsUpdate",
"(",
"v",
"*",
"AutoScalingSettingsUpdate",
")",
"*",
"GlobalTableGlobalSecondaryIndexSettingsUpdate",
"{",
"s",
".",
"ProvisionedWriteCapacityAutoScalingSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProvisionedWriteCapacityAutoScalingSettingsUpdate sets the ProvisionedWriteCapacityAutoScalingSettingsUpdate field's value.
|
[
"SetProvisionedWriteCapacityAutoScalingSettingsUpdate",
"sets",
"the",
"ProvisionedWriteCapacityAutoScalingSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9806-L9809
|
166,806 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetItemCollectionKey
|
func (s *ItemCollectionMetrics) SetItemCollectionKey(v map[string]*AttributeValue) *ItemCollectionMetrics {
s.ItemCollectionKey = v
return s
}
|
go
|
func (s *ItemCollectionMetrics) SetItemCollectionKey(v map[string]*AttributeValue) *ItemCollectionMetrics {
s.ItemCollectionKey = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ItemCollectionMetrics",
")",
"SetItemCollectionKey",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"AttributeValue",
")",
"*",
"ItemCollectionMetrics",
"{",
"s",
".",
"ItemCollectionKey",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetItemCollectionKey sets the ItemCollectionKey field's value.
|
[
"SetItemCollectionKey",
"sets",
"the",
"ItemCollectionKey",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9851-L9854
|
166,807 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetSizeEstimateRangeGB
|
func (s *ItemCollectionMetrics) SetSizeEstimateRangeGB(v []*float64) *ItemCollectionMetrics {
s.SizeEstimateRangeGB = v
return s
}
|
go
|
func (s *ItemCollectionMetrics) SetSizeEstimateRangeGB(v []*float64) *ItemCollectionMetrics {
s.SizeEstimateRangeGB = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ItemCollectionMetrics",
")",
"SetSizeEstimateRangeGB",
"(",
"v",
"[",
"]",
"*",
"float64",
")",
"*",
"ItemCollectionMetrics",
"{",
"s",
".",
"SizeEstimateRangeGB",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSizeEstimateRangeGB sets the SizeEstimateRangeGB field's value.
|
[
"SetSizeEstimateRangeGB",
"sets",
"the",
"SizeEstimateRangeGB",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L9857-L9860
|
166,808 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetExclusiveStartBackupArn
|
func (s *ListBackupsInput) SetExclusiveStartBackupArn(v string) *ListBackupsInput {
s.ExclusiveStartBackupArn = &v
return s
}
|
go
|
func (s *ListBackupsInput) SetExclusiveStartBackupArn(v string) *ListBackupsInput {
s.ExclusiveStartBackupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListBackupsInput",
")",
"SetExclusiveStartBackupArn",
"(",
"v",
"string",
")",
"*",
"ListBackupsInput",
"{",
"s",
".",
"ExclusiveStartBackupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartBackupArn sets the ExclusiveStartBackupArn field's value.
|
[
"SetExclusiveStartBackupArn",
"sets",
"the",
"ExclusiveStartBackupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10169-L10172
|
166,809 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTimeRangeLowerBound
|
func (s *ListBackupsInput) SetTimeRangeLowerBound(v time.Time) *ListBackupsInput {
s.TimeRangeLowerBound = &v
return s
}
|
go
|
func (s *ListBackupsInput) SetTimeRangeLowerBound(v time.Time) *ListBackupsInput {
s.TimeRangeLowerBound = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListBackupsInput",
")",
"SetTimeRangeLowerBound",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ListBackupsInput",
"{",
"s",
".",
"TimeRangeLowerBound",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimeRangeLowerBound sets the TimeRangeLowerBound field's value.
|
[
"SetTimeRangeLowerBound",
"sets",
"the",
"TimeRangeLowerBound",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10187-L10190
|
166,810 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTimeRangeUpperBound
|
func (s *ListBackupsInput) SetTimeRangeUpperBound(v time.Time) *ListBackupsInput {
s.TimeRangeUpperBound = &v
return s
}
|
go
|
func (s *ListBackupsInput) SetTimeRangeUpperBound(v time.Time) *ListBackupsInput {
s.TimeRangeUpperBound = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListBackupsInput",
")",
"SetTimeRangeUpperBound",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ListBackupsInput",
"{",
"s",
".",
"TimeRangeUpperBound",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimeRangeUpperBound sets the TimeRangeUpperBound field's value.
|
[
"SetTimeRangeUpperBound",
"sets",
"the",
"TimeRangeUpperBound",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10193-L10196
|
166,811 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetBackupSummaries
|
func (s *ListBackupsOutput) SetBackupSummaries(v []*BackupSummary) *ListBackupsOutput {
s.BackupSummaries = v
return s
}
|
go
|
func (s *ListBackupsOutput) SetBackupSummaries(v []*BackupSummary) *ListBackupsOutput {
s.BackupSummaries = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListBackupsOutput",
")",
"SetBackupSummaries",
"(",
"v",
"[",
"]",
"*",
"BackupSummary",
")",
"*",
"ListBackupsOutput",
"{",
"s",
".",
"BackupSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBackupSummaries sets the BackupSummaries field's value.
|
[
"SetBackupSummaries",
"sets",
"the",
"BackupSummaries",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10229-L10232
|
166,812 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetLastEvaluatedBackupArn
|
func (s *ListBackupsOutput) SetLastEvaluatedBackupArn(v string) *ListBackupsOutput {
s.LastEvaluatedBackupArn = &v
return s
}
|
go
|
func (s *ListBackupsOutput) SetLastEvaluatedBackupArn(v string) *ListBackupsOutput {
s.LastEvaluatedBackupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListBackupsOutput",
")",
"SetLastEvaluatedBackupArn",
"(",
"v",
"string",
")",
"*",
"ListBackupsOutput",
"{",
"s",
".",
"LastEvaluatedBackupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastEvaluatedBackupArn sets the LastEvaluatedBackupArn field's value.
|
[
"SetLastEvaluatedBackupArn",
"sets",
"the",
"LastEvaluatedBackupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10235-L10238
|
166,813 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetExclusiveStartGlobalTableName
|
func (s *ListGlobalTablesInput) SetExclusiveStartGlobalTableName(v string) *ListGlobalTablesInput {
s.ExclusiveStartGlobalTableName = &v
return s
}
|
go
|
func (s *ListGlobalTablesInput) SetExclusiveStartGlobalTableName(v string) *ListGlobalTablesInput {
s.ExclusiveStartGlobalTableName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListGlobalTablesInput",
")",
"SetExclusiveStartGlobalTableName",
"(",
"v",
"string",
")",
"*",
"ListGlobalTablesInput",
"{",
"s",
".",
"ExclusiveStartGlobalTableName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartGlobalTableName sets the ExclusiveStartGlobalTableName field's value.
|
[
"SetExclusiveStartGlobalTableName",
"sets",
"the",
"ExclusiveStartGlobalTableName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10280-L10283
|
166,814 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTables
|
func (s *ListGlobalTablesOutput) SetGlobalTables(v []*GlobalTable) *ListGlobalTablesOutput {
s.GlobalTables = v
return s
}
|
go
|
func (s *ListGlobalTablesOutput) SetGlobalTables(v []*GlobalTable) *ListGlobalTablesOutput {
s.GlobalTables = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListGlobalTablesOutput",
")",
"SetGlobalTables",
"(",
"v",
"[",
"]",
"*",
"GlobalTable",
")",
"*",
"ListGlobalTablesOutput",
"{",
"s",
".",
"GlobalTables",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTables sets the GlobalTables field's value.
|
[
"SetGlobalTables",
"sets",
"the",
"GlobalTables",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10318-L10321
|
166,815 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetLastEvaluatedGlobalTableName
|
func (s *ListGlobalTablesOutput) SetLastEvaluatedGlobalTableName(v string) *ListGlobalTablesOutput {
s.LastEvaluatedGlobalTableName = &v
return s
}
|
go
|
func (s *ListGlobalTablesOutput) SetLastEvaluatedGlobalTableName(v string) *ListGlobalTablesOutput {
s.LastEvaluatedGlobalTableName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListGlobalTablesOutput",
")",
"SetLastEvaluatedGlobalTableName",
"(",
"v",
"string",
")",
"*",
"ListGlobalTablesOutput",
"{",
"s",
".",
"LastEvaluatedGlobalTableName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastEvaluatedGlobalTableName sets the LastEvaluatedGlobalTableName field's value.
|
[
"SetLastEvaluatedGlobalTableName",
"sets",
"the",
"LastEvaluatedGlobalTableName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10324-L10327
|
166,816 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetExclusiveStartTableName
|
func (s *ListTablesInput) SetExclusiveStartTableName(v string) *ListTablesInput {
s.ExclusiveStartTableName = &v
return s
}
|
go
|
func (s *ListTablesInput) SetExclusiveStartTableName(v string) *ListTablesInput {
s.ExclusiveStartTableName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListTablesInput",
")",
"SetExclusiveStartTableName",
"(",
"v",
"string",
")",
"*",
"ListTablesInput",
"{",
"s",
".",
"ExclusiveStartTableName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExclusiveStartTableName sets the ExclusiveStartTableName field's value.
|
[
"SetExclusiveStartTableName",
"sets",
"the",
"ExclusiveStartTableName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10370-L10373
|
166,817 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetLastEvaluatedTableName
|
func (s *ListTablesOutput) SetLastEvaluatedTableName(v string) *ListTablesOutput {
s.LastEvaluatedTableName = &v
return s
}
|
go
|
func (s *ListTablesOutput) SetLastEvaluatedTableName(v string) *ListTablesOutput {
s.LastEvaluatedTableName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListTablesOutput",
")",
"SetLastEvaluatedTableName",
"(",
"v",
"string",
")",
"*",
"ListTablesOutput",
"{",
"s",
".",
"LastEvaluatedTableName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastEvaluatedTableName sets the LastEvaluatedTableName field's value.
|
[
"SetLastEvaluatedTableName",
"sets",
"the",
"LastEvaluatedTableName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10413-L10416
|
166,818 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTableNames
|
func (s *ListTablesOutput) SetTableNames(v []*string) *ListTablesOutput {
s.TableNames = v
return s
}
|
go
|
func (s *ListTablesOutput) SetTableNames(v []*string) *ListTablesOutput {
s.TableNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListTablesOutput",
")",
"SetTableNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListTablesOutput",
"{",
"s",
".",
"TableNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTableNames sets the TableNames field's value.
|
[
"SetTableNames",
"sets",
"the",
"TableNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10419-L10422
|
166,819 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetEarliestRestorableDateTime
|
func (s *PointInTimeRecoveryDescription) SetEarliestRestorableDateTime(v time.Time) *PointInTimeRecoveryDescription {
s.EarliestRestorableDateTime = &v
return s
}
|
go
|
func (s *PointInTimeRecoveryDescription) SetEarliestRestorableDateTime(v time.Time) *PointInTimeRecoveryDescription {
s.EarliestRestorableDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PointInTimeRecoveryDescription",
")",
"SetEarliestRestorableDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"PointInTimeRecoveryDescription",
"{",
"s",
".",
"EarliestRestorableDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEarliestRestorableDateTime sets the EarliestRestorableDateTime field's value.
|
[
"SetEarliestRestorableDateTime",
"sets",
"the",
"EarliestRestorableDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10795-L10798
|
166,820 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetPointInTimeRecoveryStatus
|
func (s *PointInTimeRecoveryDescription) SetPointInTimeRecoveryStatus(v string) *PointInTimeRecoveryDescription {
s.PointInTimeRecoveryStatus = &v
return s
}
|
go
|
func (s *PointInTimeRecoveryDescription) SetPointInTimeRecoveryStatus(v string) *PointInTimeRecoveryDescription {
s.PointInTimeRecoveryStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PointInTimeRecoveryDescription",
")",
"SetPointInTimeRecoveryStatus",
"(",
"v",
"string",
")",
"*",
"PointInTimeRecoveryDescription",
"{",
"s",
".",
"PointInTimeRecoveryStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPointInTimeRecoveryStatus sets the PointInTimeRecoveryStatus field's value.
|
[
"SetPointInTimeRecoveryStatus",
"sets",
"the",
"PointInTimeRecoveryStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10807-L10810
|
166,821 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetPointInTimeRecoveryEnabled
|
func (s *PointInTimeRecoverySpecification) SetPointInTimeRecoveryEnabled(v bool) *PointInTimeRecoverySpecification {
s.PointInTimeRecoveryEnabled = &v
return s
}
|
go
|
func (s *PointInTimeRecoverySpecification) SetPointInTimeRecoveryEnabled(v bool) *PointInTimeRecoverySpecification {
s.PointInTimeRecoveryEnabled = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PointInTimeRecoverySpecification",
")",
"SetPointInTimeRecoveryEnabled",
"(",
"v",
"bool",
")",
"*",
"PointInTimeRecoverySpecification",
"{",
"s",
".",
"PointInTimeRecoveryEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPointInTimeRecoveryEnabled sets the PointInTimeRecoveryEnabled field's value.
|
[
"SetPointInTimeRecoveryEnabled",
"sets",
"the",
"PointInTimeRecoveryEnabled",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10847-L10850
|
166,822 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetNonKeyAttributes
|
func (s *Projection) SetNonKeyAttributes(v []*string) *Projection {
s.NonKeyAttributes = v
return s
}
|
go
|
func (s *Projection) SetNonKeyAttributes(v []*string) *Projection {
s.NonKeyAttributes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Projection",
")",
"SetNonKeyAttributes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Projection",
"{",
"s",
".",
"NonKeyAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNonKeyAttributes sets the NonKeyAttributes field's value.
|
[
"SetNonKeyAttributes",
"sets",
"the",
"NonKeyAttributes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10901-L10904
|
166,823 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetProjectionType
|
func (s *Projection) SetProjectionType(v string) *Projection {
s.ProjectionType = &v
return s
}
|
go
|
func (s *Projection) SetProjectionType(v string) *Projection {
s.ProjectionType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Projection",
")",
"SetProjectionType",
"(",
"v",
"string",
")",
"*",
"Projection",
"{",
"s",
".",
"ProjectionType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProjectionType sets the ProjectionType field's value.
|
[
"SetProjectionType",
"sets",
"the",
"ProjectionType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L10907-L10910
|
166,824 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetLastDecreaseDateTime
|
func (s *ProvisionedThroughputDescription) SetLastDecreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastDecreaseDateTime = &v
return s
}
|
go
|
func (s *ProvisionedThroughputDescription) SetLastDecreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastDecreaseDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProvisionedThroughputDescription",
")",
"SetLastDecreaseDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ProvisionedThroughputDescription",
"{",
"s",
".",
"LastDecreaseDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastDecreaseDateTime sets the LastDecreaseDateTime field's value.
|
[
"SetLastDecreaseDateTime",
"sets",
"the",
"LastDecreaseDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11025-L11028
|
166,825 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetLastIncreaseDateTime
|
func (s *ProvisionedThroughputDescription) SetLastIncreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastIncreaseDateTime = &v
return s
}
|
go
|
func (s *ProvisionedThroughputDescription) SetLastIncreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastIncreaseDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProvisionedThroughputDescription",
")",
"SetLastIncreaseDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ProvisionedThroughputDescription",
"{",
"s",
".",
"LastIncreaseDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastIncreaseDateTime sets the LastIncreaseDateTime field's value.
|
[
"SetLastIncreaseDateTime",
"sets",
"the",
"LastIncreaseDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11031-L11034
|
166,826 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetNumberOfDecreasesToday
|
func (s *ProvisionedThroughputDescription) SetNumberOfDecreasesToday(v int64) *ProvisionedThroughputDescription {
s.NumberOfDecreasesToday = &v
return s
}
|
go
|
func (s *ProvisionedThroughputDescription) SetNumberOfDecreasesToday(v int64) *ProvisionedThroughputDescription {
s.NumberOfDecreasesToday = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProvisionedThroughputDescription",
")",
"SetNumberOfDecreasesToday",
"(",
"v",
"int64",
")",
"*",
"ProvisionedThroughputDescription",
"{",
"s",
".",
"NumberOfDecreasesToday",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNumberOfDecreasesToday sets the NumberOfDecreasesToday field's value.
|
[
"SetNumberOfDecreasesToday",
"sets",
"the",
"NumberOfDecreasesToday",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11037-L11040
|
166,827 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetKeyConditionExpression
|
func (s *QueryInput) SetKeyConditionExpression(v string) *QueryInput {
s.KeyConditionExpression = &v
return s
}
|
go
|
func (s *QueryInput) SetKeyConditionExpression(v string) *QueryInput {
s.KeyConditionExpression = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryInput",
")",
"SetKeyConditionExpression",
"(",
"v",
"string",
")",
"*",
"QueryInput",
"{",
"s",
".",
"KeyConditionExpression",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyConditionExpression sets the KeyConditionExpression field's value.
|
[
"SetKeyConditionExpression",
"sets",
"the",
"KeyConditionExpression",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11893-L11896
|
166,828 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetKeyConditions
|
func (s *QueryInput) SetKeyConditions(v map[string]*Condition) *QueryInput {
s.KeyConditions = v
return s
}
|
go
|
func (s *QueryInput) SetKeyConditions(v map[string]*Condition) *QueryInput {
s.KeyConditions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryInput",
")",
"SetKeyConditions",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"Condition",
")",
"*",
"QueryInput",
"{",
"s",
".",
"KeyConditions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyConditions sets the KeyConditions field's value.
|
[
"SetKeyConditions",
"sets",
"the",
"KeyConditions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11899-L11902
|
166,829 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetQueryFilter
|
func (s *QueryInput) SetQueryFilter(v map[string]*Condition) *QueryInput {
s.QueryFilter = v
return s
}
|
go
|
func (s *QueryInput) SetQueryFilter(v map[string]*Condition) *QueryInput {
s.QueryFilter = v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryInput",
")",
"SetQueryFilter",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"Condition",
")",
"*",
"QueryInput",
"{",
"s",
".",
"QueryFilter",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetQueryFilter sets the QueryFilter field's value.
|
[
"SetQueryFilter",
"sets",
"the",
"QueryFilter",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11917-L11920
|
166,830 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetScanIndexForward
|
func (s *QueryInput) SetScanIndexForward(v bool) *QueryInput {
s.ScanIndexForward = &v
return s
}
|
go
|
func (s *QueryInput) SetScanIndexForward(v bool) *QueryInput {
s.ScanIndexForward = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"QueryInput",
")",
"SetScanIndexForward",
"(",
"v",
"bool",
")",
"*",
"QueryInput",
"{",
"s",
".",
"ScanIndexForward",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetScanIndexForward sets the ScanIndexForward field's value.
|
[
"SetScanIndexForward",
"sets",
"the",
"ScanIndexForward",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L11929-L11932
|
166,831 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetProvisionedReadCapacityAutoScalingSettings
|
func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedReadCapacityAutoScalingSettings = v
return s
}
|
go
|
func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedReadCapacityAutoScalingSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaGlobalSecondaryIndexSettingsDescription",
")",
"SetProvisionedReadCapacityAutoScalingSettings",
"(",
"v",
"*",
"AutoScalingSettingsDescription",
")",
"*",
"ReplicaGlobalSecondaryIndexSettingsDescription",
"{",
"s",
".",
"ProvisionedReadCapacityAutoScalingSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProvisionedReadCapacityAutoScalingSettings sets the ProvisionedReadCapacityAutoScalingSettings field's value.
|
[
"SetProvisionedReadCapacityAutoScalingSettings",
"sets",
"the",
"ProvisionedReadCapacityAutoScalingSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12143-L12146
|
166,832 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetProvisionedWriteCapacityAutoScalingSettings
|
func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedWriteCapacityAutoScalingSettings = v
return s
}
|
go
|
func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedWriteCapacityAutoScalingSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaGlobalSecondaryIndexSettingsDescription",
")",
"SetProvisionedWriteCapacityAutoScalingSettings",
"(",
"v",
"*",
"AutoScalingSettingsDescription",
")",
"*",
"ReplicaGlobalSecondaryIndexSettingsDescription",
"{",
"s",
".",
"ProvisionedWriteCapacityAutoScalingSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProvisionedWriteCapacityAutoScalingSettings sets the ProvisionedWriteCapacityAutoScalingSettings field's value.
|
[
"SetProvisionedWriteCapacityAutoScalingSettings",
"sets",
"the",
"ProvisionedWriteCapacityAutoScalingSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12155-L12158
|
166,833 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetProvisionedReadCapacityAutoScalingSettingsUpdate
|
func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
}
|
go
|
func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaGlobalSecondaryIndexSettingsUpdate",
")",
"SetProvisionedReadCapacityAutoScalingSettingsUpdate",
"(",
"v",
"*",
"AutoScalingSettingsUpdate",
")",
"*",
"ReplicaGlobalSecondaryIndexSettingsUpdate",
"{",
"s",
".",
"ProvisionedReadCapacityAutoScalingSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProvisionedReadCapacityAutoScalingSettingsUpdate sets the ProvisionedReadCapacityAutoScalingSettingsUpdate field's value.
|
[
"SetProvisionedReadCapacityAutoScalingSettingsUpdate",
"sets",
"the",
"ProvisionedReadCapacityAutoScalingSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12227-L12230
|
166,834 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaBillingModeSummary
|
func (s *ReplicaSettingsDescription) SetReplicaBillingModeSummary(v *BillingModeSummary) *ReplicaSettingsDescription {
s.ReplicaBillingModeSummary = v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaBillingModeSummary(v *BillingModeSummary) *ReplicaSettingsDescription {
s.ReplicaBillingModeSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaBillingModeSummary",
"(",
"v",
"*",
"BillingModeSummary",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaBillingModeSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaBillingModeSummary sets the ReplicaBillingModeSummary field's value.
|
[
"SetReplicaBillingModeSummary",
"sets",
"the",
"ReplicaBillingModeSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12300-L12303
|
166,835 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaGlobalSecondaryIndexSettings
|
func (s *ReplicaSettingsDescription) SetReplicaGlobalSecondaryIndexSettings(v []*ReplicaGlobalSecondaryIndexSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaGlobalSecondaryIndexSettings = v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaGlobalSecondaryIndexSettings(v []*ReplicaGlobalSecondaryIndexSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaGlobalSecondaryIndexSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaGlobalSecondaryIndexSettings",
"(",
"v",
"[",
"]",
"*",
"ReplicaGlobalSecondaryIndexSettingsDescription",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaGlobalSecondaryIndexSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaGlobalSecondaryIndexSettings sets the ReplicaGlobalSecondaryIndexSettings field's value.
|
[
"SetReplicaGlobalSecondaryIndexSettings",
"sets",
"the",
"ReplicaGlobalSecondaryIndexSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12306-L12309
|
166,836 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaProvisionedReadCapacityAutoScalingSettings
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedReadCapacityAutoScalingSettings = v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedReadCapacityAutoScalingSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaProvisionedReadCapacityAutoScalingSettings",
"(",
"v",
"*",
"AutoScalingSettingsDescription",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaProvisionedReadCapacityAutoScalingSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaProvisionedReadCapacityAutoScalingSettings sets the ReplicaProvisionedReadCapacityAutoScalingSettings field's value.
|
[
"SetReplicaProvisionedReadCapacityAutoScalingSettings",
"sets",
"the",
"ReplicaProvisionedReadCapacityAutoScalingSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12312-L12315
|
166,837 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaProvisionedWriteCapacityAutoScalingSettings
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityAutoScalingSettings = v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityAutoScalingSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaProvisionedWriteCapacityAutoScalingSettings",
"(",
"v",
"*",
"AutoScalingSettingsDescription",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaProvisionedWriteCapacityAutoScalingSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaProvisionedWriteCapacityAutoScalingSettings sets the ReplicaProvisionedWriteCapacityAutoScalingSettings field's value.
|
[
"SetReplicaProvisionedWriteCapacityAutoScalingSettings",
"sets",
"the",
"ReplicaProvisionedWriteCapacityAutoScalingSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12324-L12327
|
166,838 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaProvisionedWriteCapacityUnits
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityUnits(v int64) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityUnits = &v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityUnits(v int64) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityUnits = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaProvisionedWriteCapacityUnits",
"(",
"v",
"int64",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaProvisionedWriteCapacityUnits",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaProvisionedWriteCapacityUnits sets the ReplicaProvisionedWriteCapacityUnits field's value.
|
[
"SetReplicaProvisionedWriteCapacityUnits",
"sets",
"the",
"ReplicaProvisionedWriteCapacityUnits",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12330-L12333
|
166,839 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaStatus
|
func (s *ReplicaSettingsDescription) SetReplicaStatus(v string) *ReplicaSettingsDescription {
s.ReplicaStatus = &v
return s
}
|
go
|
func (s *ReplicaSettingsDescription) SetReplicaStatus(v string) *ReplicaSettingsDescription {
s.ReplicaStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsDescription",
")",
"SetReplicaStatus",
"(",
"v",
"string",
")",
"*",
"ReplicaSettingsDescription",
"{",
"s",
".",
"ReplicaStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaStatus sets the ReplicaStatus field's value.
|
[
"SetReplicaStatus",
"sets",
"the",
"ReplicaStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12336-L12339
|
166,840 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaGlobalSecondaryIndexSettingsUpdate
|
func (s *ReplicaSettingsUpdate) SetReplicaGlobalSecondaryIndexSettingsUpdate(v []*ReplicaGlobalSecondaryIndexSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaGlobalSecondaryIndexSettingsUpdate = v
return s
}
|
go
|
func (s *ReplicaSettingsUpdate) SetReplicaGlobalSecondaryIndexSettingsUpdate(v []*ReplicaGlobalSecondaryIndexSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaGlobalSecondaryIndexSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsUpdate",
")",
"SetReplicaGlobalSecondaryIndexSettingsUpdate",
"(",
"v",
"[",
"]",
"*",
"ReplicaGlobalSecondaryIndexSettingsUpdate",
")",
"*",
"ReplicaSettingsUpdate",
"{",
"s",
".",
"ReplicaGlobalSecondaryIndexSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaGlobalSecondaryIndexSettingsUpdate sets the ReplicaGlobalSecondaryIndexSettingsUpdate field's value.
|
[
"SetReplicaGlobalSecondaryIndexSettingsUpdate",
"sets",
"the",
"ReplicaGlobalSecondaryIndexSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12416-L12419
|
166,841 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate
|
func (s *ReplicaSettingsUpdate) SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
}
|
go
|
func (s *ReplicaSettingsUpdate) SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ReplicaSettingsUpdate",
")",
"SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate",
"(",
"v",
"*",
"AutoScalingSettingsUpdate",
")",
"*",
"ReplicaSettingsUpdate",
"{",
"s",
".",
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate sets the ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate field's value.
|
[
"SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate",
"sets",
"the",
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12422-L12425
|
166,842 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetRestoreInProgress
|
func (s *RestoreSummary) SetRestoreInProgress(v bool) *RestoreSummary {
s.RestoreInProgress = &v
return s
}
|
go
|
func (s *RestoreSummary) SetRestoreInProgress(v bool) *RestoreSummary {
s.RestoreInProgress = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RestoreSummary",
")",
"SetRestoreInProgress",
"(",
"v",
"bool",
")",
"*",
"RestoreSummary",
"{",
"s",
".",
"RestoreInProgress",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRestoreInProgress sets the RestoreInProgress field's value.
|
[
"SetRestoreInProgress",
"sets",
"the",
"RestoreInProgress",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12530-L12533
|
166,843 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetSourceBackupArn
|
func (s *RestoreSummary) SetSourceBackupArn(v string) *RestoreSummary {
s.SourceBackupArn = &v
return s
}
|
go
|
func (s *RestoreSummary) SetSourceBackupArn(v string) *RestoreSummary {
s.SourceBackupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RestoreSummary",
")",
"SetSourceBackupArn",
"(",
"v",
"string",
")",
"*",
"RestoreSummary",
"{",
"s",
".",
"SourceBackupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceBackupArn sets the SourceBackupArn field's value.
|
[
"SetSourceBackupArn",
"sets",
"the",
"SourceBackupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12536-L12539
|
166,844 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetSourceTableArn
|
func (s *RestoreSummary) SetSourceTableArn(v string) *RestoreSummary {
s.SourceTableArn = &v
return s
}
|
go
|
func (s *RestoreSummary) SetSourceTableArn(v string) *RestoreSummary {
s.SourceTableArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RestoreSummary",
")",
"SetSourceTableArn",
"(",
"v",
"string",
")",
"*",
"RestoreSummary",
"{",
"s",
".",
"SourceTableArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceTableArn sets the SourceTableArn field's value.
|
[
"SetSourceTableArn",
"sets",
"the",
"SourceTableArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12542-L12545
|
166,845 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetKMSMasterKeyArn
|
func (s *SSEDescription) SetKMSMasterKeyArn(v string) *SSEDescription {
s.KMSMasterKeyArn = &v
return s
}
|
go
|
func (s *SSEDescription) SetKMSMasterKeyArn(v string) *SSEDescription {
s.KMSMasterKeyArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SSEDescription",
")",
"SetKMSMasterKeyArn",
"(",
"v",
"string",
")",
"*",
"SSEDescription",
"{",
"s",
".",
"KMSMasterKeyArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKMSMasterKeyArn sets the KMSMasterKeyArn field's value.
|
[
"SetKMSMasterKeyArn",
"sets",
"the",
"KMSMasterKeyArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12769-L12772
|
166,846 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetKMSMasterKeyId
|
func (s *SSESpecification) SetKMSMasterKeyId(v string) *SSESpecification {
s.KMSMasterKeyId = &v
return s
}
|
go
|
func (s *SSESpecification) SetKMSMasterKeyId(v string) *SSESpecification {
s.KMSMasterKeyId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SSESpecification",
")",
"SetKMSMasterKeyId",
"(",
"v",
"string",
")",
"*",
"SSESpecification",
"{",
"s",
".",
"KMSMasterKeyId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKMSMasterKeyId sets the KMSMasterKeyId field's value.
|
[
"SetKMSMasterKeyId",
"sets",
"the",
"KMSMasterKeyId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L12829-L12832
|
166,847 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetScanFilter
|
func (s *ScanInput) SetScanFilter(v map[string]*Condition) *ScanInput {
s.ScanFilter = v
return s
}
|
go
|
func (s *ScanInput) SetScanFilter(v map[string]*Condition) *ScanInput {
s.ScanFilter = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ScanInput",
")",
"SetScanFilter",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"Condition",
")",
"*",
"ScanInput",
"{",
"s",
".",
"ScanFilter",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetScanFilter sets the ScanFilter field's value.
|
[
"SetScanFilter",
"sets",
"the",
"ScanFilter",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13201-L13204
|
166,848 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTableCreationDateTime
|
func (s *SourceTableDetails) SetTableCreationDateTime(v time.Time) *SourceTableDetails {
s.TableCreationDateTime = &v
return s
}
|
go
|
func (s *SourceTableDetails) SetTableCreationDateTime(v time.Time) *SourceTableDetails {
s.TableCreationDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SourceTableDetails",
")",
"SetTableCreationDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"SourceTableDetails",
"{",
"s",
".",
"TableCreationDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTableCreationDateTime sets the TableCreationDateTime field's value.
|
[
"SetTableCreationDateTime",
"sets",
"the",
"TableCreationDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13407-L13410
|
166,849 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetStreamEnabled
|
func (s *StreamSpecification) SetStreamEnabled(v bool) *StreamSpecification {
s.StreamEnabled = &v
return s
}
|
go
|
func (s *StreamSpecification) SetStreamEnabled(v bool) *StreamSpecification {
s.StreamEnabled = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StreamSpecification",
")",
"SetStreamEnabled",
"(",
"v",
"bool",
")",
"*",
"StreamSpecification",
"{",
"s",
".",
"StreamEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStreamEnabled sets the StreamEnabled field's value.
|
[
"SetStreamEnabled",
"sets",
"the",
"StreamEnabled",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13533-L13536
|
166,850 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetBillingModeSummary
|
func (s *TableDescription) SetBillingModeSummary(v *BillingModeSummary) *TableDescription {
s.BillingModeSummary = v
return s
}
|
go
|
func (s *TableDescription) SetBillingModeSummary(v *BillingModeSummary) *TableDescription {
s.BillingModeSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TableDescription",
")",
"SetBillingModeSummary",
"(",
"v",
"*",
"BillingModeSummary",
")",
"*",
"TableDescription",
"{",
"s",
".",
"BillingModeSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBillingModeSummary sets the BillingModeSummary field's value.
|
[
"SetBillingModeSummary",
"sets",
"the",
"BillingModeSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13771-L13774
|
166,851 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetRestoreSummary
|
func (s *TableDescription) SetRestoreSummary(v *RestoreSummary) *TableDescription {
s.RestoreSummary = v
return s
}
|
go
|
func (s *TableDescription) SetRestoreSummary(v *RestoreSummary) *TableDescription {
s.RestoreSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TableDescription",
")",
"SetRestoreSummary",
"(",
"v",
"*",
"RestoreSummary",
")",
"*",
"TableDescription",
"{",
"s",
".",
"RestoreSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRestoreSummary sets the RestoreSummary field's value.
|
[
"SetRestoreSummary",
"sets",
"the",
"RestoreSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13825-L13828
|
166,852 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTableStatus
|
func (s *TableDescription) SetTableStatus(v string) *TableDescription {
s.TableStatus = &v
return s
}
|
go
|
func (s *TableDescription) SetTableStatus(v string) *TableDescription {
s.TableStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TableDescription",
")",
"SetTableStatus",
"(",
"v",
"string",
")",
"*",
"TableDescription",
"{",
"s",
".",
"TableStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTableStatus sets the TableStatus field's value.
|
[
"SetTableStatus",
"sets",
"the",
"TableStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L13867-L13870
|
166,853 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetTimeToLiveStatus
|
func (s *TimeToLiveDescription) SetTimeToLiveStatus(v string) *TimeToLiveDescription {
s.TimeToLiveStatus = &v
return s
}
|
go
|
func (s *TimeToLiveDescription) SetTimeToLiveStatus(v string) *TimeToLiveDescription {
s.TimeToLiveStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TimeToLiveDescription",
")",
"SetTimeToLiveStatus",
"(",
"v",
"string",
")",
"*",
"TimeToLiveDescription",
"{",
"s",
".",
"TimeToLiveStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimeToLiveStatus sets the TimeToLiveStatus field's value.
|
[
"SetTimeToLiveStatus",
"sets",
"the",
"TimeToLiveStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14047-L14050
|
166,854 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGet
|
func (s *TransactGetItem) SetGet(v *Get) *TransactGetItem {
s.Get = v
return s
}
|
go
|
func (s *TransactGetItem) SetGet(v *Get) *TransactGetItem {
s.Get = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TransactGetItem",
")",
"SetGet",
"(",
"v",
"*",
"Get",
")",
"*",
"TransactGetItem",
"{",
"s",
".",
"Get",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGet sets the Get field's value.
|
[
"SetGet",
"sets",
"the",
"Get",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14152-L14155
|
166,855 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetConditionCheck
|
func (s *TransactWriteItem) SetConditionCheck(v *ConditionCheck) *TransactWriteItem {
s.ConditionCheck = v
return s
}
|
go
|
func (s *TransactWriteItem) SetConditionCheck(v *ConditionCheck) *TransactWriteItem {
s.ConditionCheck = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TransactWriteItem",
")",
"SetConditionCheck",
"(",
"v",
"*",
"ConditionCheck",
")",
"*",
"TransactWriteItem",
"{",
"s",
".",
"ConditionCheck",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetConditionCheck sets the ConditionCheck field's value.
|
[
"SetConditionCheck",
"sets",
"the",
"ConditionCheck",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14321-L14324
|
166,856 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetPut
|
func (s *TransactWriteItem) SetPut(v *Put) *TransactWriteItem {
s.Put = v
return s
}
|
go
|
func (s *TransactWriteItem) SetPut(v *Put) *TransactWriteItem {
s.Put = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TransactWriteItem",
")",
"SetPut",
"(",
"v",
"*",
"Put",
")",
"*",
"TransactWriteItem",
"{",
"s",
".",
"Put",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPut sets the Put field's value.
|
[
"SetPut",
"sets",
"the",
"Put",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14333-L14336
|
166,857 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetPointInTimeRecoverySpecification
|
func (s *UpdateContinuousBackupsInput) SetPointInTimeRecoverySpecification(v *PointInTimeRecoverySpecification) *UpdateContinuousBackupsInput {
s.PointInTimeRecoverySpecification = v
return s
}
|
go
|
func (s *UpdateContinuousBackupsInput) SetPointInTimeRecoverySpecification(v *PointInTimeRecoverySpecification) *UpdateContinuousBackupsInput {
s.PointInTimeRecoverySpecification = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateContinuousBackupsInput",
")",
"SetPointInTimeRecoverySpecification",
"(",
"v",
"*",
"PointInTimeRecoverySpecification",
")",
"*",
"UpdateContinuousBackupsInput",
"{",
"s",
".",
"PointInTimeRecoverySpecification",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPointInTimeRecoverySpecification sets the PointInTimeRecoverySpecification field's value.
|
[
"SetPointInTimeRecoverySpecification",
"sets",
"the",
"PointInTimeRecoverySpecification",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14730-L14733
|
166,858 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaUpdates
|
func (s *UpdateGlobalTableInput) SetReplicaUpdates(v []*ReplicaUpdate) *UpdateGlobalTableInput {
s.ReplicaUpdates = v
return s
}
|
go
|
func (s *UpdateGlobalTableInput) SetReplicaUpdates(v []*ReplicaUpdate) *UpdateGlobalTableInput {
s.ReplicaUpdates = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableInput",
")",
"SetReplicaUpdates",
"(",
"v",
"[",
"]",
"*",
"ReplicaUpdate",
")",
"*",
"UpdateGlobalTableInput",
"{",
"s",
".",
"ReplicaUpdates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaUpdates sets the ReplicaUpdates field's value.
|
[
"SetReplicaUpdates",
"sets",
"the",
"ReplicaUpdates",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L14892-L14895
|
166,859 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableBillingMode
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableBillingMode(v string) *UpdateGlobalTableSettingsInput {
s.GlobalTableBillingMode = &v
return s
}
|
go
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableBillingMode(v string) *UpdateGlobalTableSettingsInput {
s.GlobalTableBillingMode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableSettingsInput",
")",
"SetGlobalTableBillingMode",
"(",
"v",
"string",
")",
"*",
"UpdateGlobalTableSettingsInput",
"{",
"s",
".",
"GlobalTableBillingMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableBillingMode sets the GlobalTableBillingMode field's value.
|
[
"SetGlobalTableBillingMode",
"sets",
"the",
"GlobalTableBillingMode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15009-L15012
|
166,860 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableGlobalSecondaryIndexSettingsUpdate
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableGlobalSecondaryIndexSettingsUpdate(v []*GlobalTableGlobalSecondaryIndexSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableGlobalSecondaryIndexSettingsUpdate = v
return s
}
|
go
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableGlobalSecondaryIndexSettingsUpdate(v []*GlobalTableGlobalSecondaryIndexSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableGlobalSecondaryIndexSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableSettingsInput",
")",
"SetGlobalTableGlobalSecondaryIndexSettingsUpdate",
"(",
"v",
"[",
"]",
"*",
"GlobalTableGlobalSecondaryIndexSettingsUpdate",
")",
"*",
"UpdateGlobalTableSettingsInput",
"{",
"s",
".",
"GlobalTableGlobalSecondaryIndexSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableGlobalSecondaryIndexSettingsUpdate sets the GlobalTableGlobalSecondaryIndexSettingsUpdate field's value.
|
[
"SetGlobalTableGlobalSecondaryIndexSettingsUpdate",
"sets",
"the",
"GlobalTableGlobalSecondaryIndexSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15015-L15018
|
166,861 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
}
|
go
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableSettingsInput",
")",
"SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate",
"(",
"v",
"*",
"AutoScalingSettingsUpdate",
")",
"*",
"UpdateGlobalTableSettingsInput",
"{",
"s",
".",
"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate sets the GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate field's value.
|
[
"SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate",
"sets",
"the",
"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15027-L15030
|
166,862 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalTableProvisionedWriteCapacityUnits
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityUnits(v int64) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityUnits = &v
return s
}
|
go
|
func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityUnits(v int64) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityUnits = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableSettingsInput",
")",
"SetGlobalTableProvisionedWriteCapacityUnits",
"(",
"v",
"int64",
")",
"*",
"UpdateGlobalTableSettingsInput",
"{",
"s",
".",
"GlobalTableProvisionedWriteCapacityUnits",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalTableProvisionedWriteCapacityUnits sets the GlobalTableProvisionedWriteCapacityUnits field's value.
|
[
"SetGlobalTableProvisionedWriteCapacityUnits",
"sets",
"the",
"GlobalTableProvisionedWriteCapacityUnits",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15033-L15036
|
166,863 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetReplicaSettingsUpdate
|
func (s *UpdateGlobalTableSettingsInput) SetReplicaSettingsUpdate(v []*ReplicaSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.ReplicaSettingsUpdate = v
return s
}
|
go
|
func (s *UpdateGlobalTableSettingsInput) SetReplicaSettingsUpdate(v []*ReplicaSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.ReplicaSettingsUpdate = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateGlobalTableSettingsInput",
")",
"SetReplicaSettingsUpdate",
"(",
"v",
"[",
"]",
"*",
"ReplicaSettingsUpdate",
")",
"*",
"UpdateGlobalTableSettingsInput",
"{",
"s",
".",
"ReplicaSettingsUpdate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReplicaSettingsUpdate sets the ReplicaSettingsUpdate field's value.
|
[
"SetReplicaSettingsUpdate",
"sets",
"the",
"ReplicaSettingsUpdate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15039-L15042
|
166,864 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetGlobalSecondaryIndexUpdates
|
func (s *UpdateTableInput) SetGlobalSecondaryIndexUpdates(v []*GlobalSecondaryIndexUpdate) *UpdateTableInput {
s.GlobalSecondaryIndexUpdates = v
return s
}
|
go
|
func (s *UpdateTableInput) SetGlobalSecondaryIndexUpdates(v []*GlobalSecondaryIndexUpdate) *UpdateTableInput {
s.GlobalSecondaryIndexUpdates = v
return s
}
|
[
"func",
"(",
"s",
"*",
"UpdateTableInput",
")",
"SetGlobalSecondaryIndexUpdates",
"(",
"v",
"[",
"]",
"*",
"GlobalSecondaryIndexUpdate",
")",
"*",
"UpdateTableInput",
"{",
"s",
".",
"GlobalSecondaryIndexUpdates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGlobalSecondaryIndexUpdates sets the GlobalSecondaryIndexUpdates field's value.
|
[
"SetGlobalSecondaryIndexUpdates",
"sets",
"the",
"GlobalSecondaryIndexUpdates",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15601-L15604
|
166,865 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetDeleteRequest
|
func (s *WriteRequest) SetDeleteRequest(v *DeleteRequest) *WriteRequest {
s.DeleteRequest = v
return s
}
|
go
|
func (s *WriteRequest) SetDeleteRequest(v *DeleteRequest) *WriteRequest {
s.DeleteRequest = v
return s
}
|
[
"func",
"(",
"s",
"*",
"WriteRequest",
")",
"SetDeleteRequest",
"(",
"v",
"*",
"DeleteRequest",
")",
"*",
"WriteRequest",
"{",
"s",
".",
"DeleteRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeleteRequest sets the DeleteRequest field's value.
|
[
"SetDeleteRequest",
"sets",
"the",
"DeleteRequest",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15764-L15767
|
166,866 |
aws/aws-sdk-go
|
service/dynamodb/api.go
|
SetPutRequest
|
func (s *WriteRequest) SetPutRequest(v *PutRequest) *WriteRequest {
s.PutRequest = v
return s
}
|
go
|
func (s *WriteRequest) SetPutRequest(v *PutRequest) *WriteRequest {
s.PutRequest = v
return s
}
|
[
"func",
"(",
"s",
"*",
"WriteRequest",
")",
"SetPutRequest",
"(",
"v",
"*",
"PutRequest",
")",
"*",
"WriteRequest",
"{",
"s",
".",
"PutRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPutRequest sets the PutRequest field's value.
|
[
"SetPutRequest",
"sets",
"the",
"PutRequest",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/api.go#L15770-L15773
|
166,867 |
aws/aws-sdk-go
|
aws/request/offset_reader.go
|
Close
|
func (o *offsetReader) Close() error {
o.lock.Lock()
defer o.lock.Unlock()
o.closed = true
return nil
}
|
go
|
func (o *offsetReader) Close() error {
o.lock.Lock()
defer o.lock.Unlock()
o.closed = true
return nil
}
|
[
"func",
"(",
"o",
"*",
"offsetReader",
")",
"Close",
"(",
")",
"error",
"{",
"o",
".",
"lock",
".",
"Lock",
"(",
")",
"\n",
"defer",
"o",
".",
"lock",
".",
"Unlock",
"(",
")",
"\n",
"o",
".",
"closed",
"=",
"true",
"\n",
"return",
"nil",
"\n",
"}"
] |
// Close will close the instance of the offset reader's access to
// the underlying io.ReadSeeker.
|
[
"Close",
"will",
"close",
"the",
"instance",
"of",
"the",
"offset",
"reader",
"s",
"access",
"to",
"the",
"underlying",
"io",
".",
"ReadSeeker",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/request/offset_reader.go#L28-L33
|
166,868 |
aws/aws-sdk-go
|
aws/request/offset_reader.go
|
Read
|
func (o *offsetReader) Read(p []byte) (int, error) {
o.lock.Lock()
defer o.lock.Unlock()
if o.closed {
return 0, io.EOF
}
return o.buf.Read(p)
}
|
go
|
func (o *offsetReader) Read(p []byte) (int, error) {
o.lock.Lock()
defer o.lock.Unlock()
if o.closed {
return 0, io.EOF
}
return o.buf.Read(p)
}
|
[
"func",
"(",
"o",
"*",
"offsetReader",
")",
"Read",
"(",
"p",
"[",
"]",
"byte",
")",
"(",
"int",
",",
"error",
")",
"{",
"o",
".",
"lock",
".",
"Lock",
"(",
")",
"\n",
"defer",
"o",
".",
"lock",
".",
"Unlock",
"(",
")",
"\n\n",
"if",
"o",
".",
"closed",
"{",
"return",
"0",
",",
"io",
".",
"EOF",
"\n",
"}",
"\n\n",
"return",
"o",
".",
"buf",
".",
"Read",
"(",
"p",
")",
"\n",
"}"
] |
// Read is a thread-safe read of the underlying io.ReadSeeker
|
[
"Read",
"is",
"a",
"thread",
"-",
"safe",
"read",
"of",
"the",
"underlying",
"io",
".",
"ReadSeeker"
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/request/offset_reader.go#L36-L45
|
166,869 |
aws/aws-sdk-go
|
aws/request/offset_reader.go
|
Seek
|
func (o *offsetReader) Seek(offset int64, whence int) (int64, error) {
o.lock.Lock()
defer o.lock.Unlock()
return o.buf.Seek(offset, whence)
}
|
go
|
func (o *offsetReader) Seek(offset int64, whence int) (int64, error) {
o.lock.Lock()
defer o.lock.Unlock()
return o.buf.Seek(offset, whence)
}
|
[
"func",
"(",
"o",
"*",
"offsetReader",
")",
"Seek",
"(",
"offset",
"int64",
",",
"whence",
"int",
")",
"(",
"int64",
",",
"error",
")",
"{",
"o",
".",
"lock",
".",
"Lock",
"(",
")",
"\n",
"defer",
"o",
".",
"lock",
".",
"Unlock",
"(",
")",
"\n\n",
"return",
"o",
".",
"buf",
".",
"Seek",
"(",
"offset",
",",
"whence",
")",
"\n",
"}"
] |
// Seek is a thread-safe seeking operation.
|
[
"Seek",
"is",
"a",
"thread",
"-",
"safe",
"seeking",
"operation",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/request/offset_reader.go#L48-L53
|
166,870 |
aws/aws-sdk-go
|
aws/request/offset_reader.go
|
CloseAndCopy
|
func (o *offsetReader) CloseAndCopy(offset int64) *offsetReader {
o.Close()
return newOffsetReader(o.buf, offset)
}
|
go
|
func (o *offsetReader) CloseAndCopy(offset int64) *offsetReader {
o.Close()
return newOffsetReader(o.buf, offset)
}
|
[
"func",
"(",
"o",
"*",
"offsetReader",
")",
"CloseAndCopy",
"(",
"offset",
"int64",
")",
"*",
"offsetReader",
"{",
"o",
".",
"Close",
"(",
")",
"\n",
"return",
"newOffsetReader",
"(",
"o",
".",
"buf",
",",
"offset",
")",
"\n",
"}"
] |
// CloseAndCopy will return a new offsetReader with a copy of the old buffer
// and close the old buffer.
|
[
"CloseAndCopy",
"will",
"return",
"a",
"new",
"offsetReader",
"with",
"a",
"copy",
"of",
"the",
"old",
"buffer",
"and",
"close",
"the",
"old",
"buffer",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/request/offset_reader.go#L57-L60
|
166,871 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetUnprocessedJobs
|
func (s *BatchDescribeSimulationJobOutput) SetUnprocessedJobs(v []*string) *BatchDescribeSimulationJobOutput {
s.UnprocessedJobs = v
return s
}
|
go
|
func (s *BatchDescribeSimulationJobOutput) SetUnprocessedJobs(v []*string) *BatchDescribeSimulationJobOutput {
s.UnprocessedJobs = v
return s
}
|
[
"func",
"(",
"s",
"*",
"BatchDescribeSimulationJobOutput",
")",
"SetUnprocessedJobs",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"BatchDescribeSimulationJobOutput",
"{",
"s",
".",
"UnprocessedJobs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetUnprocessedJobs sets the UnprocessedJobs field's value.
|
[
"SetUnprocessedJobs",
"sets",
"the",
"UnprocessedJobs",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L3669-L3672
|
166,872 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetConcurrentDeploymentPercentage
|
func (s *DeploymentConfig) SetConcurrentDeploymentPercentage(v int64) *DeploymentConfig {
s.ConcurrentDeploymentPercentage = &v
return s
}
|
go
|
func (s *DeploymentConfig) SetConcurrentDeploymentPercentage(v int64) *DeploymentConfig {
s.ConcurrentDeploymentPercentage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeploymentConfig",
")",
"SetConcurrentDeploymentPercentage",
"(",
"v",
"int64",
")",
"*",
"DeploymentConfig",
"{",
"s",
".",
"ConcurrentDeploymentPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetConcurrentDeploymentPercentage sets the ConcurrentDeploymentPercentage field's value.
|
[
"SetConcurrentDeploymentPercentage",
"sets",
"the",
"ConcurrentDeploymentPercentage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L5603-L5606
|
166,873 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetFailureThresholdPercentage
|
func (s *DeploymentConfig) SetFailureThresholdPercentage(v int64) *DeploymentConfig {
s.FailureThresholdPercentage = &v
return s
}
|
go
|
func (s *DeploymentConfig) SetFailureThresholdPercentage(v int64) *DeploymentConfig {
s.FailureThresholdPercentage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeploymentConfig",
")",
"SetFailureThresholdPercentage",
"(",
"v",
"int64",
")",
"*",
"DeploymentConfig",
"{",
"s",
".",
"FailureThresholdPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFailureThresholdPercentage sets the FailureThresholdPercentage field's value.
|
[
"SetFailureThresholdPercentage",
"sets",
"the",
"FailureThresholdPercentage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L5609-L5612
|
166,874 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetPostLaunchFile
|
func (s *DeploymentLaunchConfig) SetPostLaunchFile(v string) *DeploymentLaunchConfig {
s.PostLaunchFile = &v
return s
}
|
go
|
func (s *DeploymentLaunchConfig) SetPostLaunchFile(v string) *DeploymentLaunchConfig {
s.PostLaunchFile = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeploymentLaunchConfig",
")",
"SetPostLaunchFile",
"(",
"v",
"string",
")",
"*",
"DeploymentLaunchConfig",
"{",
"s",
".",
"PostLaunchFile",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPostLaunchFile sets the PostLaunchFile field's value.
|
[
"SetPostLaunchFile",
"sets",
"the",
"PostLaunchFile",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L5785-L5788
|
166,875 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetPreLaunchFile
|
func (s *DeploymentLaunchConfig) SetPreLaunchFile(v string) *DeploymentLaunchConfig {
s.PreLaunchFile = &v
return s
}
|
go
|
func (s *DeploymentLaunchConfig) SetPreLaunchFile(v string) *DeploymentLaunchConfig {
s.PreLaunchFile = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeploymentLaunchConfig",
")",
"SetPreLaunchFile",
"(",
"v",
"string",
")",
"*",
"DeploymentLaunchConfig",
"{",
"s",
".",
"PreLaunchFile",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPreLaunchFile sets the PreLaunchFile field's value.
|
[
"SetPreLaunchFile",
"sets",
"the",
"PreLaunchFile",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L5791-L5794
|
166,876 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetRobotDeploymentSummary
|
func (s *DescribeDeploymentJobOutput) SetRobotDeploymentSummary(v []*RobotDeployment) *DescribeDeploymentJobOutput {
s.RobotDeploymentSummary = v
return s
}
|
go
|
func (s *DescribeDeploymentJobOutput) SetRobotDeploymentSummary(v []*RobotDeployment) *DescribeDeploymentJobOutput {
s.RobotDeploymentSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeDeploymentJobOutput",
")",
"SetRobotDeploymentSummary",
"(",
"v",
"[",
"]",
"*",
"RobotDeployment",
")",
"*",
"DescribeDeploymentJobOutput",
"{",
"s",
".",
"RobotDeploymentSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRobotDeploymentSummary sets the RobotDeploymentSummary field's value.
|
[
"SetRobotDeploymentSummary",
"sets",
"the",
"RobotDeploymentSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L6014-L6017
|
166,877 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetDeploymentJobs
|
func (s *ListDeploymentJobsOutput) SetDeploymentJobs(v []*DeploymentJob) *ListDeploymentJobsOutput {
s.DeploymentJobs = v
return s
}
|
go
|
func (s *ListDeploymentJobsOutput) SetDeploymentJobs(v []*DeploymentJob) *ListDeploymentJobsOutput {
s.DeploymentJobs = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeploymentJobsOutput",
")",
"SetDeploymentJobs",
"(",
"v",
"[",
"]",
"*",
"DeploymentJob",
")",
"*",
"ListDeploymentJobsOutput",
"{",
"s",
".",
"DeploymentJobs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeploymentJobs sets the DeploymentJobs field's value.
|
[
"SetDeploymentJobs",
"sets",
"the",
"DeploymentJobs",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7133-L7136
|
166,878 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetFleetDetails
|
func (s *ListFleetsOutput) SetFleetDetails(v []*Fleet) *ListFleetsOutput {
s.FleetDetails = v
return s
}
|
go
|
func (s *ListFleetsOutput) SetFleetDetails(v []*Fleet) *ListFleetsOutput {
s.FleetDetails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListFleetsOutput",
")",
"SetFleetDetails",
"(",
"v",
"[",
"]",
"*",
"Fleet",
")",
"*",
"ListFleetsOutput",
"{",
"s",
".",
"FleetDetails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFleetDetails sets the FleetDetails field's value.
|
[
"SetFleetDetails",
"sets",
"the",
"FleetDetails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7250-L7253
|
166,879 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetRobotApplicationSummaries
|
func (s *ListRobotApplicationsOutput) SetRobotApplicationSummaries(v []*RobotApplicationSummary) *ListRobotApplicationsOutput {
s.RobotApplicationSummaries = v
return s
}
|
go
|
func (s *ListRobotApplicationsOutput) SetRobotApplicationSummaries(v []*RobotApplicationSummary) *ListRobotApplicationsOutput {
s.RobotApplicationSummaries = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListRobotApplicationsOutput",
")",
"SetRobotApplicationSummaries",
"(",
"v",
"[",
"]",
"*",
"RobotApplicationSummary",
")",
"*",
"ListRobotApplicationsOutput",
"{",
"s",
".",
"RobotApplicationSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRobotApplicationSummaries sets the RobotApplicationSummaries field's value.
|
[
"SetRobotApplicationSummaries",
"sets",
"the",
"RobotApplicationSummaries",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7383-L7386
|
166,880 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetSimulationApplicationSummaries
|
func (s *ListSimulationApplicationsOutput) SetSimulationApplicationSummaries(v []*SimulationApplicationSummary) *ListSimulationApplicationsOutput {
s.SimulationApplicationSummaries = v
return s
}
|
go
|
func (s *ListSimulationApplicationsOutput) SetSimulationApplicationSummaries(v []*SimulationApplicationSummary) *ListSimulationApplicationsOutput {
s.SimulationApplicationSummaries = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListSimulationApplicationsOutput",
")",
"SetSimulationApplicationSummaries",
"(",
"v",
"[",
"]",
"*",
"SimulationApplicationSummary",
")",
"*",
"ListSimulationApplicationsOutput",
"{",
"s",
".",
"SimulationApplicationSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSimulationApplicationSummaries sets the SimulationApplicationSummaries field's value.
|
[
"SetSimulationApplicationSummaries",
"sets",
"the",
"SimulationApplicationSummaries",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7630-L7633
|
166,881 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetSimulationJobSummaries
|
func (s *ListSimulationJobsOutput) SetSimulationJobSummaries(v []*SimulationJobSummary) *ListSimulationJobsOutput {
s.SimulationJobSummaries = v
return s
}
|
go
|
func (s *ListSimulationJobsOutput) SetSimulationJobSummaries(v []*SimulationJobSummary) *ListSimulationJobsOutput {
s.SimulationJobSummaries = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListSimulationJobsOutput",
")",
"SetSimulationJobSummaries",
"(",
"v",
"[",
"]",
"*",
"SimulationJobSummary",
")",
"*",
"ListSimulationJobsOutput",
"{",
"s",
".",
"SimulationJobSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSimulationJobSummaries sets the SimulationJobSummaries field's value.
|
[
"SetSimulationJobSummaries",
"sets",
"the",
"SimulationJobSummaries",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7752-L7755
|
166,882 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetCurrentProgress
|
func (s *ProgressDetail) SetCurrentProgress(v string) *ProgressDetail {
s.CurrentProgress = &v
return s
}
|
go
|
func (s *ProgressDetail) SetCurrentProgress(v string) *ProgressDetail {
s.CurrentProgress = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressDetail",
")",
"SetCurrentProgress",
"(",
"v",
"string",
")",
"*",
"ProgressDetail",
"{",
"s",
".",
"CurrentProgress",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCurrentProgress sets the CurrentProgress field's value.
|
[
"SetCurrentProgress",
"sets",
"the",
"CurrentProgress",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7913-L7916
|
166,883 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetEstimatedTimeRemainingSeconds
|
func (s *ProgressDetail) SetEstimatedTimeRemainingSeconds(v int64) *ProgressDetail {
s.EstimatedTimeRemainingSeconds = &v
return s
}
|
go
|
func (s *ProgressDetail) SetEstimatedTimeRemainingSeconds(v int64) *ProgressDetail {
s.EstimatedTimeRemainingSeconds = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressDetail",
")",
"SetEstimatedTimeRemainingSeconds",
"(",
"v",
"int64",
")",
"*",
"ProgressDetail",
"{",
"s",
".",
"EstimatedTimeRemainingSeconds",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEstimatedTimeRemainingSeconds sets the EstimatedTimeRemainingSeconds field's value.
|
[
"SetEstimatedTimeRemainingSeconds",
"sets",
"the",
"EstimatedTimeRemainingSeconds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L7919-L7922
|
166,884 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetGreenGrassGroupId
|
func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
s.GreenGrassGroupId = &v
return s
}
|
go
|
func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
s.GreenGrassGroupId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Robot",
")",
"SetGreenGrassGroupId",
"(",
"v",
"string",
")",
"*",
"Robot",
"{",
"s",
".",
"GreenGrassGroupId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetGreenGrassGroupId sets the GreenGrassGroupId field's value.
|
[
"SetGreenGrassGroupId",
"sets",
"the",
"GreenGrassGroupId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8181-L8184
|
166,885 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetDeploymentFinishTime
|
func (s *RobotDeployment) SetDeploymentFinishTime(v time.Time) *RobotDeployment {
s.DeploymentFinishTime = &v
return s
}
|
go
|
func (s *RobotDeployment) SetDeploymentFinishTime(v time.Time) *RobotDeployment {
s.DeploymentFinishTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RobotDeployment",
")",
"SetDeploymentFinishTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"RobotDeployment",
"{",
"s",
".",
"DeploymentFinishTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeploymentFinishTime sets the DeploymentFinishTime field's value.
|
[
"SetDeploymentFinishTime",
"sets",
"the",
"DeploymentFinishTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8378-L8381
|
166,886 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetDeploymentStartTime
|
func (s *RobotDeployment) SetDeploymentStartTime(v time.Time) *RobotDeployment {
s.DeploymentStartTime = &v
return s
}
|
go
|
func (s *RobotDeployment) SetDeploymentStartTime(v time.Time) *RobotDeployment {
s.DeploymentStartTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"RobotDeployment",
")",
"SetDeploymentStartTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"RobotDeployment",
"{",
"s",
".",
"DeploymentStartTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeploymentStartTime sets the DeploymentStartTime field's value.
|
[
"SetDeploymentStartTime",
"sets",
"the",
"DeploymentStartTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8384-L8387
|
166,887 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetProgressDetail
|
func (s *RobotDeployment) SetProgressDetail(v *ProgressDetail) *RobotDeployment {
s.ProgressDetail = v
return s
}
|
go
|
func (s *RobotDeployment) SetProgressDetail(v *ProgressDetail) *RobotDeployment {
s.ProgressDetail = v
return s
}
|
[
"func",
"(",
"s",
"*",
"RobotDeployment",
")",
"SetProgressDetail",
"(",
"v",
"*",
"ProgressDetail",
")",
"*",
"RobotDeployment",
"{",
"s",
".",
"ProgressDetail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProgressDetail sets the ProgressDetail field's value.
|
[
"SetProgressDetail",
"sets",
"the",
"ProgressDetail",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8402-L8405
|
166,888 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetRobotApplicationNames
|
func (s *SimulationJobSummary) SetRobotApplicationNames(v []*string) *SimulationJobSummary {
s.RobotApplicationNames = v
return s
}
|
go
|
func (s *SimulationJobSummary) SetRobotApplicationNames(v []*string) *SimulationJobSummary {
s.RobotApplicationNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SimulationJobSummary",
")",
"SetRobotApplicationNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"SimulationJobSummary",
"{",
"s",
".",
"RobotApplicationNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRobotApplicationNames sets the RobotApplicationNames field's value.
|
[
"SetRobotApplicationNames",
"sets",
"the",
"RobotApplicationNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8793-L8796
|
166,889 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetSimulationApplicationNames
|
func (s *SimulationJobSummary) SetSimulationApplicationNames(v []*string) *SimulationJobSummary {
s.SimulationApplicationNames = v
return s
}
|
go
|
func (s *SimulationJobSummary) SetSimulationApplicationNames(v []*string) *SimulationJobSummary {
s.SimulationApplicationNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SimulationJobSummary",
")",
"SetSimulationApplicationNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"SimulationJobSummary",
"{",
"s",
".",
"SimulationApplicationNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSimulationApplicationNames sets the SimulationApplicationNames field's value.
|
[
"SetSimulationApplicationNames",
"sets",
"the",
"SimulationApplicationNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8799-L8802
|
166,890 |
aws/aws-sdk-go
|
service/robomaker/api.go
|
SetEtag
|
func (s *Source) SetEtag(v string) *Source {
s.Etag = &v
return s
}
|
go
|
func (s *Source) SetEtag(v string) *Source {
s.Etag = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Source",
")",
"SetEtag",
"(",
"v",
"string",
")",
"*",
"Source",
"{",
"s",
".",
"Etag",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEtag sets the Etag field's value.
|
[
"SetEtag",
"sets",
"the",
"Etag",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/robomaker/api.go#L8877-L8880
|
166,891 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTerms
|
func (s *AppliedTerminology) SetTerms(v []*Term) *AppliedTerminology {
s.Terms = v
return s
}
|
go
|
func (s *AppliedTerminology) SetTerms(v []*Term) *AppliedTerminology {
s.Terms = v
return s
}
|
[
"func",
"(",
"s",
"*",
"AppliedTerminology",
")",
"SetTerms",
"(",
"v",
"[",
"]",
"*",
"Term",
")",
"*",
"AppliedTerminology",
"{",
"s",
".",
"Terms",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerms sets the Terms field's value.
|
[
"SetTerms",
"sets",
"the",
"Terms",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L578-L581
|
166,892 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTerminologyDataFormat
|
func (s *GetTerminologyInput) SetTerminologyDataFormat(v string) *GetTerminologyInput {
s.TerminologyDataFormat = &v
return s
}
|
go
|
func (s *GetTerminologyInput) SetTerminologyDataFormat(v string) *GetTerminologyInput {
s.TerminologyDataFormat = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetTerminologyInput",
")",
"SetTerminologyDataFormat",
"(",
"v",
"string",
")",
"*",
"GetTerminologyInput",
"{",
"s",
".",
"TerminologyDataFormat",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerminologyDataFormat sets the TerminologyDataFormat field's value.
|
[
"SetTerminologyDataFormat",
"sets",
"the",
"TerminologyDataFormat",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L747-L750
|
166,893 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTerminologyDataLocation
|
func (s *GetTerminologyOutput) SetTerminologyDataLocation(v *TerminologyDataLocation) *GetTerminologyOutput {
s.TerminologyDataLocation = v
return s
}
|
go
|
func (s *GetTerminologyOutput) SetTerminologyDataLocation(v *TerminologyDataLocation) *GetTerminologyOutput {
s.TerminologyDataLocation = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetTerminologyOutput",
")",
"SetTerminologyDataLocation",
"(",
"v",
"*",
"TerminologyDataLocation",
")",
"*",
"GetTerminologyOutput",
"{",
"s",
".",
"TerminologyDataLocation",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerminologyDataLocation sets the TerminologyDataLocation field's value.
|
[
"SetTerminologyDataLocation",
"sets",
"the",
"TerminologyDataLocation",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L774-L777
|
166,894 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTerminologyData
|
func (s *ImportTerminologyInput) SetTerminologyData(v *TerminologyData) *ImportTerminologyInput {
s.TerminologyData = v
return s
}
|
go
|
func (s *ImportTerminologyInput) SetTerminologyData(v *TerminologyData) *ImportTerminologyInput {
s.TerminologyData = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ImportTerminologyInput",
")",
"SetTerminologyData",
"(",
"v",
"*",
"TerminologyData",
")",
"*",
"ImportTerminologyInput",
"{",
"s",
".",
"TerminologyData",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerminologyData sets the TerminologyData field's value.
|
[
"SetTerminologyData",
"sets",
"the",
"TerminologyData",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L879-L882
|
166,895 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTerminologyPropertiesList
|
func (s *ListTerminologiesOutput) SetTerminologyPropertiesList(v []*TerminologyProperties) *ListTerminologiesOutput {
s.TerminologyPropertiesList = v
return s
}
|
go
|
func (s *ListTerminologiesOutput) SetTerminologyPropertiesList(v []*TerminologyProperties) *ListTerminologiesOutput {
s.TerminologyPropertiesList = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListTerminologiesOutput",
")",
"SetTerminologyPropertiesList",
"(",
"v",
"[",
"]",
"*",
"TerminologyProperties",
")",
"*",
"ListTerminologiesOutput",
"{",
"s",
".",
"TerminologyPropertiesList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTerminologyPropertiesList sets the TerminologyPropertiesList field's value.
|
[
"SetTerminologyPropertiesList",
"sets",
"the",
"TerminologyPropertiesList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L981-L984
|
166,896 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetSourceText
|
func (s *Term) SetSourceText(v string) *Term {
s.SourceText = &v
return s
}
|
go
|
func (s *Term) SetSourceText(v string) *Term {
s.SourceText = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Term",
")",
"SetSourceText",
"(",
"v",
"string",
")",
"*",
"Term",
"{",
"s",
".",
"SourceText",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceText sets the SourceText field's value.
|
[
"SetSourceText",
"sets",
"the",
"SourceText",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L1008-L1011
|
166,897 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTargetText
|
func (s *Term) SetTargetText(v string) *Term {
s.TargetText = &v
return s
}
|
go
|
func (s *Term) SetTargetText(v string) *Term {
s.TargetText = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Term",
")",
"SetTargetText",
"(",
"v",
"string",
")",
"*",
"Term",
"{",
"s",
".",
"TargetText",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetText sets the TargetText field's value.
|
[
"SetTargetText",
"sets",
"the",
"TargetText",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L1014-L1017
|
166,898 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTargetLanguageCodes
|
func (s *TerminologyProperties) SetTargetLanguageCodes(v []*string) *TerminologyProperties {
s.TargetLanguageCodes = v
return s
}
|
go
|
func (s *TerminologyProperties) SetTargetLanguageCodes(v []*string) *TerminologyProperties {
s.TargetLanguageCodes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"TerminologyProperties",
")",
"SetTargetLanguageCodes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"TerminologyProperties",
"{",
"s",
".",
"TargetLanguageCodes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetLanguageCodes sets the TargetLanguageCodes field's value.
|
[
"SetTargetLanguageCodes",
"sets",
"the",
"TargetLanguageCodes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L1207-L1210
|
166,899 |
aws/aws-sdk-go
|
service/translate/api.go
|
SetTermCount
|
func (s *TerminologyProperties) SetTermCount(v int64) *TerminologyProperties {
s.TermCount = &v
return s
}
|
go
|
func (s *TerminologyProperties) SetTermCount(v int64) *TerminologyProperties {
s.TermCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TerminologyProperties",
")",
"SetTermCount",
"(",
"v",
"int64",
")",
"*",
"TerminologyProperties",
"{",
"s",
".",
"TermCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTermCount sets the TermCount field's value.
|
[
"SetTermCount",
"sets",
"the",
"TermCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/translate/api.go#L1213-L1216
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.