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
|
---|---|---|---|---|---|---|---|---|---|---|---|
165,700 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetClaim | func (s *MappingRule) SetClaim(v string) *MappingRule {
s.Claim = &v
return s
} | go | func (s *MappingRule) SetClaim(v string) *MappingRule {
s.Claim = &v
return s
} | [
"func",
"(",
"s",
"*",
"MappingRule",
")",
"SetClaim",
"(",
"v",
"string",
")",
"*",
"MappingRule",
"{",
"s",
".",
"Claim",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetClaim sets the Claim field's value. | [
"SetClaim",
"sets",
"the",
"Claim",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L3785-L3788 |
165,701 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetMatchType | func (s *MappingRule) SetMatchType(v string) *MappingRule {
s.MatchType = &v
return s
} | go | func (s *MappingRule) SetMatchType(v string) *MappingRule {
s.MatchType = &v
return s
} | [
"func",
"(",
"s",
"*",
"MappingRule",
")",
"SetMatchType",
"(",
"v",
"string",
")",
"*",
"MappingRule",
"{",
"s",
".",
"MatchType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMatchType sets the MatchType field's value. | [
"SetMatchType",
"sets",
"the",
"MatchType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L3791-L3794 |
165,702 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetDestinationUserIdentifier | func (s *MergeDeveloperIdentitiesInput) SetDestinationUserIdentifier(v string) *MergeDeveloperIdentitiesInput {
s.DestinationUserIdentifier = &v
return s
} | go | func (s *MergeDeveloperIdentitiesInput) SetDestinationUserIdentifier(v string) *MergeDeveloperIdentitiesInput {
s.DestinationUserIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"MergeDeveloperIdentitiesInput",
")",
"SetDestinationUserIdentifier",
"(",
"v",
"string",
")",
"*",
"MergeDeveloperIdentitiesInput",
"{",
"s",
".",
"DestinationUserIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationUserIdentifier sets the DestinationUserIdentifier field's value. | [
"SetDestinationUserIdentifier",
"sets",
"the",
"DestinationUserIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L3882-L3885 |
165,703 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetSourceUserIdentifier | func (s *MergeDeveloperIdentitiesInput) SetSourceUserIdentifier(v string) *MergeDeveloperIdentitiesInput {
s.SourceUserIdentifier = &v
return s
} | go | func (s *MergeDeveloperIdentitiesInput) SetSourceUserIdentifier(v string) *MergeDeveloperIdentitiesInput {
s.SourceUserIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"MergeDeveloperIdentitiesInput",
")",
"SetSourceUserIdentifier",
"(",
"v",
"string",
")",
"*",
"MergeDeveloperIdentitiesInput",
"{",
"s",
".",
"SourceUserIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceUserIdentifier sets the SourceUserIdentifier field's value. | [
"SetSourceUserIdentifier",
"sets",
"the",
"SourceUserIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L3900-L3903 |
165,704 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetServerSideTokenCheck | func (s *Provider) SetServerSideTokenCheck(v bool) *Provider {
s.ServerSideTokenCheck = &v
return s
} | go | func (s *Provider) SetServerSideTokenCheck(v bool) *Provider {
s.ServerSideTokenCheck = &v
return s
} | [
"func",
"(",
"s",
"*",
"Provider",
")",
"SetServerSideTokenCheck",
"(",
"v",
"bool",
")",
"*",
"Provider",
"{",
"s",
".",
"ServerSideTokenCheck",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetServerSideTokenCheck sets the ServerSideTokenCheck field's value. | [
"SetServerSideTokenCheck",
"sets",
"the",
"ServerSideTokenCheck",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L3991-L3994 |
165,705 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetAmbiguousRoleResolution | func (s *RoleMapping) SetAmbiguousRoleResolution(v string) *RoleMapping {
s.AmbiguousRoleResolution = &v
return s
} | go | func (s *RoleMapping) SetAmbiguousRoleResolution(v string) *RoleMapping {
s.AmbiguousRoleResolution = &v
return s
} | [
"func",
"(",
"s",
"*",
"RoleMapping",
")",
"SetAmbiguousRoleResolution",
"(",
"v",
"string",
")",
"*",
"RoleMapping",
"{",
"s",
".",
"AmbiguousRoleResolution",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAmbiguousRoleResolution sets the AmbiguousRoleResolution field's value. | [
"SetAmbiguousRoleResolution",
"sets",
"the",
"AmbiguousRoleResolution",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L4049-L4052 |
165,706 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetRulesConfiguration | func (s *RoleMapping) SetRulesConfiguration(v *RulesConfigurationType) *RoleMapping {
s.RulesConfiguration = v
return s
} | go | func (s *RoleMapping) SetRulesConfiguration(v *RulesConfigurationType) *RoleMapping {
s.RulesConfiguration = v
return s
} | [
"func",
"(",
"s",
"*",
"RoleMapping",
")",
"SetRulesConfiguration",
"(",
"v",
"*",
"RulesConfigurationType",
")",
"*",
"RoleMapping",
"{",
"s",
".",
"RulesConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRulesConfiguration sets the RulesConfiguration field's value. | [
"SetRulesConfiguration",
"sets",
"the",
"RulesConfiguration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L4055-L4058 |
165,707 | aws/aws-sdk-go | service/cognitoidentity/api.go | SetLoginsToRemove | func (s *UnlinkIdentityInput) SetLoginsToRemove(v []*string) *UnlinkIdentityInput {
s.LoginsToRemove = v
return s
} | go | func (s *UnlinkIdentityInput) SetLoginsToRemove(v []*string) *UnlinkIdentityInput {
s.LoginsToRemove = v
return s
} | [
"func",
"(",
"s",
"*",
"UnlinkIdentityInput",
")",
"SetLoginsToRemove",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"UnlinkIdentityInput",
"{",
"s",
".",
"LoginsToRemove",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLoginsToRemove sets the LoginsToRemove field's value. | [
"SetLoginsToRemove",
"sets",
"the",
"LoginsToRemove",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentity/api.go#L4451-L4454 |
165,708 | aws/aws-sdk-go | service/ram/api.go | SetResourceShareInvitationArns | func (s *GetResourceShareInvitationsInput) SetResourceShareInvitationArns(v []*string) *GetResourceShareInvitationsInput {
s.ResourceShareInvitationArns = v
return s
} | go | func (s *GetResourceShareInvitationsInput) SetResourceShareInvitationArns(v []*string) *GetResourceShareInvitationsInput {
s.ResourceShareInvitationArns = v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceShareInvitationsInput",
")",
"SetResourceShareInvitationArns",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetResourceShareInvitationsInput",
"{",
"s",
".",
"ResourceShareInvitationArns",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceShareInvitationArns sets the ResourceShareInvitationArns field's value. | [
"SetResourceShareInvitationArns",
"sets",
"the",
"ResourceShareInvitationArns",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L2736-L2739 |
165,709 | aws/aws-sdk-go | service/ram/api.go | SetResourceShareInvitations | func (s *GetResourceShareInvitationsOutput) SetResourceShareInvitations(v []*ResourceShareInvitation) *GetResourceShareInvitationsOutput {
s.ResourceShareInvitations = v
return s
} | go | func (s *GetResourceShareInvitationsOutput) SetResourceShareInvitations(v []*ResourceShareInvitation) *GetResourceShareInvitationsOutput {
s.ResourceShareInvitations = v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceShareInvitationsOutput",
")",
"SetResourceShareInvitations",
"(",
"v",
"[",
"]",
"*",
"ResourceShareInvitation",
")",
"*",
"GetResourceShareInvitationsOutput",
"{",
"s",
".",
"ResourceShareInvitations",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceShareInvitations sets the ResourceShareInvitations field's value. | [
"SetResourceShareInvitations",
"sets",
"the",
"ResourceShareInvitations",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L2769-L2772 |
165,710 | aws/aws-sdk-go | service/ram/api.go | SetResourceShareStatus | func (s *GetResourceSharesInput) SetResourceShareStatus(v string) *GetResourceSharesInput {
s.ResourceShareStatus = &v
return s
} | go | func (s *GetResourceSharesInput) SetResourceShareStatus(v string) *GetResourceSharesInput {
s.ResourceShareStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceSharesInput",
")",
"SetResourceShareStatus",
"(",
"v",
"string",
")",
"*",
"GetResourceSharesInput",
"{",
"s",
".",
"ResourceShareStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceShareStatus sets the ResourceShareStatus field's value. | [
"SetResourceShareStatus",
"sets",
"the",
"ResourceShareStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L2859-L2862 |
165,711 | aws/aws-sdk-go | service/ram/api.go | SetResourceShares | func (s *GetResourceSharesOutput) SetResourceShares(v []*ResourceShare) *GetResourceSharesOutput {
s.ResourceShares = v
return s
} | go | func (s *GetResourceSharesOutput) SetResourceShares(v []*ResourceShare) *GetResourceSharesOutput {
s.ResourceShares = v
return s
} | [
"func",
"(",
"s",
"*",
"GetResourceSharesOutput",
")",
"SetResourceShares",
"(",
"v",
"[",
"]",
"*",
"ResourceShare",
")",
"*",
"GetResourceSharesOutput",
"{",
"s",
".",
"ResourceShares",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceShares sets the ResourceShares field's value. | [
"SetResourceShares",
"sets",
"the",
"ResourceShares",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L2898-L2901 |
165,712 | aws/aws-sdk-go | service/ram/api.go | SetOwningAccountId | func (s *ResourceShare) SetOwningAccountId(v string) *ResourceShare {
s.OwningAccountId = &v
return s
} | go | func (s *ResourceShare) SetOwningAccountId(v string) *ResourceShare {
s.OwningAccountId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShare",
")",
"SetOwningAccountId",
"(",
"v",
"string",
")",
"*",
"ResourceShare",
"{",
"s",
".",
"OwningAccountId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOwningAccountId sets the OwningAccountId field's value. | [
"SetOwningAccountId",
"sets",
"the",
"OwningAccountId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3449-L3452 |
165,713 | aws/aws-sdk-go | service/ram/api.go | SetAssociatedEntity | func (s *ResourceShareAssociation) SetAssociatedEntity(v string) *ResourceShareAssociation {
s.AssociatedEntity = &v
return s
} | go | func (s *ResourceShareAssociation) SetAssociatedEntity(v string) *ResourceShareAssociation {
s.AssociatedEntity = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShareAssociation",
")",
"SetAssociatedEntity",
"(",
"v",
"string",
")",
"*",
"ResourceShareAssociation",
"{",
"s",
".",
"AssociatedEntity",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAssociatedEntity sets the AssociatedEntity field's value. | [
"SetAssociatedEntity",
"sets",
"the",
"AssociatedEntity",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3521-L3524 |
165,714 | aws/aws-sdk-go | service/ram/api.go | SetInvitationTimestamp | func (s *ResourceShareInvitation) SetInvitationTimestamp(v time.Time) *ResourceShareInvitation {
s.InvitationTimestamp = &v
return s
} | go | func (s *ResourceShareInvitation) SetInvitationTimestamp(v time.Time) *ResourceShareInvitation {
s.InvitationTimestamp = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShareInvitation",
")",
"SetInvitationTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ResourceShareInvitation",
"{",
"s",
".",
"InvitationTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInvitationTimestamp sets the InvitationTimestamp field's value. | [
"SetInvitationTimestamp",
"sets",
"the",
"InvitationTimestamp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3608-L3611 |
165,715 | aws/aws-sdk-go | service/ram/api.go | SetReceiverAccountId | func (s *ResourceShareInvitation) SetReceiverAccountId(v string) *ResourceShareInvitation {
s.ReceiverAccountId = &v
return s
} | go | func (s *ResourceShareInvitation) SetReceiverAccountId(v string) *ResourceShareInvitation {
s.ReceiverAccountId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShareInvitation",
")",
"SetReceiverAccountId",
"(",
"v",
"string",
")",
"*",
"ResourceShareInvitation",
"{",
"s",
".",
"ReceiverAccountId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetReceiverAccountId sets the ReceiverAccountId field's value. | [
"SetReceiverAccountId",
"sets",
"the",
"ReceiverAccountId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3614-L3617 |
165,716 | aws/aws-sdk-go | service/ram/api.go | SetResourceShareName | func (s *ResourceShareInvitation) SetResourceShareName(v string) *ResourceShareInvitation {
s.ResourceShareName = &v
return s
} | go | func (s *ResourceShareInvitation) SetResourceShareName(v string) *ResourceShareInvitation {
s.ResourceShareName = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShareInvitation",
")",
"SetResourceShareName",
"(",
"v",
"string",
")",
"*",
"ResourceShareInvitation",
"{",
"s",
".",
"ResourceShareName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceShareName sets the ResourceShareName field's value. | [
"SetResourceShareName",
"sets",
"the",
"ResourceShareName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3638-L3641 |
165,717 | aws/aws-sdk-go | service/ram/api.go | SetSenderAccountId | func (s *ResourceShareInvitation) SetSenderAccountId(v string) *ResourceShareInvitation {
s.SenderAccountId = &v
return s
} | go | func (s *ResourceShareInvitation) SetSenderAccountId(v string) *ResourceShareInvitation {
s.SenderAccountId = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceShareInvitation",
")",
"SetSenderAccountId",
"(",
"v",
"string",
")",
"*",
"ResourceShareInvitation",
"{",
"s",
".",
"SenderAccountId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSenderAccountId sets the SenderAccountId field's value. | [
"SetSenderAccountId",
"sets",
"the",
"SenderAccountId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/ram/api.go#L3644-L3647 |
165,718 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | MarshalDynamoDBAttributeValue | func (e UnixTime) MarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error {
t := time.Time(e)
s := strconv.FormatInt(t.Unix(), 10)
av.N = &s
return nil
} | go | func (e UnixTime) MarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error {
t := time.Time(e)
s := strconv.FormatInt(t.Unix(), 10)
av.N = &s
return nil
} | [
"func",
"(",
"e",
"UnixTime",
")",
"MarshalDynamoDBAttributeValue",
"(",
"av",
"*",
"dynamodb",
".",
"AttributeValue",
")",
"error",
"{",
"t",
":=",
"time",
".",
"Time",
"(",
"e",
")",
"\n",
"s",
":=",
"strconv",
".",
"FormatInt",
"(",
"t",
".",
"Unix",
"(",
")",
",",
"10",
")",
"\n",
"av",
".",
"N",
"=",
"&",
"s",
"\n\n",
"return",
"nil",
"\n",
"}"
] | // MarshalDynamoDBAttributeValue implements the Marshaler interface so that
// the UnixTime can be marshaled from to a DynamoDB AttributeValue number
// value encoded in the number of seconds since January 1, 1970 UTC. | [
"MarshalDynamoDBAttributeValue",
"implements",
"the",
"Marshaler",
"interface",
"so",
"that",
"the",
"UnixTime",
"can",
"be",
"marshaled",
"from",
"to",
"a",
"DynamoDB",
"AttributeValue",
"number",
"value",
"encoded",
"in",
"the",
"number",
"of",
"seconds",
"since",
"January",
"1",
"1970",
"UTC",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L29-L35 |
165,719 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | UnmarshalDynamoDBAttributeValue | func (e *UnixTime) UnmarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error {
t, err := decodeUnixTime(aws.StringValue(av.N))
if err != nil {
return err
}
*e = UnixTime(t)
return nil
} | go | func (e *UnixTime) UnmarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error {
t, err := decodeUnixTime(aws.StringValue(av.N))
if err != nil {
return err
}
*e = UnixTime(t)
return nil
} | [
"func",
"(",
"e",
"*",
"UnixTime",
")",
"UnmarshalDynamoDBAttributeValue",
"(",
"av",
"*",
"dynamodb",
".",
"AttributeValue",
")",
"error",
"{",
"t",
",",
"err",
":=",
"decodeUnixTime",
"(",
"aws",
".",
"StringValue",
"(",
"av",
".",
"N",
")",
")",
"\n",
"if",
"err",
"!=",
"nil",
"{",
"return",
"err",
"\n",
"}",
"\n\n",
"*",
"e",
"=",
"UnixTime",
"(",
"t",
")",
"\n",
"return",
"nil",
"\n",
"}"
] | // UnmarshalDynamoDBAttributeValue implements the Unmarshaler interface so that
// the UnixTime can be unmarshaled from a DynamoDB AttributeValue number representing
// the number of seconds since January 1, 1970 UTC.
//
// If an error parsing the AttributeValue number occurs UnmarshalError will be
// returned. | [
"UnmarshalDynamoDBAttributeValue",
"implements",
"the",
"Unmarshaler",
"interface",
"so",
"that",
"the",
"UnixTime",
"can",
"be",
"unmarshaled",
"from",
"a",
"DynamoDB",
"AttributeValue",
"number",
"representing",
"the",
"number",
"of",
"seconds",
"since",
"January",
"1",
"1970",
"UTC",
".",
"If",
"an",
"error",
"parsing",
"the",
"AttributeValue",
"number",
"occurs",
"UnmarshalError",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L43-L51 |
165,720 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | MarshalMap | func MarshalMap(in interface{}) (map[string]*dynamodb.AttributeValue, error) {
av, err := NewEncoder().Encode(in)
if err != nil || av == nil || av.M == nil {
return map[string]*dynamodb.AttributeValue{}, err
}
return av.M, nil
} | go | func MarshalMap(in interface{}) (map[string]*dynamodb.AttributeValue, error) {
av, err := NewEncoder().Encode(in)
if err != nil || av == nil || av.M == nil {
return map[string]*dynamodb.AttributeValue{}, err
}
return av.M, nil
} | [
"func",
"MarshalMap",
"(",
"in",
"interface",
"{",
"}",
")",
"(",
"map",
"[",
"string",
"]",
"*",
"dynamodb",
".",
"AttributeValue",
",",
"error",
")",
"{",
"av",
",",
"err",
":=",
"NewEncoder",
"(",
")",
".",
"Encode",
"(",
"in",
")",
"\n",
"if",
"err",
"!=",
"nil",
"||",
"av",
"==",
"nil",
"||",
"av",
".",
"M",
"==",
"nil",
"{",
"return",
"map",
"[",
"string",
"]",
"*",
"dynamodb",
".",
"AttributeValue",
"{",
"}",
",",
"err",
"\n",
"}",
"\n\n",
"return",
"av",
".",
"M",
",",
"nil",
"\n",
"}"
] | // MarshalMap is an alias for Marshal func which marshals Go value
// type to a map of AttributeValues.
//
// This is useful for DynamoDB APIs such as PutItem. | [
"MarshalMap",
"is",
"an",
"alias",
"for",
"Marshal",
"func",
"which",
"marshals",
"Go",
"value",
"type",
"to",
"a",
"map",
"of",
"AttributeValues",
".",
"This",
"is",
"useful",
"for",
"DynamoDB",
"APIs",
"such",
"as",
"PutItem",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L163-L170 |
165,721 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | MarshalList | func MarshalList(in interface{}) ([]*dynamodb.AttributeValue, error) {
av, err := NewEncoder().Encode(in)
if err != nil || av == nil || av.L == nil {
return []*dynamodb.AttributeValue{}, err
}
return av.L, nil
} | go | func MarshalList(in interface{}) ([]*dynamodb.AttributeValue, error) {
av, err := NewEncoder().Encode(in)
if err != nil || av == nil || av.L == nil {
return []*dynamodb.AttributeValue{}, err
}
return av.L, nil
} | [
"func",
"MarshalList",
"(",
"in",
"interface",
"{",
"}",
")",
"(",
"[",
"]",
"*",
"dynamodb",
".",
"AttributeValue",
",",
"error",
")",
"{",
"av",
",",
"err",
":=",
"NewEncoder",
"(",
")",
".",
"Encode",
"(",
"in",
")",
"\n",
"if",
"err",
"!=",
"nil",
"||",
"av",
"==",
"nil",
"||",
"av",
".",
"L",
"==",
"nil",
"{",
"return",
"[",
"]",
"*",
"dynamodb",
".",
"AttributeValue",
"{",
"}",
",",
"err",
"\n",
"}",
"\n\n",
"return",
"av",
".",
"L",
",",
"nil",
"\n",
"}"
] | // MarshalList is an alias for Marshal func which marshals Go value
// type to a slice of AttributeValues. | [
"MarshalList",
"is",
"an",
"alias",
"for",
"Marshal",
"func",
"which",
"marshals",
"Go",
"value",
"type",
"to",
"a",
"slice",
"of",
"AttributeValues",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L174-L181 |
165,722 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | NewEncoder | func NewEncoder(opts ...func(*Encoder)) *Encoder {
e := &Encoder{
MarshalOptions: MarshalOptions{
SupportJSONTags: true,
},
NullEmptyString: true,
}
for _, o := range opts {
o(e)
}
return e
} | go | func NewEncoder(opts ...func(*Encoder)) *Encoder {
e := &Encoder{
MarshalOptions: MarshalOptions{
SupportJSONTags: true,
},
NullEmptyString: true,
}
for _, o := range opts {
o(e)
}
return e
} | [
"func",
"NewEncoder",
"(",
"opts",
"...",
"func",
"(",
"*",
"Encoder",
")",
")",
"*",
"Encoder",
"{",
"e",
":=",
"&",
"Encoder",
"{",
"MarshalOptions",
":",
"MarshalOptions",
"{",
"SupportJSONTags",
":",
"true",
",",
"}",
",",
"NullEmptyString",
":",
"true",
",",
"}",
"\n",
"for",
"_",
",",
"o",
":=",
"range",
"opts",
"{",
"o",
"(",
"e",
")",
"\n",
"}",
"\n\n",
"return",
"e",
"\n",
"}"
] | // NewEncoder creates a new Encoder with default configuration. Use
// the `opts` functional options to override the default configuration. | [
"NewEncoder",
"creates",
"a",
"new",
"Encoder",
"with",
"default",
"configuration",
".",
"Use",
"the",
"opts",
"functional",
"options",
"to",
"override",
"the",
"default",
"configuration",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L214-L226 |
165,723 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | Encode | func (e *Encoder) Encode(in interface{}) (*dynamodb.AttributeValue, error) {
av := &dynamodb.AttributeValue{}
if err := e.encode(av, reflect.ValueOf(in), tag{}); err != nil {
return nil, err
}
return av, nil
} | go | func (e *Encoder) Encode(in interface{}) (*dynamodb.AttributeValue, error) {
av := &dynamodb.AttributeValue{}
if err := e.encode(av, reflect.ValueOf(in), tag{}); err != nil {
return nil, err
}
return av, nil
} | [
"func",
"(",
"e",
"*",
"Encoder",
")",
"Encode",
"(",
"in",
"interface",
"{",
"}",
")",
"(",
"*",
"dynamodb",
".",
"AttributeValue",
",",
"error",
")",
"{",
"av",
":=",
"&",
"dynamodb",
".",
"AttributeValue",
"{",
"}",
"\n",
"if",
"err",
":=",
"e",
".",
"encode",
"(",
"av",
",",
"reflect",
".",
"ValueOf",
"(",
"in",
")",
",",
"tag",
"{",
"}",
")",
";",
"err",
"!=",
"nil",
"{",
"return",
"nil",
",",
"err",
"\n",
"}",
"\n\n",
"return",
"av",
",",
"nil",
"\n",
"}"
] | // Encode will marshal a Go value type to an AttributeValue. Returning
// the AttributeValue constructed or error. | [
"Encode",
"will",
"marshal",
"a",
"Go",
"value",
"type",
"to",
"an",
"AttributeValue",
".",
"Returning",
"the",
"AttributeValue",
"constructed",
"or",
"error",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L230-L237 |
165,724 | aws/aws-sdk-go | service/dynamodb/dynamodbattribute/encode.go | Error | func (e *InvalidMarshalError) Error() string {
return fmt.Sprintf("%s: %s", e.Code(), e.Message())
} | go | func (e *InvalidMarshalError) Error() string {
return fmt.Sprintf("%s: %s", e.Code(), e.Message())
} | [
"func",
"(",
"e",
"*",
"InvalidMarshalError",
")",
"Error",
"(",
")",
"string",
"{",
"return",
"fmt",
".",
"Sprintf",
"(",
"\"",
"\"",
",",
"e",
".",
"Code",
"(",
")",
",",
"e",
".",
"Message",
"(",
")",
")",
"\n",
"}"
] | // Error returns the string representation of the error.
// satisfying the error interface | [
"Error",
"returns",
"the",
"string",
"representation",
"of",
"the",
"error",
".",
"satisfying",
"the",
"error",
"interface"
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/dynamodb/dynamodbattribute/encode.go#L606-L608 |
165,725 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowTypeVersion | func (s *ContinueAsNewWorkflowExecutionDecisionAttributes) SetWorkflowTypeVersion(v string) *ContinueAsNewWorkflowExecutionDecisionAttributes {
s.WorkflowTypeVersion = &v
return s
} | go | func (s *ContinueAsNewWorkflowExecutionDecisionAttributes) SetWorkflowTypeVersion(v string) *ContinueAsNewWorkflowExecutionDecisionAttributes {
s.WorkflowTypeVersion = &v
return s
} | [
"func",
"(",
"s",
"*",
"ContinueAsNewWorkflowExecutionDecisionAttributes",
")",
"SetWorkflowTypeVersion",
"(",
"v",
"string",
")",
"*",
"ContinueAsNewWorkflowExecutionDecisionAttributes",
"{",
"s",
".",
"WorkflowTypeVersion",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowTypeVersion sets the WorkflowTypeVersion field's value. | [
"SetWorkflowTypeVersion",
"sets",
"the",
"WorkflowTypeVersion",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L5544-L5547 |
165,726 | aws/aws-sdk-go | service/swf/api.go | SetCancelTimerDecisionAttributes | func (s *Decision) SetCancelTimerDecisionAttributes(v *CancelTimerDecisionAttributes) *Decision {
s.CancelTimerDecisionAttributes = v
return s
} | go | func (s *Decision) SetCancelTimerDecisionAttributes(v *CancelTimerDecisionAttributes) *Decision {
s.CancelTimerDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetCancelTimerDecisionAttributes",
"(",
"v",
"*",
"CancelTimerDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"CancelTimerDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCancelTimerDecisionAttributes sets the CancelTimerDecisionAttributes field's value. | [
"SetCancelTimerDecisionAttributes",
"sets",
"the",
"CancelTimerDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6279-L6282 |
165,727 | aws/aws-sdk-go | service/swf/api.go | SetCancelWorkflowExecutionDecisionAttributes | func (s *Decision) SetCancelWorkflowExecutionDecisionAttributes(v *CancelWorkflowExecutionDecisionAttributes) *Decision {
s.CancelWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetCancelWorkflowExecutionDecisionAttributes(v *CancelWorkflowExecutionDecisionAttributes) *Decision {
s.CancelWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetCancelWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"CancelWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"CancelWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCancelWorkflowExecutionDecisionAttributes sets the CancelWorkflowExecutionDecisionAttributes field's value. | [
"SetCancelWorkflowExecutionDecisionAttributes",
"sets",
"the",
"CancelWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6285-L6288 |
165,728 | aws/aws-sdk-go | service/swf/api.go | SetCompleteWorkflowExecutionDecisionAttributes | func (s *Decision) SetCompleteWorkflowExecutionDecisionAttributes(v *CompleteWorkflowExecutionDecisionAttributes) *Decision {
s.CompleteWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetCompleteWorkflowExecutionDecisionAttributes(v *CompleteWorkflowExecutionDecisionAttributes) *Decision {
s.CompleteWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetCompleteWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"CompleteWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"CompleteWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompleteWorkflowExecutionDecisionAttributes sets the CompleteWorkflowExecutionDecisionAttributes field's value. | [
"SetCompleteWorkflowExecutionDecisionAttributes",
"sets",
"the",
"CompleteWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6291-L6294 |
165,729 | aws/aws-sdk-go | service/swf/api.go | SetContinueAsNewWorkflowExecutionDecisionAttributes | func (s *Decision) SetContinueAsNewWorkflowExecutionDecisionAttributes(v *ContinueAsNewWorkflowExecutionDecisionAttributes) *Decision {
s.ContinueAsNewWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetContinueAsNewWorkflowExecutionDecisionAttributes(v *ContinueAsNewWorkflowExecutionDecisionAttributes) *Decision {
s.ContinueAsNewWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetContinueAsNewWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"ContinueAsNewWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"ContinueAsNewWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetContinueAsNewWorkflowExecutionDecisionAttributes sets the ContinueAsNewWorkflowExecutionDecisionAttributes field's value. | [
"SetContinueAsNewWorkflowExecutionDecisionAttributes",
"sets",
"the",
"ContinueAsNewWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6297-L6300 |
165,730 | aws/aws-sdk-go | service/swf/api.go | SetDecisionType | func (s *Decision) SetDecisionType(v string) *Decision {
s.DecisionType = &v
return s
} | go | func (s *Decision) SetDecisionType(v string) *Decision {
s.DecisionType = &v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetDecisionType",
"(",
"v",
"string",
")",
"*",
"Decision",
"{",
"s",
".",
"DecisionType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDecisionType sets the DecisionType field's value. | [
"SetDecisionType",
"sets",
"the",
"DecisionType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6303-L6306 |
165,731 | aws/aws-sdk-go | service/swf/api.go | SetFailWorkflowExecutionDecisionAttributes | func (s *Decision) SetFailWorkflowExecutionDecisionAttributes(v *FailWorkflowExecutionDecisionAttributes) *Decision {
s.FailWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetFailWorkflowExecutionDecisionAttributes(v *FailWorkflowExecutionDecisionAttributes) *Decision {
s.FailWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetFailWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"FailWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"FailWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFailWorkflowExecutionDecisionAttributes sets the FailWorkflowExecutionDecisionAttributes field's value. | [
"SetFailWorkflowExecutionDecisionAttributes",
"sets",
"the",
"FailWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6309-L6312 |
165,732 | aws/aws-sdk-go | service/swf/api.go | SetRecordMarkerDecisionAttributes | func (s *Decision) SetRecordMarkerDecisionAttributes(v *RecordMarkerDecisionAttributes) *Decision {
s.RecordMarkerDecisionAttributes = v
return s
} | go | func (s *Decision) SetRecordMarkerDecisionAttributes(v *RecordMarkerDecisionAttributes) *Decision {
s.RecordMarkerDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetRecordMarkerDecisionAttributes",
"(",
"v",
"*",
"RecordMarkerDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"RecordMarkerDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRecordMarkerDecisionAttributes sets the RecordMarkerDecisionAttributes field's value. | [
"SetRecordMarkerDecisionAttributes",
"sets",
"the",
"RecordMarkerDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6315-L6318 |
165,733 | aws/aws-sdk-go | service/swf/api.go | SetRequestCancelActivityTaskDecisionAttributes | func (s *Decision) SetRequestCancelActivityTaskDecisionAttributes(v *RequestCancelActivityTaskDecisionAttributes) *Decision {
s.RequestCancelActivityTaskDecisionAttributes = v
return s
} | go | func (s *Decision) SetRequestCancelActivityTaskDecisionAttributes(v *RequestCancelActivityTaskDecisionAttributes) *Decision {
s.RequestCancelActivityTaskDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetRequestCancelActivityTaskDecisionAttributes",
"(",
"v",
"*",
"RequestCancelActivityTaskDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"RequestCancelActivityTaskDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestCancelActivityTaskDecisionAttributes sets the RequestCancelActivityTaskDecisionAttributes field's value. | [
"SetRequestCancelActivityTaskDecisionAttributes",
"sets",
"the",
"RequestCancelActivityTaskDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6321-L6324 |
165,734 | aws/aws-sdk-go | service/swf/api.go | SetRequestCancelExternalWorkflowExecutionDecisionAttributes | func (s *Decision) SetRequestCancelExternalWorkflowExecutionDecisionAttributes(v *RequestCancelExternalWorkflowExecutionDecisionAttributes) *Decision {
s.RequestCancelExternalWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetRequestCancelExternalWorkflowExecutionDecisionAttributes(v *RequestCancelExternalWorkflowExecutionDecisionAttributes) *Decision {
s.RequestCancelExternalWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetRequestCancelExternalWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"RequestCancelExternalWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"RequestCancelExternalWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestCancelExternalWorkflowExecutionDecisionAttributes sets the RequestCancelExternalWorkflowExecutionDecisionAttributes field's value. | [
"SetRequestCancelExternalWorkflowExecutionDecisionAttributes",
"sets",
"the",
"RequestCancelExternalWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6327-L6330 |
165,735 | aws/aws-sdk-go | service/swf/api.go | SetScheduleActivityTaskDecisionAttributes | func (s *Decision) SetScheduleActivityTaskDecisionAttributes(v *ScheduleActivityTaskDecisionAttributes) *Decision {
s.ScheduleActivityTaskDecisionAttributes = v
return s
} | go | func (s *Decision) SetScheduleActivityTaskDecisionAttributes(v *ScheduleActivityTaskDecisionAttributes) *Decision {
s.ScheduleActivityTaskDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetScheduleActivityTaskDecisionAttributes",
"(",
"v",
"*",
"ScheduleActivityTaskDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"ScheduleActivityTaskDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleActivityTaskDecisionAttributes sets the ScheduleActivityTaskDecisionAttributes field's value. | [
"SetScheduleActivityTaskDecisionAttributes",
"sets",
"the",
"ScheduleActivityTaskDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6333-L6336 |
165,736 | aws/aws-sdk-go | service/swf/api.go | SetScheduleLambdaFunctionDecisionAttributes | func (s *Decision) SetScheduleLambdaFunctionDecisionAttributes(v *ScheduleLambdaFunctionDecisionAttributes) *Decision {
s.ScheduleLambdaFunctionDecisionAttributes = v
return s
} | go | func (s *Decision) SetScheduleLambdaFunctionDecisionAttributes(v *ScheduleLambdaFunctionDecisionAttributes) *Decision {
s.ScheduleLambdaFunctionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetScheduleLambdaFunctionDecisionAttributes",
"(",
"v",
"*",
"ScheduleLambdaFunctionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"ScheduleLambdaFunctionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleLambdaFunctionDecisionAttributes sets the ScheduleLambdaFunctionDecisionAttributes field's value. | [
"SetScheduleLambdaFunctionDecisionAttributes",
"sets",
"the",
"ScheduleLambdaFunctionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6339-L6342 |
165,737 | aws/aws-sdk-go | service/swf/api.go | SetSignalExternalWorkflowExecutionDecisionAttributes | func (s *Decision) SetSignalExternalWorkflowExecutionDecisionAttributes(v *SignalExternalWorkflowExecutionDecisionAttributes) *Decision {
s.SignalExternalWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetSignalExternalWorkflowExecutionDecisionAttributes(v *SignalExternalWorkflowExecutionDecisionAttributes) *Decision {
s.SignalExternalWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetSignalExternalWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"SignalExternalWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"SignalExternalWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSignalExternalWorkflowExecutionDecisionAttributes sets the SignalExternalWorkflowExecutionDecisionAttributes field's value. | [
"SetSignalExternalWorkflowExecutionDecisionAttributes",
"sets",
"the",
"SignalExternalWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6345-L6348 |
165,738 | aws/aws-sdk-go | service/swf/api.go | SetStartChildWorkflowExecutionDecisionAttributes | func (s *Decision) SetStartChildWorkflowExecutionDecisionAttributes(v *StartChildWorkflowExecutionDecisionAttributes) *Decision {
s.StartChildWorkflowExecutionDecisionAttributes = v
return s
} | go | func (s *Decision) SetStartChildWorkflowExecutionDecisionAttributes(v *StartChildWorkflowExecutionDecisionAttributes) *Decision {
s.StartChildWorkflowExecutionDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetStartChildWorkflowExecutionDecisionAttributes",
"(",
"v",
"*",
"StartChildWorkflowExecutionDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"StartChildWorkflowExecutionDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartChildWorkflowExecutionDecisionAttributes sets the StartChildWorkflowExecutionDecisionAttributes field's value. | [
"SetStartChildWorkflowExecutionDecisionAttributes",
"sets",
"the",
"StartChildWorkflowExecutionDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6351-L6354 |
165,739 | aws/aws-sdk-go | service/swf/api.go | SetStartTimerDecisionAttributes | func (s *Decision) SetStartTimerDecisionAttributes(v *StartTimerDecisionAttributes) *Decision {
s.StartTimerDecisionAttributes = v
return s
} | go | func (s *Decision) SetStartTimerDecisionAttributes(v *StartTimerDecisionAttributes) *Decision {
s.StartTimerDecisionAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"Decision",
")",
"SetStartTimerDecisionAttributes",
"(",
"v",
"*",
"StartTimerDecisionAttributes",
")",
"*",
"Decision",
"{",
"s",
".",
"StartTimerDecisionAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartTimerDecisionAttributes sets the StartTimerDecisionAttributes field's value. | [
"SetStartTimerDecisionAttributes",
"sets",
"the",
"StartTimerDecisionAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6357-L6360 |
165,740 | aws/aws-sdk-go | service/swf/api.go | SetDomainInfo | func (s *DescribeDomainOutput) SetDomainInfo(v *DomainInfo) *DescribeDomainOutput {
s.DomainInfo = v
return s
} | go | func (s *DescribeDomainOutput) SetDomainInfo(v *DomainInfo) *DescribeDomainOutput {
s.DomainInfo = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeDomainOutput",
")",
"SetDomainInfo",
"(",
"v",
"*",
"DomainInfo",
")",
"*",
"DescribeDomainOutput",
"{",
"s",
".",
"DomainInfo",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainInfo sets the DomainInfo field's value. | [
"SetDomainInfo",
"sets",
"the",
"DomainInfo",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L6941-L6944 |
165,741 | aws/aws-sdk-go | service/swf/api.go | SetOpenCounts | func (s *DescribeWorkflowExecutionOutput) SetOpenCounts(v *WorkflowExecutionOpenCounts) *DescribeWorkflowExecutionOutput {
s.OpenCounts = v
return s
} | go | func (s *DescribeWorkflowExecutionOutput) SetOpenCounts(v *WorkflowExecutionOpenCounts) *DescribeWorkflowExecutionOutput {
s.OpenCounts = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeWorkflowExecutionOutput",
")",
"SetOpenCounts",
"(",
"v",
"*",
"WorkflowExecutionOpenCounts",
")",
"*",
"DescribeWorkflowExecutionOutput",
"{",
"s",
".",
"OpenCounts",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOpenCounts sets the OpenCounts field's value. | [
"SetOpenCounts",
"sets",
"the",
"OpenCounts",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L7073-L7076 |
165,742 | aws/aws-sdk-go | service/swf/api.go | SetOldestDate | func (s *ExecutionTimeFilter) SetOldestDate(v time.Time) *ExecutionTimeFilter {
s.OldestDate = &v
return s
} | go | func (s *ExecutionTimeFilter) SetOldestDate(v time.Time) *ExecutionTimeFilter {
s.OldestDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"ExecutionTimeFilter",
")",
"SetOldestDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ExecutionTimeFilter",
"{",
"s",
".",
"OldestDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOldestDate sets the OldestDate field's value. | [
"SetOldestDate",
"sets",
"the",
"OldestDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L7311-L7314 |
165,743 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskCancelRequestedEventAttributes | func (s *HistoryEvent) SetActivityTaskCancelRequestedEventAttributes(v *ActivityTaskCancelRequestedEventAttributes) *HistoryEvent {
s.ActivityTaskCancelRequestedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskCancelRequestedEventAttributes(v *ActivityTaskCancelRequestedEventAttributes) *HistoryEvent {
s.ActivityTaskCancelRequestedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskCancelRequestedEventAttributes",
"(",
"v",
"*",
"ActivityTaskCancelRequestedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskCancelRequestedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskCancelRequestedEventAttributes sets the ActivityTaskCancelRequestedEventAttributes field's value. | [
"SetActivityTaskCancelRequestedEventAttributes",
"sets",
"the",
"ActivityTaskCancelRequestedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8058-L8061 |
165,744 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskCanceledEventAttributes | func (s *HistoryEvent) SetActivityTaskCanceledEventAttributes(v *ActivityTaskCanceledEventAttributes) *HistoryEvent {
s.ActivityTaskCanceledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskCanceledEventAttributes(v *ActivityTaskCanceledEventAttributes) *HistoryEvent {
s.ActivityTaskCanceledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskCanceledEventAttributes",
"(",
"v",
"*",
"ActivityTaskCanceledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskCanceledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskCanceledEventAttributes sets the ActivityTaskCanceledEventAttributes field's value. | [
"SetActivityTaskCanceledEventAttributes",
"sets",
"the",
"ActivityTaskCanceledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8064-L8067 |
165,745 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskCompletedEventAttributes | func (s *HistoryEvent) SetActivityTaskCompletedEventAttributes(v *ActivityTaskCompletedEventAttributes) *HistoryEvent {
s.ActivityTaskCompletedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskCompletedEventAttributes(v *ActivityTaskCompletedEventAttributes) *HistoryEvent {
s.ActivityTaskCompletedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskCompletedEventAttributes",
"(",
"v",
"*",
"ActivityTaskCompletedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskCompletedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskCompletedEventAttributes sets the ActivityTaskCompletedEventAttributes field's value. | [
"SetActivityTaskCompletedEventAttributes",
"sets",
"the",
"ActivityTaskCompletedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8070-L8073 |
165,746 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskFailedEventAttributes | func (s *HistoryEvent) SetActivityTaskFailedEventAttributes(v *ActivityTaskFailedEventAttributes) *HistoryEvent {
s.ActivityTaskFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskFailedEventAttributes(v *ActivityTaskFailedEventAttributes) *HistoryEvent {
s.ActivityTaskFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskFailedEventAttributes",
"(",
"v",
"*",
"ActivityTaskFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskFailedEventAttributes sets the ActivityTaskFailedEventAttributes field's value. | [
"SetActivityTaskFailedEventAttributes",
"sets",
"the",
"ActivityTaskFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8076-L8079 |
165,747 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskScheduledEventAttributes | func (s *HistoryEvent) SetActivityTaskScheduledEventAttributes(v *ActivityTaskScheduledEventAttributes) *HistoryEvent {
s.ActivityTaskScheduledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskScheduledEventAttributes(v *ActivityTaskScheduledEventAttributes) *HistoryEvent {
s.ActivityTaskScheduledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskScheduledEventAttributes",
"(",
"v",
"*",
"ActivityTaskScheduledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskScheduledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskScheduledEventAttributes sets the ActivityTaskScheduledEventAttributes field's value. | [
"SetActivityTaskScheduledEventAttributes",
"sets",
"the",
"ActivityTaskScheduledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8082-L8085 |
165,748 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskStartedEventAttributes | func (s *HistoryEvent) SetActivityTaskStartedEventAttributes(v *ActivityTaskStartedEventAttributes) *HistoryEvent {
s.ActivityTaskStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskStartedEventAttributes(v *ActivityTaskStartedEventAttributes) *HistoryEvent {
s.ActivityTaskStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskStartedEventAttributes",
"(",
"v",
"*",
"ActivityTaskStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskStartedEventAttributes sets the ActivityTaskStartedEventAttributes field's value. | [
"SetActivityTaskStartedEventAttributes",
"sets",
"the",
"ActivityTaskStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8088-L8091 |
165,749 | aws/aws-sdk-go | service/swf/api.go | SetActivityTaskTimedOutEventAttributes | func (s *HistoryEvent) SetActivityTaskTimedOutEventAttributes(v *ActivityTaskTimedOutEventAttributes) *HistoryEvent {
s.ActivityTaskTimedOutEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetActivityTaskTimedOutEventAttributes(v *ActivityTaskTimedOutEventAttributes) *HistoryEvent {
s.ActivityTaskTimedOutEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetActivityTaskTimedOutEventAttributes",
"(",
"v",
"*",
"ActivityTaskTimedOutEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ActivityTaskTimedOutEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActivityTaskTimedOutEventAttributes sets the ActivityTaskTimedOutEventAttributes field's value. | [
"SetActivityTaskTimedOutEventAttributes",
"sets",
"the",
"ActivityTaskTimedOutEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8094-L8097 |
165,750 | aws/aws-sdk-go | service/swf/api.go | SetCancelTimerFailedEventAttributes | func (s *HistoryEvent) SetCancelTimerFailedEventAttributes(v *CancelTimerFailedEventAttributes) *HistoryEvent {
s.CancelTimerFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetCancelTimerFailedEventAttributes(v *CancelTimerFailedEventAttributes) *HistoryEvent {
s.CancelTimerFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetCancelTimerFailedEventAttributes",
"(",
"v",
"*",
"CancelTimerFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"CancelTimerFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCancelTimerFailedEventAttributes sets the CancelTimerFailedEventAttributes field's value. | [
"SetCancelTimerFailedEventAttributes",
"sets",
"the",
"CancelTimerFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8100-L8103 |
165,751 | aws/aws-sdk-go | service/swf/api.go | SetCancelWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetCancelWorkflowExecutionFailedEventAttributes(v *CancelWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.CancelWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetCancelWorkflowExecutionFailedEventAttributes(v *CancelWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.CancelWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetCancelWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"CancelWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"CancelWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCancelWorkflowExecutionFailedEventAttributes sets the CancelWorkflowExecutionFailedEventAttributes field's value. | [
"SetCancelWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"CancelWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8106-L8109 |
165,752 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionCanceledEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionCanceledEventAttributes(v *ChildWorkflowExecutionCanceledEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionCanceledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionCanceledEventAttributes(v *ChildWorkflowExecutionCanceledEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionCanceledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionCanceledEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionCanceledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionCanceledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionCanceledEventAttributes sets the ChildWorkflowExecutionCanceledEventAttributes field's value. | [
"SetChildWorkflowExecutionCanceledEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionCanceledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8112-L8115 |
165,753 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionCompletedEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionCompletedEventAttributes(v *ChildWorkflowExecutionCompletedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionCompletedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionCompletedEventAttributes(v *ChildWorkflowExecutionCompletedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionCompletedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionCompletedEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionCompletedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionCompletedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionCompletedEventAttributes sets the ChildWorkflowExecutionCompletedEventAttributes field's value. | [
"SetChildWorkflowExecutionCompletedEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionCompletedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8118-L8121 |
165,754 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionFailedEventAttributes(v *ChildWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionFailedEventAttributes(v *ChildWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionFailedEventAttributes sets the ChildWorkflowExecutionFailedEventAttributes field's value. | [
"SetChildWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8124-L8127 |
165,755 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionStartedEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionStartedEventAttributes(v *ChildWorkflowExecutionStartedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionStartedEventAttributes(v *ChildWorkflowExecutionStartedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionStartedEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionStartedEventAttributes sets the ChildWorkflowExecutionStartedEventAttributes field's value. | [
"SetChildWorkflowExecutionStartedEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8130-L8133 |
165,756 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionTerminatedEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionTerminatedEventAttributes(v *ChildWorkflowExecutionTerminatedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionTerminatedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionTerminatedEventAttributes(v *ChildWorkflowExecutionTerminatedEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionTerminatedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionTerminatedEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionTerminatedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionTerminatedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionTerminatedEventAttributes sets the ChildWorkflowExecutionTerminatedEventAttributes field's value. | [
"SetChildWorkflowExecutionTerminatedEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionTerminatedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8136-L8139 |
165,757 | aws/aws-sdk-go | service/swf/api.go | SetChildWorkflowExecutionTimedOutEventAttributes | func (s *HistoryEvent) SetChildWorkflowExecutionTimedOutEventAttributes(v *ChildWorkflowExecutionTimedOutEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionTimedOutEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetChildWorkflowExecutionTimedOutEventAttributes(v *ChildWorkflowExecutionTimedOutEventAttributes) *HistoryEvent {
s.ChildWorkflowExecutionTimedOutEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetChildWorkflowExecutionTimedOutEventAttributes",
"(",
"v",
"*",
"ChildWorkflowExecutionTimedOutEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ChildWorkflowExecutionTimedOutEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChildWorkflowExecutionTimedOutEventAttributes sets the ChildWorkflowExecutionTimedOutEventAttributes field's value. | [
"SetChildWorkflowExecutionTimedOutEventAttributes",
"sets",
"the",
"ChildWorkflowExecutionTimedOutEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8142-L8145 |
165,758 | aws/aws-sdk-go | service/swf/api.go | SetCompleteWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetCompleteWorkflowExecutionFailedEventAttributes(v *CompleteWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.CompleteWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetCompleteWorkflowExecutionFailedEventAttributes(v *CompleteWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.CompleteWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetCompleteWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"CompleteWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"CompleteWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCompleteWorkflowExecutionFailedEventAttributes sets the CompleteWorkflowExecutionFailedEventAttributes field's value. | [
"SetCompleteWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"CompleteWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8148-L8151 |
165,759 | aws/aws-sdk-go | service/swf/api.go | SetContinueAsNewWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetContinueAsNewWorkflowExecutionFailedEventAttributes(v *ContinueAsNewWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.ContinueAsNewWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetContinueAsNewWorkflowExecutionFailedEventAttributes(v *ContinueAsNewWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.ContinueAsNewWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetContinueAsNewWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"ContinueAsNewWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ContinueAsNewWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetContinueAsNewWorkflowExecutionFailedEventAttributes sets the ContinueAsNewWorkflowExecutionFailedEventAttributes field's value. | [
"SetContinueAsNewWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"ContinueAsNewWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8154-L8157 |
165,760 | aws/aws-sdk-go | service/swf/api.go | SetDecisionTaskCompletedEventAttributes | func (s *HistoryEvent) SetDecisionTaskCompletedEventAttributes(v *DecisionTaskCompletedEventAttributes) *HistoryEvent {
s.DecisionTaskCompletedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetDecisionTaskCompletedEventAttributes(v *DecisionTaskCompletedEventAttributes) *HistoryEvent {
s.DecisionTaskCompletedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetDecisionTaskCompletedEventAttributes",
"(",
"v",
"*",
"DecisionTaskCompletedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"DecisionTaskCompletedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDecisionTaskCompletedEventAttributes sets the DecisionTaskCompletedEventAttributes field's value. | [
"SetDecisionTaskCompletedEventAttributes",
"sets",
"the",
"DecisionTaskCompletedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8160-L8163 |
165,761 | aws/aws-sdk-go | service/swf/api.go | SetDecisionTaskScheduledEventAttributes | func (s *HistoryEvent) SetDecisionTaskScheduledEventAttributes(v *DecisionTaskScheduledEventAttributes) *HistoryEvent {
s.DecisionTaskScheduledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetDecisionTaskScheduledEventAttributes(v *DecisionTaskScheduledEventAttributes) *HistoryEvent {
s.DecisionTaskScheduledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetDecisionTaskScheduledEventAttributes",
"(",
"v",
"*",
"DecisionTaskScheduledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"DecisionTaskScheduledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDecisionTaskScheduledEventAttributes sets the DecisionTaskScheduledEventAttributes field's value. | [
"SetDecisionTaskScheduledEventAttributes",
"sets",
"the",
"DecisionTaskScheduledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8166-L8169 |
165,762 | aws/aws-sdk-go | service/swf/api.go | SetDecisionTaskStartedEventAttributes | func (s *HistoryEvent) SetDecisionTaskStartedEventAttributes(v *DecisionTaskStartedEventAttributes) *HistoryEvent {
s.DecisionTaskStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetDecisionTaskStartedEventAttributes(v *DecisionTaskStartedEventAttributes) *HistoryEvent {
s.DecisionTaskStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetDecisionTaskStartedEventAttributes",
"(",
"v",
"*",
"DecisionTaskStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"DecisionTaskStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDecisionTaskStartedEventAttributes sets the DecisionTaskStartedEventAttributes field's value. | [
"SetDecisionTaskStartedEventAttributes",
"sets",
"the",
"DecisionTaskStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8172-L8175 |
165,763 | aws/aws-sdk-go | service/swf/api.go | SetDecisionTaskTimedOutEventAttributes | func (s *HistoryEvent) SetDecisionTaskTimedOutEventAttributes(v *DecisionTaskTimedOutEventAttributes) *HistoryEvent {
s.DecisionTaskTimedOutEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetDecisionTaskTimedOutEventAttributes(v *DecisionTaskTimedOutEventAttributes) *HistoryEvent {
s.DecisionTaskTimedOutEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetDecisionTaskTimedOutEventAttributes",
"(",
"v",
"*",
"DecisionTaskTimedOutEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"DecisionTaskTimedOutEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDecisionTaskTimedOutEventAttributes sets the DecisionTaskTimedOutEventAttributes field's value. | [
"SetDecisionTaskTimedOutEventAttributes",
"sets",
"the",
"DecisionTaskTimedOutEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8178-L8181 |
165,764 | aws/aws-sdk-go | service/swf/api.go | SetEventTimestamp | func (s *HistoryEvent) SetEventTimestamp(v time.Time) *HistoryEvent {
s.EventTimestamp = &v
return s
} | go | func (s *HistoryEvent) SetEventTimestamp(v time.Time) *HistoryEvent {
s.EventTimestamp = &v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetEventTimestamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"EventTimestamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventTimestamp sets the EventTimestamp field's value. | [
"SetEventTimestamp",
"sets",
"the",
"EventTimestamp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8190-L8193 |
165,765 | aws/aws-sdk-go | service/swf/api.go | SetExternalWorkflowExecutionCancelRequestedEventAttributes | func (s *HistoryEvent) SetExternalWorkflowExecutionCancelRequestedEventAttributes(v *ExternalWorkflowExecutionCancelRequestedEventAttributes) *HistoryEvent {
s.ExternalWorkflowExecutionCancelRequestedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetExternalWorkflowExecutionCancelRequestedEventAttributes(v *ExternalWorkflowExecutionCancelRequestedEventAttributes) *HistoryEvent {
s.ExternalWorkflowExecutionCancelRequestedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetExternalWorkflowExecutionCancelRequestedEventAttributes",
"(",
"v",
"*",
"ExternalWorkflowExecutionCancelRequestedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ExternalWorkflowExecutionCancelRequestedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExternalWorkflowExecutionCancelRequestedEventAttributes sets the ExternalWorkflowExecutionCancelRequestedEventAttributes field's value. | [
"SetExternalWorkflowExecutionCancelRequestedEventAttributes",
"sets",
"the",
"ExternalWorkflowExecutionCancelRequestedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8202-L8205 |
165,766 | aws/aws-sdk-go | service/swf/api.go | SetExternalWorkflowExecutionSignaledEventAttributes | func (s *HistoryEvent) SetExternalWorkflowExecutionSignaledEventAttributes(v *ExternalWorkflowExecutionSignaledEventAttributes) *HistoryEvent {
s.ExternalWorkflowExecutionSignaledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetExternalWorkflowExecutionSignaledEventAttributes(v *ExternalWorkflowExecutionSignaledEventAttributes) *HistoryEvent {
s.ExternalWorkflowExecutionSignaledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetExternalWorkflowExecutionSignaledEventAttributes",
"(",
"v",
"*",
"ExternalWorkflowExecutionSignaledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ExternalWorkflowExecutionSignaledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExternalWorkflowExecutionSignaledEventAttributes sets the ExternalWorkflowExecutionSignaledEventAttributes field's value. | [
"SetExternalWorkflowExecutionSignaledEventAttributes",
"sets",
"the",
"ExternalWorkflowExecutionSignaledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8208-L8211 |
165,767 | aws/aws-sdk-go | service/swf/api.go | SetFailWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetFailWorkflowExecutionFailedEventAttributes(v *FailWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.FailWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetFailWorkflowExecutionFailedEventAttributes(v *FailWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.FailWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetFailWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"FailWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"FailWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFailWorkflowExecutionFailedEventAttributes sets the FailWorkflowExecutionFailedEventAttributes field's value. | [
"SetFailWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"FailWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8214-L8217 |
165,768 | aws/aws-sdk-go | service/swf/api.go | SetLambdaFunctionCompletedEventAttributes | func (s *HistoryEvent) SetLambdaFunctionCompletedEventAttributes(v *LambdaFunctionCompletedEventAttributes) *HistoryEvent {
s.LambdaFunctionCompletedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetLambdaFunctionCompletedEventAttributes(v *LambdaFunctionCompletedEventAttributes) *HistoryEvent {
s.LambdaFunctionCompletedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetLambdaFunctionCompletedEventAttributes",
"(",
"v",
"*",
"LambdaFunctionCompletedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"LambdaFunctionCompletedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionCompletedEventAttributes sets the LambdaFunctionCompletedEventAttributes field's value. | [
"SetLambdaFunctionCompletedEventAttributes",
"sets",
"the",
"LambdaFunctionCompletedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8220-L8223 |
165,769 | aws/aws-sdk-go | service/swf/api.go | SetLambdaFunctionFailedEventAttributes | func (s *HistoryEvent) SetLambdaFunctionFailedEventAttributes(v *LambdaFunctionFailedEventAttributes) *HistoryEvent {
s.LambdaFunctionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetLambdaFunctionFailedEventAttributes(v *LambdaFunctionFailedEventAttributes) *HistoryEvent {
s.LambdaFunctionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetLambdaFunctionFailedEventAttributes",
"(",
"v",
"*",
"LambdaFunctionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"LambdaFunctionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionFailedEventAttributes sets the LambdaFunctionFailedEventAttributes field's value. | [
"SetLambdaFunctionFailedEventAttributes",
"sets",
"the",
"LambdaFunctionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8226-L8229 |
165,770 | aws/aws-sdk-go | service/swf/api.go | SetLambdaFunctionScheduledEventAttributes | func (s *HistoryEvent) SetLambdaFunctionScheduledEventAttributes(v *LambdaFunctionScheduledEventAttributes) *HistoryEvent {
s.LambdaFunctionScheduledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetLambdaFunctionScheduledEventAttributes(v *LambdaFunctionScheduledEventAttributes) *HistoryEvent {
s.LambdaFunctionScheduledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetLambdaFunctionScheduledEventAttributes",
"(",
"v",
"*",
"LambdaFunctionScheduledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"LambdaFunctionScheduledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionScheduledEventAttributes sets the LambdaFunctionScheduledEventAttributes field's value. | [
"SetLambdaFunctionScheduledEventAttributes",
"sets",
"the",
"LambdaFunctionScheduledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8232-L8235 |
165,771 | aws/aws-sdk-go | service/swf/api.go | SetLambdaFunctionStartedEventAttributes | func (s *HistoryEvent) SetLambdaFunctionStartedEventAttributes(v *LambdaFunctionStartedEventAttributes) *HistoryEvent {
s.LambdaFunctionStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetLambdaFunctionStartedEventAttributes(v *LambdaFunctionStartedEventAttributes) *HistoryEvent {
s.LambdaFunctionStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetLambdaFunctionStartedEventAttributes",
"(",
"v",
"*",
"LambdaFunctionStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"LambdaFunctionStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionStartedEventAttributes sets the LambdaFunctionStartedEventAttributes field's value. | [
"SetLambdaFunctionStartedEventAttributes",
"sets",
"the",
"LambdaFunctionStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8238-L8241 |
165,772 | aws/aws-sdk-go | service/swf/api.go | SetLambdaFunctionTimedOutEventAttributes | func (s *HistoryEvent) SetLambdaFunctionTimedOutEventAttributes(v *LambdaFunctionTimedOutEventAttributes) *HistoryEvent {
s.LambdaFunctionTimedOutEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetLambdaFunctionTimedOutEventAttributes(v *LambdaFunctionTimedOutEventAttributes) *HistoryEvent {
s.LambdaFunctionTimedOutEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetLambdaFunctionTimedOutEventAttributes",
"(",
"v",
"*",
"LambdaFunctionTimedOutEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"LambdaFunctionTimedOutEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLambdaFunctionTimedOutEventAttributes sets the LambdaFunctionTimedOutEventAttributes field's value. | [
"SetLambdaFunctionTimedOutEventAttributes",
"sets",
"the",
"LambdaFunctionTimedOutEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8244-L8247 |
165,773 | aws/aws-sdk-go | service/swf/api.go | SetMarkerRecordedEventAttributes | func (s *HistoryEvent) SetMarkerRecordedEventAttributes(v *MarkerRecordedEventAttributes) *HistoryEvent {
s.MarkerRecordedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetMarkerRecordedEventAttributes(v *MarkerRecordedEventAttributes) *HistoryEvent {
s.MarkerRecordedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetMarkerRecordedEventAttributes",
"(",
"v",
"*",
"MarkerRecordedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"MarkerRecordedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMarkerRecordedEventAttributes sets the MarkerRecordedEventAttributes field's value. | [
"SetMarkerRecordedEventAttributes",
"sets",
"the",
"MarkerRecordedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8250-L8253 |
165,774 | aws/aws-sdk-go | service/swf/api.go | SetRecordMarkerFailedEventAttributes | func (s *HistoryEvent) SetRecordMarkerFailedEventAttributes(v *RecordMarkerFailedEventAttributes) *HistoryEvent {
s.RecordMarkerFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetRecordMarkerFailedEventAttributes(v *RecordMarkerFailedEventAttributes) *HistoryEvent {
s.RecordMarkerFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetRecordMarkerFailedEventAttributes",
"(",
"v",
"*",
"RecordMarkerFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"RecordMarkerFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRecordMarkerFailedEventAttributes sets the RecordMarkerFailedEventAttributes field's value. | [
"SetRecordMarkerFailedEventAttributes",
"sets",
"the",
"RecordMarkerFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8256-L8259 |
165,775 | aws/aws-sdk-go | service/swf/api.go | SetRequestCancelActivityTaskFailedEventAttributes | func (s *HistoryEvent) SetRequestCancelActivityTaskFailedEventAttributes(v *RequestCancelActivityTaskFailedEventAttributes) *HistoryEvent {
s.RequestCancelActivityTaskFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetRequestCancelActivityTaskFailedEventAttributes(v *RequestCancelActivityTaskFailedEventAttributes) *HistoryEvent {
s.RequestCancelActivityTaskFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetRequestCancelActivityTaskFailedEventAttributes",
"(",
"v",
"*",
"RequestCancelActivityTaskFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"RequestCancelActivityTaskFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestCancelActivityTaskFailedEventAttributes sets the RequestCancelActivityTaskFailedEventAttributes field's value. | [
"SetRequestCancelActivityTaskFailedEventAttributes",
"sets",
"the",
"RequestCancelActivityTaskFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8262-L8265 |
165,776 | aws/aws-sdk-go | service/swf/api.go | SetRequestCancelExternalWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetRequestCancelExternalWorkflowExecutionFailedEventAttributes(v *RequestCancelExternalWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetRequestCancelExternalWorkflowExecutionFailedEventAttributes(v *RequestCancelExternalWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetRequestCancelExternalWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"RequestCancelExternalWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestCancelExternalWorkflowExecutionFailedEventAttributes sets the RequestCancelExternalWorkflowExecutionFailedEventAttributes field's value. | [
"SetRequestCancelExternalWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8268-L8271 |
165,777 | aws/aws-sdk-go | service/swf/api.go | SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes | func (s *HistoryEvent) SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(v *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(v *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes",
"(",
"v",
"*",
"RequestCancelExternalWorkflowExecutionInitiatedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"RequestCancelExternalWorkflowExecutionInitiatedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes sets the RequestCancelExternalWorkflowExecutionInitiatedEventAttributes field's value. | [
"SetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes",
"sets",
"the",
"RequestCancelExternalWorkflowExecutionInitiatedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8274-L8277 |
165,778 | aws/aws-sdk-go | service/swf/api.go | SetScheduleActivityTaskFailedEventAttributes | func (s *HistoryEvent) SetScheduleActivityTaskFailedEventAttributes(v *ScheduleActivityTaskFailedEventAttributes) *HistoryEvent {
s.ScheduleActivityTaskFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetScheduleActivityTaskFailedEventAttributes(v *ScheduleActivityTaskFailedEventAttributes) *HistoryEvent {
s.ScheduleActivityTaskFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetScheduleActivityTaskFailedEventAttributes",
"(",
"v",
"*",
"ScheduleActivityTaskFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ScheduleActivityTaskFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleActivityTaskFailedEventAttributes sets the ScheduleActivityTaskFailedEventAttributes field's value. | [
"SetScheduleActivityTaskFailedEventAttributes",
"sets",
"the",
"ScheduleActivityTaskFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8280-L8283 |
165,779 | aws/aws-sdk-go | service/swf/api.go | SetScheduleLambdaFunctionFailedEventAttributes | func (s *HistoryEvent) SetScheduleLambdaFunctionFailedEventAttributes(v *ScheduleLambdaFunctionFailedEventAttributes) *HistoryEvent {
s.ScheduleLambdaFunctionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetScheduleLambdaFunctionFailedEventAttributes(v *ScheduleLambdaFunctionFailedEventAttributes) *HistoryEvent {
s.ScheduleLambdaFunctionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetScheduleLambdaFunctionFailedEventAttributes",
"(",
"v",
"*",
"ScheduleLambdaFunctionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"ScheduleLambdaFunctionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScheduleLambdaFunctionFailedEventAttributes sets the ScheduleLambdaFunctionFailedEventAttributes field's value. | [
"SetScheduleLambdaFunctionFailedEventAttributes",
"sets",
"the",
"ScheduleLambdaFunctionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8286-L8289 |
165,780 | aws/aws-sdk-go | service/swf/api.go | SetSignalExternalWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetSignalExternalWorkflowExecutionFailedEventAttributes(v *SignalExternalWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.SignalExternalWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetSignalExternalWorkflowExecutionFailedEventAttributes(v *SignalExternalWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.SignalExternalWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetSignalExternalWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"SignalExternalWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"SignalExternalWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSignalExternalWorkflowExecutionFailedEventAttributes sets the SignalExternalWorkflowExecutionFailedEventAttributes field's value. | [
"SetSignalExternalWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"SignalExternalWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8292-L8295 |
165,781 | aws/aws-sdk-go | service/swf/api.go | SetSignalExternalWorkflowExecutionInitiatedEventAttributes | func (s *HistoryEvent) SetSignalExternalWorkflowExecutionInitiatedEventAttributes(v *SignalExternalWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.SignalExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetSignalExternalWorkflowExecutionInitiatedEventAttributes(v *SignalExternalWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.SignalExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetSignalExternalWorkflowExecutionInitiatedEventAttributes",
"(",
"v",
"*",
"SignalExternalWorkflowExecutionInitiatedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"SignalExternalWorkflowExecutionInitiatedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSignalExternalWorkflowExecutionInitiatedEventAttributes sets the SignalExternalWorkflowExecutionInitiatedEventAttributes field's value. | [
"SetSignalExternalWorkflowExecutionInitiatedEventAttributes",
"sets",
"the",
"SignalExternalWorkflowExecutionInitiatedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8298-L8301 |
165,782 | aws/aws-sdk-go | service/swf/api.go | SetStartChildWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetStartChildWorkflowExecutionFailedEventAttributes(v *StartChildWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.StartChildWorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetStartChildWorkflowExecutionFailedEventAttributes(v *StartChildWorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.StartChildWorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetStartChildWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"StartChildWorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"StartChildWorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartChildWorkflowExecutionFailedEventAttributes sets the StartChildWorkflowExecutionFailedEventAttributes field's value. | [
"SetStartChildWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"StartChildWorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8304-L8307 |
165,783 | aws/aws-sdk-go | service/swf/api.go | SetStartChildWorkflowExecutionInitiatedEventAttributes | func (s *HistoryEvent) SetStartChildWorkflowExecutionInitiatedEventAttributes(v *StartChildWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.StartChildWorkflowExecutionInitiatedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetStartChildWorkflowExecutionInitiatedEventAttributes(v *StartChildWorkflowExecutionInitiatedEventAttributes) *HistoryEvent {
s.StartChildWorkflowExecutionInitiatedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetStartChildWorkflowExecutionInitiatedEventAttributes",
"(",
"v",
"*",
"StartChildWorkflowExecutionInitiatedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"StartChildWorkflowExecutionInitiatedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartChildWorkflowExecutionInitiatedEventAttributes sets the StartChildWorkflowExecutionInitiatedEventAttributes field's value. | [
"SetStartChildWorkflowExecutionInitiatedEventAttributes",
"sets",
"the",
"StartChildWorkflowExecutionInitiatedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8310-L8313 |
165,784 | aws/aws-sdk-go | service/swf/api.go | SetStartLambdaFunctionFailedEventAttributes | func (s *HistoryEvent) SetStartLambdaFunctionFailedEventAttributes(v *StartLambdaFunctionFailedEventAttributes) *HistoryEvent {
s.StartLambdaFunctionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetStartLambdaFunctionFailedEventAttributes(v *StartLambdaFunctionFailedEventAttributes) *HistoryEvent {
s.StartLambdaFunctionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetStartLambdaFunctionFailedEventAttributes",
"(",
"v",
"*",
"StartLambdaFunctionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"StartLambdaFunctionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartLambdaFunctionFailedEventAttributes sets the StartLambdaFunctionFailedEventAttributes field's value. | [
"SetStartLambdaFunctionFailedEventAttributes",
"sets",
"the",
"StartLambdaFunctionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8316-L8319 |
165,785 | aws/aws-sdk-go | service/swf/api.go | SetStartTimerFailedEventAttributes | func (s *HistoryEvent) SetStartTimerFailedEventAttributes(v *StartTimerFailedEventAttributes) *HistoryEvent {
s.StartTimerFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetStartTimerFailedEventAttributes(v *StartTimerFailedEventAttributes) *HistoryEvent {
s.StartTimerFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetStartTimerFailedEventAttributes",
"(",
"v",
"*",
"StartTimerFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"StartTimerFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStartTimerFailedEventAttributes sets the StartTimerFailedEventAttributes field's value. | [
"SetStartTimerFailedEventAttributes",
"sets",
"the",
"StartTimerFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8322-L8325 |
165,786 | aws/aws-sdk-go | service/swf/api.go | SetTimerCanceledEventAttributes | func (s *HistoryEvent) SetTimerCanceledEventAttributes(v *TimerCanceledEventAttributes) *HistoryEvent {
s.TimerCanceledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetTimerCanceledEventAttributes(v *TimerCanceledEventAttributes) *HistoryEvent {
s.TimerCanceledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetTimerCanceledEventAttributes",
"(",
"v",
"*",
"TimerCanceledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"TimerCanceledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimerCanceledEventAttributes sets the TimerCanceledEventAttributes field's value. | [
"SetTimerCanceledEventAttributes",
"sets",
"the",
"TimerCanceledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8328-L8331 |
165,787 | aws/aws-sdk-go | service/swf/api.go | SetTimerFiredEventAttributes | func (s *HistoryEvent) SetTimerFiredEventAttributes(v *TimerFiredEventAttributes) *HistoryEvent {
s.TimerFiredEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetTimerFiredEventAttributes(v *TimerFiredEventAttributes) *HistoryEvent {
s.TimerFiredEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetTimerFiredEventAttributes",
"(",
"v",
"*",
"TimerFiredEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"TimerFiredEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimerFiredEventAttributes sets the TimerFiredEventAttributes field's value. | [
"SetTimerFiredEventAttributes",
"sets",
"the",
"TimerFiredEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8334-L8337 |
165,788 | aws/aws-sdk-go | service/swf/api.go | SetTimerStartedEventAttributes | func (s *HistoryEvent) SetTimerStartedEventAttributes(v *TimerStartedEventAttributes) *HistoryEvent {
s.TimerStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetTimerStartedEventAttributes(v *TimerStartedEventAttributes) *HistoryEvent {
s.TimerStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetTimerStartedEventAttributes",
"(",
"v",
"*",
"TimerStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"TimerStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimerStartedEventAttributes sets the TimerStartedEventAttributes field's value. | [
"SetTimerStartedEventAttributes",
"sets",
"the",
"TimerStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8340-L8343 |
165,789 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionCancelRequestedEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionCancelRequestedEventAttributes(v *WorkflowExecutionCancelRequestedEventAttributes) *HistoryEvent {
s.WorkflowExecutionCancelRequestedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionCancelRequestedEventAttributes(v *WorkflowExecutionCancelRequestedEventAttributes) *HistoryEvent {
s.WorkflowExecutionCancelRequestedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionCancelRequestedEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionCancelRequestedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionCancelRequestedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionCancelRequestedEventAttributes sets the WorkflowExecutionCancelRequestedEventAttributes field's value. | [
"SetWorkflowExecutionCancelRequestedEventAttributes",
"sets",
"the",
"WorkflowExecutionCancelRequestedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8346-L8349 |
165,790 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionCanceledEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionCanceledEventAttributes(v *WorkflowExecutionCanceledEventAttributes) *HistoryEvent {
s.WorkflowExecutionCanceledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionCanceledEventAttributes(v *WorkflowExecutionCanceledEventAttributes) *HistoryEvent {
s.WorkflowExecutionCanceledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionCanceledEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionCanceledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionCanceledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionCanceledEventAttributes sets the WorkflowExecutionCanceledEventAttributes field's value. | [
"SetWorkflowExecutionCanceledEventAttributes",
"sets",
"the",
"WorkflowExecutionCanceledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8352-L8355 |
165,791 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionCompletedEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionCompletedEventAttributes(v *WorkflowExecutionCompletedEventAttributes) *HistoryEvent {
s.WorkflowExecutionCompletedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionCompletedEventAttributes(v *WorkflowExecutionCompletedEventAttributes) *HistoryEvent {
s.WorkflowExecutionCompletedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionCompletedEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionCompletedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionCompletedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionCompletedEventAttributes sets the WorkflowExecutionCompletedEventAttributes field's value. | [
"SetWorkflowExecutionCompletedEventAttributes",
"sets",
"the",
"WorkflowExecutionCompletedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8358-L8361 |
165,792 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionContinuedAsNewEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionContinuedAsNewEventAttributes(v *WorkflowExecutionContinuedAsNewEventAttributes) *HistoryEvent {
s.WorkflowExecutionContinuedAsNewEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionContinuedAsNewEventAttributes(v *WorkflowExecutionContinuedAsNewEventAttributes) *HistoryEvent {
s.WorkflowExecutionContinuedAsNewEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionContinuedAsNewEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionContinuedAsNewEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionContinuedAsNewEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionContinuedAsNewEventAttributes sets the WorkflowExecutionContinuedAsNewEventAttributes field's value. | [
"SetWorkflowExecutionContinuedAsNewEventAttributes",
"sets",
"the",
"WorkflowExecutionContinuedAsNewEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8364-L8367 |
165,793 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionFailedEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionFailedEventAttributes(v *WorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.WorkflowExecutionFailedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionFailedEventAttributes(v *WorkflowExecutionFailedEventAttributes) *HistoryEvent {
s.WorkflowExecutionFailedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionFailedEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionFailedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionFailedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionFailedEventAttributes sets the WorkflowExecutionFailedEventAttributes field's value. | [
"SetWorkflowExecutionFailedEventAttributes",
"sets",
"the",
"WorkflowExecutionFailedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8370-L8373 |
165,794 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionSignaledEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionSignaledEventAttributes(v *WorkflowExecutionSignaledEventAttributes) *HistoryEvent {
s.WorkflowExecutionSignaledEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionSignaledEventAttributes(v *WorkflowExecutionSignaledEventAttributes) *HistoryEvent {
s.WorkflowExecutionSignaledEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionSignaledEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionSignaledEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionSignaledEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionSignaledEventAttributes sets the WorkflowExecutionSignaledEventAttributes field's value. | [
"SetWorkflowExecutionSignaledEventAttributes",
"sets",
"the",
"WorkflowExecutionSignaledEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8376-L8379 |
165,795 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionStartedEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionStartedEventAttributes(v *WorkflowExecutionStartedEventAttributes) *HistoryEvent {
s.WorkflowExecutionStartedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionStartedEventAttributes(v *WorkflowExecutionStartedEventAttributes) *HistoryEvent {
s.WorkflowExecutionStartedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionStartedEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionStartedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionStartedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionStartedEventAttributes sets the WorkflowExecutionStartedEventAttributes field's value. | [
"SetWorkflowExecutionStartedEventAttributes",
"sets",
"the",
"WorkflowExecutionStartedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8382-L8385 |
165,796 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionTerminatedEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionTerminatedEventAttributes(v *WorkflowExecutionTerminatedEventAttributes) *HistoryEvent {
s.WorkflowExecutionTerminatedEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionTerminatedEventAttributes(v *WorkflowExecutionTerminatedEventAttributes) *HistoryEvent {
s.WorkflowExecutionTerminatedEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionTerminatedEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionTerminatedEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionTerminatedEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionTerminatedEventAttributes sets the WorkflowExecutionTerminatedEventAttributes field's value. | [
"SetWorkflowExecutionTerminatedEventAttributes",
"sets",
"the",
"WorkflowExecutionTerminatedEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8388-L8391 |
165,797 | aws/aws-sdk-go | service/swf/api.go | SetWorkflowExecutionTimedOutEventAttributes | func (s *HistoryEvent) SetWorkflowExecutionTimedOutEventAttributes(v *WorkflowExecutionTimedOutEventAttributes) *HistoryEvent {
s.WorkflowExecutionTimedOutEventAttributes = v
return s
} | go | func (s *HistoryEvent) SetWorkflowExecutionTimedOutEventAttributes(v *WorkflowExecutionTimedOutEventAttributes) *HistoryEvent {
s.WorkflowExecutionTimedOutEventAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"HistoryEvent",
")",
"SetWorkflowExecutionTimedOutEventAttributes",
"(",
"v",
"*",
"WorkflowExecutionTimedOutEventAttributes",
")",
"*",
"HistoryEvent",
"{",
"s",
".",
"WorkflowExecutionTimedOutEventAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetWorkflowExecutionTimedOutEventAttributes sets the WorkflowExecutionTimedOutEventAttributes field's value. | [
"SetWorkflowExecutionTimedOutEventAttributes",
"sets",
"the",
"WorkflowExecutionTimedOutEventAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L8394-L8397 |
165,798 | aws/aws-sdk-go | service/swf/api.go | SetDomainInfos | func (s *ListDomainsOutput) SetDomainInfos(v []*DomainInfo) *ListDomainsOutput {
s.DomainInfos = v
return s
} | go | func (s *ListDomainsOutput) SetDomainInfos(v []*DomainInfo) *ListDomainsOutput {
s.DomainInfos = v
return s
} | [
"func",
"(",
"s",
"*",
"ListDomainsOutput",
")",
"SetDomainInfos",
"(",
"v",
"[",
"]",
"*",
"DomainInfo",
")",
"*",
"ListDomainsOutput",
"{",
"s",
".",
"DomainInfos",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainInfos sets the DomainInfos field's value. | [
"SetDomainInfos",
"sets",
"the",
"DomainInfos",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L9112-L9115 |
165,799 | aws/aws-sdk-go | service/swf/api.go | SetPreviousStartedEventId | func (s *PollForDecisionTaskOutput) SetPreviousStartedEventId(v int64) *PollForDecisionTaskOutput {
s.PreviousStartedEventId = &v
return s
} | go | func (s *PollForDecisionTaskOutput) SetPreviousStartedEventId(v int64) *PollForDecisionTaskOutput {
s.PreviousStartedEventId = &v
return s
} | [
"func",
"(",
"s",
"*",
"PollForDecisionTaskOutput",
")",
"SetPreviousStartedEventId",
"(",
"v",
"int64",
")",
"*",
"PollForDecisionTaskOutput",
"{",
"s",
".",
"PreviousStartedEventId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreviousStartedEventId sets the PreviousStartedEventId field's value. | [
"SetPreviousStartedEventId",
"sets",
"the",
"PreviousStartedEventId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/swf/api.go#L9854-L9857 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.