id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
sequencelengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
sequencelengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
1,600 | aws/aws-sdk-go | service/workspaces/api.go | SetWorkspacesConnectionStatus | func (s *DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus(v []*WorkspaceConnectionStatus) *DescribeWorkspacesConnectionStatusOutput {
s.WorkspacesConnectionStatus = v
return s
} | go | func (s *DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus(v []*WorkspaceConnectionStatus) *DescribeWorkspacesConnectionStatusOutput {
s.WorkspacesConnectionStatus = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeWorkspacesConnectionStatusOutput",
")",
"SetWorkspacesConnectionStatus",
"(",
"v",
"[",
"]",
"*",
"WorkspaceConnectionStatus",
")",
"*",
"DescribeWorkspacesConnectionStatusOutput",
"{",
"s",
".",
"WorkspacesConnectionStatus",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkspacesConnectionStatus sets the WorkspacesConnectionStatus field's value. | [
"SetWorkspacesConnectionStatus",
"sets",
"the",
"WorkspacesConnectionStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4425-L4428 |
1,601 | aws/aws-sdk-go | service/workspaces/api.go | SetWorkspaceRequest | func (s *FailedCreateWorkspaceRequest) SetWorkspaceRequest(v *WorkspaceRequest) *FailedCreateWorkspaceRequest {
s.WorkspaceRequest = v
return s
} | go | func (s *FailedCreateWorkspaceRequest) SetWorkspaceRequest(v *WorkspaceRequest) *FailedCreateWorkspaceRequest {
s.WorkspaceRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"FailedCreateWorkspaceRequest",
")",
"SetWorkspaceRequest",
"(",
"v",
"*",
"WorkspaceRequest",
")",
"*",
"FailedCreateWorkspaceRequest",
"{",
"s",
".",
"WorkspaceRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkspaceRequest sets the WorkspaceRequest field's value. | [
"SetWorkspaceRequest",
"sets",
"the",
"WorkspaceRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4669-L4672 |
1,602 | aws/aws-sdk-go | service/workspaces/api.go | SetEc2ImageId | func (s *ImportWorkspaceImageInput) SetEc2ImageId(v string) *ImportWorkspaceImageInput {
s.Ec2ImageId = &v
return s
} | go | func (s *ImportWorkspaceImageInput) SetEc2ImageId(v string) *ImportWorkspaceImageInput {
s.Ec2ImageId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ImportWorkspaceImageInput",
")",
"SetEc2ImageId",
"(",
"v",
"string",
")",
"*",
"ImportWorkspaceImageInput",
"{",
"s",
".",
"Ec2ImageId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEc2ImageId sets the Ec2ImageId field's value. | [
"SetEc2ImageId",
"sets",
"the",
"Ec2ImageId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4795-L4798 |
1,603 | aws/aws-sdk-go | service/workspaces/api.go | SetIngestionProcess | func (s *ImportWorkspaceImageInput) SetIngestionProcess(v string) *ImportWorkspaceImageInput {
s.IngestionProcess = &v
return s
} | go | func (s *ImportWorkspaceImageInput) SetIngestionProcess(v string) *ImportWorkspaceImageInput {
s.IngestionProcess = &v
return s
} | [
"func",
"(",
"s",
"*",
"ImportWorkspaceImageInput",
")",
"SetIngestionProcess",
"(",
"v",
"string",
")",
"*",
"ImportWorkspaceImageInput",
"{",
"s",
".",
"IngestionProcess",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIngestionProcess sets the IngestionProcess field's value. | [
"SetIngestionProcess",
"sets",
"the",
"IngestionProcess",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4813-L4816 |
1,604 | aws/aws-sdk-go | service/workspaces/api.go | SetIpRule | func (s *IpRuleItem) SetIpRule(v string) *IpRuleItem {
s.IpRule = &v
return s
} | go | func (s *IpRuleItem) SetIpRule(v string) *IpRuleItem {
s.IpRule = &v
return s
} | [
"func",
"(",
"s",
"*",
"IpRuleItem",
")",
"SetIpRule",
"(",
"v",
"string",
")",
"*",
"IpRuleItem",
"{",
"s",
".",
"IpRule",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIpRule sets the IpRule field's value. | [
"SetIpRule",
"sets",
"the",
"IpRule",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4920-L4923 |
1,605 | aws/aws-sdk-go | service/workspaces/api.go | SetRuleDesc | func (s *IpRuleItem) SetRuleDesc(v string) *IpRuleItem {
s.RuleDesc = &v
return s
} | go | func (s *IpRuleItem) SetRuleDesc(v string) *IpRuleItem {
s.RuleDesc = &v
return s
} | [
"func",
"(",
"s",
"*",
"IpRuleItem",
")",
"SetRuleDesc",
"(",
"v",
"string",
")",
"*",
"IpRuleItem",
"{",
"s",
".",
"RuleDesc",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRuleDesc sets the RuleDesc field's value. | [
"SetRuleDesc",
"sets",
"the",
"RuleDesc",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4926-L4929 |
1,606 | aws/aws-sdk-go | service/workspaces/api.go | SetManagementCidrRangeConstraint | func (s *ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint(v string) *ListAvailableManagementCidrRangesInput {
s.ManagementCidrRangeConstraint = &v
return s
} | go | func (s *ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint(v string) *ListAvailableManagementCidrRangesInput {
s.ManagementCidrRangeConstraint = &v
return s
} | [
"func",
"(",
"s",
"*",
"ListAvailableManagementCidrRangesInput",
")",
"SetManagementCidrRangeConstraint",
"(",
"v",
"string",
")",
"*",
"ListAvailableManagementCidrRangesInput",
"{",
"s",
".",
"ManagementCidrRangeConstraint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManagementCidrRangeConstraint sets the ManagementCidrRangeConstraint field's value. | [
"SetManagementCidrRangeConstraint",
"sets",
"the",
"ManagementCidrRangeConstraint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L4979-L4982 |
1,607 | aws/aws-sdk-go | service/workspaces/api.go | SetManagementCidrRanges | func (s *ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges(v []*string) *ListAvailableManagementCidrRangesOutput {
s.ManagementCidrRanges = v
return s
} | go | func (s *ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges(v []*string) *ListAvailableManagementCidrRangesOutput {
s.ManagementCidrRanges = v
return s
} | [
"func",
"(",
"s",
"*",
"ListAvailableManagementCidrRangesOutput",
")",
"SetManagementCidrRanges",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ListAvailableManagementCidrRangesOutput",
"{",
"s",
".",
"ManagementCidrRanges",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManagementCidrRanges sets the ManagementCidrRanges field's value. | [
"SetManagementCidrRanges",
"sets",
"the",
"ManagementCidrRanges",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5018-L5021 |
1,608 | aws/aws-sdk-go | service/workspaces/api.go | SetWorkspaceState | func (s *ModifyWorkspaceStateInput) SetWorkspaceState(v string) *ModifyWorkspaceStateInput {
s.WorkspaceState = &v
return s
} | go | func (s *ModifyWorkspaceStateInput) SetWorkspaceState(v string) *ModifyWorkspaceStateInput {
s.WorkspaceState = &v
return s
} | [
"func",
"(",
"s",
"*",
"ModifyWorkspaceStateInput",
")",
"SetWorkspaceState",
"(",
"v",
"string",
")",
"*",
"ModifyWorkspaceStateInput",
"{",
"s",
".",
"WorkspaceState",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkspaceState sets the WorkspaceState field's value. | [
"SetWorkspaceState",
"sets",
"the",
"WorkspaceState",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5295-L5298 |
1,609 | aws/aws-sdk-go | service/workspaces/api.go | SetRebootWorkspaceRequests | func (s *RebootWorkspacesInput) SetRebootWorkspaceRequests(v []*RebootRequest) *RebootWorkspacesInput {
s.RebootWorkspaceRequests = v
return s
} | go | func (s *RebootWorkspacesInput) SetRebootWorkspaceRequests(v []*RebootRequest) *RebootWorkspacesInput {
s.RebootWorkspaceRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"RebootWorkspacesInput",
")",
"SetRebootWorkspaceRequests",
"(",
"v",
"[",
"]",
"*",
"RebootRequest",
")",
"*",
"RebootWorkspacesInput",
"{",
"s",
".",
"RebootWorkspaceRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRebootWorkspaceRequests sets the RebootWorkspaceRequests field's value. | [
"SetRebootWorkspaceRequests",
"sets",
"the",
"RebootWorkspaceRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5423-L5426 |
1,610 | aws/aws-sdk-go | service/workspaces/api.go | SetRebuildWorkspaceRequests | func (s *RebuildWorkspacesInput) SetRebuildWorkspaceRequests(v []*RebuildRequest) *RebuildWorkspacesInput {
s.RebuildWorkspaceRequests = v
return s
} | go | func (s *RebuildWorkspacesInput) SetRebuildWorkspaceRequests(v []*RebuildRequest) *RebuildWorkspacesInput {
s.RebuildWorkspaceRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"RebuildWorkspacesInput",
")",
"SetRebuildWorkspaceRequests",
"(",
"v",
"[",
"]",
"*",
"RebuildRequest",
")",
"*",
"RebuildWorkspacesInput",
"{",
"s",
".",
"RebuildWorkspaceRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRebuildWorkspaceRequests sets the RebuildWorkspaceRequests field's value. | [
"SetRebuildWorkspaceRequests",
"sets",
"the",
"RebuildWorkspaceRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5545-L5548 |
1,611 | aws/aws-sdk-go | service/workspaces/api.go | SetStartWorkspaceRequests | func (s *StartWorkspacesInput) SetStartWorkspaceRequests(v []*StartRequest) *StartWorkspacesInput {
s.StartWorkspaceRequests = v
return s
} | go | func (s *StartWorkspacesInput) SetStartWorkspaceRequests(v []*StartRequest) *StartWorkspacesInput {
s.StartWorkspaceRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"StartWorkspacesInput",
")",
"SetStartWorkspaceRequests",
"(",
"v",
"[",
"]",
"*",
"StartRequest",
")",
"*",
"StartWorkspacesInput",
"{",
"s",
".",
"StartWorkspaceRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartWorkspaceRequests sets the StartWorkspaceRequests field's value. | [
"SetStartWorkspaceRequests",
"sets",
"the",
"StartWorkspaceRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5723-L5726 |
1,612 | aws/aws-sdk-go | service/workspaces/api.go | SetStopWorkspaceRequests | func (s *StopWorkspacesInput) SetStopWorkspaceRequests(v []*StopRequest) *StopWorkspacesInput {
s.StopWorkspaceRequests = v
return s
} | go | func (s *StopWorkspacesInput) SetStopWorkspaceRequests(v []*StopRequest) *StopWorkspacesInput {
s.StopWorkspaceRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"StopWorkspacesInput",
")",
"SetStopWorkspaceRequests",
"(",
"v",
"[",
"]",
"*",
"StopRequest",
")",
"*",
"StopWorkspacesInput",
"{",
"s",
".",
"StopWorkspaceRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStopWorkspaceRequests sets the StopWorkspaceRequests field's value. | [
"SetStopWorkspaceRequests",
"sets",
"the",
"StopWorkspaceRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5811-L5814 |
1,613 | aws/aws-sdk-go | service/workspaces/api.go | SetTerminateWorkspaceRequests | func (s *TerminateWorkspacesInput) SetTerminateWorkspaceRequests(v []*TerminateRequest) *TerminateWorkspacesInput {
s.TerminateWorkspaceRequests = v
return s
} | go | func (s *TerminateWorkspacesInput) SetTerminateWorkspaceRequests(v []*TerminateRequest) *TerminateWorkspacesInput {
s.TerminateWorkspaceRequests = v
return s
} | [
"func",
"(",
"s",
"*",
"TerminateWorkspacesInput",
")",
"SetTerminateWorkspaceRequests",
"(",
"v",
"[",
"]",
"*",
"TerminateRequest",
")",
"*",
"TerminateWorkspacesInput",
"{",
"s",
".",
"TerminateWorkspaceRequests",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTerminateWorkspaceRequests sets the TerminateWorkspaceRequests field's value. | [
"SetTerminateWorkspaceRequests",
"sets",
"the",
"TerminateWorkspaceRequests",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L5975-L5978 |
1,614 | aws/aws-sdk-go | service/workspaces/api.go | SetModificationStates | func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace {
s.ModificationStates = v
return s
} | go | func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace {
s.ModificationStates = v
return s
} | [
"func",
"(",
"s",
"*",
"Workspace",
")",
"SetModificationStates",
"(",
"v",
"[",
"]",
"*",
"ModificationState",
")",
"*",
"Workspace",
"{",
"s",
".",
"ModificationStates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetModificationStates sets the ModificationStates field's value. | [
"SetModificationStates",
"sets",
"the",
"ModificationStates",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6191-L6194 |
1,615 | aws/aws-sdk-go | service/workspaces/api.go | SetRootStorage | func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle {
s.RootStorage = v
return s
} | go | func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle {
s.RootStorage = v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceBundle",
")",
"SetRootStorage",
"(",
"v",
"*",
"RootStorage",
")",
"*",
"WorkspaceBundle",
"{",
"s",
".",
"RootStorage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRootStorage sets the RootStorage field's value. | [
"SetRootStorage",
"sets",
"the",
"RootStorage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6312-L6315 |
1,616 | aws/aws-sdk-go | service/workspaces/api.go | SetUserStorage | func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle {
s.UserStorage = v
return s
} | go | func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle {
s.UserStorage = v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceBundle",
")",
"SetUserStorage",
"(",
"v",
"*",
"UserStorage",
")",
"*",
"WorkspaceBundle",
"{",
"s",
".",
"UserStorage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserStorage sets the UserStorage field's value. | [
"SetUserStorage",
"sets",
"the",
"UserStorage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6318-L6321 |
1,617 | aws/aws-sdk-go | service/workspaces/api.go | SetConnectionStateCheckTimestamp | func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.ConnectionStateCheckTimestamp = &v
return s
} | go | func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.ConnectionStateCheckTimestamp = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceConnectionStatus",
")",
"SetConnectionStateCheckTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"WorkspaceConnectionStatus",
"{",
"s",
".",
"ConnectionStateCheckTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConnectionStateCheckTimestamp sets the ConnectionStateCheckTimestamp field's value. | [
"SetConnectionStateCheckTimestamp",
"sets",
"the",
"ConnectionStateCheckTimestamp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6358-L6361 |
1,618 | aws/aws-sdk-go | service/workspaces/api.go | SetLastKnownUserConnectionTimestamp | func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.LastKnownUserConnectionTimestamp = &v
return s
} | go | func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.LastKnownUserConnectionTimestamp = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceConnectionStatus",
")",
"SetLastKnownUserConnectionTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"WorkspaceConnectionStatus",
"{",
"s",
".",
"LastKnownUserConnectionTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastKnownUserConnectionTimestamp sets the LastKnownUserConnectionTimestamp field's value. | [
"SetLastKnownUserConnectionTimestamp",
"sets",
"the",
"LastKnownUserConnectionTimestamp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6364-L6367 |
1,619 | aws/aws-sdk-go | service/workspaces/api.go | SetDnsIpAddresses | func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory {
s.DnsIpAddresses = v
return s
} | go | func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory {
s.DnsIpAddresses = v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceDirectory",
")",
"SetDnsIpAddresses",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"WorkspaceDirectory",
"{",
"s",
".",
"DnsIpAddresses",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDnsIpAddresses sets the DnsIpAddresses field's value. | [
"SetDnsIpAddresses",
"sets",
"the",
"DnsIpAddresses",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6462-L6465 |
1,620 | aws/aws-sdk-go | service/workspaces/api.go | SetIamRoleId | func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory {
s.IamRoleId = &v
return s
} | go | func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory {
s.IamRoleId = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceDirectory",
")",
"SetIamRoleId",
"(",
"v",
"string",
")",
"*",
"WorkspaceDirectory",
"{",
"s",
".",
"IamRoleId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIamRoleId sets the IamRoleId field's value. | [
"SetIamRoleId",
"sets",
"the",
"IamRoleId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6468-L6471 |
1,621 | aws/aws-sdk-go | service/workspaces/api.go | SetIpGroupIds | func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory {
s.IpGroupIds = v
return s
} | go | func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory {
s.IpGroupIds = v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceDirectory",
")",
"SetIpGroupIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"WorkspaceDirectory",
"{",
"s",
".",
"IpGroupIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIpGroupIds sets the IpGroupIds field's value. | [
"SetIpGroupIds",
"sets",
"the",
"IpGroupIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6474-L6477 |
1,622 | aws/aws-sdk-go | service/workspaces/api.go | SetWorkspaceCreationProperties | func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory {
s.WorkspaceCreationProperties = v
return s
} | go | func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory {
s.WorkspaceCreationProperties = v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceDirectory",
")",
"SetWorkspaceCreationProperties",
"(",
"v",
"*",
"DefaultWorkspaceCreationProperties",
")",
"*",
"WorkspaceDirectory",
"{",
"s",
".",
"WorkspaceCreationProperties",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value. | [
"SetWorkspaceCreationProperties",
"sets",
"the",
"WorkspaceCreationProperties",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6498-L6501 |
1,623 | aws/aws-sdk-go | service/workspaces/api.go | SetWorkspaceSecurityGroupId | func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory {
s.WorkspaceSecurityGroupId = &v
return s
} | go | func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory {
s.WorkspaceSecurityGroupId = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceDirectory",
")",
"SetWorkspaceSecurityGroupId",
"(",
"v",
"string",
")",
"*",
"WorkspaceDirectory",
"{",
"s",
".",
"WorkspaceSecurityGroupId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkspaceSecurityGroupId sets the WorkspaceSecurityGroupId field's value. | [
"SetWorkspaceSecurityGroupId",
"sets",
"the",
"WorkspaceSecurityGroupId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6504-L6507 |
1,624 | aws/aws-sdk-go | service/workspaces/api.go | SetRequiredTenancy | func (s *WorkspaceImage) SetRequiredTenancy(v string) *WorkspaceImage {
s.RequiredTenancy = &v
return s
} | go | func (s *WorkspaceImage) SetRequiredTenancy(v string) *WorkspaceImage {
s.RequiredTenancy = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceImage",
")",
"SetRequiredTenancy",
"(",
"v",
"string",
")",
"*",
"WorkspaceImage",
"{",
"s",
".",
"RequiredTenancy",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequiredTenancy sets the RequiredTenancy field's value. | [
"SetRequiredTenancy",
"sets",
"the",
"RequiredTenancy",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6586-L6589 |
1,625 | aws/aws-sdk-go | service/workspaces/api.go | SetComputeTypeName | func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties {
s.ComputeTypeName = &v
return s
} | go | func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties {
s.ComputeTypeName = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceProperties",
")",
"SetComputeTypeName",
"(",
"v",
"string",
")",
"*",
"WorkspaceProperties",
"{",
"s",
".",
"ComputeTypeName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetComputeTypeName sets the ComputeTypeName field's value. | [
"SetComputeTypeName",
"sets",
"the",
"ComputeTypeName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6630-L6633 |
1,626 | aws/aws-sdk-go | service/workspaces/api.go | SetRootVolumeSizeGib | func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties {
s.RootVolumeSizeGib = &v
return s
} | go | func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties {
s.RootVolumeSizeGib = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceProperties",
")",
"SetRootVolumeSizeGib",
"(",
"v",
"int64",
")",
"*",
"WorkspaceProperties",
"{",
"s",
".",
"RootVolumeSizeGib",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRootVolumeSizeGib sets the RootVolumeSizeGib field's value. | [
"SetRootVolumeSizeGib",
"sets",
"the",
"RootVolumeSizeGib",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6636-L6639 |
1,627 | aws/aws-sdk-go | service/workspaces/api.go | SetRunningMode | func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties {
s.RunningMode = &v
return s
} | go | func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties {
s.RunningMode = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceProperties",
")",
"SetRunningMode",
"(",
"v",
"string",
")",
"*",
"WorkspaceProperties",
"{",
"s",
".",
"RunningMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRunningMode sets the RunningMode field's value. | [
"SetRunningMode",
"sets",
"the",
"RunningMode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6642-L6645 |
1,628 | aws/aws-sdk-go | service/workspaces/api.go | SetRunningModeAutoStopTimeoutInMinutes | func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties {
s.RunningModeAutoStopTimeoutInMinutes = &v
return s
} | go | func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties {
s.RunningModeAutoStopTimeoutInMinutes = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceProperties",
")",
"SetRunningModeAutoStopTimeoutInMinutes",
"(",
"v",
"int64",
")",
"*",
"WorkspaceProperties",
"{",
"s",
".",
"RunningModeAutoStopTimeoutInMinutes",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRunningModeAutoStopTimeoutInMinutes sets the RunningModeAutoStopTimeoutInMinutes field's value. | [
"SetRunningModeAutoStopTimeoutInMinutes",
"sets",
"the",
"RunningModeAutoStopTimeoutInMinutes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6648-L6651 |
1,629 | aws/aws-sdk-go | service/workspaces/api.go | SetUserVolumeSizeGib | func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties {
s.UserVolumeSizeGib = &v
return s
} | go | func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties {
s.UserVolumeSizeGib = &v
return s
} | [
"func",
"(",
"s",
"*",
"WorkspaceProperties",
")",
"SetUserVolumeSizeGib",
"(",
"v",
"int64",
")",
"*",
"WorkspaceProperties",
"{",
"s",
".",
"UserVolumeSizeGib",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserVolumeSizeGib sets the UserVolumeSizeGib field's value. | [
"SetUserVolumeSizeGib",
"sets",
"the",
"UserVolumeSizeGib",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/workspaces/api.go#L6654-L6657 |
1,630 | aws/aws-sdk-go | service/ssm/api.go | SetExpired | func (s *Activation) SetExpired(v bool) *Activation {
s.Expired = &v
return s
} | go | func (s *Activation) SetExpired(v bool) *Activation {
s.Expired = &v
return s
} | [
"func",
"(",
"s",
"*",
"Activation",
")",
"SetExpired",
"(",
"v",
"bool",
")",
"*",
"Activation",
"{",
"s",
".",
"Expired",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExpired sets the Expired field's value. | [
"SetExpired",
"sets",
"the",
"Expired",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L11314-L11317 |
1,631 | aws/aws-sdk-go | service/ssm/api.go | SetRegistrationsCount | func (s *Activation) SetRegistrationsCount(v int64) *Activation {
s.RegistrationsCount = &v
return s
} | go | func (s *Activation) SetRegistrationsCount(v int64) *Activation {
s.RegistrationsCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"Activation",
")",
"SetRegistrationsCount",
"(",
"v",
"int64",
")",
"*",
"Activation",
"{",
"s",
".",
"RegistrationsCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRegistrationsCount sets the RegistrationsCount field's value. | [
"SetRegistrationsCount",
"sets",
"the",
"RegistrationsCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L11332-L11335 |
1,632 | aws/aws-sdk-go | service/ssm/api.go | SetLastSuccessfulExecutionDate | func (s *AssociationDescription) SetLastSuccessfulExecutionDate(v time.Time) *AssociationDescription {
s.LastSuccessfulExecutionDate = &v
return s
} | go | func (s *AssociationDescription) SetLastSuccessfulExecutionDate(v time.Time) *AssociationDescription {
s.LastSuccessfulExecutionDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"AssociationDescription",
")",
"SetLastSuccessfulExecutionDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"AssociationDescription",
"{",
"s",
".",
"LastSuccessfulExecutionDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastSuccessfulExecutionDate sets the LastSuccessfulExecutionDate field's value. | [
"SetLastSuccessfulExecutionDate",
"sets",
"the",
"LastSuccessfulExecutionDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L11712-L11715 |
1,633 | aws/aws-sdk-go | service/ssm/api.go | SetLastUpdateAssociationDate | func (s *AssociationDescription) SetLastUpdateAssociationDate(v time.Time) *AssociationDescription {
s.LastUpdateAssociationDate = &v
return s
} | go | func (s *AssociationDescription) SetLastUpdateAssociationDate(v time.Time) *AssociationDescription {
s.LastUpdateAssociationDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"AssociationDescription",
")",
"SetLastUpdateAssociationDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"AssociationDescription",
"{",
"s",
".",
"LastUpdateAssociationDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastUpdateAssociationDate sets the LastUpdateAssociationDate field's value. | [
"SetLastUpdateAssociationDate",
"sets",
"the",
"LastUpdateAssociationDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L11718-L11721 |
1,634 | aws/aws-sdk-go | service/ssm/api.go | SetResourceCountByStatus | func (s *AssociationExecution) SetResourceCountByStatus(v string) *AssociationExecution {
s.ResourceCountByStatus = &v
return s
} | go | func (s *AssociationExecution) SetResourceCountByStatus(v string) *AssociationExecution {
s.ResourceCountByStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"AssociationExecution",
")",
"SetResourceCountByStatus",
"(",
"v",
"string",
")",
"*",
"AssociationExecution",
"{",
"s",
".",
"ResourceCountByStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceCountByStatus sets the ResourceCountByStatus field's value. | [
"SetResourceCountByStatus",
"sets",
"the",
"ResourceCountByStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L11854-L11857 |
1,635 | aws/aws-sdk-go | service/ssm/api.go | SetOutputSource | func (s *AssociationExecutionTarget) SetOutputSource(v *OutputSource) *AssociationExecutionTarget {
s.OutputSource = v
return s
} | go | func (s *AssociationExecutionTarget) SetOutputSource(v *OutputSource) *AssociationExecutionTarget {
s.OutputSource = v
return s
} | [
"func",
"(",
"s",
"*",
"AssociationExecutionTarget",
")",
"SetOutputSource",
"(",
"v",
"*",
"OutputSource",
")",
"*",
"AssociationExecutionTarget",
"{",
"s",
".",
"OutputSource",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOutputSource sets the OutputSource field's value. | [
"SetOutputSource",
"sets",
"the",
"OutputSource",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L12008-L12011 |
1,636 | aws/aws-sdk-go | service/ssm/api.go | SetAssociationStatusAggregatedCount | func (s *AssociationOverview) SetAssociationStatusAggregatedCount(v map[string]*int64) *AssociationOverview {
s.AssociationStatusAggregatedCount = v
return s
} | go | func (s *AssociationOverview) SetAssociationStatusAggregatedCount(v map[string]*int64) *AssociationOverview {
s.AssociationStatusAggregatedCount = v
return s
} | [
"func",
"(",
"s",
"*",
"AssociationOverview",
")",
"SetAssociationStatusAggregatedCount",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"int64",
")",
"*",
"AssociationOverview",
"{",
"s",
".",
"AssociationStatusAggregatedCount",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAssociationStatusAggregatedCount sets the AssociationStatusAggregatedCount field's value. | [
"SetAssociationStatusAggregatedCount",
"sets",
"the",
"AssociationStatusAggregatedCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L12170-L12173 |
1,637 | aws/aws-sdk-go | service/ssm/api.go | SetProgressCounters | func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution {
s.ProgressCounters = v
return s
} | go | func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution {
s.ProgressCounters = v
return s
} | [
"func",
"(",
"s",
"*",
"AutomationExecution",
")",
"SetProgressCounters",
"(",
"v",
"*",
"ProgressCounters",
")",
"*",
"AutomationExecution",
"{",
"s",
".",
"ProgressCounters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProgressCounters sets the ProgressCounters field's value. | [
"SetProgressCounters",
"sets",
"the",
"ProgressCounters",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L12750-L12753 |
1,638 | aws/aws-sdk-go | service/ssm/api.go | SetStepExecutionsTruncated | func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution {
s.StepExecutionsTruncated = &v
return s
} | go | func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution {
s.StepExecutionsTruncated = &v
return s
} | [
"func",
"(",
"s",
"*",
"AutomationExecution",
")",
"SetStepExecutionsTruncated",
"(",
"v",
"bool",
")",
"*",
"AutomationExecution",
"{",
"s",
".",
"StepExecutionsTruncated",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStepExecutionsTruncated sets the StepExecutionsTruncated field's value. | [
"SetStepExecutionsTruncated",
"sets",
"the",
"StepExecutionsTruncated",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L12768-L12771 |
1,639 | aws/aws-sdk-go | service/ssm/api.go | SetAutomationType | func (s *AutomationExecutionMetadata) SetAutomationType(v string) *AutomationExecutionMetadata {
s.AutomationType = &v
return s
} | go | func (s *AutomationExecutionMetadata) SetAutomationType(v string) *AutomationExecutionMetadata {
s.AutomationType = &v
return s
} | [
"func",
"(",
"s",
"*",
"AutomationExecutionMetadata",
")",
"SetAutomationType",
"(",
"v",
"string",
")",
"*",
"AutomationExecutionMetadata",
"{",
"s",
".",
"AutomationType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutomationType sets the AutomationType field's value. | [
"SetAutomationType",
"sets",
"the",
"AutomationType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L12963-L12966 |
1,640 | aws/aws-sdk-go | service/ssm/api.go | SetCloudWatchLogGroupName | func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig {
s.CloudWatchLogGroupName = &v
return s
} | go | func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig {
s.CloudWatchLogGroupName = &v
return s
} | [
"func",
"(",
"s",
"*",
"CloudWatchOutputConfig",
")",
"SetCloudWatchLogGroupName",
"(",
"v",
"string",
")",
"*",
"CloudWatchOutputConfig",
"{",
"s",
".",
"CloudWatchLogGroupName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudWatchLogGroupName sets the CloudWatchLogGroupName field's value. | [
"SetCloudWatchLogGroupName",
"sets",
"the",
"CloudWatchLogGroupName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13251-L13254 |
1,641 | aws/aws-sdk-go | service/ssm/api.go | SetCloudWatchOutputEnabled | func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig {
s.CloudWatchOutputEnabled = &v
return s
} | go | func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig {
s.CloudWatchOutputEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"CloudWatchOutputConfig",
")",
"SetCloudWatchOutputEnabled",
"(",
"v",
"bool",
")",
"*",
"CloudWatchOutputConfig",
"{",
"s",
".",
"CloudWatchOutputEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudWatchOutputEnabled sets the CloudWatchOutputEnabled field's value. | [
"SetCloudWatchOutputEnabled",
"sets",
"the",
"CloudWatchOutputEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13257-L13260 |
1,642 | aws/aws-sdk-go | service/ssm/api.go | SetCompletedCount | func (s *Command) SetCompletedCount(v int64) *Command {
s.CompletedCount = &v
return s
} | go | func (s *Command) SetCompletedCount(v int64) *Command {
s.CompletedCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"Command",
")",
"SetCompletedCount",
"(",
"v",
"int64",
")",
"*",
"Command",
"{",
"s",
".",
"CompletedCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompletedCount sets the CompletedCount field's value. | [
"SetCompletedCount",
"sets",
"the",
"CompletedCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13422-L13425 |
1,643 | aws/aws-sdk-go | service/ssm/api.go | SetDeliveryTimedOutCount | func (s *Command) SetDeliveryTimedOutCount(v int64) *Command {
s.DeliveryTimedOutCount = &v
return s
} | go | func (s *Command) SetDeliveryTimedOutCount(v int64) *Command {
s.DeliveryTimedOutCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"Command",
")",
"SetDeliveryTimedOutCount",
"(",
"v",
"int64",
")",
"*",
"Command",
"{",
"s",
".",
"DeliveryTimedOutCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeliveryTimedOutCount sets the DeliveryTimedOutCount field's value. | [
"SetDeliveryTimedOutCount",
"sets",
"the",
"DeliveryTimedOutCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13428-L13431 |
1,644 | aws/aws-sdk-go | service/ssm/api.go | SetErrorCount | func (s *Command) SetErrorCount(v int64) *Command {
s.ErrorCount = &v
return s
} | go | func (s *Command) SetErrorCount(v int64) *Command {
s.ErrorCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"Command",
")",
"SetErrorCount",
"(",
"v",
"int64",
")",
"*",
"Command",
"{",
"s",
".",
"ErrorCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetErrorCount sets the ErrorCount field's value. | [
"SetErrorCount",
"sets",
"the",
"ErrorCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13446-L13449 |
1,645 | aws/aws-sdk-go | service/ssm/api.go | SetTargetCount | func (s *Command) SetTargetCount(v int64) *Command {
s.TargetCount = &v
return s
} | go | func (s *Command) SetTargetCount(v int64) *Command {
s.TargetCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"Command",
")",
"SetTargetCount",
"(",
"v",
"int64",
")",
"*",
"Command",
"{",
"s",
".",
"TargetCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTargetCount sets the TargetCount field's value. | [
"SetTargetCount",
"sets",
"the",
"TargetCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13530-L13533 |
1,646 | aws/aws-sdk-go | service/ssm/api.go | SetCommandPlugins | func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation {
s.CommandPlugins = v
return s
} | go | func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation {
s.CommandPlugins = v
return s
} | [
"func",
"(",
"s",
"*",
"CommandInvocation",
")",
"SetCommandPlugins",
"(",
"v",
"[",
"]",
"*",
"CommandPlugin",
")",
"*",
"CommandInvocation",
"{",
"s",
".",
"CommandPlugins",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCommandPlugins sets the CommandPlugins field's value. | [
"SetCommandPlugins",
"sets",
"the",
"CommandPlugins",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13767-L13770 |
1,647 | aws/aws-sdk-go | service/ssm/api.go | SetTraceOutput | func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation {
s.TraceOutput = &v
return s
} | go | func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation {
s.TraceOutput = &v
return s
} | [
"func",
"(",
"s",
"*",
"CommandInvocation",
")",
"SetTraceOutput",
"(",
"v",
"string",
")",
"*",
"CommandInvocation",
"{",
"s",
".",
"TraceOutput",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTraceOutput sets the TraceOutput field's value. | [
"SetTraceOutput",
"sets",
"the",
"TraceOutput",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L13845-L13848 |
1,648 | aws/aws-sdk-go | service/ssm/api.go | SetResponseFinishDateTime | func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin {
s.ResponseFinishDateTime = &v
return s
} | go | func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin {
s.ResponseFinishDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"CommandPlugin",
")",
"SetResponseFinishDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"CommandPlugin",
"{",
"s",
".",
"ResponseFinishDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResponseFinishDateTime sets the ResponseFinishDateTime field's value. | [
"SetResponseFinishDateTime",
"sets",
"the",
"ResponseFinishDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L14012-L14015 |
1,649 | aws/aws-sdk-go | service/ssm/api.go | SetResponseStartDateTime | func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin {
s.ResponseStartDateTime = &v
return s
} | go | func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin {
s.ResponseStartDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"CommandPlugin",
")",
"SetResponseStartDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"CommandPlugin",
"{",
"s",
".",
"ResponseStartDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResponseStartDateTime sets the ResponseStartDateTime field's value. | [
"SetResponseStartDateTime",
"sets",
"the",
"ResponseStartDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L14018-L14021 |
1,650 | aws/aws-sdk-go | service/ssm/api.go | SetExecutionType | func (s *ComplianceExecutionSummary) SetExecutionType(v string) *ComplianceExecutionSummary {
s.ExecutionType = &v
return s
} | go | func (s *ComplianceExecutionSummary) SetExecutionType(v string) *ComplianceExecutionSummary {
s.ExecutionType = &v
return s
} | [
"func",
"(",
"s",
"*",
"ComplianceExecutionSummary",
")",
"SetExecutionType",
"(",
"v",
"string",
")",
"*",
"ComplianceExecutionSummary",
"{",
"s",
".",
"ExecutionType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExecutionType sets the ExecutionType field's value. | [
"SetExecutionType",
"sets",
"the",
"ExecutionType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L14103-L14106 |
1,651 | aws/aws-sdk-go | service/ssm/api.go | SetCompliantCount | func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary {
s.CompliantCount = &v
return s
} | go | func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary {
s.CompliantCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"CompliantSummary",
")",
"SetCompliantCount",
"(",
"v",
"int64",
")",
"*",
"CompliantSummary",
"{",
"s",
".",
"CompliantCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompliantCount sets the CompliantCount field's value. | [
"SetCompliantCount",
"sets",
"the",
"CompliantCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L14425-L14428 |
1,652 | aws/aws-sdk-go | service/ssm/api.go | SetActivationCode | func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput {
s.ActivationCode = &v
return s
} | go | func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput {
s.ActivationCode = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateActivationOutput",
")",
"SetActivationCode",
"(",
"v",
"string",
")",
"*",
"CreateActivationOutput",
"{",
"s",
".",
"ActivationCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivationCode sets the ActivationCode field's value. | [
"SetActivationCode",
"sets",
"the",
"ActivationCode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L14585-L14588 |
1,653 | aws/aws-sdk-go | service/ssm/api.go | SetSchemaDeleteOption | func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput {
s.SchemaDeleteOption = &v
return s
} | go | func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput {
s.SchemaDeleteOption = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeleteInventoryInput",
")",
"SetSchemaDeleteOption",
"(",
"v",
"string",
")",
"*",
"DeleteInventoryInput",
"{",
"s",
".",
"SchemaDeleteOption",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSchemaDeleteOption sets the SchemaDeleteOption field's value. | [
"SetSchemaDeleteOption",
"sets",
"the",
"SchemaDeleteOption",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16069-L16072 |
1,654 | aws/aws-sdk-go | service/ssm/api.go | SetDeletedParameters | func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput {
s.DeletedParameters = v
return s
} | go | func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput {
s.DeletedParameters = v
return s
} | [
"func",
"(",
"s",
"*",
"DeleteParametersOutput",
")",
"SetDeletedParameters",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DeleteParametersOutput",
"{",
"s",
".",
"DeletedParameters",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeletedParameters sets the DeletedParameters field's value. | [
"SetDeletedParameters",
"sets",
"the",
"DeletedParameters",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16308-L16311 |
1,655 | aws/aws-sdk-go | service/ssm/api.go | SetSafe | func (s *DeregisterTargetFromMaintenanceWindowInput) SetSafe(v bool) *DeregisterTargetFromMaintenanceWindowInput {
s.Safe = &v
return s
} | go | func (s *DeregisterTargetFromMaintenanceWindowInput) SetSafe(v bool) *DeregisterTargetFromMaintenanceWindowInput {
s.Safe = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeregisterTargetFromMaintenanceWindowInput",
")",
"SetSafe",
"(",
"v",
"bool",
")",
"*",
"DeregisterTargetFromMaintenanceWindowInput",
"{",
"s",
".",
"Safe",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSafe sets the Safe field's value. | [
"SetSafe",
"sets",
"the",
"Safe",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16633-L16636 |
1,656 | aws/aws-sdk-go | service/ssm/api.go | SetFilterKey | func (s *DescribeActivationsFilter) SetFilterKey(v string) *DescribeActivationsFilter {
s.FilterKey = &v
return s
} | go | func (s *DescribeActivationsFilter) SetFilterKey(v string) *DescribeActivationsFilter {
s.FilterKey = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeActivationsFilter",
")",
"SetFilterKey",
"(",
"v",
"string",
")",
"*",
"DescribeActivationsFilter",
"{",
"s",
".",
"FilterKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFilterKey sets the FilterKey field's value. | [
"SetFilterKey",
"sets",
"the",
"FilterKey",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16794-L16797 |
1,657 | aws/aws-sdk-go | service/ssm/api.go | SetFilterValues | func (s *DescribeActivationsFilter) SetFilterValues(v []*string) *DescribeActivationsFilter {
s.FilterValues = v
return s
} | go | func (s *DescribeActivationsFilter) SetFilterValues(v []*string) *DescribeActivationsFilter {
s.FilterValues = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeActivationsFilter",
")",
"SetFilterValues",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeActivationsFilter",
"{",
"s",
".",
"FilterValues",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFilterValues sets the FilterValues field's value. | [
"SetFilterValues",
"sets",
"the",
"FilterValues",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16800-L16803 |
1,658 | aws/aws-sdk-go | service/ssm/api.go | SetActivationList | func (s *DescribeActivationsOutput) SetActivationList(v []*Activation) *DescribeActivationsOutput {
s.ActivationList = v
return s
} | go | func (s *DescribeActivationsOutput) SetActivationList(v []*Activation) *DescribeActivationsOutput {
s.ActivationList = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeActivationsOutput",
")",
"SetActivationList",
"(",
"v",
"[",
"]",
"*",
"Activation",
")",
"*",
"DescribeActivationsOutput",
"{",
"s",
".",
"ActivationList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivationList sets the ActivationList field's value. | [
"SetActivationList",
"sets",
"the",
"ActivationList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L16883-L16886 |
1,659 | aws/aws-sdk-go | service/ssm/api.go | SetAssociationExecutionTargets | func (s *DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets(v []*AssociationExecutionTarget) *DescribeAssociationExecutionTargetsOutput {
s.AssociationExecutionTargets = v
return s
} | go | func (s *DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets(v []*AssociationExecutionTarget) *DescribeAssociationExecutionTargetsOutput {
s.AssociationExecutionTargets = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeAssociationExecutionTargetsOutput",
")",
"SetAssociationExecutionTargets",
"(",
"v",
"[",
"]",
"*",
"AssociationExecutionTarget",
")",
"*",
"DescribeAssociationExecutionTargetsOutput",
"{",
"s",
".",
"AssociationExecutionTargets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAssociationExecutionTargets sets the AssociationExecutionTargets field's value. | [
"SetAssociationExecutionTargets",
"sets",
"the",
"AssociationExecutionTargets",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L17020-L17023 |
1,660 | aws/aws-sdk-go | service/ssm/api.go | SetAssociationExecutions | func (s *DescribeAssociationExecutionsOutput) SetAssociationExecutions(v []*AssociationExecution) *DescribeAssociationExecutionsOutput {
s.AssociationExecutions = v
return s
} | go | func (s *DescribeAssociationExecutionsOutput) SetAssociationExecutions(v []*AssociationExecution) *DescribeAssociationExecutionsOutput {
s.AssociationExecutions = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeAssociationExecutionsOutput",
")",
"SetAssociationExecutions",
"(",
"v",
"[",
"]",
"*",
"AssociationExecution",
")",
"*",
"DescribeAssociationExecutionsOutput",
"{",
"s",
".",
"AssociationExecutions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAssociationExecutions sets the AssociationExecutions field's value. | [
"SetAssociationExecutions",
"sets",
"the",
"AssociationExecutions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L17142-L17145 |
1,661 | aws/aws-sdk-go | service/ssm/api.go | SetAutomationExecutionMetadataList | func (s *DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList(v []*AutomationExecutionMetadata) *DescribeAutomationExecutionsOutput {
s.AutomationExecutionMetadataList = v
return s
} | go | func (s *DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList(v []*AutomationExecutionMetadata) *DescribeAutomationExecutionsOutput {
s.AutomationExecutionMetadataList = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeAutomationExecutionsOutput",
")",
"SetAutomationExecutionMetadataList",
"(",
"v",
"[",
"]",
"*",
"AutomationExecutionMetadata",
")",
"*",
"DescribeAutomationExecutionsOutput",
"{",
"s",
".",
"AutomationExecutionMetadataList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutomationExecutionMetadataList sets the AutomationExecutionMetadataList field's value. | [
"SetAutomationExecutionMetadataList",
"sets",
"the",
"AutomationExecutionMetadataList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L17322-L17325 |
1,662 | aws/aws-sdk-go | service/ssm/api.go | SetEffectivePatches | func (s *DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches(v []*EffectivePatch) *DescribeEffectivePatchesForPatchBaselineOutput {
s.EffectivePatches = v
return s
} | go | func (s *DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches(v []*EffectivePatch) *DescribeEffectivePatchesForPatchBaselineOutput {
s.EffectivePatches = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeEffectivePatchesForPatchBaselineOutput",
")",
"SetEffectivePatches",
"(",
"v",
"[",
"]",
"*",
"EffectivePatch",
")",
"*",
"DescribeEffectivePatchesForPatchBaselineOutput",
"{",
"s",
".",
"EffectivePatches",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEffectivePatches sets the EffectivePatches field's value. | [
"SetEffectivePatches",
"sets",
"the",
"EffectivePatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L17900-L17903 |
1,663 | aws/aws-sdk-go | service/ssm/api.go | SetInstanceAssociationStatusInfos | func (s *DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos(v []*InstanceAssociationStatusInfo) *DescribeInstanceAssociationsStatusOutput {
s.InstanceAssociationStatusInfos = v
return s
} | go | func (s *DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos(v []*InstanceAssociationStatusInfo) *DescribeInstanceAssociationsStatusOutput {
s.InstanceAssociationStatusInfos = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeInstanceAssociationsStatusOutput",
")",
"SetInstanceAssociationStatusInfos",
"(",
"v",
"[",
"]",
"*",
"InstanceAssociationStatusInfo",
")",
"*",
"DescribeInstanceAssociationsStatusOutput",
"{",
"s",
".",
"InstanceAssociationStatusInfos",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceAssociationStatusInfos sets the InstanceAssociationStatusInfos field's value. | [
"SetInstanceAssociationStatusInfos",
"sets",
"the",
"InstanceAssociationStatusInfos",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L17995-L17998 |
1,664 | aws/aws-sdk-go | service/ssm/api.go | SetInstanceInformationFilterList | func (s *DescribeInstanceInformationInput) SetInstanceInformationFilterList(v []*InstanceInformationFilter) *DescribeInstanceInformationInput {
s.InstanceInformationFilterList = v
return s
} | go | func (s *DescribeInstanceInformationInput) SetInstanceInformationFilterList(v []*InstanceInformationFilter) *DescribeInstanceInformationInput {
s.InstanceInformationFilterList = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeInstanceInformationInput",
")",
"SetInstanceInformationFilterList",
"(",
"v",
"[",
"]",
"*",
"InstanceInformationFilter",
")",
"*",
"DescribeInstanceInformationInput",
"{",
"s",
".",
"InstanceInformationFilterList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceInformationFilterList sets the InstanceInformationFilterList field's value. | [
"SetInstanceInformationFilterList",
"sets",
"the",
"InstanceInformationFilterList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18083-L18086 |
1,665 | aws/aws-sdk-go | service/ssm/api.go | SetInstanceInformationList | func (s *DescribeInstanceInformationOutput) SetInstanceInformationList(v []*InstanceInformation) *DescribeInstanceInformationOutput {
s.InstanceInformationList = v
return s
} | go | func (s *DescribeInstanceInformationOutput) SetInstanceInformationList(v []*InstanceInformation) *DescribeInstanceInformationOutput {
s.InstanceInformationList = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeInstanceInformationOutput",
")",
"SetInstanceInformationList",
"(",
"v",
"[",
"]",
"*",
"InstanceInformation",
")",
"*",
"DescribeInstanceInformationOutput",
"{",
"s",
".",
"InstanceInformationList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstanceInformationList sets the InstanceInformationList field's value. | [
"SetInstanceInformationList",
"sets",
"the",
"InstanceInformationList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18122-L18125 |
1,666 | aws/aws-sdk-go | service/ssm/api.go | SetInventoryDeletions | func (s *DescribeInventoryDeletionsOutput) SetInventoryDeletions(v []*InventoryDeletionStatusItem) *DescribeInventoryDeletionsOutput {
s.InventoryDeletions = v
return s
} | go | func (s *DescribeInventoryDeletionsOutput) SetInventoryDeletions(v []*InventoryDeletionStatusItem) *DescribeInventoryDeletionsOutput {
s.InventoryDeletions = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeInventoryDeletionsOutput",
")",
"SetInventoryDeletions",
"(",
"v",
"[",
"]",
"*",
"InventoryDeletionStatusItem",
")",
"*",
"DescribeInventoryDeletionsOutput",
"{",
"s",
".",
"InventoryDeletions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInventoryDeletions sets the InventoryDeletions field's value. | [
"SetInventoryDeletions",
"sets",
"the",
"InventoryDeletions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18557-L18560 |
1,667 | aws/aws-sdk-go | service/ssm/api.go | SetWindowExecutionTaskInvocationIdentities | func (s *DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities(v []*MaintenanceWindowExecutionTaskInvocationIdentity) *DescribeMaintenanceWindowExecutionTaskInvocationsOutput {
s.WindowExecutionTaskInvocationIdentities = v
return s
} | go | func (s *DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities(v []*MaintenanceWindowExecutionTaskInvocationIdentity) *DescribeMaintenanceWindowExecutionTaskInvocationsOutput {
s.WindowExecutionTaskInvocationIdentities = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeMaintenanceWindowExecutionTaskInvocationsOutput",
")",
"SetWindowExecutionTaskInvocationIdentities",
"(",
"v",
"[",
"]",
"*",
"MaintenanceWindowExecutionTaskInvocationIdentity",
")",
"*",
"DescribeMaintenanceWindowExecutionTaskInvocationsOutput",
"{",
"s",
".",
"WindowExecutionTaskInvocationIdentities",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWindowExecutionTaskInvocationIdentities sets the WindowExecutionTaskInvocationIdentities field's value. | [
"SetWindowExecutionTaskInvocationIdentities",
"sets",
"the",
"WindowExecutionTaskInvocationIdentities",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18700-L18703 |
1,668 | aws/aws-sdk-go | service/ssm/api.go | SetWindowExecutionTaskIdentities | func (s *DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities(v []*MaintenanceWindowExecutionTaskIdentity) *DescribeMaintenanceWindowExecutionTasksOutput {
s.WindowExecutionTaskIdentities = v
return s
} | go | func (s *DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities(v []*MaintenanceWindowExecutionTaskIdentity) *DescribeMaintenanceWindowExecutionTasksOutput {
s.WindowExecutionTaskIdentities = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeMaintenanceWindowExecutionTasksOutput",
")",
"SetWindowExecutionTaskIdentities",
"(",
"v",
"[",
"]",
"*",
"MaintenanceWindowExecutionTaskIdentity",
")",
"*",
"DescribeMaintenanceWindowExecutionTasksOutput",
"{",
"s",
".",
"WindowExecutionTaskIdentities",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWindowExecutionTaskIdentities sets the WindowExecutionTaskIdentities field's value. | [
"SetWindowExecutionTaskIdentities",
"sets",
"the",
"WindowExecutionTaskIdentities",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18820-L18823 |
1,669 | aws/aws-sdk-go | service/ssm/api.go | SetWindowExecutions | func (s *DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions(v []*MaintenanceWindowExecution) *DescribeMaintenanceWindowExecutionsOutput {
s.WindowExecutions = v
return s
} | go | func (s *DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions(v []*MaintenanceWindowExecution) *DescribeMaintenanceWindowExecutionsOutput {
s.WindowExecutions = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeMaintenanceWindowExecutionsOutput",
")",
"SetWindowExecutions",
"(",
"v",
"[",
"]",
"*",
"MaintenanceWindowExecution",
")",
"*",
"DescribeMaintenanceWindowExecutionsOutput",
"{",
"s",
".",
"WindowExecutions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWindowExecutions sets the WindowExecutions field's value. | [
"SetWindowExecutions",
"sets",
"the",
"WindowExecutions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L18944-L18947 |
1,670 | aws/aws-sdk-go | service/ssm/api.go | SetScheduledWindowExecutions | func (s *DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions(v []*ScheduledWindowExecution) *DescribeMaintenanceWindowScheduleOutput {
s.ScheduledWindowExecutions = v
return s
} | go | func (s *DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions(v []*ScheduledWindowExecution) *DescribeMaintenanceWindowScheduleOutput {
s.ScheduledWindowExecutions = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeMaintenanceWindowScheduleOutput",
")",
"SetScheduledWindowExecutions",
"(",
"v",
"[",
"]",
"*",
"ScheduledWindowExecution",
")",
"*",
"DescribeMaintenanceWindowScheduleOutput",
"{",
"s",
".",
"ScheduledWindowExecutions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduledWindowExecutions sets the ScheduledWindowExecutions field's value. | [
"SetScheduledWindowExecutions",
"sets",
"the",
"ScheduledWindowExecutions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19088-L19091 |
1,671 | aws/aws-sdk-go | service/ssm/api.go | SetBaselineIdentities | func (s *DescribePatchBaselinesOutput) SetBaselineIdentities(v []*PatchBaselineIdentity) *DescribePatchBaselinesOutput {
s.BaselineIdentities = v
return s
} | go | func (s *DescribePatchBaselinesOutput) SetBaselineIdentities(v []*PatchBaselineIdentity) *DescribePatchBaselinesOutput {
s.BaselineIdentities = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchBaselinesOutput",
")",
"SetBaselineIdentities",
"(",
"v",
"[",
"]",
"*",
"PatchBaselineIdentity",
")",
"*",
"DescribePatchBaselinesOutput",
"{",
"s",
".",
"BaselineIdentities",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBaselineIdentities sets the BaselineIdentities field's value. | [
"SetBaselineIdentities",
"sets",
"the",
"BaselineIdentities",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19761-L19764 |
1,672 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithFailedPatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithFailedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithFailedPatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithFailedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithFailedPatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithFailedPatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithFailedPatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithFailedPatches sets the InstancesWithFailedPatches field's value. | [
"SetInstancesWithFailedPatches",
"sets",
"the",
"InstancesWithFailedPatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19862-L19865 |
1,673 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithInstalledOtherPatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledOtherPatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledOtherPatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithInstalledOtherPatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithInstalledOtherPatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithInstalledOtherPatches sets the InstancesWithInstalledOtherPatches field's value. | [
"SetInstancesWithInstalledOtherPatches",
"sets",
"the",
"InstancesWithInstalledOtherPatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19868-L19871 |
1,674 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithInstalledPatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledPatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledPatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithInstalledPatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithInstalledPatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithInstalledPatches sets the InstancesWithInstalledPatches field's value. | [
"SetInstancesWithInstalledPatches",
"sets",
"the",
"InstancesWithInstalledPatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19874-L19877 |
1,675 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithInstalledRejectedPatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledRejectedPatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledRejectedPatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithInstalledRejectedPatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithInstalledRejectedPatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithInstalledRejectedPatches sets the InstancesWithInstalledRejectedPatches field's value. | [
"SetInstancesWithInstalledRejectedPatches",
"sets",
"the",
"InstancesWithInstalledRejectedPatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19880-L19883 |
1,676 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithMissingPatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithMissingPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithMissingPatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithMissingPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithMissingPatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithMissingPatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithMissingPatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithMissingPatches sets the InstancesWithMissingPatches field's value. | [
"SetInstancesWithMissingPatches",
"sets",
"the",
"InstancesWithMissingPatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19886-L19889 |
1,677 | aws/aws-sdk-go | service/ssm/api.go | SetInstancesWithNotApplicablePatches | func (s *DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithNotApplicablePatches = &v
return s
} | go | func (s *DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithNotApplicablePatches = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupStateOutput",
")",
"SetInstancesWithNotApplicablePatches",
"(",
"v",
"int64",
")",
"*",
"DescribePatchGroupStateOutput",
"{",
"s",
".",
"InstancesWithNotApplicablePatches",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInstancesWithNotApplicablePatches sets the InstancesWithNotApplicablePatches field's value. | [
"SetInstancesWithNotApplicablePatches",
"sets",
"the",
"InstancesWithNotApplicablePatches",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19892-L19895 |
1,678 | aws/aws-sdk-go | service/ssm/api.go | SetMappings | func (s *DescribePatchGroupsOutput) SetMappings(v []*PatchGroupPatchBaselineMapping) *DescribePatchGroupsOutput {
s.Mappings = v
return s
} | go | func (s *DescribePatchGroupsOutput) SetMappings(v []*PatchGroupPatchBaselineMapping) *DescribePatchGroupsOutput {
s.Mappings = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribePatchGroupsOutput",
")",
"SetMappings",
"(",
"v",
"[",
"]",
"*",
"PatchGroupPatchBaselineMapping",
")",
"*",
"DescribePatchGroupsOutput",
"{",
"s",
".",
"Mappings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMappings sets the Mappings field's value. | [
"SetMappings",
"sets",
"the",
"Mappings",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L19988-L19991 |
1,679 | aws/aws-sdk-go | service/ssm/api.go | SetDefaultVersionName | func (s *DocumentDefaultVersionDescription) SetDefaultVersionName(v string) *DocumentDefaultVersionDescription {
s.DefaultVersionName = &v
return s
} | go | func (s *DocumentDefaultVersionDescription) SetDefaultVersionName(v string) *DocumentDefaultVersionDescription {
s.DefaultVersionName = &v
return s
} | [
"func",
"(",
"s",
"*",
"DocumentDefaultVersionDescription",
")",
"SetDefaultVersionName",
"(",
"v",
"string",
")",
"*",
"DocumentDefaultVersionDescription",
"{",
"s",
".",
"DefaultVersionName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefaultVersionName sets the DefaultVersionName field's value. | [
"SetDefaultVersionName",
"sets",
"the",
"DefaultVersionName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20147-L20150 |
1,680 | aws/aws-sdk-go | service/ssm/api.go | SetAttachmentsInformation | func (s *DocumentDescription) SetAttachmentsInformation(v []*AttachmentInformation) *DocumentDescription {
s.AttachmentsInformation = v
return s
} | go | func (s *DocumentDescription) SetAttachmentsInformation(v []*AttachmentInformation) *DocumentDescription {
s.AttachmentsInformation = v
return s
} | [
"func",
"(",
"s",
"*",
"DocumentDescription",
")",
"SetAttachmentsInformation",
"(",
"v",
"[",
"]",
"*",
"AttachmentInformation",
")",
"*",
"DocumentDescription",
"{",
"s",
".",
"AttachmentsInformation",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAttachmentsInformation sets the AttachmentsInformation field's value. | [
"SetAttachmentsInformation",
"sets",
"the",
"AttachmentsInformation",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20248-L20251 |
1,681 | aws/aws-sdk-go | service/ssm/api.go | SetSha1 | func (s *DocumentDescription) SetSha1(v string) *DocumentDescription {
s.Sha1 = &v
return s
} | go | func (s *DocumentDescription) SetSha1(v string) *DocumentDescription {
s.Sha1 = &v
return s
} | [
"func",
"(",
"s",
"*",
"DocumentDescription",
")",
"SetSha1",
"(",
"v",
"string",
")",
"*",
"DocumentDescription",
"{",
"s",
".",
"Sha1",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSha1 sets the Sha1 field's value. | [
"SetSha1",
"sets",
"the",
"Sha1",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20338-L20341 |
1,682 | aws/aws-sdk-go | service/ssm/api.go | SetPatch | func (s *EffectivePatch) SetPatch(v *Patch) *EffectivePatch {
s.Patch = v
return s
} | go | func (s *EffectivePatch) SetPatch(v *Patch) *EffectivePatch {
s.Patch = v
return s
} | [
"func",
"(",
"s",
"*",
"EffectivePatch",
")",
"SetPatch",
"(",
"v",
"*",
"Patch",
")",
"*",
"EffectivePatch",
"{",
"s",
".",
"Patch",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPatch sets the Patch field's value. | [
"SetPatch",
"sets",
"the",
"Patch",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20786-L20789 |
1,683 | aws/aws-sdk-go | service/ssm/api.go | SetPatchStatus | func (s *EffectivePatch) SetPatchStatus(v *PatchStatus) *EffectivePatch {
s.PatchStatus = v
return s
} | go | func (s *EffectivePatch) SetPatchStatus(v *PatchStatus) *EffectivePatch {
s.PatchStatus = v
return s
} | [
"func",
"(",
"s",
"*",
"EffectivePatch",
")",
"SetPatchStatus",
"(",
"v",
"*",
"PatchStatus",
")",
"*",
"EffectivePatch",
"{",
"s",
".",
"PatchStatus",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPatchStatus sets the PatchStatus field's value. | [
"SetPatchStatus",
"sets",
"the",
"PatchStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20792-L20795 |
1,684 | aws/aws-sdk-go | service/ssm/api.go | SetEntry | func (s *FailedCreateAssociation) SetEntry(v *CreateAssociationBatchRequestEntry) *FailedCreateAssociation {
s.Entry = v
return s
} | go | func (s *FailedCreateAssociation) SetEntry(v *CreateAssociationBatchRequestEntry) *FailedCreateAssociation {
s.Entry = v
return s
} | [
"func",
"(",
"s",
"*",
"FailedCreateAssociation",
")",
"SetEntry",
"(",
"v",
"*",
"CreateAssociationBatchRequestEntry",
")",
"*",
"FailedCreateAssociation",
"{",
"s",
".",
"Entry",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEntry sets the Entry field's value. | [
"SetEntry",
"sets",
"the",
"Entry",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20822-L20825 |
1,685 | aws/aws-sdk-go | service/ssm/api.go | SetFault | func (s *FailedCreateAssociation) SetFault(v string) *FailedCreateAssociation {
s.Fault = &v
return s
} | go | func (s *FailedCreateAssociation) SetFault(v string) *FailedCreateAssociation {
s.Fault = &v
return s
} | [
"func",
"(",
"s",
"*",
"FailedCreateAssociation",
")",
"SetFault",
"(",
"v",
"string",
")",
"*",
"FailedCreateAssociation",
"{",
"s",
".",
"Fault",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFault sets the Fault field's value. | [
"SetFault",
"sets",
"the",
"Fault",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20828-L20831 |
1,686 | aws/aws-sdk-go | service/ssm/api.go | SetFailureStage | func (s *FailureDetails) SetFailureStage(v string) *FailureDetails {
s.FailureStage = &v
return s
} | go | func (s *FailureDetails) SetFailureStage(v string) *FailureDetails {
s.FailureStage = &v
return s
} | [
"func",
"(",
"s",
"*",
"FailureDetails",
")",
"SetFailureStage",
"(",
"v",
"string",
")",
"*",
"FailureDetails",
"{",
"s",
".",
"FailureStage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFailureStage sets the FailureStage field's value. | [
"SetFailureStage",
"sets",
"the",
"FailureStage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20872-L20875 |
1,687 | aws/aws-sdk-go | service/ssm/api.go | SetAutomationExecution | func (s *GetAutomationExecutionOutput) SetAutomationExecution(v *AutomationExecution) *GetAutomationExecutionOutput {
s.AutomationExecution = v
return s
} | go | func (s *GetAutomationExecutionOutput) SetAutomationExecution(v *AutomationExecution) *GetAutomationExecutionOutput {
s.AutomationExecution = v
return s
} | [
"func",
"(",
"s",
"*",
"GetAutomationExecutionOutput",
")",
"SetAutomationExecution",
"(",
"v",
"*",
"AutomationExecution",
")",
"*",
"GetAutomationExecutionOutput",
"{",
"s",
".",
"AutomationExecution",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAutomationExecution sets the AutomationExecution field's value. | [
"SetAutomationExecution",
"sets",
"the",
"AutomationExecution",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L20944-L20947 |
1,688 | aws/aws-sdk-go | service/ssm/api.go | SetExecutionElapsedTime | func (s *GetCommandInvocationOutput) SetExecutionElapsedTime(v string) *GetCommandInvocationOutput {
s.ExecutionElapsedTime = &v
return s
} | go | func (s *GetCommandInvocationOutput) SetExecutionElapsedTime(v string) *GetCommandInvocationOutput {
s.ExecutionElapsedTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetCommandInvocationOutput",
")",
"SetExecutionElapsedTime",
"(",
"v",
"string",
")",
"*",
"GetCommandInvocationOutput",
"{",
"s",
".",
"ExecutionElapsedTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExecutionElapsedTime sets the ExecutionElapsedTime field's value. | [
"SetExecutionElapsedTime",
"sets",
"the",
"ExecutionElapsedTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21185-L21188 |
1,689 | aws/aws-sdk-go | service/ssm/api.go | SetExecutionEndDateTime | func (s *GetCommandInvocationOutput) SetExecutionEndDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionEndDateTime = &v
return s
} | go | func (s *GetCommandInvocationOutput) SetExecutionEndDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionEndDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetCommandInvocationOutput",
")",
"SetExecutionEndDateTime",
"(",
"v",
"string",
")",
"*",
"GetCommandInvocationOutput",
"{",
"s",
".",
"ExecutionEndDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExecutionEndDateTime sets the ExecutionEndDateTime field's value. | [
"SetExecutionEndDateTime",
"sets",
"the",
"ExecutionEndDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21191-L21194 |
1,690 | aws/aws-sdk-go | service/ssm/api.go | SetExecutionStartDateTime | func (s *GetCommandInvocationOutput) SetExecutionStartDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionStartDateTime = &v
return s
} | go | func (s *GetCommandInvocationOutput) SetExecutionStartDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionStartDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetCommandInvocationOutput",
")",
"SetExecutionStartDateTime",
"(",
"v",
"string",
")",
"*",
"GetCommandInvocationOutput",
"{",
"s",
".",
"ExecutionStartDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExecutionStartDateTime sets the ExecutionStartDateTime field's value. | [
"SetExecutionStartDateTime",
"sets",
"the",
"ExecutionStartDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21197-L21200 |
1,691 | aws/aws-sdk-go | service/ssm/api.go | SetStandardErrorContent | func (s *GetCommandInvocationOutput) SetStandardErrorContent(v string) *GetCommandInvocationOutput {
s.StandardErrorContent = &v
return s
} | go | func (s *GetCommandInvocationOutput) SetStandardErrorContent(v string) *GetCommandInvocationOutput {
s.StandardErrorContent = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetCommandInvocationOutput",
")",
"SetStandardErrorContent",
"(",
"v",
"string",
")",
"*",
"GetCommandInvocationOutput",
"{",
"s",
".",
"StandardErrorContent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStandardErrorContent sets the StandardErrorContent field's value. | [
"SetStandardErrorContent",
"sets",
"the",
"StandardErrorContent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21221-L21224 |
1,692 | aws/aws-sdk-go | service/ssm/api.go | SetStandardOutputContent | func (s *GetCommandInvocationOutput) SetStandardOutputContent(v string) *GetCommandInvocationOutput {
s.StandardOutputContent = &v
return s
} | go | func (s *GetCommandInvocationOutput) SetStandardOutputContent(v string) *GetCommandInvocationOutput {
s.StandardOutputContent = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetCommandInvocationOutput",
")",
"SetStandardOutputContent",
"(",
"v",
"string",
")",
"*",
"GetCommandInvocationOutput",
"{",
"s",
".",
"StandardOutputContent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStandardOutputContent sets the StandardOutputContent field's value. | [
"SetStandardOutputContent",
"sets",
"the",
"StandardOutputContent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21233-L21236 |
1,693 | aws/aws-sdk-go | service/ssm/api.go | SetSnapshotDownloadUrl | func (s *GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl(v string) *GetDeployablePatchSnapshotForInstanceOutput {
s.SnapshotDownloadUrl = &v
return s
} | go | func (s *GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl(v string) *GetDeployablePatchSnapshotForInstanceOutput {
s.SnapshotDownloadUrl = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetDeployablePatchSnapshotForInstanceOutput",
")",
"SetSnapshotDownloadUrl",
"(",
"v",
"string",
")",
"*",
"GetDeployablePatchSnapshotForInstanceOutput",
"{",
"s",
".",
"SnapshotDownloadUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSnapshotDownloadUrl sets the SnapshotDownloadUrl field's value. | [
"SetSnapshotDownloadUrl",
"sets",
"the",
"SnapshotDownloadUrl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21481-L21484 |
1,694 | aws/aws-sdk-go | service/ssm/api.go | SetAttachmentsContent | func (s *GetDocumentOutput) SetAttachmentsContent(v []*AttachmentContent) *GetDocumentOutput {
s.AttachmentsContent = v
return s
} | go | func (s *GetDocumentOutput) SetAttachmentsContent(v []*AttachmentContent) *GetDocumentOutput {
s.AttachmentsContent = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDocumentOutput",
")",
"SetAttachmentsContent",
"(",
"v",
"[",
"]",
"*",
"AttachmentContent",
")",
"*",
"GetDocumentOutput",
"{",
"s",
".",
"AttachmentsContent",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAttachmentsContent sets the AttachmentsContent field's value. | [
"SetAttachmentsContent",
"sets",
"the",
"AttachmentsContent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21609-L21612 |
1,695 | aws/aws-sdk-go | service/ssm/api.go | SetResultAttributes | func (s *GetInventoryInput) SetResultAttributes(v []*ResultAttribute) *GetInventoryInput {
s.ResultAttributes = v
return s
} | go | func (s *GetInventoryInput) SetResultAttributes(v []*ResultAttribute) *GetInventoryInput {
s.ResultAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"GetInventoryInput",
")",
"SetResultAttributes",
"(",
"v",
"[",
"]",
"*",
"ResultAttribute",
")",
"*",
"GetInventoryInput",
"{",
"s",
".",
"ResultAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResultAttributes sets the ResultAttributes field's value. | [
"SetResultAttributes",
"sets",
"the",
"ResultAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21774-L21777 |
1,696 | aws/aws-sdk-go | service/ssm/api.go | SetAggregator | func (s *GetInventorySchemaInput) SetAggregator(v bool) *GetInventorySchemaInput {
s.Aggregator = &v
return s
} | go | func (s *GetInventorySchemaInput) SetAggregator(v bool) *GetInventorySchemaInput {
s.Aggregator = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetInventorySchemaInput",
")",
"SetAggregator",
"(",
"v",
"bool",
")",
"*",
"GetInventorySchemaInput",
"{",
"s",
".",
"Aggregator",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAggregator sets the Aggregator field's value. | [
"SetAggregator",
"sets",
"the",
"Aggregator",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21860-L21863 |
1,697 | aws/aws-sdk-go | service/ssm/api.go | SetSubType | func (s *GetInventorySchemaInput) SetSubType(v bool) *GetInventorySchemaInput {
s.SubType = &v
return s
} | go | func (s *GetInventorySchemaInput) SetSubType(v bool) *GetInventorySchemaInput {
s.SubType = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetInventorySchemaInput",
")",
"SetSubType",
"(",
"v",
"bool",
")",
"*",
"GetInventorySchemaInput",
"{",
"s",
".",
"SubType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubType sets the SubType field's value. | [
"SetSubType",
"sets",
"the",
"SubType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L21878-L21881 |
1,698 | aws/aws-sdk-go | service/ssm/api.go | SetParameter | func (s *GetParameterOutput) SetParameter(v *Parameter) *GetParameterOutput {
s.Parameter = v
return s
} | go | func (s *GetParameterOutput) SetParameter(v *Parameter) *GetParameterOutput {
s.Parameter = v
return s
} | [
"func",
"(",
"s",
"*",
"GetParameterOutput",
")",
"SetParameter",
"(",
"v",
"*",
"Parameter",
")",
"*",
"GetParameterOutput",
"{",
"s",
".",
"Parameter",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetParameter sets the Parameter field's value. | [
"SetParameter",
"sets",
"the",
"Parameter",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L23015-L23018 |
1,699 | aws/aws-sdk-go | service/ssm/api.go | SetPatchGroups | func (s *GetPatchBaselineOutput) SetPatchGroups(v []*string) *GetPatchBaselineOutput {
s.PatchGroups = v
return s
} | go | func (s *GetPatchBaselineOutput) SetPatchGroups(v []*string) *GetPatchBaselineOutput {
s.PatchGroups = v
return s
} | [
"func",
"(",
"s",
"*",
"GetPatchBaselineOutput",
")",
"SetPatchGroups",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetPatchBaselineOutput",
"{",
"s",
".",
"PatchGroups",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPatchGroups sets the PatchGroups field's value. | [
"SetPatchGroups",
"sets",
"the",
"PatchGroups",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ssm/api.go#L23514-L23517 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.