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
|
---|---|---|---|---|---|---|---|---|---|---|---|
1,700 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstanceAssociationStatusAggregatedCount
|
func (s *InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount(v map[string]*int64) *InstanceAggregatedAssociationOverview {
s.InstanceAssociationStatusAggregatedCount = v
return s
}
|
go
|
func (s *InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount(v map[string]*int64) *InstanceAggregatedAssociationOverview {
s.InstanceAssociationStatusAggregatedCount = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceAggregatedAssociationOverview",
")",
"SetInstanceAssociationStatusAggregatedCount",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"int64",
")",
"*",
"InstanceAggregatedAssociationOverview",
"{",
"s",
".",
"InstanceAssociationStatusAggregatedCount",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstanceAssociationStatusAggregatedCount sets the InstanceAssociationStatusAggregatedCount field's value.
|
[
"SetInstanceAssociationStatusAggregatedCount",
"sets",
"the",
"InstanceAssociationStatusAggregatedCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L23631-L23634
|
1,701 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetExecutionDate
|
func (s *InstanceAssociationStatusInfo) SetExecutionDate(v time.Time) *InstanceAssociationStatusInfo {
s.ExecutionDate = &v
return s
}
|
go
|
func (s *InstanceAssociationStatusInfo) SetExecutionDate(v time.Time) *InstanceAssociationStatusInfo {
s.ExecutionDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceAssociationStatusInfo",
")",
"SetExecutionDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstanceAssociationStatusInfo",
"{",
"s",
".",
"ExecutionDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExecutionDate sets the ExecutionDate field's value.
|
[
"SetExecutionDate",
"sets",
"the",
"ExecutionDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L23839-L23842
|
1,702 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAssociationOverview
|
func (s *InstanceInformation) SetAssociationOverview(v *InstanceAggregatedAssociationOverview) *InstanceInformation {
s.AssociationOverview = v
return s
}
|
go
|
func (s *InstanceInformation) SetAssociationOverview(v *InstanceAggregatedAssociationOverview) *InstanceInformation {
s.AssociationOverview = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetAssociationOverview",
"(",
"v",
"*",
"InstanceAggregatedAssociationOverview",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"AssociationOverview",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAssociationOverview sets the AssociationOverview field's value.
|
[
"SetAssociationOverview",
"sets",
"the",
"AssociationOverview",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L23964-L23967
|
1,703 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastAssociationExecutionDate
|
func (s *InstanceInformation) SetLastAssociationExecutionDate(v time.Time) *InstanceInformation {
s.LastAssociationExecutionDate = &v
return s
}
|
go
|
func (s *InstanceInformation) SetLastAssociationExecutionDate(v time.Time) *InstanceInformation {
s.LastAssociationExecutionDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetLastAssociationExecutionDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"LastAssociationExecutionDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastAssociationExecutionDate sets the LastAssociationExecutionDate field's value.
|
[
"SetLastAssociationExecutionDate",
"sets",
"the",
"LastAssociationExecutionDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24006-L24009
|
1,704 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastPingDateTime
|
func (s *InstanceInformation) SetLastPingDateTime(v time.Time) *InstanceInformation {
s.LastPingDateTime = &v
return s
}
|
go
|
func (s *InstanceInformation) SetLastPingDateTime(v time.Time) *InstanceInformation {
s.LastPingDateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetLastPingDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"LastPingDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastPingDateTime sets the LastPingDateTime field's value.
|
[
"SetLastPingDateTime",
"sets",
"the",
"LastPingDateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24012-L24015
|
1,705 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastSuccessfulAssociationExecutionDate
|
func (s *InstanceInformation) SetLastSuccessfulAssociationExecutionDate(v time.Time) *InstanceInformation {
s.LastSuccessfulAssociationExecutionDate = &v
return s
}
|
go
|
func (s *InstanceInformation) SetLastSuccessfulAssociationExecutionDate(v time.Time) *InstanceInformation {
s.LastSuccessfulAssociationExecutionDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetLastSuccessfulAssociationExecutionDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"LastSuccessfulAssociationExecutionDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastSuccessfulAssociationExecutionDate sets the LastSuccessfulAssociationExecutionDate field's value.
|
[
"SetLastSuccessfulAssociationExecutionDate",
"sets",
"the",
"LastSuccessfulAssociationExecutionDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24018-L24021
|
1,706 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetPingStatus
|
func (s *InstanceInformation) SetPingStatus(v string) *InstanceInformation {
s.PingStatus = &v
return s
}
|
go
|
func (s *InstanceInformation) SetPingStatus(v string) *InstanceInformation {
s.PingStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetPingStatus",
"(",
"v",
"string",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"PingStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPingStatus sets the PingStatus field's value.
|
[
"SetPingStatus",
"sets",
"the",
"PingStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24030-L24033
|
1,707 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetPlatformType
|
func (s *InstanceInformation) SetPlatformType(v string) *InstanceInformation {
s.PlatformType = &v
return s
}
|
go
|
func (s *InstanceInformation) SetPlatformType(v string) *InstanceInformation {
s.PlatformType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetPlatformType",
"(",
"v",
"string",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"PlatformType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPlatformType sets the PlatformType field's value.
|
[
"SetPlatformType",
"sets",
"the",
"PlatformType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24042-L24045
|
1,708 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetRegistrationDate
|
func (s *InstanceInformation) SetRegistrationDate(v time.Time) *InstanceInformation {
s.RegistrationDate = &v
return s
}
|
go
|
func (s *InstanceInformation) SetRegistrationDate(v time.Time) *InstanceInformation {
s.RegistrationDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformation",
")",
"SetRegistrationDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstanceInformation",
"{",
"s",
".",
"RegistrationDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRegistrationDate sets the RegistrationDate field's value.
|
[
"SetRegistrationDate",
"sets",
"the",
"RegistrationDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24054-L24057
|
1,709 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetValueSet
|
func (s *InstanceInformationFilter) SetValueSet(v []*string) *InstanceInformationFilter {
s.ValueSet = v
return s
}
|
go
|
func (s *InstanceInformationFilter) SetValueSet(v []*string) *InstanceInformationFilter {
s.ValueSet = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstanceInformationFilter",
")",
"SetValueSet",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"InstanceInformationFilter",
"{",
"s",
".",
"ValueSet",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValueSet sets the ValueSet field's value.
|
[
"SetValueSet",
"sets",
"the",
"ValueSet",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24121-L24124
|
1,710 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstallOverrideList
|
func (s *InstancePatchState) SetInstallOverrideList(v string) *InstancePatchState {
s.InstallOverrideList = &v
return s
}
|
go
|
func (s *InstancePatchState) SetInstallOverrideList(v string) *InstancePatchState {
s.InstallOverrideList = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetInstallOverrideList",
"(",
"v",
"string",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"InstallOverrideList",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstallOverrideList sets the InstallOverrideList field's value.
|
[
"SetInstallOverrideList",
"sets",
"the",
"InstallOverrideList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24296-L24299
|
1,711 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstalledCount
|
func (s *InstancePatchState) SetInstalledCount(v int64) *InstancePatchState {
s.InstalledCount = &v
return s
}
|
go
|
func (s *InstancePatchState) SetInstalledCount(v int64) *InstancePatchState {
s.InstalledCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetInstalledCount",
"(",
"v",
"int64",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"InstalledCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstalledCount sets the InstalledCount field's value.
|
[
"SetInstalledCount",
"sets",
"the",
"InstalledCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24302-L24305
|
1,712 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstalledOtherCount
|
func (s *InstancePatchState) SetInstalledOtherCount(v int64) *InstancePatchState {
s.InstalledOtherCount = &v
return s
}
|
go
|
func (s *InstancePatchState) SetInstalledOtherCount(v int64) *InstancePatchState {
s.InstalledOtherCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetInstalledOtherCount",
"(",
"v",
"int64",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"InstalledOtherCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstalledOtherCount sets the InstalledOtherCount field's value.
|
[
"SetInstalledOtherCount",
"sets",
"the",
"InstalledOtherCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24308-L24311
|
1,713 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstalledRejectedCount
|
func (s *InstancePatchState) SetInstalledRejectedCount(v int64) *InstancePatchState {
s.InstalledRejectedCount = &v
return s
}
|
go
|
func (s *InstancePatchState) SetInstalledRejectedCount(v int64) *InstancePatchState {
s.InstalledRejectedCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetInstalledRejectedCount",
"(",
"v",
"int64",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"InstalledRejectedCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstalledRejectedCount sets the InstalledRejectedCount field's value.
|
[
"SetInstalledRejectedCount",
"sets",
"the",
"InstalledRejectedCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24314-L24317
|
1,714 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetMissingCount
|
func (s *InstancePatchState) SetMissingCount(v int64) *InstancePatchState {
s.MissingCount = &v
return s
}
|
go
|
func (s *InstancePatchState) SetMissingCount(v int64) *InstancePatchState {
s.MissingCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetMissingCount",
"(",
"v",
"int64",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"MissingCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMissingCount sets the MissingCount field's value.
|
[
"SetMissingCount",
"sets",
"the",
"MissingCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24326-L24329
|
1,715 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetNotApplicableCount
|
func (s *InstancePatchState) SetNotApplicableCount(v int64) *InstancePatchState {
s.NotApplicableCount = &v
return s
}
|
go
|
func (s *InstancePatchState) SetNotApplicableCount(v int64) *InstancePatchState {
s.NotApplicableCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetNotApplicableCount",
"(",
"v",
"int64",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"NotApplicableCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNotApplicableCount sets the NotApplicableCount field's value.
|
[
"SetNotApplicableCount",
"sets",
"the",
"NotApplicableCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24332-L24335
|
1,716 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOperationEndTime
|
func (s *InstancePatchState) SetOperationEndTime(v time.Time) *InstancePatchState {
s.OperationEndTime = &v
return s
}
|
go
|
func (s *InstancePatchState) SetOperationEndTime(v time.Time) *InstancePatchState {
s.OperationEndTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetOperationEndTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"OperationEndTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOperationEndTime sets the OperationEndTime field's value.
|
[
"SetOperationEndTime",
"sets",
"the",
"OperationEndTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24344-L24347
|
1,717 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOperationStartTime
|
func (s *InstancePatchState) SetOperationStartTime(v time.Time) *InstancePatchState {
s.OperationStartTime = &v
return s
}
|
go
|
func (s *InstancePatchState) SetOperationStartTime(v time.Time) *InstancePatchState {
s.OperationStartTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InstancePatchState",
")",
"SetOperationStartTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InstancePatchState",
"{",
"s",
".",
"OperationStartTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOperationStartTime sets the OperationStartTime field's value.
|
[
"SetOperationStartTime",
"sets",
"the",
"OperationStartTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24350-L24353
|
1,718 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetDeletionStartTime
|
func (s *InventoryDeletionStatusItem) SetDeletionStartTime(v time.Time) *InventoryDeletionStatusItem {
s.DeletionStartTime = &v
return s
}
|
go
|
func (s *InventoryDeletionStatusItem) SetDeletionStartTime(v time.Time) *InventoryDeletionStatusItem {
s.DeletionStartTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InventoryDeletionStatusItem",
")",
"SetDeletionStartTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InventoryDeletionStatusItem",
"{",
"s",
".",
"DeletionStartTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeletionStartTime sets the DeletionStartTime field's value.
|
[
"SetDeletionStartTime",
"sets",
"the",
"DeletionStartTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24577-L24580
|
1,719 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastStatusMessage
|
func (s *InventoryDeletionStatusItem) SetLastStatusMessage(v string) *InventoryDeletionStatusItem {
s.LastStatusMessage = &v
return s
}
|
go
|
func (s *InventoryDeletionStatusItem) SetLastStatusMessage(v string) *InventoryDeletionStatusItem {
s.LastStatusMessage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InventoryDeletionStatusItem",
")",
"SetLastStatusMessage",
"(",
"v",
"string",
")",
"*",
"InventoryDeletionStatusItem",
"{",
"s",
".",
"LastStatusMessage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastStatusMessage sets the LastStatusMessage field's value.
|
[
"SetLastStatusMessage",
"sets",
"the",
"LastStatusMessage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24595-L24598
|
1,720 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastStatusUpdateTime
|
func (s *InventoryDeletionStatusItem) SetLastStatusUpdateTime(v time.Time) *InventoryDeletionStatusItem {
s.LastStatusUpdateTime = &v
return s
}
|
go
|
func (s *InventoryDeletionStatusItem) SetLastStatusUpdateTime(v time.Time) *InventoryDeletionStatusItem {
s.LastStatusUpdateTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InventoryDeletionStatusItem",
")",
"SetLastStatusUpdateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"InventoryDeletionStatusItem",
"{",
"s",
".",
"LastStatusUpdateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastStatusUpdateTime sets the LastStatusUpdateTime field's value.
|
[
"SetLastStatusUpdateTime",
"sets",
"the",
"LastStatusUpdateTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24601-L24604
|
1,721 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSummaryItems
|
func (s *InventoryDeletionSummary) SetSummaryItems(v []*InventoryDeletionSummaryItem) *InventoryDeletionSummary {
s.SummaryItems = v
return s
}
|
go
|
func (s *InventoryDeletionSummary) SetSummaryItems(v []*InventoryDeletionSummaryItem) *InventoryDeletionSummary {
s.SummaryItems = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InventoryDeletionSummary",
")",
"SetSummaryItems",
"(",
"v",
"[",
"]",
"*",
"InventoryDeletionSummaryItem",
")",
"*",
"InventoryDeletionSummary",
"{",
"s",
".",
"SummaryItems",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSummaryItems sets the SummaryItems field's value.
|
[
"SetSummaryItems",
"sets",
"the",
"SummaryItems",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L24644-L24647
|
1,722 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetParameterVersion
|
func (s *LabelParameterVersionInput) SetParameterVersion(v int64) *LabelParameterVersionInput {
s.ParameterVersion = &v
return s
}
|
go
|
func (s *LabelParameterVersionInput) SetParameterVersion(v int64) *LabelParameterVersionInput {
s.ParameterVersion = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"LabelParameterVersionInput",
")",
"SetParameterVersion",
"(",
"v",
"int64",
")",
"*",
"LabelParameterVersionInput",
"{",
"s",
".",
"ParameterVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetParameterVersion sets the ParameterVersion field's value.
|
[
"SetParameterVersion",
"sets",
"the",
"ParameterVersion",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25215-L25218
|
1,723 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInvalidLabels
|
func (s *LabelParameterVersionOutput) SetInvalidLabels(v []*string) *LabelParameterVersionOutput {
s.InvalidLabels = v
return s
}
|
go
|
func (s *LabelParameterVersionOutput) SetInvalidLabels(v []*string) *LabelParameterVersionOutput {
s.InvalidLabels = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LabelParameterVersionOutput",
")",
"SetInvalidLabels",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"LabelParameterVersionOutput",
"{",
"s",
".",
"InvalidLabels",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInvalidLabels sets the InvalidLabels field's value.
|
[
"SetInvalidLabels",
"sets",
"the",
"InvalidLabels",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25240-L25243
|
1,724 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAssociationVersions
|
func (s *ListAssociationVersionsOutput) SetAssociationVersions(v []*AssociationVersionInfo) *ListAssociationVersionsOutput {
s.AssociationVersions = v
return s
}
|
go
|
func (s *ListAssociationVersionsOutput) SetAssociationVersions(v []*AssociationVersionInfo) *ListAssociationVersionsOutput {
s.AssociationVersions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListAssociationVersionsOutput",
")",
"SetAssociationVersions",
"(",
"v",
"[",
"]",
"*",
"AssociationVersionInfo",
")",
"*",
"ListAssociationVersionsOutput",
"{",
"s",
".",
"AssociationVersions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAssociationVersions sets the AssociationVersions field's value.
|
[
"SetAssociationVersions",
"sets",
"the",
"AssociationVersions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25329-L25332
|
1,725 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAssociationFilterList
|
func (s *ListAssociationsInput) SetAssociationFilterList(v []*AssociationFilter) *ListAssociationsInput {
s.AssociationFilterList = v
return s
}
|
go
|
func (s *ListAssociationsInput) SetAssociationFilterList(v []*AssociationFilter) *ListAssociationsInput {
s.AssociationFilterList = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListAssociationsInput",
")",
"SetAssociationFilterList",
"(",
"v",
"[",
"]",
"*",
"AssociationFilter",
")",
"*",
"ListAssociationsInput",
"{",
"s",
".",
"AssociationFilterList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAssociationFilterList sets the AssociationFilterList field's value.
|
[
"SetAssociationFilterList",
"sets",
"the",
"AssociationFilterList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25393-L25396
|
1,726 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetCommandInvocations
|
func (s *ListCommandInvocationsOutput) SetCommandInvocations(v []*CommandInvocation) *ListCommandInvocationsOutput {
s.CommandInvocations = v
return s
}
|
go
|
func (s *ListCommandInvocationsOutput) SetCommandInvocations(v []*CommandInvocation) *ListCommandInvocationsOutput {
s.CommandInvocations = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListCommandInvocationsOutput",
")",
"SetCommandInvocations",
"(",
"v",
"[",
"]",
"*",
"CommandInvocation",
")",
"*",
"ListCommandInvocationsOutput",
"{",
"s",
".",
"CommandInvocations",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCommandInvocations sets the CommandInvocations field's value.
|
[
"SetCommandInvocations",
"sets",
"the",
"CommandInvocations",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25567-L25570
|
1,727 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetComplianceItems
|
func (s *ListComplianceItemsOutput) SetComplianceItems(v []*ComplianceItem) *ListComplianceItemsOutput {
s.ComplianceItems = v
return s
}
|
go
|
func (s *ListComplianceItemsOutput) SetComplianceItems(v []*ComplianceItem) *ListComplianceItemsOutput {
s.ComplianceItems = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListComplianceItemsOutput",
")",
"SetComplianceItems",
"(",
"v",
"[",
"]",
"*",
"ComplianceItem",
")",
"*",
"ListComplianceItemsOutput",
"{",
"s",
".",
"ComplianceItems",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetComplianceItems sets the ComplianceItems field's value.
|
[
"SetComplianceItems",
"sets",
"the",
"ComplianceItems",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25818-L25821
|
1,728 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetComplianceSummaryItems
|
func (s *ListComplianceSummariesOutput) SetComplianceSummaryItems(v []*ComplianceSummaryItem) *ListComplianceSummariesOutput {
s.ComplianceSummaryItems = v
return s
}
|
go
|
func (s *ListComplianceSummariesOutput) SetComplianceSummaryItems(v []*ComplianceSummaryItem) *ListComplianceSummariesOutput {
s.ComplianceSummaryItems = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListComplianceSummariesOutput",
")",
"SetComplianceSummaryItems",
"(",
"v",
"[",
"]",
"*",
"ComplianceSummaryItem",
")",
"*",
"ListComplianceSummariesOutput",
"{",
"s",
".",
"ComplianceSummaryItems",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetComplianceSummaryItems sets the ComplianceSummaryItems field's value.
|
[
"SetComplianceSummaryItems",
"sets",
"the",
"ComplianceSummaryItems",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L25920-L25923
|
1,729 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetDocumentFilterList
|
func (s *ListDocumentsInput) SetDocumentFilterList(v []*DocumentFilter) *ListDocumentsInput {
s.DocumentFilterList = v
return s
}
|
go
|
func (s *ListDocumentsInput) SetDocumentFilterList(v []*DocumentFilter) *ListDocumentsInput {
s.DocumentFilterList = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDocumentsInput",
")",
"SetDocumentFilterList",
"(",
"v",
"[",
"]",
"*",
"DocumentFilter",
")",
"*",
"ListDocumentsInput",
"{",
"s",
".",
"DocumentFilterList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDocumentFilterList sets the DocumentFilterList field's value.
|
[
"SetDocumentFilterList",
"sets",
"the",
"DocumentFilterList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L26092-L26095
|
1,730 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetDocumentIdentifiers
|
func (s *ListDocumentsOutput) SetDocumentIdentifiers(v []*DocumentIdentifier) *ListDocumentsOutput {
s.DocumentIdentifiers = v
return s
}
|
go
|
func (s *ListDocumentsOutput) SetDocumentIdentifiers(v []*DocumentIdentifier) *ListDocumentsOutput {
s.DocumentIdentifiers = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDocumentsOutput",
")",
"SetDocumentIdentifiers",
"(",
"v",
"[",
"]",
"*",
"DocumentIdentifier",
")",
"*",
"ListDocumentsOutput",
"{",
"s",
".",
"DocumentIdentifiers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDocumentIdentifiers sets the DocumentIdentifiers field's value.
|
[
"SetDocumentIdentifiers",
"sets",
"the",
"DocumentIdentifiers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L26137-L26140
|
1,731 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetResourceComplianceSummaryItems
|
func (s *ListResourceComplianceSummariesOutput) SetResourceComplianceSummaryItems(v []*ResourceComplianceSummaryItem) *ListResourceComplianceSummariesOutput {
s.ResourceComplianceSummaryItems = v
return s
}
|
go
|
func (s *ListResourceComplianceSummariesOutput) SetResourceComplianceSummaryItems(v []*ResourceComplianceSummaryItem) *ListResourceComplianceSummariesOutput {
s.ResourceComplianceSummaryItems = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListResourceComplianceSummariesOutput",
")",
"SetResourceComplianceSummaryItems",
"(",
"v",
"[",
"]",
"*",
"ResourceComplianceSummaryItem",
")",
"*",
"ListResourceComplianceSummariesOutput",
"{",
"s",
".",
"ResourceComplianceSummaryItems",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceComplianceSummaryItems sets the ResourceComplianceSummaryItems field's value.
|
[
"SetResourceComplianceSummaryItems",
"sets",
"the",
"ResourceComplianceSummaryItems",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L26414-L26417
|
1,732 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetResourceDataSyncItems
|
func (s *ListResourceDataSyncOutput) SetResourceDataSyncItems(v []*ResourceDataSyncItem) *ListResourceDataSyncOutput {
s.ResourceDataSyncItems = v
return s
}
|
go
|
func (s *ListResourceDataSyncOutput) SetResourceDataSyncItems(v []*ResourceDataSyncItem) *ListResourceDataSyncOutput {
s.ResourceDataSyncItems = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListResourceDataSyncOutput",
")",
"SetResourceDataSyncItems",
"(",
"v",
"[",
"]",
"*",
"ResourceDataSyncItem",
")",
"*",
"ListResourceDataSyncOutput",
"{",
"s",
".",
"ResourceDataSyncItems",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourceDataSyncItems sets the ResourceDataSyncItems field's value.
|
[
"SetResourceDataSyncItems",
"sets",
"the",
"ResourceDataSyncItems",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L26494-L26497
|
1,733 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAutomation
|
func (s *MaintenanceWindowTaskInvocationParameters) SetAutomation(v *MaintenanceWindowAutomationParameters) *MaintenanceWindowTaskInvocationParameters {
s.Automation = v
return s
}
|
go
|
func (s *MaintenanceWindowTaskInvocationParameters) SetAutomation(v *MaintenanceWindowAutomationParameters) *MaintenanceWindowTaskInvocationParameters {
s.Automation = v
return s
}
|
[
"func",
"(",
"s",
"*",
"MaintenanceWindowTaskInvocationParameters",
")",
"SetAutomation",
"(",
"v",
"*",
"MaintenanceWindowAutomationParameters",
")",
"*",
"MaintenanceWindowTaskInvocationParameters",
"{",
"s",
".",
"Automation",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAutomation sets the Automation field's value.
|
[
"SetAutomation",
"sets",
"the",
"Automation",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27762-L27765
|
1,734 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetRunCommand
|
func (s *MaintenanceWindowTaskInvocationParameters) SetRunCommand(v *MaintenanceWindowRunCommandParameters) *MaintenanceWindowTaskInvocationParameters {
s.RunCommand = v
return s
}
|
go
|
func (s *MaintenanceWindowTaskInvocationParameters) SetRunCommand(v *MaintenanceWindowRunCommandParameters) *MaintenanceWindowTaskInvocationParameters {
s.RunCommand = v
return s
}
|
[
"func",
"(",
"s",
"*",
"MaintenanceWindowTaskInvocationParameters",
")",
"SetRunCommand",
"(",
"v",
"*",
"MaintenanceWindowRunCommandParameters",
")",
"*",
"MaintenanceWindowTaskInvocationParameters",
"{",
"s",
".",
"RunCommand",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRunCommand sets the RunCommand field's value.
|
[
"SetRunCommand",
"sets",
"the",
"RunCommand",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27774-L27777
|
1,735 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAccountIdsToAdd
|
func (s *ModifyDocumentPermissionInput) SetAccountIdsToAdd(v []*string) *ModifyDocumentPermissionInput {
s.AccountIdsToAdd = v
return s
}
|
go
|
func (s *ModifyDocumentPermissionInput) SetAccountIdsToAdd(v []*string) *ModifyDocumentPermissionInput {
s.AccountIdsToAdd = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ModifyDocumentPermissionInput",
")",
"SetAccountIdsToAdd",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ModifyDocumentPermissionInput",
"{",
"s",
".",
"AccountIdsToAdd",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAccountIdsToAdd sets the AccountIdsToAdd field's value.
|
[
"SetAccountIdsToAdd",
"sets",
"the",
"AccountIdsToAdd",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27861-L27864
|
1,736 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAccountIdsToRemove
|
func (s *ModifyDocumentPermissionInput) SetAccountIdsToRemove(v []*string) *ModifyDocumentPermissionInput {
s.AccountIdsToRemove = v
return s
}
|
go
|
func (s *ModifyDocumentPermissionInput) SetAccountIdsToRemove(v []*string) *ModifyDocumentPermissionInput {
s.AccountIdsToRemove = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ModifyDocumentPermissionInput",
")",
"SetAccountIdsToRemove",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ModifyDocumentPermissionInput",
"{",
"s",
".",
"AccountIdsToRemove",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAccountIdsToRemove sets the AccountIdsToRemove field's value.
|
[
"SetAccountIdsToRemove",
"sets",
"the",
"AccountIdsToRemove",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27867-L27870
|
1,737 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetNonCompliantCount
|
func (s *NonCompliantSummary) SetNonCompliantCount(v int64) *NonCompliantSummary {
s.NonCompliantCount = &v
return s
}
|
go
|
func (s *NonCompliantSummary) SetNonCompliantCount(v int64) *NonCompliantSummary {
s.NonCompliantCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NonCompliantSummary",
")",
"SetNonCompliantCount",
"(",
"v",
"int64",
")",
"*",
"NonCompliantSummary",
"{",
"s",
".",
"NonCompliantCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNonCompliantCount sets the NonCompliantCount field's value.
|
[
"SetNonCompliantCount",
"sets",
"the",
"NonCompliantCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27921-L27924
|
1,738 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetNotificationArn
|
func (s *NotificationConfig) SetNotificationArn(v string) *NotificationConfig {
s.NotificationArn = &v
return s
}
|
go
|
func (s *NotificationConfig) SetNotificationArn(v string) *NotificationConfig {
s.NotificationArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NotificationConfig",
")",
"SetNotificationArn",
"(",
"v",
"string",
")",
"*",
"NotificationConfig",
"{",
"s",
".",
"NotificationArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNotificationArn sets the NotificationArn field's value.
|
[
"SetNotificationArn",
"sets",
"the",
"NotificationArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27964-L27967
|
1,739 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetNotificationEvents
|
func (s *NotificationConfig) SetNotificationEvents(v []*string) *NotificationConfig {
s.NotificationEvents = v
return s
}
|
go
|
func (s *NotificationConfig) SetNotificationEvents(v []*string) *NotificationConfig {
s.NotificationEvents = v
return s
}
|
[
"func",
"(",
"s",
"*",
"NotificationConfig",
")",
"SetNotificationEvents",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"NotificationConfig",
"{",
"s",
".",
"NotificationEvents",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNotificationEvents sets the NotificationEvents field's value.
|
[
"SetNotificationEvents",
"sets",
"the",
"NotificationEvents",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L27970-L27973
|
1,740 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOutputSourceId
|
func (s *OutputSource) SetOutputSourceId(v string) *OutputSource {
s.OutputSourceId = &v
return s
}
|
go
|
func (s *OutputSource) SetOutputSourceId(v string) *OutputSource {
s.OutputSourceId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputSource",
")",
"SetOutputSourceId",
"(",
"v",
"string",
")",
"*",
"OutputSource",
"{",
"s",
".",
"OutputSourceId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputSourceId sets the OutputSourceId field's value.
|
[
"SetOutputSourceId",
"sets",
"the",
"OutputSourceId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28005-L28008
|
1,741 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOutputSourceType
|
func (s *OutputSource) SetOutputSourceType(v string) *OutputSource {
s.OutputSourceType = &v
return s
}
|
go
|
func (s *OutputSource) SetOutputSourceType(v string) *OutputSource {
s.OutputSourceType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"OutputSource",
")",
"SetOutputSourceType",
"(",
"v",
"string",
")",
"*",
"OutputSource",
"{",
"s",
".",
"OutputSourceType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOutputSourceType sets the OutputSourceType field's value.
|
[
"SetOutputSourceType",
"sets",
"the",
"OutputSourceType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28011-L28014
|
1,742 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSourceResult
|
func (s *Parameter) SetSourceResult(v string) *Parameter {
s.SourceResult = &v
return s
}
|
go
|
func (s *Parameter) SetSourceResult(v string) *Parameter {
s.SourceResult = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Parameter",
")",
"SetSourceResult",
"(",
"v",
"string",
")",
"*",
"Parameter",
"{",
"s",
".",
"SourceResult",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceResult sets the SourceResult field's value.
|
[
"SetSourceResult",
"sets",
"the",
"SourceResult",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28088-L28091
|
1,743 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOption
|
func (s *ParameterStringFilter) SetOption(v string) *ParameterStringFilter {
s.Option = &v
return s
}
|
go
|
func (s *ParameterStringFilter) SetOption(v string) *ParameterStringFilter {
s.Option = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ParameterStringFilter",
")",
"SetOption",
"(",
"v",
"string",
")",
"*",
"ParameterStringFilter",
"{",
"s",
".",
"Option",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOption sets the Option field's value.
|
[
"SetOption",
"sets",
"the",
"Option",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28451-L28454
|
1,744 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetContentUrl
|
func (s *Patch) SetContentUrl(v string) *Patch {
s.ContentUrl = &v
return s
}
|
go
|
func (s *Patch) SetContentUrl(v string) *Patch {
s.ContentUrl = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetContentUrl",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"ContentUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetContentUrl sets the ContentUrl field's value.
|
[
"SetContentUrl",
"sets",
"the",
"ContentUrl",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28580-L28583
|
1,745 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetKbNumber
|
func (s *Patch) SetKbNumber(v string) *Patch {
s.KbNumber = &v
return s
}
|
go
|
func (s *Patch) SetKbNumber(v string) *Patch {
s.KbNumber = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetKbNumber",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"KbNumber",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKbNumber sets the KbNumber field's value.
|
[
"SetKbNumber",
"sets",
"the",
"KbNumber",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28598-L28601
|
1,746 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetMsrcNumber
|
func (s *Patch) SetMsrcNumber(v string) *Patch {
s.MsrcNumber = &v
return s
}
|
go
|
func (s *Patch) SetMsrcNumber(v string) *Patch {
s.MsrcNumber = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetMsrcNumber",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"MsrcNumber",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMsrcNumber sets the MsrcNumber field's value.
|
[
"SetMsrcNumber",
"sets",
"the",
"MsrcNumber",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28610-L28613
|
1,747 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetMsrcSeverity
|
func (s *Patch) SetMsrcSeverity(v string) *Patch {
s.MsrcSeverity = &v
return s
}
|
go
|
func (s *Patch) SetMsrcSeverity(v string) *Patch {
s.MsrcSeverity = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetMsrcSeverity",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"MsrcSeverity",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMsrcSeverity sets the MsrcSeverity field's value.
|
[
"SetMsrcSeverity",
"sets",
"the",
"MsrcSeverity",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28616-L28619
|
1,748 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetProductFamily
|
func (s *Patch) SetProductFamily(v string) *Patch {
s.ProductFamily = &v
return s
}
|
go
|
func (s *Patch) SetProductFamily(v string) *Patch {
s.ProductFamily = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetProductFamily",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"ProductFamily",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProductFamily sets the ProductFamily field's value.
|
[
"SetProductFamily",
"sets",
"the",
"ProductFamily",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28628-L28631
|
1,749 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetVendor
|
func (s *Patch) SetVendor(v string) *Patch {
s.Vendor = &v
return s
}
|
go
|
func (s *Patch) SetVendor(v string) *Patch {
s.Vendor = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Patch",
")",
"SetVendor",
"(",
"v",
"string",
")",
"*",
"Patch",
"{",
"s",
".",
"Vendor",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetVendor sets the Vendor field's value.
|
[
"SetVendor",
"sets",
"the",
"Vendor",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28646-L28649
|
1,750 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetBaselineDescription
|
func (s *PatchBaselineIdentity) SetBaselineDescription(v string) *PatchBaselineIdentity {
s.BaselineDescription = &v
return s
}
|
go
|
func (s *PatchBaselineIdentity) SetBaselineDescription(v string) *PatchBaselineIdentity {
s.BaselineDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchBaselineIdentity",
")",
"SetBaselineDescription",
"(",
"v",
"string",
")",
"*",
"PatchBaselineIdentity",
"{",
"s",
".",
"BaselineDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBaselineDescription sets the BaselineDescription field's value.
|
[
"SetBaselineDescription",
"sets",
"the",
"BaselineDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28685-L28688
|
1,751 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetBaselineName
|
func (s *PatchBaselineIdentity) SetBaselineName(v string) *PatchBaselineIdentity {
s.BaselineName = &v
return s
}
|
go
|
func (s *PatchBaselineIdentity) SetBaselineName(v string) *PatchBaselineIdentity {
s.BaselineName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchBaselineIdentity",
")",
"SetBaselineName",
"(",
"v",
"string",
")",
"*",
"PatchBaselineIdentity",
"{",
"s",
".",
"BaselineName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBaselineName sets the BaselineName field's value.
|
[
"SetBaselineName",
"sets",
"the",
"BaselineName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28697-L28700
|
1,752 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetDefaultBaseline
|
func (s *PatchBaselineIdentity) SetDefaultBaseline(v bool) *PatchBaselineIdentity {
s.DefaultBaseline = &v
return s
}
|
go
|
func (s *PatchBaselineIdentity) SetDefaultBaseline(v bool) *PatchBaselineIdentity {
s.DefaultBaseline = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchBaselineIdentity",
")",
"SetDefaultBaseline",
"(",
"v",
"bool",
")",
"*",
"PatchBaselineIdentity",
"{",
"s",
".",
"DefaultBaseline",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDefaultBaseline sets the DefaultBaseline field's value.
|
[
"SetDefaultBaseline",
"sets",
"the",
"DefaultBaseline",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28703-L28706
|
1,753 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInstalledTime
|
func (s *PatchComplianceData) SetInstalledTime(v time.Time) *PatchComplianceData {
s.InstalledTime = &v
return s
}
|
go
|
func (s *PatchComplianceData) SetInstalledTime(v time.Time) *PatchComplianceData {
s.InstalledTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchComplianceData",
")",
"SetInstalledTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"PatchComplianceData",
"{",
"s",
".",
"InstalledTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstalledTime sets the InstalledTime field's value.
|
[
"SetInstalledTime",
"sets",
"the",
"InstalledTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28771-L28774
|
1,754 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetKBId
|
func (s *PatchComplianceData) SetKBId(v string) *PatchComplianceData {
s.KBId = &v
return s
}
|
go
|
func (s *PatchComplianceData) SetKBId(v string) *PatchComplianceData {
s.KBId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchComplianceData",
")",
"SetKBId",
"(",
"v",
"string",
")",
"*",
"PatchComplianceData",
"{",
"s",
".",
"KBId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKBId sets the KBId field's value.
|
[
"SetKBId",
"sets",
"the",
"KBId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L28777-L28780
|
1,755 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetPatchFilters
|
func (s *PatchFilterGroup) SetPatchFilters(v []*PatchFilter) *PatchFilterGroup {
s.PatchFilters = v
return s
}
|
go
|
func (s *PatchFilterGroup) SetPatchFilters(v []*PatchFilter) *PatchFilterGroup {
s.PatchFilters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchFilterGroup",
")",
"SetPatchFilters",
"(",
"v",
"[",
"]",
"*",
"PatchFilter",
")",
"*",
"PatchFilterGroup",
"{",
"s",
".",
"PatchFilters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPatchFilters sets the PatchFilters field's value.
|
[
"SetPatchFilters",
"sets",
"the",
"PatchFilters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29324-L29327
|
1,756 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetBaselineIdentity
|
func (s *PatchGroupPatchBaselineMapping) SetBaselineIdentity(v *PatchBaselineIdentity) *PatchGroupPatchBaselineMapping {
s.BaselineIdentity = v
return s
}
|
go
|
func (s *PatchGroupPatchBaselineMapping) SetBaselineIdentity(v *PatchBaselineIdentity) *PatchGroupPatchBaselineMapping {
s.BaselineIdentity = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchGroupPatchBaselineMapping",
")",
"SetBaselineIdentity",
"(",
"v",
"*",
"PatchBaselineIdentity",
")",
"*",
"PatchGroupPatchBaselineMapping",
"{",
"s",
".",
"BaselineIdentity",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBaselineIdentity sets the BaselineIdentity field's value.
|
[
"SetBaselineIdentity",
"sets",
"the",
"BaselineIdentity",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29352-L29355
|
1,757 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetApproveAfterDays
|
func (s *PatchRule) SetApproveAfterDays(v int64) *PatchRule {
s.ApproveAfterDays = &v
return s
}
|
go
|
func (s *PatchRule) SetApproveAfterDays(v int64) *PatchRule {
s.ApproveAfterDays = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchRule",
")",
"SetApproveAfterDays",
"(",
"v",
"int64",
")",
"*",
"PatchRule",
"{",
"s",
".",
"ApproveAfterDays",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApproveAfterDays sets the ApproveAfterDays field's value.
|
[
"SetApproveAfterDays",
"sets",
"the",
"ApproveAfterDays",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29468-L29471
|
1,758 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetEnableNonSecurity
|
func (s *PatchRule) SetEnableNonSecurity(v bool) *PatchRule {
s.EnableNonSecurity = &v
return s
}
|
go
|
func (s *PatchRule) SetEnableNonSecurity(v bool) *PatchRule {
s.EnableNonSecurity = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchRule",
")",
"SetEnableNonSecurity",
"(",
"v",
"bool",
")",
"*",
"PatchRule",
"{",
"s",
".",
"EnableNonSecurity",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnableNonSecurity sets the EnableNonSecurity field's value.
|
[
"SetEnableNonSecurity",
"sets",
"the",
"EnableNonSecurity",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29480-L29483
|
1,759 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetPatchFilterGroup
|
func (s *PatchRule) SetPatchFilterGroup(v *PatchFilterGroup) *PatchRule {
s.PatchFilterGroup = v
return s
}
|
go
|
func (s *PatchRule) SetPatchFilterGroup(v *PatchFilterGroup) *PatchRule {
s.PatchFilterGroup = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchRule",
")",
"SetPatchFilterGroup",
"(",
"v",
"*",
"PatchFilterGroup",
")",
"*",
"PatchRule",
"{",
"s",
".",
"PatchFilterGroup",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPatchFilterGroup sets the PatchFilterGroup field's value.
|
[
"SetPatchFilterGroup",
"sets",
"the",
"PatchFilterGroup",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29486-L29489
|
1,760 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetPatchRules
|
func (s *PatchRuleGroup) SetPatchRules(v []*PatchRule) *PatchRuleGroup {
s.PatchRules = v
return s
}
|
go
|
func (s *PatchRuleGroup) SetPatchRules(v []*PatchRule) *PatchRuleGroup {
s.PatchRules = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchRuleGroup",
")",
"SetPatchRules",
"(",
"v",
"[",
"]",
"*",
"PatchRule",
")",
"*",
"PatchRuleGroup",
"{",
"s",
".",
"PatchRules",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPatchRules sets the PatchRules field's value.
|
[
"SetPatchRules",
"sets",
"the",
"PatchRules",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29535-L29538
|
1,761 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetProducts
|
func (s *PatchSource) SetProducts(v []*string) *PatchSource {
s.Products = v
return s
}
|
go
|
func (s *PatchSource) SetProducts(v []*string) *PatchSource {
s.Products = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchSource",
")",
"SetProducts",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"PatchSource",
"{",
"s",
".",
"Products",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetProducts sets the Products field's value.
|
[
"SetProducts",
"sets",
"the",
"Products",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29619-L29622
|
1,762 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetApprovalDate
|
func (s *PatchStatus) SetApprovalDate(v time.Time) *PatchStatus {
s.ApprovalDate = &v
return s
}
|
go
|
func (s *PatchStatus) SetApprovalDate(v time.Time) *PatchStatus {
s.ApprovalDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PatchStatus",
")",
"SetApprovalDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"PatchStatus",
"{",
"s",
".",
"ApprovalDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApprovalDate sets the ApprovalDate field's value.
|
[
"SetApprovalDate",
"sets",
"the",
"ApprovalDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29650-L29653
|
1,763 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetCancelledSteps
|
func (s *ProgressCounters) SetCancelledSteps(v int64) *ProgressCounters {
s.CancelledSteps = &v
return s
}
|
go
|
func (s *ProgressCounters) SetCancelledSteps(v int64) *ProgressCounters {
s.CancelledSteps = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressCounters",
")",
"SetCancelledSteps",
"(",
"v",
"int64",
")",
"*",
"ProgressCounters",
"{",
"s",
".",
"CancelledSteps",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCancelledSteps sets the CancelledSteps field's value.
|
[
"SetCancelledSteps",
"sets",
"the",
"CancelledSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29704-L29707
|
1,764 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetFailedSteps
|
func (s *ProgressCounters) SetFailedSteps(v int64) *ProgressCounters {
s.FailedSteps = &v
return s
}
|
go
|
func (s *ProgressCounters) SetFailedSteps(v int64) *ProgressCounters {
s.FailedSteps = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressCounters",
")",
"SetFailedSteps",
"(",
"v",
"int64",
")",
"*",
"ProgressCounters",
"{",
"s",
".",
"FailedSteps",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFailedSteps sets the FailedSteps field's value.
|
[
"SetFailedSteps",
"sets",
"the",
"FailedSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29710-L29713
|
1,765 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSuccessSteps
|
func (s *ProgressCounters) SetSuccessSteps(v int64) *ProgressCounters {
s.SuccessSteps = &v
return s
}
|
go
|
func (s *ProgressCounters) SetSuccessSteps(v int64) *ProgressCounters {
s.SuccessSteps = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressCounters",
")",
"SetSuccessSteps",
"(",
"v",
"int64",
")",
"*",
"ProgressCounters",
"{",
"s",
".",
"SuccessSteps",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSuccessSteps sets the SuccessSteps field's value.
|
[
"SetSuccessSteps",
"sets",
"the",
"SuccessSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29716-L29719
|
1,766 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetTimedOutSteps
|
func (s *ProgressCounters) SetTimedOutSteps(v int64) *ProgressCounters {
s.TimedOutSteps = &v
return s
}
|
go
|
func (s *ProgressCounters) SetTimedOutSteps(v int64) *ProgressCounters {
s.TimedOutSteps = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressCounters",
")",
"SetTimedOutSteps",
"(",
"v",
"int64",
")",
"*",
"ProgressCounters",
"{",
"s",
".",
"TimedOutSteps",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTimedOutSteps sets the TimedOutSteps field's value.
|
[
"SetTimedOutSteps",
"sets",
"the",
"TimedOutSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29722-L29725
|
1,767 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetTotalSteps
|
func (s *ProgressCounters) SetTotalSteps(v int64) *ProgressCounters {
s.TotalSteps = &v
return s
}
|
go
|
func (s *ProgressCounters) SetTotalSteps(v int64) *ProgressCounters {
s.TotalSteps = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ProgressCounters",
")",
"SetTotalSteps",
"(",
"v",
"int64",
")",
"*",
"ProgressCounters",
"{",
"s",
".",
"TotalSteps",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTotalSteps sets the TotalSteps field's value.
|
[
"SetTotalSteps",
"sets",
"the",
"TotalSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29728-L29731
|
1,768 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetItemContentHash
|
func (s *PutComplianceItemsInput) SetItemContentHash(v string) *PutComplianceItemsInput {
s.ItemContentHash = &v
return s
}
|
go
|
func (s *PutComplianceItemsInput) SetItemContentHash(v string) *PutComplianceItemsInput {
s.ItemContentHash = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PutComplianceItemsInput",
")",
"SetItemContentHash",
"(",
"v",
"string",
")",
"*",
"PutComplianceItemsInput",
"{",
"s",
".",
"ItemContentHash",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetItemContentHash sets the ItemContentHash field's value.
|
[
"SetItemContentHash",
"sets",
"the",
"ItemContentHash",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L29846-L29849
|
1,769 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOverwrite
|
func (s *PutParameterInput) SetOverwrite(v bool) *PutParameterInput {
s.Overwrite = &v
return s
}
|
go
|
func (s *PutParameterInput) SetOverwrite(v bool) *PutParameterInput {
s.Overwrite = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PutParameterInput",
")",
"SetOverwrite",
"(",
"v",
"bool",
")",
"*",
"PutParameterInput",
"{",
"s",
".",
"Overwrite",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOverwrite sets the Overwrite field's value.
|
[
"SetOverwrite",
"sets",
"the",
"Overwrite",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L30193-L30196
|
1,770 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOverallSeverity
|
func (s *ResourceComplianceSummaryItem) SetOverallSeverity(v string) *ResourceComplianceSummaryItem {
s.OverallSeverity = &v
return s
}
|
go
|
func (s *ResourceComplianceSummaryItem) SetOverallSeverity(v string) *ResourceComplianceSummaryItem {
s.OverallSeverity = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceComplianceSummaryItem",
")",
"SetOverallSeverity",
"(",
"v",
"string",
")",
"*",
"ResourceComplianceSummaryItem",
"{",
"s",
".",
"OverallSeverity",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOverallSeverity sets the OverallSeverity field's value.
|
[
"SetOverallSeverity",
"sets",
"the",
"OverallSeverity",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31112-L31115
|
1,771 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastSuccessfulSyncTime
|
func (s *ResourceDataSyncItem) SetLastSuccessfulSyncTime(v time.Time) *ResourceDataSyncItem {
s.LastSuccessfulSyncTime = &v
return s
}
|
go
|
func (s *ResourceDataSyncItem) SetLastSuccessfulSyncTime(v time.Time) *ResourceDataSyncItem {
s.LastSuccessfulSyncTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDataSyncItem",
")",
"SetLastSuccessfulSyncTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ResourceDataSyncItem",
"{",
"s",
".",
"LastSuccessfulSyncTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastSuccessfulSyncTime sets the LastSuccessfulSyncTime field's value.
|
[
"SetLastSuccessfulSyncTime",
"sets",
"the",
"LastSuccessfulSyncTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31179-L31182
|
1,772 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastSyncStatusMessage
|
func (s *ResourceDataSyncItem) SetLastSyncStatusMessage(v string) *ResourceDataSyncItem {
s.LastSyncStatusMessage = &v
return s
}
|
go
|
func (s *ResourceDataSyncItem) SetLastSyncStatusMessage(v string) *ResourceDataSyncItem {
s.LastSyncStatusMessage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDataSyncItem",
")",
"SetLastSyncStatusMessage",
"(",
"v",
"string",
")",
"*",
"ResourceDataSyncItem",
"{",
"s",
".",
"LastSyncStatusMessage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastSyncStatusMessage sets the LastSyncStatusMessage field's value.
|
[
"SetLastSyncStatusMessage",
"sets",
"the",
"LastSyncStatusMessage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31185-L31188
|
1,773 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLastSyncTime
|
func (s *ResourceDataSyncItem) SetLastSyncTime(v time.Time) *ResourceDataSyncItem {
s.LastSyncTime = &v
return s
}
|
go
|
func (s *ResourceDataSyncItem) SetLastSyncTime(v time.Time) *ResourceDataSyncItem {
s.LastSyncTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDataSyncItem",
")",
"SetLastSyncTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ResourceDataSyncItem",
"{",
"s",
".",
"LastSyncTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLastSyncTime sets the LastSyncTime field's value.
|
[
"SetLastSyncTime",
"sets",
"the",
"LastSyncTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31191-L31194
|
1,774 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSyncCreatedTime
|
func (s *ResourceDataSyncItem) SetSyncCreatedTime(v time.Time) *ResourceDataSyncItem {
s.SyncCreatedTime = &v
return s
}
|
go
|
func (s *ResourceDataSyncItem) SetSyncCreatedTime(v time.Time) *ResourceDataSyncItem {
s.SyncCreatedTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDataSyncItem",
")",
"SetSyncCreatedTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ResourceDataSyncItem",
"{",
"s",
".",
"SyncCreatedTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSyncCreatedTime sets the SyncCreatedTime field's value.
|
[
"SetSyncCreatedTime",
"sets",
"the",
"SyncCreatedTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31203-L31206
|
1,775 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSyncFormat
|
func (s *ResourceDataSyncS3Destination) SetSyncFormat(v string) *ResourceDataSyncS3Destination {
s.SyncFormat = &v
return s
}
|
go
|
func (s *ResourceDataSyncS3Destination) SetSyncFormat(v string) *ResourceDataSyncS3Destination {
s.SyncFormat = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ResourceDataSyncS3Destination",
")",
"SetSyncFormat",
"(",
"v",
"string",
")",
"*",
"ResourceDataSyncS3Destination",
"{",
"s",
".",
"SyncFormat",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSyncFormat sets the SyncFormat field's value.
|
[
"SetSyncFormat",
"sets",
"the",
"SyncFormat",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31307-L31310
|
1,776 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetSignalType
|
func (s *SendAutomationSignalInput) SetSignalType(v string) *SendAutomationSignalInput {
s.SignalType = &v
return s
}
|
go
|
func (s *SendAutomationSignalInput) SetSignalType(v string) *SendAutomationSignalInput {
s.SignalType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SendAutomationSignalInput",
")",
"SetSignalType",
"(",
"v",
"string",
")",
"*",
"SendAutomationSignalInput",
"{",
"s",
".",
"SignalType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSignalType sets the SignalType field's value.
|
[
"SetSignalType",
"sets",
"the",
"SignalType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L31641-L31644
|
1,777 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetCloudWatchOutputUrl
|
func (s *SessionManagerOutputUrl) SetCloudWatchOutputUrl(v string) *SessionManagerOutputUrl {
s.CloudWatchOutputUrl = &v
return s
}
|
go
|
func (s *SessionManagerOutputUrl) SetCloudWatchOutputUrl(v string) *SessionManagerOutputUrl {
s.CloudWatchOutputUrl = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SessionManagerOutputUrl",
")",
"SetCloudWatchOutputUrl",
"(",
"v",
"string",
")",
"*",
"SessionManagerOutputUrl",
"{",
"s",
".",
"CloudWatchOutputUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCloudWatchOutputUrl sets the CloudWatchOutputUrl field's value.
|
[
"SetCloudWatchOutputUrl",
"sets",
"the",
"CloudWatchOutputUrl",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32231-L32234
|
1,778 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetCriticalCount
|
func (s *SeveritySummary) SetCriticalCount(v int64) *SeveritySummary {
s.CriticalCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetCriticalCount(v int64) *SeveritySummary {
s.CriticalCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetCriticalCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"CriticalCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCriticalCount sets the CriticalCount field's value.
|
[
"SetCriticalCount",
"sets",
"the",
"CriticalCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32289-L32292
|
1,779 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetHighCount
|
func (s *SeveritySummary) SetHighCount(v int64) *SeveritySummary {
s.HighCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetHighCount(v int64) *SeveritySummary {
s.HighCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetHighCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"HighCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHighCount sets the HighCount field's value.
|
[
"SetHighCount",
"sets",
"the",
"HighCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32295-L32298
|
1,780 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetInformationalCount
|
func (s *SeveritySummary) SetInformationalCount(v int64) *SeveritySummary {
s.InformationalCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetInformationalCount(v int64) *SeveritySummary {
s.InformationalCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetInformationalCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"InformationalCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInformationalCount sets the InformationalCount field's value.
|
[
"SetInformationalCount",
"sets",
"the",
"InformationalCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32301-L32304
|
1,781 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetLowCount
|
func (s *SeveritySummary) SetLowCount(v int64) *SeveritySummary {
s.LowCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetLowCount(v int64) *SeveritySummary {
s.LowCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetLowCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"LowCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLowCount sets the LowCount field's value.
|
[
"SetLowCount",
"sets",
"the",
"LowCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32307-L32310
|
1,782 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetMediumCount
|
func (s *SeveritySummary) SetMediumCount(v int64) *SeveritySummary {
s.MediumCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetMediumCount(v int64) *SeveritySummary {
s.MediumCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetMediumCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"MediumCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMediumCount sets the MediumCount field's value.
|
[
"SetMediumCount",
"sets",
"the",
"MediumCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32313-L32316
|
1,783 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetUnspecifiedCount
|
func (s *SeveritySummary) SetUnspecifiedCount(v int64) *SeveritySummary {
s.UnspecifiedCount = &v
return s
}
|
go
|
func (s *SeveritySummary) SetUnspecifiedCount(v int64) *SeveritySummary {
s.UnspecifiedCount = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SeveritySummary",
")",
"SetUnspecifiedCount",
"(",
"v",
"int64",
")",
"*",
"SeveritySummary",
"{",
"s",
".",
"UnspecifiedCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetUnspecifiedCount sets the UnspecifiedCount field's value.
|
[
"SetUnspecifiedCount",
"sets",
"the",
"UnspecifiedCount",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32319-L32322
|
1,784 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetAssociationIds
|
func (s *StartAssociationsOnceInput) SetAssociationIds(v []*string) *StartAssociationsOnceInput {
s.AssociationIds = v
return s
}
|
go
|
func (s *StartAssociationsOnceInput) SetAssociationIds(v []*string) *StartAssociationsOnceInput {
s.AssociationIds = v
return s
}
|
[
"func",
"(",
"s",
"*",
"StartAssociationsOnceInput",
")",
"SetAssociationIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"StartAssociationsOnceInput",
"{",
"s",
".",
"AssociationIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAssociationIds sets the AssociationIds field's value.
|
[
"SetAssociationIds",
"sets",
"the",
"AssociationIds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32360-L32363
|
1,785 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetIsCritical
|
func (s *StepExecution) SetIsCritical(v bool) *StepExecution {
s.IsCritical = &v
return s
}
|
go
|
func (s *StepExecution) SetIsCritical(v bool) *StepExecution {
s.IsCritical = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetIsCritical",
"(",
"v",
"bool",
")",
"*",
"StepExecution",
"{",
"s",
".",
"IsCritical",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIsCritical sets the IsCritical field's value.
|
[
"SetIsCritical",
"sets",
"the",
"IsCritical",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32834-L32837
|
1,786 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetIsEnd
|
func (s *StepExecution) SetIsEnd(v bool) *StepExecution {
s.IsEnd = &v
return s
}
|
go
|
func (s *StepExecution) SetIsEnd(v bool) *StepExecution {
s.IsEnd = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetIsEnd",
"(",
"v",
"bool",
")",
"*",
"StepExecution",
"{",
"s",
".",
"IsEnd",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIsEnd sets the IsEnd field's value.
|
[
"SetIsEnd",
"sets",
"the",
"IsEnd",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32840-L32843
|
1,787 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetNextStep
|
func (s *StepExecution) SetNextStep(v string) *StepExecution {
s.NextStep = &v
return s
}
|
go
|
func (s *StepExecution) SetNextStep(v string) *StepExecution {
s.NextStep = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetNextStep",
"(",
"v",
"string",
")",
"*",
"StepExecution",
"{",
"s",
".",
"NextStep",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNextStep sets the NextStep field's value.
|
[
"SetNextStep",
"sets",
"the",
"NextStep",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32852-L32855
|
1,788 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetOverriddenParameters
|
func (s *StepExecution) SetOverriddenParameters(v map[string][]*string) *StepExecution {
s.OverriddenParameters = v
return s
}
|
go
|
func (s *StepExecution) SetOverriddenParameters(v map[string][]*string) *StepExecution {
s.OverriddenParameters = v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetOverriddenParameters",
"(",
"v",
"map",
"[",
"string",
"]",
"[",
"]",
"*",
"string",
")",
"*",
"StepExecution",
"{",
"s",
".",
"OverriddenParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOverriddenParameters sets the OverriddenParameters field's value.
|
[
"SetOverriddenParameters",
"sets",
"the",
"OverriddenParameters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32870-L32873
|
1,789 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetResponse
|
func (s *StepExecution) SetResponse(v string) *StepExecution {
s.Response = &v
return s
}
|
go
|
func (s *StepExecution) SetResponse(v string) *StepExecution {
s.Response = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetResponse",
"(",
"v",
"string",
")",
"*",
"StepExecution",
"{",
"s",
".",
"Response",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResponse sets the Response field's value.
|
[
"SetResponse",
"sets",
"the",
"Response",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32876-L32879
|
1,790 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetStepExecutionId
|
func (s *StepExecution) SetStepExecutionId(v string) *StepExecution {
s.StepExecutionId = &v
return s
}
|
go
|
func (s *StepExecution) SetStepExecutionId(v string) *StepExecution {
s.StepExecutionId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetStepExecutionId",
"(",
"v",
"string",
")",
"*",
"StepExecution",
"{",
"s",
".",
"StepExecutionId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStepExecutionId sets the StepExecutionId field's value.
|
[
"SetStepExecutionId",
"sets",
"the",
"StepExecutionId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32888-L32891
|
1,791 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetTargetLocation
|
func (s *StepExecution) SetTargetLocation(v *TargetLocation) *StepExecution {
s.TargetLocation = v
return s
}
|
go
|
func (s *StepExecution) SetTargetLocation(v *TargetLocation) *StepExecution {
s.TargetLocation = v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetTargetLocation",
"(",
"v",
"*",
"TargetLocation",
")",
"*",
"StepExecution",
"{",
"s",
".",
"TargetLocation",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetLocation sets the TargetLocation field's value.
|
[
"SetTargetLocation",
"sets",
"the",
"TargetLocation",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32906-L32909
|
1,792 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetValidNextSteps
|
func (s *StepExecution) SetValidNextSteps(v []*string) *StepExecution {
s.ValidNextSteps = v
return s
}
|
go
|
func (s *StepExecution) SetValidNextSteps(v []*string) *StepExecution {
s.ValidNextSteps = v
return s
}
|
[
"func",
"(",
"s",
"*",
"StepExecution",
")",
"SetValidNextSteps",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"StepExecution",
"{",
"s",
".",
"ValidNextSteps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValidNextSteps sets the ValidNextSteps field's value.
|
[
"SetValidNextSteps",
"sets",
"the",
"ValidNextSteps",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L32924-L32927
|
1,793 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetTargetLocationMaxConcurrency
|
func (s *TargetLocation) SetTargetLocationMaxConcurrency(v string) *TargetLocation {
s.TargetLocationMaxConcurrency = &v
return s
}
|
go
|
func (s *TargetLocation) SetTargetLocationMaxConcurrency(v string) *TargetLocation {
s.TargetLocationMaxConcurrency = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TargetLocation",
")",
"SetTargetLocationMaxConcurrency",
"(",
"v",
"string",
")",
"*",
"TargetLocation",
"{",
"s",
".",
"TargetLocationMaxConcurrency",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetLocationMaxConcurrency sets the TargetLocationMaxConcurrency field's value.
|
[
"SetTargetLocationMaxConcurrency",
"sets",
"the",
"TargetLocationMaxConcurrency",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L33249-L33252
|
1,794 |
aws/aws-sdk-go
|
service/ssm/api.go
|
SetTargetLocationMaxErrors
|
func (s *TargetLocation) SetTargetLocationMaxErrors(v string) *TargetLocation {
s.TargetLocationMaxErrors = &v
return s
}
|
go
|
func (s *TargetLocation) SetTargetLocationMaxErrors(v string) *TargetLocation {
s.TargetLocationMaxErrors = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"TargetLocation",
")",
"SetTargetLocationMaxErrors",
"(",
"v",
"string",
")",
"*",
"TargetLocation",
"{",
"s",
".",
"TargetLocationMaxErrors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetLocationMaxErrors sets the TargetLocationMaxErrors field's value.
|
[
"SetTargetLocationMaxErrors",
"sets",
"the",
"TargetLocationMaxErrors",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L33255-L33258
|
1,795 |
aws/aws-sdk-go
|
service/databasemigrationservice/api.go
|
SetCertificateCreationDate
|
func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate {
s.CertificateCreationDate = &v
return s
}
|
go
|
func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate {
s.CertificateCreationDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetCertificateCreationDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Certificate",
"{",
"s",
".",
"CertificateCreationDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateCreationDate sets the CertificateCreationDate field's value.
|
[
"SetCertificateCreationDate",
"sets",
"the",
"CertificateCreationDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/databasemigrationservice/api.go#L5115-L5118
|
1,796 |
aws/aws-sdk-go
|
service/databasemigrationservice/api.go
|
SetCertificateOwner
|
func (s *Certificate) SetCertificateOwner(v string) *Certificate {
s.CertificateOwner = &v
return s
}
|
go
|
func (s *Certificate) SetCertificateOwner(v string) *Certificate {
s.CertificateOwner = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetCertificateOwner",
"(",
"v",
"string",
")",
"*",
"Certificate",
"{",
"s",
".",
"CertificateOwner",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCertificateOwner sets the CertificateOwner field's value.
|
[
"SetCertificateOwner",
"sets",
"the",
"CertificateOwner",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/databasemigrationservice/api.go#L5127-L5130
|
1,797 |
aws/aws-sdk-go
|
service/databasemigrationservice/api.go
|
SetKeyLength
|
func (s *Certificate) SetKeyLength(v int64) *Certificate {
s.KeyLength = &v
return s
}
|
go
|
func (s *Certificate) SetKeyLength(v int64) *Certificate {
s.KeyLength = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetKeyLength",
"(",
"v",
"int64",
")",
"*",
"Certificate",
"{",
"s",
".",
"KeyLength",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetKeyLength sets the KeyLength field's value.
|
[
"SetKeyLength",
"sets",
"the",
"KeyLength",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/databasemigrationservice/api.go#L5145-L5148
|
1,798 |
aws/aws-sdk-go
|
service/databasemigrationservice/api.go
|
SetValidFromDate
|
func (s *Certificate) SetValidFromDate(v time.Time) *Certificate {
s.ValidFromDate = &v
return s
}
|
go
|
func (s *Certificate) SetValidFromDate(v time.Time) *Certificate {
s.ValidFromDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetValidFromDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Certificate",
"{",
"s",
".",
"ValidFromDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValidFromDate sets the ValidFromDate field's value.
|
[
"SetValidFromDate",
"sets",
"the",
"ValidFromDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/databasemigrationservice/api.go#L5157-L5160
|
1,799 |
aws/aws-sdk-go
|
service/databasemigrationservice/api.go
|
SetValidToDate
|
func (s *Certificate) SetValidToDate(v time.Time) *Certificate {
s.ValidToDate = &v
return s
}
|
go
|
func (s *Certificate) SetValidToDate(v time.Time) *Certificate {
s.ValidToDate = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Certificate",
")",
"SetValidToDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Certificate",
"{",
"s",
".",
"ValidToDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValidToDate sets the ValidToDate field's value.
|
[
"SetValidToDate",
"sets",
"the",
"ValidToDate",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/databasemigrationservice/api.go#L5163-L5166
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.