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
|
---|---|---|---|---|---|---|---|---|---|---|---|
166,400 | aws/aws-sdk-go | service/datasync/api.go | SetAgentName | func (s *CreateAgentInput) SetAgentName(v string) *CreateAgentInput {
s.AgentName = &v
return s
} | go | func (s *CreateAgentInput) SetAgentName(v string) *CreateAgentInput {
s.AgentName = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateAgentInput",
")",
"SetAgentName",
"(",
"v",
"string",
")",
"*",
"CreateAgentInput",
"{",
"s",
".",
"AgentName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAgentName sets the AgentName field's value. | [
"SetAgentName",
"sets",
"the",
"AgentName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L2531-L2534 |
166,401 | aws/aws-sdk-go | service/datasync/api.go | SetEfsFilesystemArn | func (s *CreateLocationEfsInput) SetEfsFilesystemArn(v string) *CreateLocationEfsInput {
s.EfsFilesystemArn = &v
return s
} | go | func (s *CreateLocationEfsInput) SetEfsFilesystemArn(v string) *CreateLocationEfsInput {
s.EfsFilesystemArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateLocationEfsInput",
")",
"SetEfsFilesystemArn",
"(",
"v",
"string",
")",
"*",
"CreateLocationEfsInput",
"{",
"s",
".",
"EfsFilesystemArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEfsFilesystemArn sets the EfsFilesystemArn field's value. | [
"SetEfsFilesystemArn",
"sets",
"the",
"EfsFilesystemArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L2646-L2649 |
166,402 | aws/aws-sdk-go | service/datasync/api.go | SetServerHostname | func (s *CreateLocationNfsInput) SetServerHostname(v string) *CreateLocationNfsInput {
s.ServerHostname = &v
return s
} | go | func (s *CreateLocationNfsInput) SetServerHostname(v string) *CreateLocationNfsInput {
s.ServerHostname = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateLocationNfsInput",
")",
"SetServerHostname",
"(",
"v",
"string",
")",
"*",
"CreateLocationNfsInput",
"{",
"s",
".",
"ServerHostname",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetServerHostname sets the ServerHostname field's value. | [
"SetServerHostname",
"sets",
"the",
"ServerHostname",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L2787-L2790 |
166,403 | aws/aws-sdk-go | service/datasync/api.go | SetLastConnectionTime | func (s *DescribeAgentOutput) SetLastConnectionTime(v time.Time) *DescribeAgentOutput {
s.LastConnectionTime = &v
return s
} | go | func (s *DescribeAgentOutput) SetLastConnectionTime(v time.Time) *DescribeAgentOutput {
s.LastConnectionTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeAgentOutput",
")",
"SetLastConnectionTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DescribeAgentOutput",
"{",
"s",
".",
"LastConnectionTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastConnectionTime sets the LastConnectionTime field's value. | [
"SetLastConnectionTime",
"sets",
"the",
"LastConnectionTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3342-L3345 |
166,404 | aws/aws-sdk-go | service/datasync/api.go | SetBytesWritten | func (s *DescribeTaskExecutionOutput) SetBytesWritten(v int64) *DescribeTaskExecutionOutput {
s.BytesWritten = &v
return s
} | go | func (s *DescribeTaskExecutionOutput) SetBytesWritten(v int64) *DescribeTaskExecutionOutput {
s.BytesWritten = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTaskExecutionOutput",
")",
"SetBytesWritten",
"(",
"v",
"int64",
")",
"*",
"DescribeTaskExecutionOutput",
"{",
"s",
".",
"BytesWritten",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBytesWritten sets the BytesWritten field's value. | [
"SetBytesWritten",
"sets",
"the",
"BytesWritten",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3772-L3775 |
166,405 | aws/aws-sdk-go | service/datasync/api.go | SetEstimatedBytesToTransfer | func (s *DescribeTaskExecutionOutput) SetEstimatedBytesToTransfer(v int64) *DescribeTaskExecutionOutput {
s.EstimatedBytesToTransfer = &v
return s
} | go | func (s *DescribeTaskExecutionOutput) SetEstimatedBytesToTransfer(v int64) *DescribeTaskExecutionOutput {
s.EstimatedBytesToTransfer = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTaskExecutionOutput",
")",
"SetEstimatedBytesToTransfer",
"(",
"v",
"int64",
")",
"*",
"DescribeTaskExecutionOutput",
"{",
"s",
".",
"EstimatedBytesToTransfer",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEstimatedBytesToTransfer sets the EstimatedBytesToTransfer field's value. | [
"SetEstimatedBytesToTransfer",
"sets",
"the",
"EstimatedBytesToTransfer",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3778-L3781 |
166,406 | aws/aws-sdk-go | service/datasync/api.go | SetEstimatedFilesToTransfer | func (s *DescribeTaskExecutionOutput) SetEstimatedFilesToTransfer(v int64) *DescribeTaskExecutionOutput {
s.EstimatedFilesToTransfer = &v
return s
} | go | func (s *DescribeTaskExecutionOutput) SetEstimatedFilesToTransfer(v int64) *DescribeTaskExecutionOutput {
s.EstimatedFilesToTransfer = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTaskExecutionOutput",
")",
"SetEstimatedFilesToTransfer",
"(",
"v",
"int64",
")",
"*",
"DescribeTaskExecutionOutput",
"{",
"s",
".",
"EstimatedFilesToTransfer",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEstimatedFilesToTransfer sets the EstimatedFilesToTransfer field's value. | [
"SetEstimatedFilesToTransfer",
"sets",
"the",
"EstimatedFilesToTransfer",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3784-L3787 |
166,407 | aws/aws-sdk-go | service/datasync/api.go | SetFilesTransferred | func (s *DescribeTaskExecutionOutput) SetFilesTransferred(v int64) *DescribeTaskExecutionOutput {
s.FilesTransferred = &v
return s
} | go | func (s *DescribeTaskExecutionOutput) SetFilesTransferred(v int64) *DescribeTaskExecutionOutput {
s.FilesTransferred = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTaskExecutionOutput",
")",
"SetFilesTransferred",
"(",
"v",
"int64",
")",
"*",
"DescribeTaskExecutionOutput",
"{",
"s",
".",
"FilesTransferred",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFilesTransferred sets the FilesTransferred field's value. | [
"SetFilesTransferred",
"sets",
"the",
"FilesTransferred",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3790-L3793 |
166,408 | aws/aws-sdk-go | service/datasync/api.go | SetCurrentTaskExecutionArn | func (s *DescribeTaskOutput) SetCurrentTaskExecutionArn(v string) *DescribeTaskOutput {
s.CurrentTaskExecutionArn = &v
return s
} | go | func (s *DescribeTaskOutput) SetCurrentTaskExecutionArn(v string) *DescribeTaskOutput {
s.CurrentTaskExecutionArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTaskOutput",
")",
"SetCurrentTaskExecutionArn",
"(",
"v",
"string",
")",
"*",
"DescribeTaskOutput",
"{",
"s",
".",
"CurrentTaskExecutionArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCurrentTaskExecutionArn sets the CurrentTaskExecutionArn field's value. | [
"SetCurrentTaskExecutionArn",
"sets",
"the",
"CurrentTaskExecutionArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L3937-L3940 |
166,409 | aws/aws-sdk-go | service/datasync/api.go | SetSecurityGroupArns | func (s *Ec2Config) SetSecurityGroupArns(v []*string) *Ec2Config {
s.SecurityGroupArns = v
return s
} | go | func (s *Ec2Config) SetSecurityGroupArns(v []*string) *Ec2Config {
s.SecurityGroupArns = v
return s
} | [
"func",
"(",
"s",
"*",
"Ec2Config",
")",
"SetSecurityGroupArns",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Ec2Config",
"{",
"s",
".",
"SecurityGroupArns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSecurityGroupArns sets the SecurityGroupArns field's value. | [
"SetSecurityGroupArns",
"sets",
"the",
"SecurityGroupArns",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4056-L4059 |
166,410 | aws/aws-sdk-go | service/datasync/api.go | SetSubnetArn | func (s *Ec2Config) SetSubnetArn(v string) *Ec2Config {
s.SubnetArn = &v
return s
} | go | func (s *Ec2Config) SetSubnetArn(v string) *Ec2Config {
s.SubnetArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"Ec2Config",
")",
"SetSubnetArn",
"(",
"v",
"string",
")",
"*",
"Ec2Config",
"{",
"s",
".",
"SubnetArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubnetArn sets the SubnetArn field's value. | [
"SetSubnetArn",
"sets",
"the",
"SubnetArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4062-L4065 |
166,411 | aws/aws-sdk-go | service/datasync/api.go | SetAgents | func (s *ListAgentsOutput) SetAgents(v []*AgentListEntry) *ListAgentsOutput {
s.Agents = v
return s
} | go | func (s *ListAgentsOutput) SetAgents(v []*AgentListEntry) *ListAgentsOutput {
s.Agents = v
return s
} | [
"func",
"(",
"s",
"*",
"ListAgentsOutput",
")",
"SetAgents",
"(",
"v",
"[",
"]",
"*",
"AgentListEntry",
")",
"*",
"ListAgentsOutput",
"{",
"s",
".",
"Agents",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAgents sets the Agents field's value. | [
"SetAgents",
"sets",
"the",
"Agents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4124-L4127 |
166,412 | aws/aws-sdk-go | service/datasync/api.go | SetTaskExecutions | func (s *ListTaskExecutionsOutput) SetTaskExecutions(v []*TaskExecutionListEntry) *ListTaskExecutionsOutput {
s.TaskExecutions = v
return s
} | go | func (s *ListTaskExecutionsOutput) SetTaskExecutions(v []*TaskExecutionListEntry) *ListTaskExecutionsOutput {
s.TaskExecutions = v
return s
} | [
"func",
"(",
"s",
"*",
"ListTaskExecutionsOutput",
")",
"SetTaskExecutions",
"(",
"v",
"[",
"]",
"*",
"TaskExecutionListEntry",
")",
"*",
"ListTaskExecutionsOutput",
"{",
"s",
".",
"TaskExecutions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTaskExecutions sets the TaskExecutions field's value. | [
"SetTaskExecutions",
"sets",
"the",
"TaskExecutions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4367-L4370 |
166,413 | aws/aws-sdk-go | service/datasync/api.go | SetAgentArns | func (s *OnPremConfig) SetAgentArns(v []*string) *OnPremConfig {
s.AgentArns = v
return s
} | go | func (s *OnPremConfig) SetAgentArns(v []*string) *OnPremConfig {
s.AgentArns = v
return s
} | [
"func",
"(",
"s",
"*",
"OnPremConfig",
")",
"SetAgentArns",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"OnPremConfig",
"{",
"s",
".",
"AgentArns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAgentArns sets the AgentArns field's value. | [
"SetAgentArns",
"sets",
"the",
"AgentArns",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4530-L4533 |
166,414 | aws/aws-sdk-go | service/datasync/api.go | SetAtime | func (s *Options) SetAtime(v string) *Options {
s.Atime = &v
return s
} | go | func (s *Options) SetAtime(v string) *Options {
s.Atime = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetAtime",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"Atime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAtime sets the Atime field's value. | [
"SetAtime",
"sets",
"the",
"Atime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4673-L4676 |
166,415 | aws/aws-sdk-go | service/datasync/api.go | SetBytesPerSecond | func (s *Options) SetBytesPerSecond(v int64) *Options {
s.BytesPerSecond = &v
return s
} | go | func (s *Options) SetBytesPerSecond(v int64) *Options {
s.BytesPerSecond = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetBytesPerSecond",
"(",
"v",
"int64",
")",
"*",
"Options",
"{",
"s",
".",
"BytesPerSecond",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBytesPerSecond sets the BytesPerSecond field's value. | [
"SetBytesPerSecond",
"sets",
"the",
"BytesPerSecond",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4679-L4682 |
166,416 | aws/aws-sdk-go | service/datasync/api.go | SetMtime | func (s *Options) SetMtime(v string) *Options {
s.Mtime = &v
return s
} | go | func (s *Options) SetMtime(v string) *Options {
s.Mtime = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetMtime",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"Mtime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMtime sets the Mtime field's value. | [
"SetMtime",
"sets",
"the",
"Mtime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4691-L4694 |
166,417 | aws/aws-sdk-go | service/datasync/api.go | SetPosixPermissions | func (s *Options) SetPosixPermissions(v string) *Options {
s.PosixPermissions = &v
return s
} | go | func (s *Options) SetPosixPermissions(v string) *Options {
s.PosixPermissions = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetPosixPermissions",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"PosixPermissions",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPosixPermissions sets the PosixPermissions field's value. | [
"SetPosixPermissions",
"sets",
"the",
"PosixPermissions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4697-L4700 |
166,418 | aws/aws-sdk-go | service/datasync/api.go | SetPreserveDeletedFiles | func (s *Options) SetPreserveDeletedFiles(v string) *Options {
s.PreserveDeletedFiles = &v
return s
} | go | func (s *Options) SetPreserveDeletedFiles(v string) *Options {
s.PreserveDeletedFiles = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetPreserveDeletedFiles",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"PreserveDeletedFiles",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreserveDeletedFiles sets the PreserveDeletedFiles field's value. | [
"SetPreserveDeletedFiles",
"sets",
"the",
"PreserveDeletedFiles",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4703-L4706 |
166,419 | aws/aws-sdk-go | service/datasync/api.go | SetPreserveDevices | func (s *Options) SetPreserveDevices(v string) *Options {
s.PreserveDevices = &v
return s
} | go | func (s *Options) SetPreserveDevices(v string) *Options {
s.PreserveDevices = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetPreserveDevices",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"PreserveDevices",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreserveDevices sets the PreserveDevices field's value. | [
"SetPreserveDevices",
"sets",
"the",
"PreserveDevices",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4709-L4712 |
166,420 | aws/aws-sdk-go | service/datasync/api.go | SetVerifyMode | func (s *Options) SetVerifyMode(v string) *Options {
s.VerifyMode = &v
return s
} | go | func (s *Options) SetVerifyMode(v string) *Options {
s.VerifyMode = &v
return s
} | [
"func",
"(",
"s",
"*",
"Options",
")",
"SetVerifyMode",
"(",
"v",
"string",
")",
"*",
"Options",
"{",
"s",
".",
"VerifyMode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVerifyMode sets the VerifyMode field's value. | [
"SetVerifyMode",
"sets",
"the",
"VerifyMode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4721-L4724 |
166,421 | aws/aws-sdk-go | service/datasync/api.go | SetBucketAccessRoleArn | func (s *S3Config) SetBucketAccessRoleArn(v string) *S3Config {
s.BucketAccessRoleArn = &v
return s
} | go | func (s *S3Config) SetBucketAccessRoleArn(v string) *S3Config {
s.BucketAccessRoleArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"S3Config",
")",
"SetBucketAccessRoleArn",
"(",
"v",
"string",
")",
"*",
"S3Config",
"{",
"s",
".",
"BucketAccessRoleArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBucketAccessRoleArn sets the BucketAccessRoleArn field's value. | [
"SetBucketAccessRoleArn",
"sets",
"the",
"BucketAccessRoleArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4764-L4767 |
166,422 | aws/aws-sdk-go | service/datasync/api.go | SetOverrideOptions | func (s *StartTaskExecutionInput) SetOverrideOptions(v *Options) *StartTaskExecutionInput {
s.OverrideOptions = v
return s
} | go | func (s *StartTaskExecutionInput) SetOverrideOptions(v *Options) *StartTaskExecutionInput {
s.OverrideOptions = v
return s
} | [
"func",
"(",
"s",
"*",
"StartTaskExecutionInput",
")",
"SetOverrideOptions",
"(",
"v",
"*",
"Options",
")",
"*",
"StartTaskExecutionInput",
"{",
"s",
".",
"OverrideOptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOverrideOptions sets the OverrideOptions field's value. | [
"SetOverrideOptions",
"sets",
"the",
"OverrideOptions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L4819-L4822 |
166,423 | aws/aws-sdk-go | service/datasync/api.go | SetPrepareDuration | func (s *TaskExecutionResultDetail) SetPrepareDuration(v int64) *TaskExecutionResultDetail {
s.PrepareDuration = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetPrepareDuration(v int64) *TaskExecutionResultDetail {
s.PrepareDuration = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetPrepareDuration",
"(",
"v",
"int64",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"PrepareDuration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPrepareDuration sets the PrepareDuration field's value. | [
"SetPrepareDuration",
"sets",
"the",
"PrepareDuration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5074-L5077 |
166,424 | aws/aws-sdk-go | service/datasync/api.go | SetPrepareStatus | func (s *TaskExecutionResultDetail) SetPrepareStatus(v string) *TaskExecutionResultDetail {
s.PrepareStatus = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetPrepareStatus(v string) *TaskExecutionResultDetail {
s.PrepareStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetPrepareStatus",
"(",
"v",
"string",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"PrepareStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPrepareStatus sets the PrepareStatus field's value. | [
"SetPrepareStatus",
"sets",
"the",
"PrepareStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5080-L5083 |
166,425 | aws/aws-sdk-go | service/datasync/api.go | SetTransferDuration | func (s *TaskExecutionResultDetail) SetTransferDuration(v int64) *TaskExecutionResultDetail {
s.TransferDuration = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetTransferDuration(v int64) *TaskExecutionResultDetail {
s.TransferDuration = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetTransferDuration",
"(",
"v",
"int64",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"TransferDuration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTransferDuration sets the TransferDuration field's value. | [
"SetTransferDuration",
"sets",
"the",
"TransferDuration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5086-L5089 |
166,426 | aws/aws-sdk-go | service/datasync/api.go | SetTransferStatus | func (s *TaskExecutionResultDetail) SetTransferStatus(v string) *TaskExecutionResultDetail {
s.TransferStatus = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetTransferStatus(v string) *TaskExecutionResultDetail {
s.TransferStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetTransferStatus",
"(",
"v",
"string",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"TransferStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTransferStatus sets the TransferStatus field's value. | [
"SetTransferStatus",
"sets",
"the",
"TransferStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5092-L5095 |
166,427 | aws/aws-sdk-go | service/datasync/api.go | SetVerifyDuration | func (s *TaskExecutionResultDetail) SetVerifyDuration(v int64) *TaskExecutionResultDetail {
s.VerifyDuration = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetVerifyDuration(v int64) *TaskExecutionResultDetail {
s.VerifyDuration = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetVerifyDuration",
"(",
"v",
"int64",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"VerifyDuration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVerifyDuration sets the VerifyDuration field's value. | [
"SetVerifyDuration",
"sets",
"the",
"VerifyDuration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5098-L5101 |
166,428 | aws/aws-sdk-go | service/datasync/api.go | SetVerifyStatus | func (s *TaskExecutionResultDetail) SetVerifyStatus(v string) *TaskExecutionResultDetail {
s.VerifyStatus = &v
return s
} | go | func (s *TaskExecutionResultDetail) SetVerifyStatus(v string) *TaskExecutionResultDetail {
s.VerifyStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"TaskExecutionResultDetail",
")",
"SetVerifyStatus",
"(",
"v",
"string",
")",
"*",
"TaskExecutionResultDetail",
"{",
"s",
".",
"VerifyStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVerifyStatus sets the VerifyStatus field's value. | [
"SetVerifyStatus",
"sets",
"the",
"VerifyStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/datasync/api.go#L5104-L5107 |
166,429 | aws/aws-sdk-go | service/pinpoint/api.go | SetConsolidationKey | func (s *ADMMessage) SetConsolidationKey(v string) *ADMMessage {
s.ConsolidationKey = &v
return s
} | go | func (s *ADMMessage) SetConsolidationKey(v string) *ADMMessage {
s.ConsolidationKey = &v
return s
} | [
"func",
"(",
"s",
"*",
"ADMMessage",
")",
"SetConsolidationKey",
"(",
"v",
"string",
")",
"*",
"ADMMessage",
"{",
"s",
".",
"ConsolidationKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConsolidationKey sets the ConsolidationKey field's value. | [
"SetConsolidationKey",
"sets",
"the",
"ConsolidationKey",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L7436-L7439 |
166,430 | aws/aws-sdk-go | service/pinpoint/api.go | SetMD5 | func (s *ADMMessage) SetMD5(v string) *ADMMessage {
s.MD5 = &v
return s
} | go | func (s *ADMMessage) SetMD5(v string) *ADMMessage {
s.MD5 = &v
return s
} | [
"func",
"(",
"s",
"*",
"ADMMessage",
")",
"SetMD5",
"(",
"v",
"string",
")",
"*",
"ADMMessage",
"{",
"s",
".",
"MD5",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMD5 sets the MD5 field's value. | [
"SetMD5",
"sets",
"the",
"MD5",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L7472-L7475 |
166,431 | aws/aws-sdk-go | service/pinpoint/api.go | SetCollapseId | func (s *APNSMessage) SetCollapseId(v string) *APNSMessage {
s.CollapseId = &v
return s
} | go | func (s *APNSMessage) SetCollapseId(v string) *APNSMessage {
s.CollapseId = &v
return s
} | [
"func",
"(",
"s",
"*",
"APNSMessage",
")",
"SetCollapseId",
"(",
"v",
"string",
")",
"*",
"APNSMessage",
"{",
"s",
".",
"CollapseId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCollapseId sets the CollapseId field's value. | [
"SetCollapseId",
"sets",
"the",
"CollapseId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L7856-L7859 |
166,432 | aws/aws-sdk-go | service/pinpoint/api.go | SetPreferredAuthenticationMethod | func (s *APNSMessage) SetPreferredAuthenticationMethod(v string) *APNSMessage {
s.PreferredAuthenticationMethod = &v
return s
} | go | func (s *APNSMessage) SetPreferredAuthenticationMethod(v string) *APNSMessage {
s.PreferredAuthenticationMethod = &v
return s
} | [
"func",
"(",
"s",
"*",
"APNSMessage",
")",
"SetPreferredAuthenticationMethod",
"(",
"v",
"string",
")",
"*",
"APNSMessage",
"{",
"s",
".",
"PreferredAuthenticationMethod",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreferredAuthenticationMethod sets the PreferredAuthenticationMethod field's value. | [
"SetPreferredAuthenticationMethod",
"sets",
"the",
"PreferredAuthenticationMethod",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L7874-L7877 |
166,433 | aws/aws-sdk-go | service/pinpoint/api.go | SetScheduledStart | func (s *ActivityResponse) SetScheduledStart(v string) *ActivityResponse {
s.ScheduledStart = &v
return s
} | go | func (s *ActivityResponse) SetScheduledStart(v string) *ActivityResponse {
s.ScheduledStart = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetScheduledStart",
"(",
"v",
"string",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"ScheduledStart",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduledStart sets the ScheduledStart field's value. | [
"SetScheduledStart",
"sets",
"the",
"ScheduledStart",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8686-L8689 |
166,434 | aws/aws-sdk-go | service/pinpoint/api.go | SetSuccessfulEndpointCount | func (s *ActivityResponse) SetSuccessfulEndpointCount(v int64) *ActivityResponse {
s.SuccessfulEndpointCount = &v
return s
} | go | func (s *ActivityResponse) SetSuccessfulEndpointCount(v int64) *ActivityResponse {
s.SuccessfulEndpointCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetSuccessfulEndpointCount",
"(",
"v",
"int64",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"SuccessfulEndpointCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSuccessfulEndpointCount sets the SuccessfulEndpointCount field's value. | [
"SetSuccessfulEndpointCount",
"sets",
"the",
"SuccessfulEndpointCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8704-L8707 |
166,435 | aws/aws-sdk-go | service/pinpoint/api.go | SetTimezonesCompletedCount | func (s *ActivityResponse) SetTimezonesCompletedCount(v int64) *ActivityResponse {
s.TimezonesCompletedCount = &v
return s
} | go | func (s *ActivityResponse) SetTimezonesCompletedCount(v int64) *ActivityResponse {
s.TimezonesCompletedCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetTimezonesCompletedCount",
"(",
"v",
"int64",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"TimezonesCompletedCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimezonesCompletedCount sets the TimezonesCompletedCount field's value. | [
"SetTimezonesCompletedCount",
"sets",
"the",
"TimezonesCompletedCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8710-L8713 |
166,436 | aws/aws-sdk-go | service/pinpoint/api.go | SetTimezonesTotalCount | func (s *ActivityResponse) SetTimezonesTotalCount(v int64) *ActivityResponse {
s.TimezonesTotalCount = &v
return s
} | go | func (s *ActivityResponse) SetTimezonesTotalCount(v int64) *ActivityResponse {
s.TimezonesTotalCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetTimezonesTotalCount",
"(",
"v",
"int64",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"TimezonesTotalCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimezonesTotalCount sets the TimezonesTotalCount field's value. | [
"SetTimezonesTotalCount",
"sets",
"the",
"TimezonesTotalCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8716-L8719 |
166,437 | aws/aws-sdk-go | service/pinpoint/api.go | SetTotalEndpointCount | func (s *ActivityResponse) SetTotalEndpointCount(v int64) *ActivityResponse {
s.TotalEndpointCount = &v
return s
} | go | func (s *ActivityResponse) SetTotalEndpointCount(v int64) *ActivityResponse {
s.TotalEndpointCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetTotalEndpointCount",
"(",
"v",
"int64",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"TotalEndpointCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTotalEndpointCount sets the TotalEndpointCount field's value. | [
"SetTotalEndpointCount",
"sets",
"the",
"TotalEndpointCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8722-L8725 |
166,438 | aws/aws-sdk-go | service/pinpoint/api.go | SetTreatmentId | func (s *ActivityResponse) SetTreatmentId(v string) *ActivityResponse {
s.TreatmentId = &v
return s
} | go | func (s *ActivityResponse) SetTreatmentId(v string) *ActivityResponse {
s.TreatmentId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ActivityResponse",
")",
"SetTreatmentId",
"(",
"v",
"string",
")",
"*",
"ActivityResponse",
"{",
"s",
".",
"TreatmentId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTreatmentId sets the TreatmentId field's value. | [
"SetTreatmentId",
"sets",
"the",
"TreatmentId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L8728-L8731 |
166,439 | aws/aws-sdk-go | service/pinpoint/api.go | SetFilterType | func (s *CampaignEventFilter) SetFilterType(v string) *CampaignEventFilter {
s.FilterType = &v
return s
} | go | func (s *CampaignEventFilter) SetFilterType(v string) *CampaignEventFilter {
s.FilterType = &v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignEventFilter",
")",
"SetFilterType",
"(",
"v",
"string",
")",
"*",
"CampaignEventFilter",
"{",
"s",
".",
"FilterType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFilterType sets the FilterType field's value. | [
"SetFilterType",
"sets",
"the",
"FilterType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9444-L9447 |
166,440 | aws/aws-sdk-go | service/pinpoint/api.go | SetLambdaFunctionName | func (s *CampaignHook) SetLambdaFunctionName(v string) *CampaignHook {
s.LambdaFunctionName = &v
return s
} | go | func (s *CampaignHook) SetLambdaFunctionName(v string) *CampaignHook {
s.LambdaFunctionName = &v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignHook",
")",
"SetLambdaFunctionName",
"(",
"v",
"string",
")",
"*",
"CampaignHook",
"{",
"s",
".",
"LambdaFunctionName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionName sets the LambdaFunctionName field's value. | [
"SetLambdaFunctionName",
"sets",
"the",
"LambdaFunctionName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9475-L9478 |
166,441 | aws/aws-sdk-go | service/pinpoint/api.go | SetDaily | func (s *CampaignLimits) SetDaily(v int64) *CampaignLimits {
s.Daily = &v
return s
} | go | func (s *CampaignLimits) SetDaily(v int64) *CampaignLimits {
s.Daily = &v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignLimits",
")",
"SetDaily",
"(",
"v",
"int64",
")",
"*",
"CampaignLimits",
"{",
"s",
".",
"Daily",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDaily sets the Daily field's value. | [
"SetDaily",
"sets",
"the",
"Daily",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9526-L9529 |
166,442 | aws/aws-sdk-go | service/pinpoint/api.go | SetMaximumDuration | func (s *CampaignLimits) SetMaximumDuration(v int64) *CampaignLimits {
s.MaximumDuration = &v
return s
} | go | func (s *CampaignLimits) SetMaximumDuration(v int64) *CampaignLimits {
s.MaximumDuration = &v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignLimits",
")",
"SetMaximumDuration",
"(",
"v",
"int64",
")",
"*",
"CampaignLimits",
"{",
"s",
".",
"MaximumDuration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMaximumDuration sets the MaximumDuration field's value. | [
"SetMaximumDuration",
"sets",
"the",
"MaximumDuration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9532-L9535 |
166,443 | aws/aws-sdk-go | service/pinpoint/api.go | SetDefaultState | func (s *CampaignResponse) SetDefaultState(v *CampaignState) *CampaignResponse {
s.DefaultState = v
return s
} | go | func (s *CampaignResponse) SetDefaultState(v *CampaignState) *CampaignResponse {
s.DefaultState = v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignResponse",
")",
"SetDefaultState",
"(",
"v",
"*",
"CampaignState",
")",
"*",
"CampaignResponse",
"{",
"s",
".",
"DefaultState",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefaultState sets the DefaultState field's value. | [
"SetDefaultState",
"sets",
"the",
"DefaultState",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9659-L9662 |
166,444 | aws/aws-sdk-go | service/pinpoint/api.go | SetCampaignStatus | func (s *CampaignState) SetCampaignStatus(v string) *CampaignState {
s.CampaignStatus = &v
return s
} | go | func (s *CampaignState) SetCampaignStatus(v string) *CampaignState {
s.CampaignStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"CampaignState",
")",
"SetCampaignStatus",
"(",
"v",
"string",
")",
"*",
"CampaignState",
"{",
"s",
".",
"CampaignStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCampaignStatus sets the CampaignStatus field's value. | [
"SetCampaignStatus",
"sets",
"the",
"CampaignStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L9829-L9832 |
166,445 | aws/aws-sdk-go | service/pinpoint/api.go | SetCreateApplicationRequest | func (s *CreateAppInput) SetCreateApplicationRequest(v *CreateApplicationRequest) *CreateAppInput {
s.CreateApplicationRequest = v
return s
} | go | func (s *CreateAppInput) SetCreateApplicationRequest(v *CreateApplicationRequest) *CreateAppInput {
s.CreateApplicationRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateAppInput",
")",
"SetCreateApplicationRequest",
"(",
"v",
"*",
"CreateApplicationRequest",
")",
"*",
"CreateAppInput",
"{",
"s",
".",
"CreateApplicationRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCreateApplicationRequest sets the CreateApplicationRequest field's value. | [
"SetCreateApplicationRequest",
"sets",
"the",
"CreateApplicationRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L10022-L10025 |
166,446 | aws/aws-sdk-go | service/pinpoint/api.go | SetExportJobRequest | func (s *CreateExportJobInput) SetExportJobRequest(v *ExportJobRequest) *CreateExportJobInput {
s.ExportJobRequest = v
return s
} | go | func (s *CreateExportJobInput) SetExportJobRequest(v *ExportJobRequest) *CreateExportJobInput {
s.ExportJobRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateExportJobInput",
")",
"SetExportJobRequest",
"(",
"v",
"*",
"ExportJobRequest",
")",
"*",
"CreateExportJobInput",
"{",
"s",
".",
"ExportJobRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExportJobRequest sets the ExportJobRequest field's value. | [
"SetExportJobRequest",
"sets",
"the",
"ExportJobRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L10211-L10214 |
166,447 | aws/aws-sdk-go | service/pinpoint/api.go | SetImportJobRequest | func (s *CreateImportJobInput) SetImportJobRequest(v *ImportJobRequest) *CreateImportJobInput {
s.ImportJobRequest = v
return s
} | go | func (s *CreateImportJobInput) SetImportJobRequest(v *ImportJobRequest) *CreateImportJobInput {
s.ImportJobRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"CreateImportJobInput",
")",
"SetImportJobRequest",
"(",
"v",
"*",
"ImportJobRequest",
")",
"*",
"CreateImportJobInput",
"{",
"s",
".",
"ImportJobRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetImportJobRequest sets the ImportJobRequest field's value. | [
"SetImportJobRequest",
"sets",
"the",
"ImportJobRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L10289-L10292 |
166,448 | aws/aws-sdk-go | service/pinpoint/api.go | SetDefaultPushNotificationMessage | func (s *DirectMessageConfiguration) SetDefaultPushNotificationMessage(v *DefaultPushNotificationMessage) *DirectMessageConfiguration {
s.DefaultPushNotificationMessage = v
return s
} | go | func (s *DirectMessageConfiguration) SetDefaultPushNotificationMessage(v *DefaultPushNotificationMessage) *DirectMessageConfiguration {
s.DefaultPushNotificationMessage = v
return s
} | [
"func",
"(",
"s",
"*",
"DirectMessageConfiguration",
")",
"SetDefaultPushNotificationMessage",
"(",
"v",
"*",
"DefaultPushNotificationMessage",
")",
"*",
"DirectMessageConfiguration",
"{",
"s",
".",
"DefaultPushNotificationMessage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefaultPushNotificationMessage sets the DefaultPushNotificationMessage field's value. | [
"SetDefaultPushNotificationMessage",
"sets",
"the",
"DefaultPushNotificationMessage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L11671-L11674 |
166,449 | aws/aws-sdk-go | service/pinpoint/api.go | SetVoiceMessage | func (s *DirectMessageConfiguration) SetVoiceMessage(v *VoiceMessage) *DirectMessageConfiguration {
s.VoiceMessage = v
return s
} | go | func (s *DirectMessageConfiguration) SetVoiceMessage(v *VoiceMessage) *DirectMessageConfiguration {
s.VoiceMessage = v
return s
} | [
"func",
"(",
"s",
"*",
"DirectMessageConfiguration",
")",
"SetVoiceMessage",
"(",
"v",
"*",
"VoiceMessage",
")",
"*",
"DirectMessageConfiguration",
"{",
"s",
".",
"VoiceMessage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVoiceMessage sets the VoiceMessage field's value. | [
"SetVoiceMessage",
"sets",
"the",
"VoiceMessage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L11695-L11698 |
166,450 | aws/aws-sdk-go | service/pinpoint/api.go | SetFeedbackForwardingAddress | func (s *EmailMessage) SetFeedbackForwardingAddress(v string) *EmailMessage {
s.FeedbackForwardingAddress = &v
return s
} | go | func (s *EmailMessage) SetFeedbackForwardingAddress(v string) *EmailMessage {
s.FeedbackForwardingAddress = &v
return s
} | [
"func",
"(",
"s",
"*",
"EmailMessage",
")",
"SetFeedbackForwardingAddress",
"(",
"v",
"string",
")",
"*",
"EmailMessage",
"{",
"s",
".",
"FeedbackForwardingAddress",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFeedbackForwardingAddress sets the FeedbackForwardingAddress field's value. | [
"SetFeedbackForwardingAddress",
"sets",
"the",
"FeedbackForwardingAddress",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L11960-L11963 |
166,451 | aws/aws-sdk-go | service/pinpoint/api.go | SetRawEmail | func (s *EmailMessage) SetRawEmail(v *RawEmail) *EmailMessage {
s.RawEmail = v
return s
} | go | func (s *EmailMessage) SetRawEmail(v *RawEmail) *EmailMessage {
s.RawEmail = v
return s
} | [
"func",
"(",
"s",
"*",
"EmailMessage",
")",
"SetRawEmail",
"(",
"v",
"*",
"RawEmail",
")",
"*",
"EmailMessage",
"{",
"s",
".",
"RawEmail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRawEmail sets the RawEmail field's value. | [
"SetRawEmail",
"sets",
"the",
"RawEmail",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L11972-L11975 |
166,452 | aws/aws-sdk-go | service/pinpoint/api.go | SetSimpleEmail | func (s *EmailMessage) SetSimpleEmail(v *SimpleEmail) *EmailMessage {
s.SimpleEmail = v
return s
} | go | func (s *EmailMessage) SetSimpleEmail(v *SimpleEmail) *EmailMessage {
s.SimpleEmail = v
return s
} | [
"func",
"(",
"s",
"*",
"EmailMessage",
")",
"SetSimpleEmail",
"(",
"v",
"*",
"SimpleEmail",
")",
"*",
"EmailMessage",
"{",
"s",
".",
"SimpleEmail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSimpleEmail sets the SimpleEmail field's value. | [
"SetSimpleEmail",
"sets",
"the",
"SimpleEmail",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L11984-L11987 |
166,453 | aws/aws-sdk-go | service/pinpoint/api.go | SetModelVersion | func (s *EndpointDemographic) SetModelVersion(v string) *EndpointDemographic {
s.ModelVersion = &v
return s
} | go | func (s *EndpointDemographic) SetModelVersion(v string) *EndpointDemographic {
s.ModelVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"EndpointDemographic",
")",
"SetModelVersion",
"(",
"v",
"string",
")",
"*",
"EndpointDemographic",
"{",
"s",
".",
"ModelVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetModelVersion sets the ModelVersion field's value. | [
"SetModelVersion",
"sets",
"the",
"ModelVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12221-L12224 |
166,454 | aws/aws-sdk-go | service/pinpoint/api.go | SetCohortId | func (s *EndpointResponse) SetCohortId(v string) *EndpointResponse {
s.CohortId = &v
return s
} | go | func (s *EndpointResponse) SetCohortId(v string) *EndpointResponse {
s.CohortId = &v
return s
} | [
"func",
"(",
"s",
"*",
"EndpointResponse",
")",
"SetCohortId",
"(",
"v",
"string",
")",
"*",
"EndpointResponse",
"{",
"s",
".",
"CohortId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCohortId sets the CohortId field's value. | [
"SetCohortId",
"sets",
"the",
"CohortId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12662-L12665 |
166,455 | aws/aws-sdk-go | service/pinpoint/api.go | SetAppPackageName | func (s *Event) SetAppPackageName(v string) *Event {
s.AppPackageName = &v
return s
} | go | func (s *Event) SetAppPackageName(v string) *Event {
s.AppPackageName = &v
return s
} | [
"func",
"(",
"s",
"*",
"Event",
")",
"SetAppPackageName",
"(",
"v",
"string",
")",
"*",
"Event",
"{",
"s",
".",
"AppPackageName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAppPackageName sets the AppPackageName field's value. | [
"SetAppPackageName",
"sets",
"the",
"AppPackageName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12902-L12905 |
166,456 | aws/aws-sdk-go | service/pinpoint/api.go | SetAppTitle | func (s *Event) SetAppTitle(v string) *Event {
s.AppTitle = &v
return s
} | go | func (s *Event) SetAppTitle(v string) *Event {
s.AppTitle = &v
return s
} | [
"func",
"(",
"s",
"*",
"Event",
")",
"SetAppTitle",
"(",
"v",
"string",
")",
"*",
"Event",
"{",
"s",
".",
"AppTitle",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAppTitle sets the AppTitle field's value. | [
"SetAppTitle",
"sets",
"the",
"AppTitle",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12908-L12911 |
166,457 | aws/aws-sdk-go | service/pinpoint/api.go | SetAppVersionCode | func (s *Event) SetAppVersionCode(v string) *Event {
s.AppVersionCode = &v
return s
} | go | func (s *Event) SetAppVersionCode(v string) *Event {
s.AppVersionCode = &v
return s
} | [
"func",
"(",
"s",
"*",
"Event",
")",
"SetAppVersionCode",
"(",
"v",
"string",
")",
"*",
"Event",
"{",
"s",
".",
"AppVersionCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAppVersionCode sets the AppVersionCode field's value. | [
"SetAppVersionCode",
"sets",
"the",
"AppVersionCode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12914-L12917 |
166,458 | aws/aws-sdk-go | service/pinpoint/api.go | SetClientSdkVersion | func (s *Event) SetClientSdkVersion(v string) *Event {
s.ClientSdkVersion = &v
return s
} | go | func (s *Event) SetClientSdkVersion(v string) *Event {
s.ClientSdkVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"Event",
")",
"SetClientSdkVersion",
"(",
"v",
"string",
")",
"*",
"Event",
"{",
"s",
".",
"ClientSdkVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetClientSdkVersion sets the ClientSdkVersion field's value. | [
"SetClientSdkVersion",
"sets",
"the",
"ClientSdkVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12926-L12929 |
166,459 | aws/aws-sdk-go | service/pinpoint/api.go | SetSdkName | func (s *Event) SetSdkName(v string) *Event {
s.SdkName = &v
return s
} | go | func (s *Event) SetSdkName(v string) *Event {
s.SdkName = &v
return s
} | [
"func",
"(",
"s",
"*",
"Event",
")",
"SetSdkName",
"(",
"v",
"string",
")",
"*",
"Event",
"{",
"s",
".",
"SdkName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSdkName sets the SdkName field's value. | [
"SetSdkName",
"sets",
"the",
"SdkName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L12944-L12947 |
166,460 | aws/aws-sdk-go | service/pinpoint/api.go | SetBatchItem | func (s *EventsRequest) SetBatchItem(v map[string]*EventsBatch) *EventsRequest {
s.BatchItem = v
return s
} | go | func (s *EventsRequest) SetBatchItem(v map[string]*EventsBatch) *EventsRequest {
s.BatchItem = v
return s
} | [
"func",
"(",
"s",
"*",
"EventsRequest",
")",
"SetBatchItem",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"EventsBatch",
")",
"*",
"EventsRequest",
"{",
"s",
".",
"BatchItem",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBatchItem sets the BatchItem field's value. | [
"SetBatchItem",
"sets",
"the",
"BatchItem",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L13170-L13173 |
166,461 | aws/aws-sdk-go | service/pinpoint/api.go | SetCollapseKey | func (s *GCMMessage) SetCollapseKey(v string) *GCMMessage {
s.CollapseKey = &v
return s
} | go | func (s *GCMMessage) SetCollapseKey(v string) *GCMMessage {
s.CollapseKey = &v
return s
} | [
"func",
"(",
"s",
"*",
"GCMMessage",
")",
"SetCollapseKey",
"(",
"v",
"string",
")",
"*",
"GCMMessage",
"{",
"s",
".",
"CollapseKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCollapseKey sets the CollapseKey field's value. | [
"SetCollapseKey",
"sets",
"the",
"CollapseKey",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L13741-L13744 |
166,462 | aws/aws-sdk-go | service/pinpoint/api.go | SetRestrictedPackageName | func (s *GCMMessage) SetRestrictedPackageName(v string) *GCMMessage {
s.RestrictedPackageName = &v
return s
} | go | func (s *GCMMessage) SetRestrictedPackageName(v string) *GCMMessage {
s.RestrictedPackageName = &v
return s
} | [
"func",
"(",
"s",
"*",
"GCMMessage",
")",
"SetRestrictedPackageName",
"(",
"v",
"string",
")",
"*",
"GCMMessage",
"{",
"s",
".",
"RestrictedPackageName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRestrictedPackageName sets the RestrictedPackageName field's value. | [
"SetRestrictedPackageName",
"sets",
"the",
"RestrictedPackageName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L13783-L13786 |
166,463 | aws/aws-sdk-go | service/pinpoint/api.go | SetCoordinates | func (s *GPSPointDimension) SetCoordinates(v *GPSCoordinates) *GPSPointDimension {
s.Coordinates = v
return s
} | go | func (s *GPSPointDimension) SetCoordinates(v *GPSCoordinates) *GPSPointDimension {
s.Coordinates = v
return s
} | [
"func",
"(",
"s",
"*",
"GPSPointDimension",
")",
"SetCoordinates",
"(",
"v",
"*",
"GPSCoordinates",
")",
"*",
"GPSPointDimension",
"{",
"s",
".",
"Coordinates",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCoordinates sets the Coordinates field's value. | [
"SetCoordinates",
"sets",
"the",
"Coordinates",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L13885-L13888 |
166,464 | aws/aws-sdk-go | service/pinpoint/api.go | SetRangeInKilometers | func (s *GPSPointDimension) SetRangeInKilometers(v float64) *GPSPointDimension {
s.RangeInKilometers = &v
return s
} | go | func (s *GPSPointDimension) SetRangeInKilometers(v float64) *GPSPointDimension {
s.RangeInKilometers = &v
return s
} | [
"func",
"(",
"s",
"*",
"GPSPointDimension",
")",
"SetRangeInKilometers",
"(",
"v",
"float64",
")",
"*",
"GPSPointDimension",
"{",
"s",
".",
"RangeInKilometers",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRangeInKilometers sets the RangeInKilometers field's value. | [
"SetRangeInKilometers",
"sets",
"the",
"RangeInKilometers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L13891-L13894 |
166,465 | aws/aws-sdk-go | service/pinpoint/api.go | SetApplicationsResponse | func (s *GetAppsOutput) SetApplicationsResponse(v *ApplicationsResponse) *GetAppsOutput {
s.ApplicationsResponse = v
return s
} | go | func (s *GetAppsOutput) SetApplicationsResponse(v *ApplicationsResponse) *GetAppsOutput {
s.ApplicationsResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"GetAppsOutput",
")",
"SetApplicationsResponse",
"(",
"v",
"*",
"ApplicationsResponse",
")",
"*",
"GetAppsOutput",
"{",
"s",
".",
"ApplicationsResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetApplicationsResponse sets the ApplicationsResponse field's value. | [
"SetApplicationsResponse",
"sets",
"the",
"ApplicationsResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L14394-L14397 |
166,466 | aws/aws-sdk-go | service/pinpoint/api.go | SetActivitiesResponse | func (s *GetCampaignActivitiesOutput) SetActivitiesResponse(v *ActivitiesResponse) *GetCampaignActivitiesOutput {
s.ActivitiesResponse = v
return s
} | go | func (s *GetCampaignActivitiesOutput) SetActivitiesResponse(v *ActivitiesResponse) *GetCampaignActivitiesOutput {
s.ActivitiesResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"GetCampaignActivitiesOutput",
")",
"SetActivitiesResponse",
"(",
"v",
"*",
"ActivitiesResponse",
")",
"*",
"GetCampaignActivitiesOutput",
"{",
"s",
".",
"ActivitiesResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivitiesResponse sets the ActivitiesResponse field's value. | [
"SetActivitiesResponse",
"sets",
"the",
"ActivitiesResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L14553-L14556 |
166,467 | aws/aws-sdk-go | service/pinpoint/api.go | SetChannelsResponse | func (s *GetChannelsOutput) SetChannelsResponse(v *ChannelsResponse) *GetChannelsOutput {
s.ChannelsResponse = v
return s
} | go | func (s *GetChannelsOutput) SetChannelsResponse(v *ChannelsResponse) *GetChannelsOutput {
s.ChannelsResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"GetChannelsOutput",
")",
"SetChannelsResponse",
"(",
"v",
"*",
"ChannelsResponse",
")",
"*",
"GetChannelsOutput",
"{",
"s",
".",
"ChannelsResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChannelsResponse sets the ChannelsResponse field's value. | [
"SetChannelsResponse",
"sets",
"the",
"ChannelsResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L14965-L14968 |
166,468 | aws/aws-sdk-go | service/pinpoint/api.go | SetEndpointItemResponse | func (s *ItemResponse) SetEndpointItemResponse(v *EndpointItemResponse) *ItemResponse {
s.EndpointItemResponse = v
return s
} | go | func (s *ItemResponse) SetEndpointItemResponse(v *EndpointItemResponse) *ItemResponse {
s.EndpointItemResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"ItemResponse",
")",
"SetEndpointItemResponse",
"(",
"v",
"*",
"EndpointItemResponse",
")",
"*",
"ItemResponse",
"{",
"s",
".",
"EndpointItemResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEndpointItemResponse sets the EndpointItemResponse field's value. | [
"SetEndpointItemResponse",
"sets",
"the",
"EndpointItemResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L16695-L16698 |
166,469 | aws/aws-sdk-go | service/pinpoint/api.go | SetEventsItemResponse | func (s *ItemResponse) SetEventsItemResponse(v map[string]*EventItemResponse) *ItemResponse {
s.EventsItemResponse = v
return s
} | go | func (s *ItemResponse) SetEventsItemResponse(v map[string]*EventItemResponse) *ItemResponse {
s.EventsItemResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"ItemResponse",
")",
"SetEventsItemResponse",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"EventItemResponse",
")",
"*",
"ItemResponse",
"{",
"s",
".",
"EventsItemResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventsItemResponse sets the EventsItemResponse field's value. | [
"SetEventsItemResponse",
"sets",
"the",
"EventsItemResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L16701-L16704 |
166,470 | aws/aws-sdk-go | service/pinpoint/api.go | SetImageSmallIconUrl | func (s *Message) SetImageSmallIconUrl(v string) *Message {
s.ImageSmallIconUrl = &v
return s
} | go | func (s *Message) SetImageSmallIconUrl(v string) *Message {
s.ImageSmallIconUrl = &v
return s
} | [
"func",
"(",
"s",
"*",
"Message",
")",
"SetImageSmallIconUrl",
"(",
"v",
"string",
")",
"*",
"Message",
"{",
"s",
".",
"ImageSmallIconUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetImageSmallIconUrl sets the ImageSmallIconUrl field's value. | [
"SetImageSmallIconUrl",
"sets",
"the",
"ImageSmallIconUrl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L16854-L16857 |
166,471 | aws/aws-sdk-go | service/pinpoint/api.go | SetJsonBody | func (s *Message) SetJsonBody(v string) *Message {
s.JsonBody = &v
return s
} | go | func (s *Message) SetJsonBody(v string) *Message {
s.JsonBody = &v
return s
} | [
"func",
"(",
"s",
"*",
"Message",
")",
"SetJsonBody",
"(",
"v",
"string",
")",
"*",
"Message",
"{",
"s",
".",
"JsonBody",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetJsonBody sets the JsonBody field's value. | [
"SetJsonBody",
"sets",
"the",
"JsonBody",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L16866-L16869 |
166,472 | aws/aws-sdk-go | service/pinpoint/api.go | SetRequestID | func (s *MessageBody) SetRequestID(v string) *MessageBody {
s.RequestID = &v
return s
} | go | func (s *MessageBody) SetRequestID(v string) *MessageBody {
s.RequestID = &v
return s
} | [
"func",
"(",
"s",
"*",
"MessageBody",
")",
"SetRequestID",
"(",
"v",
"string",
")",
"*",
"MessageBody",
"{",
"s",
".",
"RequestID",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestID sets the RequestID field's value. | [
"SetRequestID",
"sets",
"the",
"RequestID",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L16935-L16938 |
166,473 | aws/aws-sdk-go | service/pinpoint/api.go | SetEndpointResult | func (s *MessageResponse) SetEndpointResult(v map[string]*EndpointMessageResult) *MessageResponse {
s.EndpointResult = v
return s
} | go | func (s *MessageResponse) SetEndpointResult(v map[string]*EndpointMessageResult) *MessageResponse {
s.EndpointResult = v
return s
} | [
"func",
"(",
"s",
"*",
"MessageResponse",
")",
"SetEndpointResult",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"EndpointMessageResult",
")",
"*",
"MessageResponse",
"{",
"s",
".",
"EndpointResult",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEndpointResult sets the EndpointResult field's value. | [
"SetEndpointResult",
"sets",
"the",
"EndpointResult",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17126-L17129 |
166,474 | aws/aws-sdk-go | service/pinpoint/api.go | SetIsoCountryCode | func (s *NumberValidateRequest) SetIsoCountryCode(v string) *NumberValidateRequest {
s.IsoCountryCode = &v
return s
} | go | func (s *NumberValidateRequest) SetIsoCountryCode(v string) *NumberValidateRequest {
s.IsoCountryCode = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateRequest",
")",
"SetIsoCountryCode",
"(",
"v",
"string",
")",
"*",
"NumberValidateRequest",
"{",
"s",
".",
"IsoCountryCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIsoCountryCode sets the IsoCountryCode field's value. | [
"SetIsoCountryCode",
"sets",
"the",
"IsoCountryCode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17275-L17278 |
166,475 | aws/aws-sdk-go | service/pinpoint/api.go | SetCleansedPhoneNumberE164 | func (s *NumberValidateResponse) SetCleansedPhoneNumberE164(v string) *NumberValidateResponse {
s.CleansedPhoneNumberE164 = &v
return s
} | go | func (s *NumberValidateResponse) SetCleansedPhoneNumberE164(v string) *NumberValidateResponse {
s.CleansedPhoneNumberE164 = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetCleansedPhoneNumberE164",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"CleansedPhoneNumberE164",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCleansedPhoneNumberE164 sets the CleansedPhoneNumberE164 field's value. | [
"SetCleansedPhoneNumberE164",
"sets",
"the",
"CleansedPhoneNumberE164",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17362-L17365 |
166,476 | aws/aws-sdk-go | service/pinpoint/api.go | SetCleansedPhoneNumberNational | func (s *NumberValidateResponse) SetCleansedPhoneNumberNational(v string) *NumberValidateResponse {
s.CleansedPhoneNumberNational = &v
return s
} | go | func (s *NumberValidateResponse) SetCleansedPhoneNumberNational(v string) *NumberValidateResponse {
s.CleansedPhoneNumberNational = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetCleansedPhoneNumberNational",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"CleansedPhoneNumberNational",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCleansedPhoneNumberNational sets the CleansedPhoneNumberNational field's value. | [
"SetCleansedPhoneNumberNational",
"sets",
"the",
"CleansedPhoneNumberNational",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17368-L17371 |
166,477 | aws/aws-sdk-go | service/pinpoint/api.go | SetCountryCodeIso2 | func (s *NumberValidateResponse) SetCountryCodeIso2(v string) *NumberValidateResponse {
s.CountryCodeIso2 = &v
return s
} | go | func (s *NumberValidateResponse) SetCountryCodeIso2(v string) *NumberValidateResponse {
s.CountryCodeIso2 = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetCountryCodeIso2",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"CountryCodeIso2",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCountryCodeIso2 sets the CountryCodeIso2 field's value. | [
"SetCountryCodeIso2",
"sets",
"the",
"CountryCodeIso2",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17380-L17383 |
166,478 | aws/aws-sdk-go | service/pinpoint/api.go | SetCountryCodeNumeric | func (s *NumberValidateResponse) SetCountryCodeNumeric(v string) *NumberValidateResponse {
s.CountryCodeNumeric = &v
return s
} | go | func (s *NumberValidateResponse) SetCountryCodeNumeric(v string) *NumberValidateResponse {
s.CountryCodeNumeric = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetCountryCodeNumeric",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"CountryCodeNumeric",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCountryCodeNumeric sets the CountryCodeNumeric field's value. | [
"SetCountryCodeNumeric",
"sets",
"the",
"CountryCodeNumeric",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17386-L17389 |
166,479 | aws/aws-sdk-go | service/pinpoint/api.go | SetCounty | func (s *NumberValidateResponse) SetCounty(v string) *NumberValidateResponse {
s.County = &v
return s
} | go | func (s *NumberValidateResponse) SetCounty(v string) *NumberValidateResponse {
s.County = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetCounty",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"County",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCounty sets the County field's value. | [
"SetCounty",
"sets",
"the",
"County",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17392-L17395 |
166,480 | aws/aws-sdk-go | service/pinpoint/api.go | SetOriginalCountryCodeIso2 | func (s *NumberValidateResponse) SetOriginalCountryCodeIso2(v string) *NumberValidateResponse {
s.OriginalCountryCodeIso2 = &v
return s
} | go | func (s *NumberValidateResponse) SetOriginalCountryCodeIso2(v string) *NumberValidateResponse {
s.OriginalCountryCodeIso2 = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetOriginalCountryCodeIso2",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"OriginalCountryCodeIso2",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOriginalCountryCodeIso2 sets the OriginalCountryCodeIso2 field's value. | [
"SetOriginalCountryCodeIso2",
"sets",
"the",
"OriginalCountryCodeIso2",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17398-L17401 |
166,481 | aws/aws-sdk-go | service/pinpoint/api.go | SetOriginalPhoneNumber | func (s *NumberValidateResponse) SetOriginalPhoneNumber(v string) *NumberValidateResponse {
s.OriginalPhoneNumber = &v
return s
} | go | func (s *NumberValidateResponse) SetOriginalPhoneNumber(v string) *NumberValidateResponse {
s.OriginalPhoneNumber = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetOriginalPhoneNumber",
"(",
"v",
"string",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"OriginalPhoneNumber",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOriginalPhoneNumber sets the OriginalPhoneNumber field's value. | [
"SetOriginalPhoneNumber",
"sets",
"the",
"OriginalPhoneNumber",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17404-L17407 |
166,482 | aws/aws-sdk-go | service/pinpoint/api.go | SetPhoneTypeCode | func (s *NumberValidateResponse) SetPhoneTypeCode(v int64) *NumberValidateResponse {
s.PhoneTypeCode = &v
return s
} | go | func (s *NumberValidateResponse) SetPhoneTypeCode(v int64) *NumberValidateResponse {
s.PhoneTypeCode = &v
return s
} | [
"func",
"(",
"s",
"*",
"NumberValidateResponse",
")",
"SetPhoneTypeCode",
"(",
"v",
"int64",
")",
"*",
"NumberValidateResponse",
"{",
"s",
".",
"PhoneTypeCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPhoneTypeCode sets the PhoneTypeCode field's value. | [
"SetPhoneTypeCode",
"sets",
"the",
"PhoneTypeCode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17416-L17419 |
166,483 | aws/aws-sdk-go | service/pinpoint/api.go | SetNumberValidateRequest | func (s *PhoneNumberValidateInput) SetNumberValidateRequest(v *NumberValidateRequest) *PhoneNumberValidateInput {
s.NumberValidateRequest = v
return s
} | go | func (s *PhoneNumberValidateInput) SetNumberValidateRequest(v *NumberValidateRequest) *PhoneNumberValidateInput {
s.NumberValidateRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"PhoneNumberValidateInput",
")",
"SetNumberValidateRequest",
"(",
"v",
"*",
"NumberValidateRequest",
")",
"*",
"PhoneNumberValidateInput",
"{",
"s",
".",
"NumberValidateRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNumberValidateRequest sets the NumberValidateRequest field's value. | [
"SetNumberValidateRequest",
"sets",
"the",
"NumberValidateRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17466-L17469 |
166,484 | aws/aws-sdk-go | service/pinpoint/api.go | SetNumberValidateResponse | func (s *PhoneNumberValidateOutput) SetNumberValidateResponse(v *NumberValidateResponse) *PhoneNumberValidateOutput {
s.NumberValidateResponse = v
return s
} | go | func (s *PhoneNumberValidateOutput) SetNumberValidateResponse(v *NumberValidateResponse) *PhoneNumberValidateOutput {
s.NumberValidateResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"PhoneNumberValidateOutput",
")",
"SetNumberValidateResponse",
"(",
"v",
"*",
"NumberValidateResponse",
")",
"*",
"PhoneNumberValidateOutput",
"{",
"s",
".",
"NumberValidateResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNumberValidateResponse sets the NumberValidateResponse field's value. | [
"SetNumberValidateResponse",
"sets",
"the",
"NumberValidateResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17491-L17494 |
166,485 | aws/aws-sdk-go | service/pinpoint/api.go | SetWriteEventStream | func (s *PutEventStreamInput) SetWriteEventStream(v *WriteEventStream) *PutEventStreamInput {
s.WriteEventStream = v
return s
} | go | func (s *PutEventStreamInput) SetWriteEventStream(v *WriteEventStream) *PutEventStreamInput {
s.WriteEventStream = v
return s
} | [
"func",
"(",
"s",
"*",
"PutEventStreamInput",
")",
"SetWriteEventStream",
"(",
"v",
"*",
"WriteEventStream",
")",
"*",
"PutEventStreamInput",
"{",
"s",
".",
"WriteEventStream",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWriteEventStream sets the WriteEventStream field's value. | [
"SetWriteEventStream",
"sets",
"the",
"WriteEventStream",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17663-L17666 |
166,486 | aws/aws-sdk-go | service/pinpoint/api.go | SetEventsRequest | func (s *PutEventsInput) SetEventsRequest(v *EventsRequest) *PutEventsInput {
s.EventsRequest = v
return s
} | go | func (s *PutEventsInput) SetEventsRequest(v *EventsRequest) *PutEventsInput {
s.EventsRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"PutEventsInput",
")",
"SetEventsRequest",
"(",
"v",
"*",
"EventsRequest",
")",
"*",
"PutEventsInput",
"{",
"s",
".",
"EventsRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventsRequest sets the EventsRequest field's value. | [
"SetEventsRequest",
"sets",
"the",
"EventsRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17741-L17744 |
166,487 | aws/aws-sdk-go | service/pinpoint/api.go | SetEventsResponse | func (s *PutEventsOutput) SetEventsResponse(v *EventsResponse) *PutEventsOutput {
s.EventsResponse = v
return s
} | go | func (s *PutEventsOutput) SetEventsResponse(v *EventsResponse) *PutEventsOutput {
s.EventsResponse = v
return s
} | [
"func",
"(",
"s",
"*",
"PutEventsOutput",
")",
"SetEventsResponse",
"(",
"v",
"*",
"EventsResponse",
")",
"*",
"PutEventsOutput",
"{",
"s",
".",
"EventsResponse",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventsResponse sets the EventsResponse field's value. | [
"SetEventsResponse",
"sets",
"the",
"EventsResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17766-L17769 |
166,488 | aws/aws-sdk-go | service/pinpoint/api.go | SetRecencyType | func (s *RecencyDimension) SetRecencyType(v string) *RecencyDimension {
s.RecencyType = &v
return s
} | go | func (s *RecencyDimension) SetRecencyType(v string) *RecencyDimension {
s.RecencyType = &v
return s
} | [
"func",
"(",
"s",
"*",
"RecencyDimension",
")",
"SetRecencyType",
"(",
"v",
"string",
")",
"*",
"RecencyDimension",
"{",
"s",
".",
"RecencyType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRecencyType sets the RecencyType field's value. | [
"SetRecencyType",
"sets",
"the",
"RecencyType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17867-L17870 |
166,489 | aws/aws-sdk-go | service/pinpoint/api.go | SetUpdateAttributesRequest | func (s *RemoveAttributesInput) SetUpdateAttributesRequest(v *UpdateAttributesRequest) *RemoveAttributesInput {
s.UpdateAttributesRequest = v
return s
} | go | func (s *RemoveAttributesInput) SetUpdateAttributesRequest(v *UpdateAttributesRequest) *RemoveAttributesInput {
s.UpdateAttributesRequest = v
return s
} | [
"func",
"(",
"s",
"*",
"RemoveAttributesInput",
")",
"SetUpdateAttributesRequest",
"(",
"v",
"*",
"UpdateAttributesRequest",
")",
"*",
"RemoveAttributesInput",
"{",
"s",
".",
"UpdateAttributesRequest",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUpdateAttributesRequest sets the UpdateAttributesRequest field's value. | [
"SetUpdateAttributesRequest",
"sets",
"the",
"UpdateAttributesRequest",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17935-L17938 |
166,490 | aws/aws-sdk-go | service/pinpoint/api.go | SetAttributesResource | func (s *RemoveAttributesOutput) SetAttributesResource(v *AttributesResource) *RemoveAttributesOutput {
s.AttributesResource = v
return s
} | go | func (s *RemoveAttributesOutput) SetAttributesResource(v *AttributesResource) *RemoveAttributesOutput {
s.AttributesResource = v
return s
} | [
"func",
"(",
"s",
"*",
"RemoveAttributesOutput",
")",
"SetAttributesResource",
"(",
"v",
"*",
"AttributesResource",
")",
"*",
"RemoveAttributesOutput",
"{",
"s",
".",
"AttributesResource",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAttributesResource sets the AttributesResource field's value. | [
"SetAttributesResource",
"sets",
"the",
"AttributesResource",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L17960-L17963 |
166,491 | aws/aws-sdk-go | service/pinpoint/api.go | SetPromotionalMessagesPerSecond | func (s *SMSChannelResponse) SetPromotionalMessagesPerSecond(v int64) *SMSChannelResponse {
s.PromotionalMessagesPerSecond = &v
return s
} | go | func (s *SMSChannelResponse) SetPromotionalMessagesPerSecond(v int64) *SMSChannelResponse {
s.PromotionalMessagesPerSecond = &v
return s
} | [
"func",
"(",
"s",
"*",
"SMSChannelResponse",
")",
"SetPromotionalMessagesPerSecond",
"(",
"v",
"int64",
")",
"*",
"SMSChannelResponse",
"{",
"s",
".",
"PromotionalMessagesPerSecond",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPromotionalMessagesPerSecond sets the PromotionalMessagesPerSecond field's value. | [
"SetPromotionalMessagesPerSecond",
"sets",
"the",
"PromotionalMessagesPerSecond",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18119-L18122 |
166,492 | aws/aws-sdk-go | service/pinpoint/api.go | SetTransactionalMessagesPerSecond | func (s *SMSChannelResponse) SetTransactionalMessagesPerSecond(v int64) *SMSChannelResponse {
s.TransactionalMessagesPerSecond = &v
return s
} | go | func (s *SMSChannelResponse) SetTransactionalMessagesPerSecond(v int64) *SMSChannelResponse {
s.TransactionalMessagesPerSecond = &v
return s
} | [
"func",
"(",
"s",
"*",
"SMSChannelResponse",
")",
"SetTransactionalMessagesPerSecond",
"(",
"v",
"int64",
")",
"*",
"SMSChannelResponse",
"{",
"s",
".",
"TransactionalMessagesPerSecond",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTransactionalMessagesPerSecond sets the TransactionalMessagesPerSecond field's value. | [
"SetTransactionalMessagesPerSecond",
"sets",
"the",
"TransactionalMessagesPerSecond",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18137-L18140 |
166,493 | aws/aws-sdk-go | service/pinpoint/api.go | SetIsLocalTime | func (s *Schedule) SetIsLocalTime(v bool) *Schedule {
s.IsLocalTime = &v
return s
} | go | func (s *Schedule) SetIsLocalTime(v bool) *Schedule {
s.IsLocalTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"Schedule",
")",
"SetIsLocalTime",
"(",
"v",
"bool",
")",
"*",
"Schedule",
"{",
"s",
".",
"IsLocalTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIsLocalTime sets the IsLocalTime field's value. | [
"SetIsLocalTime",
"sets",
"the",
"IsLocalTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18291-L18294 |
166,494 | aws/aws-sdk-go | service/pinpoint/api.go | SetRecency | func (s *SegmentBehaviors) SetRecency(v *RecencyDimension) *SegmentBehaviors {
s.Recency = v
return s
} | go | func (s *SegmentBehaviors) SetRecency(v *RecencyDimension) *SegmentBehaviors {
s.Recency = v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentBehaviors",
")",
"SetRecency",
"(",
"v",
"*",
"RecencyDimension",
")",
"*",
"SegmentBehaviors",
"{",
"s",
".",
"Recency",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRecency sets the Recency field's value. | [
"SetRecency",
"sets",
"the",
"Recency",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18333-L18336 |
166,495 | aws/aws-sdk-go | service/pinpoint/api.go | SetSourceSegments | func (s *SegmentGroup) SetSourceSegments(v []*SegmentReference) *SegmentGroup {
s.SourceSegments = v
return s
} | go | func (s *SegmentGroup) SetSourceSegments(v []*SegmentReference) *SegmentGroup {
s.SourceSegments = v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentGroup",
")",
"SetSourceSegments",
"(",
"v",
"[",
"]",
"*",
"SegmentReference",
")",
"*",
"SegmentGroup",
"{",
"s",
".",
"SourceSegments",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceSegments sets the SourceSegments field's value. | [
"SetSourceSegments",
"sets",
"the",
"SourceSegments",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18521-L18524 |
166,496 | aws/aws-sdk-go | service/pinpoint/api.go | SetChannelCounts | func (s *SegmentImportResource) SetChannelCounts(v map[string]*int64) *SegmentImportResource {
s.ChannelCounts = v
return s
} | go | func (s *SegmentImportResource) SetChannelCounts(v map[string]*int64) *SegmentImportResource {
s.ChannelCounts = v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentImportResource",
")",
"SetChannelCounts",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"int64",
")",
"*",
"SegmentImportResource",
"{",
"s",
".",
"ChannelCounts",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChannelCounts sets the ChannelCounts field's value. | [
"SetChannelCounts",
"sets",
"the",
"ChannelCounts",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18613-L18616 |
166,497 | aws/aws-sdk-go | service/pinpoint/api.go | SetGPSPoint | func (s *SegmentLocation) SetGPSPoint(v *GPSPointDimension) *SegmentLocation {
s.GPSPoint = v
return s
} | go | func (s *SegmentLocation) SetGPSPoint(v *GPSPointDimension) *SegmentLocation {
s.GPSPoint = v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentLocation",
")",
"SetGPSPoint",
"(",
"v",
"*",
"GPSPointDimension",
")",
"*",
"SegmentLocation",
"{",
"s",
".",
"GPSPoint",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetGPSPoint sets the GPSPoint field's value. | [
"SetGPSPoint",
"sets",
"the",
"GPSPoint",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18676-L18679 |
166,498 | aws/aws-sdk-go | service/pinpoint/api.go | SetImportDefinition | func (s *SegmentResponse) SetImportDefinition(v *SegmentImportResource) *SegmentResponse {
s.ImportDefinition = v
return s
} | go | func (s *SegmentResponse) SetImportDefinition(v *SegmentImportResource) *SegmentResponse {
s.ImportDefinition = v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentResponse",
")",
"SetImportDefinition",
"(",
"v",
"*",
"SegmentImportResource",
")",
"*",
"SegmentResponse",
"{",
"s",
".",
"ImportDefinition",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetImportDefinition sets the ImportDefinition field's value. | [
"SetImportDefinition",
"sets",
"the",
"ImportDefinition",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18803-L18806 |
166,499 | aws/aws-sdk-go | service/pinpoint/api.go | SetSegmentType | func (s *SegmentResponse) SetSegmentType(v string) *SegmentResponse {
s.SegmentType = &v
return s
} | go | func (s *SegmentResponse) SetSegmentType(v string) *SegmentResponse {
s.SegmentType = &v
return s
} | [
"func",
"(",
"s",
"*",
"SegmentResponse",
")",
"SetSegmentType",
"(",
"v",
"string",
")",
"*",
"SegmentResponse",
"{",
"s",
".",
"SegmentType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSegmentType sets the SegmentType field's value. | [
"SetSegmentType",
"sets",
"the",
"SegmentType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/pinpoint/api.go#L18827-L18830 |
Subsets and Splits