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,300
aws/aws-sdk-go
service/s3/api.go
SetTargetGrants
func (s *LoggingEnabled) SetTargetGrants(v []*TargetGrant) *LoggingEnabled { s.TargetGrants = v return s }
go
func (s *LoggingEnabled) SetTargetGrants(v []*TargetGrant) *LoggingEnabled { s.TargetGrants = v return s }
[ "func", "(", "s", "*", "LoggingEnabled", ")", "SetTargetGrants", "(", "v", "[", "]", "*", "TargetGrant", ")", "*", "LoggingEnabled", "{", "s", ".", "TargetGrants", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTargetGrants sets the TargetGrants field's value.
[ "SetTargetGrants", "sets", "the", "TargetGrants", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17338-L17341
165,301
aws/aws-sdk-go
service/s3/api.go
SetTargetPrefix
func (s *LoggingEnabled) SetTargetPrefix(v string) *LoggingEnabled { s.TargetPrefix = &v return s }
go
func (s *LoggingEnabled) SetTargetPrefix(v string) *LoggingEnabled { s.TargetPrefix = &v return s }
[ "func", "(", "s", "*", "LoggingEnabled", ")", "SetTargetPrefix", "(", "v", "string", ")", "*", "LoggingEnabled", "{", "s", ".", "TargetPrefix", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTargetPrefix sets the TargetPrefix field's value.
[ "SetTargetPrefix", "sets", "the", "TargetPrefix", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17344-L17347
165,302
aws/aws-sdk-go
service/s3/api.go
SetInitiated
func (s *MultipartUpload) SetInitiated(v time.Time) *MultipartUpload { s.Initiated = &v return s }
go
func (s *MultipartUpload) SetInitiated(v time.Time) *MultipartUpload { s.Initiated = &v return s }
[ "func", "(", "s", "*", "MultipartUpload", ")", "SetInitiated", "(", "v", "time", ".", "Time", ")", "*", "MultipartUpload", "{", "s", ".", "Initiated", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInitiated sets the Initiated field's value.
[ "SetInitiated", "sets", "the", "Initiated", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17581-L17584
165,303
aws/aws-sdk-go
service/s3/api.go
SetLambdaFunctionConfigurations
func (s *NotificationConfiguration) SetLambdaFunctionConfigurations(v []*LambdaFunctionConfiguration) *NotificationConfiguration { s.LambdaFunctionConfigurations = v return s }
go
func (s *NotificationConfiguration) SetLambdaFunctionConfigurations(v []*LambdaFunctionConfiguration) *NotificationConfiguration { s.LambdaFunctionConfigurations = v return s }
[ "func", "(", "s", "*", "NotificationConfiguration", ")", "SetLambdaFunctionConfigurations", "(", "v", "[", "]", "*", "LambdaFunctionConfiguration", ")", "*", "NotificationConfiguration", "{", "s", ".", "LambdaFunctionConfigurations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLambdaFunctionConfigurations sets the LambdaFunctionConfigurations field's value.
[ "SetLambdaFunctionConfigurations", "sets", "the", "LambdaFunctionConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17754-L17757
165,304
aws/aws-sdk-go
service/s3/api.go
SetQueueConfigurations
func (s *NotificationConfiguration) SetQueueConfigurations(v []*QueueConfiguration) *NotificationConfiguration { s.QueueConfigurations = v return s }
go
func (s *NotificationConfiguration) SetQueueConfigurations(v []*QueueConfiguration) *NotificationConfiguration { s.QueueConfigurations = v return s }
[ "func", "(", "s", "*", "NotificationConfiguration", ")", "SetQueueConfigurations", "(", "v", "[", "]", "*", "QueueConfiguration", ")", "*", "NotificationConfiguration", "{", "s", ".", "QueueConfigurations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetQueueConfigurations sets the QueueConfigurations field's value.
[ "SetQueueConfigurations", "sets", "the", "QueueConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17760-L17763
165,305
aws/aws-sdk-go
service/s3/api.go
SetTopicConfigurations
func (s *NotificationConfiguration) SetTopicConfigurations(v []*TopicConfiguration) *NotificationConfiguration { s.TopicConfigurations = v return s }
go
func (s *NotificationConfiguration) SetTopicConfigurations(v []*TopicConfiguration) *NotificationConfiguration { s.TopicConfigurations = v return s }
[ "func", "(", "s", "*", "NotificationConfiguration", ")", "SetTopicConfigurations", "(", "v", "[", "]", "*", "TopicConfiguration", ")", "*", "NotificationConfiguration", "{", "s", ".", "TopicConfigurations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTopicConfigurations sets the TopicConfigurations field's value.
[ "SetTopicConfigurations", "sets", "the", "TopicConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17766-L17769
165,306
aws/aws-sdk-go
service/s3/api.go
SetCloudFunctionConfiguration
func (s *NotificationConfigurationDeprecated) SetCloudFunctionConfiguration(v *CloudFunctionConfiguration) *NotificationConfigurationDeprecated { s.CloudFunctionConfiguration = v return s }
go
func (s *NotificationConfigurationDeprecated) SetCloudFunctionConfiguration(v *CloudFunctionConfiguration) *NotificationConfigurationDeprecated { s.CloudFunctionConfiguration = v return s }
[ "func", "(", "s", "*", "NotificationConfigurationDeprecated", ")", "SetCloudFunctionConfiguration", "(", "v", "*", "CloudFunctionConfiguration", ")", "*", "NotificationConfigurationDeprecated", "{", "s", ".", "CloudFunctionConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCloudFunctionConfiguration sets the CloudFunctionConfiguration field's value.
[ "SetCloudFunctionConfiguration", "sets", "the", "CloudFunctionConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17792-L17795
165,307
aws/aws-sdk-go
service/s3/api.go
SetQueueConfiguration
func (s *NotificationConfigurationDeprecated) SetQueueConfiguration(v *QueueConfigurationDeprecated) *NotificationConfigurationDeprecated { s.QueueConfiguration = v return s }
go
func (s *NotificationConfigurationDeprecated) SetQueueConfiguration(v *QueueConfigurationDeprecated) *NotificationConfigurationDeprecated { s.QueueConfiguration = v return s }
[ "func", "(", "s", "*", "NotificationConfigurationDeprecated", ")", "SetQueueConfiguration", "(", "v", "*", "QueueConfigurationDeprecated", ")", "*", "NotificationConfigurationDeprecated", "{", "s", ".", "QueueConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetQueueConfiguration sets the QueueConfiguration field's value.
[ "SetQueueConfiguration", "sets", "the", "QueueConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17798-L17801
165,308
aws/aws-sdk-go
service/s3/api.go
SetTopicConfiguration
func (s *NotificationConfigurationDeprecated) SetTopicConfiguration(v *TopicConfigurationDeprecated) *NotificationConfigurationDeprecated { s.TopicConfiguration = v return s }
go
func (s *NotificationConfigurationDeprecated) SetTopicConfiguration(v *TopicConfigurationDeprecated) *NotificationConfigurationDeprecated { s.TopicConfiguration = v return s }
[ "func", "(", "s", "*", "NotificationConfigurationDeprecated", ")", "SetTopicConfiguration", "(", "v", "*", "TopicConfigurationDeprecated", ")", "*", "NotificationConfigurationDeprecated", "{", "s", ".", "TopicConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTopicConfiguration sets the TopicConfiguration field's value.
[ "SetTopicConfiguration", "sets", "the", "TopicConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17804-L17807
165,309
aws/aws-sdk-go
service/s3/api.go
SetObjectLockEnabled
func (s *ObjectLockConfiguration) SetObjectLockEnabled(v string) *ObjectLockConfiguration { s.ObjectLockEnabled = &v return s }
go
func (s *ObjectLockConfiguration) SetObjectLockEnabled(v string) *ObjectLockConfiguration { s.ObjectLockEnabled = &v return s }
[ "func", "(", "s", "*", "ObjectLockConfiguration", ")", "SetObjectLockEnabled", "(", "v", "string", ")", "*", "ObjectLockConfiguration", "{", "s", ".", "ObjectLockEnabled", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetObjectLockEnabled sets the ObjectLockEnabled field's value.
[ "SetObjectLockEnabled", "sets", "the", "ObjectLockEnabled", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L17970-L17973
165,310
aws/aws-sdk-go
service/s3/api.go
SetRetainUntilDate
func (s *ObjectLockRetention) SetRetainUntilDate(v time.Time) *ObjectLockRetention { s.RetainUntilDate = &v return s }
go
func (s *ObjectLockRetention) SetRetainUntilDate(v time.Time) *ObjectLockRetention { s.RetainUntilDate = &v return s }
[ "func", "(", "s", "*", "ObjectLockRetention", ")", "SetRetainUntilDate", "(", "v", "time", ".", "Time", ")", "*", "ObjectLockRetention", "{", "s", ".", "RetainUntilDate", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRetainUntilDate sets the RetainUntilDate field's value.
[ "SetRetainUntilDate", "sets", "the", "RetainUntilDate", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18033-L18036
165,311
aws/aws-sdk-go
service/s3/api.go
SetDefaultRetention
func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { s.DefaultRetention = v return s }
go
func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRule { s.DefaultRetention = v return s }
[ "func", "(", "s", "*", "ObjectLockRule", ")", "SetDefaultRetention", "(", "v", "*", "DefaultRetention", ")", "*", "ObjectLockRule", "{", "s", ".", "DefaultRetention", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDefaultRetention sets the DefaultRetention field's value.
[ "SetDefaultRetention", "sets", "the", "DefaultRetention", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18058-L18061
165,312
aws/aws-sdk-go
service/s3/api.go
SetIsPublic
func (s *PolicyStatus) SetIsPublic(v bool) *PolicyStatus { s.IsPublic = &v return s }
go
func (s *PolicyStatus) SetIsPublic(v bool) *PolicyStatus { s.IsPublic = &v return s }
[ "func", "(", "s", "*", "PolicyStatus", ")", "SetIsPublic", "(", "v", "bool", ")", "*", "PolicyStatus", "{", "s", ".", "IsPublic", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIsPublic sets the IsPublic field's value.
[ "SetIsPublic", "sets", "the", "IsPublic", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18335-L18338
165,313
aws/aws-sdk-go
service/s3/api.go
SetBlockPublicAcls
func (s *PublicAccessBlockConfiguration) SetBlockPublicAcls(v bool) *PublicAccessBlockConfiguration { s.BlockPublicAcls = &v return s }
go
func (s *PublicAccessBlockConfiguration) SetBlockPublicAcls(v bool) *PublicAccessBlockConfiguration { s.BlockPublicAcls = &v return s }
[ "func", "(", "s", "*", "PublicAccessBlockConfiguration", ")", "SetBlockPublicAcls", "(", "v", "bool", ")", "*", "PublicAccessBlockConfiguration", "{", "s", ".", "BlockPublicAcls", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBlockPublicAcls sets the BlockPublicAcls field's value.
[ "SetBlockPublicAcls", "sets", "the", "BlockPublicAcls", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18473-L18476
165,314
aws/aws-sdk-go
service/s3/api.go
SetBlockPublicPolicy
func (s *PublicAccessBlockConfiguration) SetBlockPublicPolicy(v bool) *PublicAccessBlockConfiguration { s.BlockPublicPolicy = &v return s }
go
func (s *PublicAccessBlockConfiguration) SetBlockPublicPolicy(v bool) *PublicAccessBlockConfiguration { s.BlockPublicPolicy = &v return s }
[ "func", "(", "s", "*", "PublicAccessBlockConfiguration", ")", "SetBlockPublicPolicy", "(", "v", "bool", ")", "*", "PublicAccessBlockConfiguration", "{", "s", ".", "BlockPublicPolicy", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBlockPublicPolicy sets the BlockPublicPolicy field's value.
[ "SetBlockPublicPolicy", "sets", "the", "BlockPublicPolicy", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18479-L18482
165,315
aws/aws-sdk-go
service/s3/api.go
SetIgnorePublicAcls
func (s *PublicAccessBlockConfiguration) SetIgnorePublicAcls(v bool) *PublicAccessBlockConfiguration { s.IgnorePublicAcls = &v return s }
go
func (s *PublicAccessBlockConfiguration) SetIgnorePublicAcls(v bool) *PublicAccessBlockConfiguration { s.IgnorePublicAcls = &v return s }
[ "func", "(", "s", "*", "PublicAccessBlockConfiguration", ")", "SetIgnorePublicAcls", "(", "v", "bool", ")", "*", "PublicAccessBlockConfiguration", "{", "s", ".", "IgnorePublicAcls", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIgnorePublicAcls sets the IgnorePublicAcls field's value.
[ "SetIgnorePublicAcls", "sets", "the", "IgnorePublicAcls", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18485-L18488
165,316
aws/aws-sdk-go
service/s3/api.go
SetRestrictPublicBuckets
func (s *PublicAccessBlockConfiguration) SetRestrictPublicBuckets(v bool) *PublicAccessBlockConfiguration { s.RestrictPublicBuckets = &v return s }
go
func (s *PublicAccessBlockConfiguration) SetRestrictPublicBuckets(v bool) *PublicAccessBlockConfiguration { s.RestrictPublicBuckets = &v return s }
[ "func", "(", "s", "*", "PublicAccessBlockConfiguration", ")", "SetRestrictPublicBuckets", "(", "v", "bool", ")", "*", "PublicAccessBlockConfiguration", "{", "s", ".", "RestrictPublicBuckets", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRestrictPublicBuckets sets the RestrictPublicBuckets field's value.
[ "SetRestrictPublicBuckets", "sets", "the", "RestrictPublicBuckets", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18491-L18494
165,317
aws/aws-sdk-go
service/s3/api.go
SetAccelerateConfiguration
func (s *PutBucketAccelerateConfigurationInput) SetAccelerateConfiguration(v *AccelerateConfiguration) *PutBucketAccelerateConfigurationInput { s.AccelerateConfiguration = v return s }
go
func (s *PutBucketAccelerateConfigurationInput) SetAccelerateConfiguration(v *AccelerateConfiguration) *PutBucketAccelerateConfigurationInput { s.AccelerateConfiguration = v return s }
[ "func", "(", "s", "*", "PutBucketAccelerateConfigurationInput", ")", "SetAccelerateConfiguration", "(", "v", "*", "AccelerateConfiguration", ")", "*", "PutBucketAccelerateConfigurationInput", "{", "s", ".", "AccelerateConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAccelerateConfiguration sets the AccelerateConfiguration field's value.
[ "SetAccelerateConfiguration", "sets", "the", "AccelerateConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18540-L18543
165,318
aws/aws-sdk-go
service/s3/api.go
SetCORSConfiguration
func (s *PutBucketCorsInput) SetCORSConfiguration(v *CORSConfiguration) *PutBucketCorsInput { s.CORSConfiguration = v return s }
go
func (s *PutBucketCorsInput) SetCORSConfiguration(v *CORSConfiguration) *PutBucketCorsInput { s.CORSConfiguration = v return s }
[ "func", "(", "s", "*", "PutBucketCorsInput", ")", "SetCORSConfiguration", "(", "v", "*", "CORSConfiguration", ")", "*", "PutBucketCorsInput", "{", "s", ".", "CORSConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCORSConfiguration sets the CORSConfiguration field's value.
[ "SetCORSConfiguration", "sets", "the", "CORSConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L18853-L18856
165,319
aws/aws-sdk-go
service/s3/api.go
SetBucketLoggingStatus
func (s *PutBucketLoggingInput) SetBucketLoggingStatus(v *BucketLoggingStatus) *PutBucketLoggingInput { s.BucketLoggingStatus = v return s }
go
func (s *PutBucketLoggingInput) SetBucketLoggingStatus(v *BucketLoggingStatus) *PutBucketLoggingInput { s.BucketLoggingStatus = v return s }
[ "func", "(", "s", "*", "PutBucketLoggingInput", ")", "SetBucketLoggingStatus", "(", "v", "*", "BucketLoggingStatus", ")", "*", "PutBucketLoggingInput", "{", "s", ".", "BucketLoggingStatus", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBucketLoggingStatus sets the BucketLoggingStatus field's value.
[ "SetBucketLoggingStatus", "sets", "the", "BucketLoggingStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L19254-L19257
165,320
aws/aws-sdk-go
service/s3/api.go
SetConfirmRemoveSelfBucketAccess
func (s *PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess(v bool) *PutBucketPolicyInput { s.ConfirmRemoveSelfBucketAccess = &v return s }
go
func (s *PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess(v bool) *PutBucketPolicyInput { s.ConfirmRemoveSelfBucketAccess = &v return s }
[ "func", "(", "s", "*", "PutBucketPolicyInput", ")", "SetConfirmRemoveSelfBucketAccess", "(", "v", "bool", ")", "*", "PutBucketPolicyInput", "{", "s", ".", "ConfirmRemoveSelfBucketAccess", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConfirmRemoveSelfBucketAccess sets the ConfirmRemoveSelfBucketAccess field's value.
[ "SetConfirmRemoveSelfBucketAccess", "sets", "the", "ConfirmRemoveSelfBucketAccess", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L19579-L19582
165,321
aws/aws-sdk-go
service/s3/api.go
SetRequestPaymentConfiguration
func (s *PutBucketRequestPaymentInput) SetRequestPaymentConfiguration(v *RequestPaymentConfiguration) *PutBucketRequestPaymentInput { s.RequestPaymentConfiguration = v return s }
go
func (s *PutBucketRequestPaymentInput) SetRequestPaymentConfiguration(v *RequestPaymentConfiguration) *PutBucketRequestPaymentInput { s.RequestPaymentConfiguration = v return s }
[ "func", "(", "s", "*", "PutBucketRequestPaymentInput", ")", "SetRequestPaymentConfiguration", "(", "v", "*", "RequestPaymentConfiguration", ")", "*", "PutBucketRequestPaymentInput", "{", "s", ".", "RequestPaymentConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRequestPaymentConfiguration sets the RequestPaymentConfiguration field's value.
[ "SetRequestPaymentConfiguration", "sets", "the", "RequestPaymentConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L19742-L19745
165,322
aws/aws-sdk-go
service/s3/api.go
SetWebsiteConfiguration
func (s *PutBucketWebsiteInput) SetWebsiteConfiguration(v *WebsiteConfiguration) *PutBucketWebsiteInput { s.WebsiteConfiguration = v return s }
go
func (s *PutBucketWebsiteInput) SetWebsiteConfiguration(v *WebsiteConfiguration) *PutBucketWebsiteInput { s.WebsiteConfiguration = v return s }
[ "func", "(", "s", "*", "PutBucketWebsiteInput", ")", "SetWebsiteConfiguration", "(", "v", "*", "WebsiteConfiguration", ")", "*", "PutBucketWebsiteInput", "{", "s", ".", "WebsiteConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetWebsiteConfiguration sets the WebsiteConfiguration field's value.
[ "SetWebsiteConfiguration", "sets", "the", "WebsiteConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L19978-L19981
165,323
aws/aws-sdk-go
service/s3/api.go
SetQueueArn
func (s *QueueConfiguration) SetQueueArn(v string) *QueueConfiguration { s.QueueArn = &v return s }
go
func (s *QueueConfiguration) SetQueueArn(v string) *QueueConfiguration { s.QueueArn = &v return s }
[ "func", "(", "s", "*", "QueueConfiguration", ")", "SetQueueArn", "(", "v", "string", ")", "*", "QueueConfiguration", "{", "s", ".", "QueueArn", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetQueueArn sets the QueueArn field's value.
[ "SetQueueArn", "sets", "the", "QueueArn", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21212-L21215
165,324
aws/aws-sdk-go
service/s3/api.go
UnmarshalEvent
func (s *RecordsEvent) UnmarshalEvent( payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message, ) error { s.Payload = make([]byte, len(msg.Payload)) copy(s.Payload, msg.Payload) return nil }
go
func (s *RecordsEvent) UnmarshalEvent( payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message, ) error { s.Payload = make([]byte, len(msg.Payload)) copy(s.Payload, msg.Payload) return nil }
[ "func", "(", "s", "*", "RecordsEvent", ")", "UnmarshalEvent", "(", "payloadUnmarshaler", "protocol", ".", "PayloadUnmarshaler", ",", "msg", "eventstream", ".", "Message", ",", ")", "error", "{", "s", ".", "Payload", "=", "make", "(", "[", "]", "byte", ",", "len", "(", "msg", ".", "Payload", ")", ")", "\n", "copy", "(", "s", ".", "Payload", ",", "msg", ".", "Payload", ")", "\n", "return", "nil", "\n", "}" ]
// UnmarshalEvent unmarshals the EventStream Message into the RecordsEvent value. // This method is only used internally within the SDK's EventStream handling.
[ "UnmarshalEvent", "unmarshals", "the", "EventStream", "Message", "into", "the", "RecordsEvent", "value", ".", "This", "method", "is", "only", "used", "internally", "within", "the", "SDK", "s", "EventStream", "handling", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21298-L21305
165,325
aws/aws-sdk-go
service/s3/api.go
SetHttpRedirectCode
func (s *Redirect) SetHttpRedirectCode(v string) *Redirect { s.HttpRedirectCode = &v return s }
go
func (s *Redirect) SetHttpRedirectCode(v string) *Redirect { s.HttpRedirectCode = &v return s }
[ "func", "(", "s", "*", "Redirect", ")", "SetHttpRedirectCode", "(", "v", "string", ")", "*", "Redirect", "{", "s", ".", "HttpRedirectCode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetHttpRedirectCode sets the HttpRedirectCode field's value.
[ "SetHttpRedirectCode", "sets", "the", "HttpRedirectCode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21352-L21355
165,326
aws/aws-sdk-go
service/s3/api.go
SetReplaceKeyPrefixWith
func (s *Redirect) SetReplaceKeyPrefixWith(v string) *Redirect { s.ReplaceKeyPrefixWith = &v return s }
go
func (s *Redirect) SetReplaceKeyPrefixWith(v string) *Redirect { s.ReplaceKeyPrefixWith = &v return s }
[ "func", "(", "s", "*", "Redirect", ")", "SetReplaceKeyPrefixWith", "(", "v", "string", ")", "*", "Redirect", "{", "s", ".", "ReplaceKeyPrefixWith", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReplaceKeyPrefixWith sets the ReplaceKeyPrefixWith field's value.
[ "SetReplaceKeyPrefixWith", "sets", "the", "ReplaceKeyPrefixWith", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21364-L21367
165,327
aws/aws-sdk-go
service/s3/api.go
SetReplaceKeyWith
func (s *Redirect) SetReplaceKeyWith(v string) *Redirect { s.ReplaceKeyWith = &v return s }
go
func (s *Redirect) SetReplaceKeyWith(v string) *Redirect { s.ReplaceKeyWith = &v return s }
[ "func", "(", "s", "*", "Redirect", ")", "SetReplaceKeyWith", "(", "v", "string", ")", "*", "Redirect", "{", "s", ".", "ReplaceKeyWith", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReplaceKeyWith sets the ReplaceKeyWith field's value.
[ "SetReplaceKeyWith", "sets", "the", "ReplaceKeyWith", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21370-L21373
165,328
aws/aws-sdk-go
service/s3/api.go
SetDeleteMarkerReplication
func (s *ReplicationRule) SetDeleteMarkerReplication(v *DeleteMarkerReplication) *ReplicationRule { s.DeleteMarkerReplication = v return s }
go
func (s *ReplicationRule) SetDeleteMarkerReplication(v *DeleteMarkerReplication) *ReplicationRule { s.DeleteMarkerReplication = v return s }
[ "func", "(", "s", "*", "ReplicationRule", ")", "SetDeleteMarkerReplication", "(", "v", "*", "DeleteMarkerReplication", ")", "*", "ReplicationRule", "{", "s", ".", "DeleteMarkerReplication", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDeleteMarkerReplication sets the DeleteMarkerReplication field's value.
[ "SetDeleteMarkerReplication", "sets", "the", "DeleteMarkerReplication", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21587-L21590
165,329
aws/aws-sdk-go
service/s3/api.go
SetSourceSelectionCriteria
func (s *ReplicationRule) SetSourceSelectionCriteria(v *SourceSelectionCriteria) *ReplicationRule { s.SourceSelectionCriteria = v return s }
go
func (s *ReplicationRule) SetSourceSelectionCriteria(v *SourceSelectionCriteria) *ReplicationRule { s.SourceSelectionCriteria = v return s }
[ "func", "(", "s", "*", "ReplicationRule", ")", "SetSourceSelectionCriteria", "(", "v", "*", "SourceSelectionCriteria", ")", "*", "ReplicationRule", "{", "s", ".", "SourceSelectionCriteria", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceSelectionCriteria sets the SourceSelectionCriteria field's value.
[ "SetSourceSelectionCriteria", "sets", "the", "SourceSelectionCriteria", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21623-L21626
165,330
aws/aws-sdk-go
service/s3/api.go
SetRestoreRequest
func (s *RestoreObjectInput) SetRestoreRequest(v *RestoreRequest) *RestoreObjectInput { s.RestoreRequest = v return s }
go
func (s *RestoreObjectInput) SetRestoreRequest(v *RestoreRequest) *RestoreObjectInput { s.RestoreRequest = v return s }
[ "func", "(", "s", "*", "RestoreObjectInput", ")", "SetRestoreRequest", "(", "v", "*", "RestoreRequest", ")", "*", "RestoreObjectInput", "{", "s", ".", "RestoreRequest", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRestoreRequest sets the RestoreRequest field's value.
[ "SetRestoreRequest", "sets", "the", "RestoreRequest", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21904-L21907
165,331
aws/aws-sdk-go
service/s3/api.go
SetRestoreOutputPath
func (s *RestoreObjectOutput) SetRestoreOutputPath(v string) *RestoreObjectOutput { s.RestoreOutputPath = &v return s }
go
func (s *RestoreObjectOutput) SetRestoreOutputPath(v string) *RestoreObjectOutput { s.RestoreOutputPath = &v return s }
[ "func", "(", "s", "*", "RestoreObjectOutput", ")", "SetRestoreOutputPath", "(", "v", "string", ")", "*", "RestoreObjectOutput", "{", "s", ".", "RestoreOutputPath", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRestoreOutputPath sets the RestoreOutputPath field's value.
[ "SetRestoreOutputPath", "sets", "the", "RestoreOutputPath", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L21944-L21947
165,332
aws/aws-sdk-go
service/s3/api.go
SetGlacierJobParameters
func (s *RestoreRequest) SetGlacierJobParameters(v *GlacierJobParameters) *RestoreRequest { s.GlacierJobParameters = v return s }
go
func (s *RestoreRequest) SetGlacierJobParameters(v *GlacierJobParameters) *RestoreRequest { s.GlacierJobParameters = v return s }
[ "func", "(", "s", "*", "RestoreRequest", ")", "SetGlacierJobParameters", "(", "v", "*", "GlacierJobParameters", ")", "*", "RestoreRequest", "{", "s", ".", "GlacierJobParameters", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGlacierJobParameters sets the GlacierJobParameters field's value.
[ "SetGlacierJobParameters", "sets", "the", "GlacierJobParameters", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22025-L22028
165,333
aws/aws-sdk-go
service/s3/api.go
SetRedirect
func (s *RoutingRule) SetRedirect(v *Redirect) *RoutingRule { s.Redirect = v return s }
go
func (s *RoutingRule) SetRedirect(v *Redirect) *RoutingRule { s.Redirect = v return s }
[ "func", "(", "s", "*", "RoutingRule", ")", "SetRedirect", "(", "v", "*", "Redirect", ")", "*", "RoutingRule", "{", "s", ".", "Redirect", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRedirect sets the Redirect field's value.
[ "SetRedirect", "sets", "the", "Redirect", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22101-L22104
165,334
aws/aws-sdk-go
service/s3/api.go
SetNoncurrentVersionTransition
func (s *Rule) SetNoncurrentVersionTransition(v *NoncurrentVersionTransition) *Rule { s.NoncurrentVersionTransition = v return s }
go
func (s *Rule) SetNoncurrentVersionTransition(v *NoncurrentVersionTransition) *Rule { s.NoncurrentVersionTransition = v return s }
[ "func", "(", "s", "*", "Rule", ")", "SetNoncurrentVersionTransition", "(", "v", "*", "NoncurrentVersionTransition", ")", "*", "Rule", "{", "s", ".", "NoncurrentVersionTransition", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNoncurrentVersionTransition sets the NoncurrentVersionTransition field's value.
[ "SetNoncurrentVersionTransition", "sets", "the", "NoncurrentVersionTransition", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22199-L22202
165,335
aws/aws-sdk-go
service/s3/api.go
SetTransition
func (s *Rule) SetTransition(v *Transition) *Rule { s.Transition = v return s }
go
func (s *Rule) SetTransition(v *Transition) *Rule { s.Transition = v return s }
[ "func", "(", "s", "*", "Rule", ")", "SetTransition", "(", "v", "*", "Transition", ")", "*", "Rule", "{", "s", ".", "Transition", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTransition sets the Transition field's value.
[ "SetTransition", "sets", "the", "Transition", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22217-L22220
165,336
aws/aws-sdk-go
service/s3/api.go
SetRequestProgress
func (s *SelectObjectContentInput) SetRequestProgress(v *RequestProgress) *SelectObjectContentInput { s.RequestProgress = v return s }
go
func (s *SelectObjectContentInput) SetRequestProgress(v *RequestProgress) *SelectObjectContentInput { s.RequestProgress = v return s }
[ "func", "(", "s", "*", "SelectObjectContentInput", ")", "SetRequestProgress", "(", "v", "*", "RequestProgress", ")", "*", "SelectObjectContentInput", "{", "s", ".", "RequestProgress", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRequestProgress sets the RequestProgress field's value.
[ "SetRequestProgress", "sets", "the", "RequestProgress", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22641-L22644
165,337
aws/aws-sdk-go
service/s3/api.go
SetKMSMasterKeyID
func (s *ServerSideEncryptionByDefault) SetKMSMasterKeyID(v string) *ServerSideEncryptionByDefault { s.KMSMasterKeyID = &v return s }
go
func (s *ServerSideEncryptionByDefault) SetKMSMasterKeyID(v string) *ServerSideEncryptionByDefault { s.KMSMasterKeyID = &v return s }
[ "func", "(", "s", "*", "ServerSideEncryptionByDefault", ")", "SetKMSMasterKeyID", "(", "v", "string", ")", "*", "ServerSideEncryptionByDefault", "{", "s", ".", "KMSMasterKeyID", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetKMSMasterKeyID sets the KMSMasterKeyID field's value.
[ "SetKMSMasterKeyID", "sets", "the", "KMSMasterKeyID", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22834-L22837
165,338
aws/aws-sdk-go
service/s3/api.go
SetApplyServerSideEncryptionByDefault
func (s *ServerSideEncryptionRule) SetApplyServerSideEncryptionByDefault(v *ServerSideEncryptionByDefault) *ServerSideEncryptionRule { s.ApplyServerSideEncryptionByDefault = v return s }
go
func (s *ServerSideEncryptionRule) SetApplyServerSideEncryptionByDefault(v *ServerSideEncryptionByDefault) *ServerSideEncryptionRule { s.ApplyServerSideEncryptionByDefault = v return s }
[ "func", "(", "s", "*", "ServerSideEncryptionRule", ")", "SetApplyServerSideEncryptionByDefault", "(", "v", "*", "ServerSideEncryptionByDefault", ")", "*", "ServerSideEncryptionRule", "{", "s", ".", "ApplyServerSideEncryptionByDefault", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetApplyServerSideEncryptionByDefault sets the ApplyServerSideEncryptionByDefault field's value.
[ "SetApplyServerSideEncryptionByDefault", "sets", "the", "ApplyServerSideEncryptionByDefault", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22933-L22936
165,339
aws/aws-sdk-go
service/s3/api.go
SetSseKmsEncryptedObjects
func (s *SourceSelectionCriteria) SetSseKmsEncryptedObjects(v *SseKmsEncryptedObjects) *SourceSelectionCriteria { s.SseKmsEncryptedObjects = v return s }
go
func (s *SourceSelectionCriteria) SetSseKmsEncryptedObjects(v *SseKmsEncryptedObjects) *SourceSelectionCriteria { s.SseKmsEncryptedObjects = v return s }
[ "func", "(", "s", "*", "SourceSelectionCriteria", ")", "SetSseKmsEncryptedObjects", "(", "v", "*", "SseKmsEncryptedObjects", ")", "*", "SourceSelectionCriteria", "{", "s", ".", "SseKmsEncryptedObjects", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSseKmsEncryptedObjects sets the SseKmsEncryptedObjects field's value.
[ "SetSseKmsEncryptedObjects", "sets", "the", "SseKmsEncryptedObjects", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L22974-L22977
165,340
aws/aws-sdk-go
service/s3/api.go
SetDataExport
func (s *StorageClassAnalysis) SetDataExport(v *StorageClassAnalysisDataExport) *StorageClassAnalysis { s.DataExport = v return s }
go
func (s *StorageClassAnalysis) SetDataExport(v *StorageClassAnalysisDataExport) *StorageClassAnalysis { s.DataExport = v return s }
[ "func", "(", "s", "*", "StorageClassAnalysis", ")", "SetDataExport", "(", "v", "*", "StorageClassAnalysisDataExport", ")", "*", "StorageClassAnalysis", "{", "s", ".", "DataExport", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDataExport sets the DataExport field's value.
[ "SetDataExport", "sets", "the", "DataExport", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L23135-L23138
165,341
aws/aws-sdk-go
service/s3/api.go
SetOutputSchemaVersion
func (s *StorageClassAnalysisDataExport) SetOutputSchemaVersion(v string) *StorageClassAnalysisDataExport { s.OutputSchemaVersion = &v return s }
go
func (s *StorageClassAnalysisDataExport) SetOutputSchemaVersion(v string) *StorageClassAnalysisDataExport { s.OutputSchemaVersion = &v return s }
[ "func", "(", "s", "*", "StorageClassAnalysisDataExport", ")", "SetOutputSchemaVersion", "(", "v", "string", ")", "*", "StorageClassAnalysisDataExport", "{", "s", ".", "OutputSchemaVersion", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOutputSchemaVersion sets the OutputSchemaVersion field's value.
[ "SetOutputSchemaVersion", "sets", "the", "OutputSchemaVersion", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L23192-L23195
165,342
aws/aws-sdk-go
service/s3/api.go
SetCopySourceRange
func (s *UploadPartCopyInput) SetCopySourceRange(v string) *UploadPartCopyInput { s.CopySourceRange = &v return s }
go
func (s *UploadPartCopyInput) SetCopySourceRange(v string) *UploadPartCopyInput { s.CopySourceRange = &v return s }
[ "func", "(", "s", "*", "UploadPartCopyInput", ")", "SetCopySourceRange", "(", "v", "string", ")", "*", "UploadPartCopyInput", "{", "s", ".", "CopySourceRange", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCopySourceRange sets the CopySourceRange field's value.
[ "SetCopySourceRange", "sets", "the", "CopySourceRange", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L23682-L23685
165,343
aws/aws-sdk-go
service/s3/api.go
SetCopyPartResult
func (s *UploadPartCopyOutput) SetCopyPartResult(v *CopyPartResult) *UploadPartCopyOutput { s.CopyPartResult = v return s }
go
func (s *UploadPartCopyOutput) SetCopyPartResult(v *CopyPartResult) *UploadPartCopyOutput { s.CopyPartResult = v return s }
[ "func", "(", "s", "*", "UploadPartCopyOutput", ")", "SetCopyPartResult", "(", "v", "*", "CopyPartResult", ")", "*", "UploadPartCopyOutput", "{", "s", ".", "CopyPartResult", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCopyPartResult sets the CopyPartResult field's value.
[ "SetCopyPartResult", "sets", "the", "CopyPartResult", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/s3/api.go#L23804-L23807
165,344
aws/aws-sdk-go
service/guardduty/api.go
SetUserType
func (s *AccessKeyDetails) SetUserType(v string) *AccessKeyDetails { s.UserType = &v return s }
go
func (s *AccessKeyDetails) SetUserType(v string) *AccessKeyDetails { s.UserType = &v return s }
[ "func", "(", "s", "*", "AccessKeyDetails", ")", "SetUserType", "(", "v", "string", ")", "*", "AccessKeyDetails", "{", "s", ".", "UserType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetUserType sets the UserType field's value.
[ "SetUserType", "sets", "the", "UserType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4019-L4022
165,345
aws/aws-sdk-go
service/guardduty/api.go
SetAwsApiCallAction
func (s *Action) SetAwsApiCallAction(v *AwsApiCallAction) *Action { s.AwsApiCallAction = v return s }
go
func (s *Action) SetAwsApiCallAction(v *AwsApiCallAction) *Action { s.AwsApiCallAction = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetAwsApiCallAction", "(", "v", "*", "AwsApiCallAction", ")", "*", "Action", "{", "s", ".", "AwsApiCallAction", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAwsApiCallAction sets the AwsApiCallAction field's value.
[ "SetAwsApiCallAction", "sets", "the", "AwsApiCallAction", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4114-L4117
165,346
aws/aws-sdk-go
service/guardduty/api.go
SetDnsRequestAction
func (s *Action) SetDnsRequestAction(v *DnsRequestAction) *Action { s.DnsRequestAction = v return s }
go
func (s *Action) SetDnsRequestAction(v *DnsRequestAction) *Action { s.DnsRequestAction = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetDnsRequestAction", "(", "v", "*", "DnsRequestAction", ")", "*", "Action", "{", "s", ".", "DnsRequestAction", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDnsRequestAction sets the DnsRequestAction field's value.
[ "SetDnsRequestAction", "sets", "the", "DnsRequestAction", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4120-L4123
165,347
aws/aws-sdk-go
service/guardduty/api.go
SetNetworkConnectionAction
func (s *Action) SetNetworkConnectionAction(v *NetworkConnectionAction) *Action { s.NetworkConnectionAction = v return s }
go
func (s *Action) SetNetworkConnectionAction(v *NetworkConnectionAction) *Action { s.NetworkConnectionAction = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetNetworkConnectionAction", "(", "v", "*", "NetworkConnectionAction", ")", "*", "Action", "{", "s", ".", "NetworkConnectionAction", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNetworkConnectionAction sets the NetworkConnectionAction field's value.
[ "SetNetworkConnectionAction", "sets", "the", "NetworkConnectionAction", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4126-L4129
165,348
aws/aws-sdk-go
service/guardduty/api.go
SetPortProbeAction
func (s *Action) SetPortProbeAction(v *PortProbeAction) *Action { s.PortProbeAction = v return s }
go
func (s *Action) SetPortProbeAction(v *PortProbeAction) *Action { s.PortProbeAction = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetPortProbeAction", "(", "v", "*", "PortProbeAction", ")", "*", "Action", "{", "s", ".", "PortProbeAction", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetPortProbeAction sets the PortProbeAction field's value.
[ "SetPortProbeAction", "sets", "the", "PortProbeAction", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4132-L4135
165,349
aws/aws-sdk-go
service/guardduty/api.go
SetApi
func (s *AwsApiCallAction) SetApi(v string) *AwsApiCallAction { s.Api = &v return s }
go
func (s *AwsApiCallAction) SetApi(v string) *AwsApiCallAction { s.Api = &v return s }
[ "func", "(", "s", "*", "AwsApiCallAction", ")", "SetApi", "(", "v", "string", ")", "*", "AwsApiCallAction", "{", "s", ".", "Api", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetApi sets the Api field's value.
[ "SetApi", "sets", "the", "Api", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4236-L4239
165,350
aws/aws-sdk-go
service/guardduty/api.go
SetCallerType
func (s *AwsApiCallAction) SetCallerType(v string) *AwsApiCallAction { s.CallerType = &v return s }
go
func (s *AwsApiCallAction) SetCallerType(v string) *AwsApiCallAction { s.CallerType = &v return s }
[ "func", "(", "s", "*", "AwsApiCallAction", ")", "SetCallerType", "(", "v", "string", ")", "*", "AwsApiCallAction", "{", "s", ".", "CallerType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCallerType sets the CallerType field's value.
[ "SetCallerType", "sets", "the", "CallerType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4242-L4245
165,351
aws/aws-sdk-go
service/guardduty/api.go
SetDomainDetails
func (s *AwsApiCallAction) SetDomainDetails(v *DomainDetails) *AwsApiCallAction { s.DomainDetails = v return s }
go
func (s *AwsApiCallAction) SetDomainDetails(v *DomainDetails) *AwsApiCallAction { s.DomainDetails = v return s }
[ "func", "(", "s", "*", "AwsApiCallAction", ")", "SetDomainDetails", "(", "v", "*", "DomainDetails", ")", "*", "AwsApiCallAction", "{", "s", ".", "DomainDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDomainDetails sets the DomainDetails field's value.
[ "SetDomainDetails", "sets", "the", "DomainDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4248-L4251
165,352
aws/aws-sdk-go
service/guardduty/api.go
SetCityName
func (s *City) SetCityName(v string) *City { s.CityName = &v return s }
go
func (s *City) SetCityName(v string) *City { s.CityName = &v return s }
[ "func", "(", "s", "*", "City", ")", "SetCityName", "(", "v", "string", ")", "*", "City", "{", "s", ".", "CityName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCityName sets the CityName field's value.
[ "SetCityName", "sets", "the", "CityName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4284-L4287
165,353
aws/aws-sdk-go
service/guardduty/api.go
SetGt
func (s *Condition) SetGt(v int64) *Condition { s.Gt = &v return s }
go
func (s *Condition) SetGt(v int64) *Condition { s.Gt = &v return s }
[ "func", "(", "s", "*", "Condition", ")", "SetGt", "(", "v", "int64", ")", "*", "Condition", "{", "s", ".", "Gt", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGt sets the Gt field's value.
[ "SetGt", "sets", "the", "Gt", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4336-L4339
165,354
aws/aws-sdk-go
service/guardduty/api.go
SetLt
func (s *Condition) SetLt(v int64) *Condition { s.Lt = &v return s }
go
func (s *Condition) SetLt(v int64) *Condition { s.Lt = &v return s }
[ "func", "(", "s", "*", "Condition", ")", "SetLt", "(", "v", "int64", ")", "*", "Condition", "{", "s", ".", "Lt", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLt sets the Lt field's value.
[ "SetLt", "sets", "the", "Lt", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4348-L4351
165,355
aws/aws-sdk-go
service/guardduty/api.go
SetNeq
func (s *Condition) SetNeq(v []*string) *Condition { s.Neq = v return s }
go
func (s *Condition) SetNeq(v []*string) *Condition { s.Neq = v return s }
[ "func", "(", "s", "*", "Condition", ")", "SetNeq", "(", "v", "[", "]", "*", "string", ")", "*", "Condition", "{", "s", ".", "Neq", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNeq sets the Neq field's value.
[ "SetNeq", "sets", "the", "Neq", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4360-L4363
165,356
aws/aws-sdk-go
service/guardduty/api.go
SetAccountDetails
func (s *CreateMembersInput) SetAccountDetails(v []*AccountDetail) *CreateMembersInput { s.AccountDetails = v return s }
go
func (s *CreateMembersInput) SetAccountDetails(v []*AccountDetail) *CreateMembersInput { s.AccountDetails = v return s }
[ "func", "(", "s", "*", "CreateMembersInput", ")", "SetAccountDetails", "(", "v", "[", "]", "*", "AccountDetail", ")", "*", "CreateMembersInput", "{", "s", ".", "AccountDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAccountDetails sets the AccountDetails field's value.
[ "SetAccountDetails", "sets", "the", "AccountDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4795-L4798
165,357
aws/aws-sdk-go
service/guardduty/api.go
SetFindingTypes
func (s *CreateSampleFindingsInput) SetFindingTypes(v []*string) *CreateSampleFindingsInput { s.FindingTypes = v return s }
go
func (s *CreateSampleFindingsInput) SetFindingTypes(v []*string) *CreateSampleFindingsInput { s.FindingTypes = v return s }
[ "func", "(", "s", "*", "CreateSampleFindingsInput", ")", "SetFindingTypes", "(", "v", "[", "]", "*", "string", ")", "*", "CreateSampleFindingsInput", "{", "s", ".", "FindingTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFindingTypes sets the FindingTypes field's value.
[ "SetFindingTypes", "sets", "the", "FindingTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L4875-L4878
165,358
aws/aws-sdk-go
service/guardduty/api.go
SetCriterion
func (s *FindingCriteria) SetCriterion(v map[string]*Condition) *FindingCriteria { s.Criterion = v return s }
go
func (s *FindingCriteria) SetCriterion(v map[string]*Condition) *FindingCriteria { s.Criterion = v return s }
[ "func", "(", "s", "*", "FindingCriteria", ")", "SetCriterion", "(", "v", "map", "[", "string", "]", "*", "Condition", ")", "*", "FindingCriteria", "{", "s", ".", "Criterion", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCriterion sets the Criterion field's value.
[ "SetCriterion", "sets", "the", "Criterion", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L5856-L5859
165,359
aws/aws-sdk-go
service/guardduty/api.go
SetCountBySeverity
func (s *FindingStatistics) SetCountBySeverity(v map[string]*int64) *FindingStatistics { s.CountBySeverity = v return s }
go
func (s *FindingStatistics) SetCountBySeverity(v map[string]*int64) *FindingStatistics { s.CountBySeverity = v return s }
[ "func", "(", "s", "*", "FindingStatistics", ")", "SetCountBySeverity", "(", "v", "map", "[", "string", "]", "*", "int64", ")", "*", "FindingStatistics", "{", "s", ".", "CountBySeverity", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCountBySeverity sets the CountBySeverity field's value.
[ "SetCountBySeverity", "sets", "the", "CountBySeverity", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L5880-L5883
165,360
aws/aws-sdk-go
service/guardduty/api.go
SetLat
func (s *GeoLocation) SetLat(v float64) *GeoLocation { s.Lat = &v return s }
go
func (s *GeoLocation) SetLat(v float64) *GeoLocation { s.Lat = &v return s }
[ "func", "(", "s", "*", "GeoLocation", ")", "SetLat", "(", "v", "float64", ")", "*", "GeoLocation", "{", "s", ".", "Lat", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLat sets the Lat field's value.
[ "SetLat", "sets", "the", "Lat", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L5907-L5910
165,361
aws/aws-sdk-go
service/guardduty/api.go
SetLon
func (s *GeoLocation) SetLon(v float64) *GeoLocation { s.Lon = &v return s }
go
func (s *GeoLocation) SetLon(v float64) *GeoLocation { s.Lon = &v return s }
[ "func", "(", "s", "*", "GeoLocation", ")", "SetLon", "(", "v", "float64", ")", "*", "GeoLocation", "{", "s", ".", "Lon", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLon sets the Lon field's value.
[ "SetLon", "sets", "the", "Lon", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L5913-L5916
165,362
aws/aws-sdk-go
service/guardduty/api.go
SetFindingStatisticTypes
func (s *GetFindingsStatisticsInput) SetFindingStatisticTypes(v []*string) *GetFindingsStatisticsInput { s.FindingStatisticTypes = v return s }
go
func (s *GetFindingsStatisticsInput) SetFindingStatisticTypes(v []*string) *GetFindingsStatisticsInput { s.FindingStatisticTypes = v return s }
[ "func", "(", "s", "*", "GetFindingsStatisticsInput", ")", "SetFindingStatisticTypes", "(", "v", "[", "]", "*", "string", ")", "*", "GetFindingsStatisticsInput", "{", "s", ".", "FindingStatisticTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFindingStatisticTypes sets the FindingStatisticTypes field's value.
[ "SetFindingStatisticTypes", "sets", "the", "FindingStatisticTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6278-L6281
165,363
aws/aws-sdk-go
service/guardduty/api.go
SetFindingStatistics
func (s *GetFindingsStatisticsOutput) SetFindingStatistics(v *FindingStatistics) *GetFindingsStatisticsOutput { s.FindingStatistics = v return s }
go
func (s *GetFindingsStatisticsOutput) SetFindingStatistics(v *FindingStatistics) *GetFindingsStatisticsOutput { s.FindingStatistics = v return s }
[ "func", "(", "s", "*", "GetFindingsStatisticsOutput", ")", "SetFindingStatistics", "(", "v", "*", "FindingStatistics", ")", "*", "GetFindingsStatisticsOutput", "{", "s", ".", "FindingStatistics", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFindingStatistics sets the FindingStatistics field's value.
[ "SetFindingStatistics", "sets", "the", "FindingStatistics", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6302-L6305
165,364
aws/aws-sdk-go
service/guardduty/api.go
SetInvitationsCount
func (s *GetInvitationsCountOutput) SetInvitationsCount(v int64) *GetInvitationsCountOutput { s.InvitationsCount = &v return s }
go
func (s *GetInvitationsCountOutput) SetInvitationsCount(v int64) *GetInvitationsCountOutput { s.InvitationsCount = &v return s }
[ "func", "(", "s", "*", "GetInvitationsCountOutput", ")", "SetInvitationsCount", "(", "v", "int64", ")", "*", "GetInvitationsCountOutput", "{", "s", ".", "InvitationsCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInvitationsCount sets the InvitationsCount field's value.
[ "SetInvitationsCount", "sets", "the", "InvitationsCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6447-L6450
165,365
aws/aws-sdk-go
service/guardduty/api.go
SetMaster
func (s *GetMasterAccountOutput) SetMaster(v *Master) *GetMasterAccountOutput { s.Master = v return s }
go
func (s *GetMasterAccountOutput) SetMaster(v *Master) *GetMasterAccountOutput { s.Master = v return s }
[ "func", "(", "s", "*", "GetMasterAccountOutput", ")", "SetMaster", "(", "v", "*", "Master", ")", "*", "GetMasterAccountOutput", "{", "s", ".", "Master", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetMaster sets the Master field's value.
[ "SetMaster", "sets", "the", "Master", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6510-L6513
165,366
aws/aws-sdk-go
service/guardduty/api.go
SetInstanceState
func (s *InstanceDetails) SetInstanceState(v string) *InstanceDetails { s.InstanceState = &v return s }
go
func (s *InstanceDetails) SetInstanceState(v string) *InstanceDetails { s.InstanceState = &v return s }
[ "func", "(", "s", "*", "InstanceDetails", ")", "SetInstanceState", "(", "v", "string", ")", "*", "InstanceDetails", "{", "s", ".", "InstanceState", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInstanceState sets the InstanceState field's value.
[ "SetInstanceState", "sets", "the", "InstanceState", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6825-L6828
165,367
aws/aws-sdk-go
service/guardduty/api.go
SetProductCodes
func (s *InstanceDetails) SetProductCodes(v []*ProductCode) *InstanceDetails { s.ProductCodes = v return s }
go
func (s *InstanceDetails) SetProductCodes(v []*ProductCode) *InstanceDetails { s.ProductCodes = v return s }
[ "func", "(", "s", "*", "InstanceDetails", ")", "SetProductCodes", "(", "v", "[", "]", "*", "ProductCode", ")", "*", "InstanceDetails", "{", "s", ".", "ProductCodes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetProductCodes sets the ProductCodes field's value.
[ "SetProductCodes", "sets", "the", "ProductCodes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6855-L6858
165,368
aws/aws-sdk-go
service/guardduty/api.go
SetDisableEmailNotification
func (s *InviteMembersInput) SetDisableEmailNotification(v bool) *InviteMembersInput { s.DisableEmailNotification = &v return s }
go
func (s *InviteMembersInput) SetDisableEmailNotification(v bool) *InviteMembersInput { s.DisableEmailNotification = &v return s }
[ "func", "(", "s", "*", "InviteMembersInput", ")", "SetDisableEmailNotification", "(", "v", "bool", ")", "*", "InviteMembersInput", "{", "s", ".", "DisableEmailNotification", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDisableEmailNotification sets the DisableEmailNotification field's value.
[ "SetDisableEmailNotification", "sets", "the", "DisableEmailNotification", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L6981-L6984
165,369
aws/aws-sdk-go
service/guardduty/api.go
SetDetectorIds
func (s *ListDetectorsOutput) SetDetectorIds(v []*string) *ListDetectorsOutput { s.DetectorIds = v return s }
go
func (s *ListDetectorsOutput) SetDetectorIds(v []*string) *ListDetectorsOutput { s.DetectorIds = v return s }
[ "func", "(", "s", "*", "ListDetectorsOutput", ")", "SetDetectorIds", "(", "v", "[", "]", "*", "string", ")", "*", "ListDetectorsOutput", "{", "s", ".", "DetectorIds", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDetectorIds sets the DetectorIds field's value.
[ "SetDetectorIds", "sets", "the", "DetectorIds", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7087-L7090
165,370
aws/aws-sdk-go
service/guardduty/api.go
SetFilterNames
func (s *ListFiltersOutput) SetFilterNames(v []*string) *ListFiltersOutput { s.FilterNames = v return s }
go
func (s *ListFiltersOutput) SetFilterNames(v []*string) *ListFiltersOutput { s.FilterNames = v return s }
[ "func", "(", "s", "*", "ListFiltersOutput", ")", "SetFilterNames", "(", "v", "[", "]", "*", "string", ")", "*", "ListFiltersOutput", "{", "s", ".", "FilterNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFilterNames sets the FilterNames field's value.
[ "SetFilterNames", "sets", "the", "FilterNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7183-L7186
165,371
aws/aws-sdk-go
service/guardduty/api.go
SetIpSetIds
func (s *ListIPSetsOutput) SetIpSetIds(v []*string) *ListIPSetsOutput { s.IpSetIds = v return s }
go
func (s *ListIPSetsOutput) SetIpSetIds(v []*string) *ListIPSetsOutput { s.IpSetIds = v return s }
[ "func", "(", "s", "*", "ListIPSetsOutput", ")", "SetIpSetIds", "(", "v", "[", "]", "*", "string", ")", "*", "ListIPSetsOutput", "{", "s", ".", "IpSetIds", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetIpSetIds sets the IpSetIds field's value.
[ "SetIpSetIds", "sets", "the", "IpSetIds", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7398-L7401
165,372
aws/aws-sdk-go
service/guardduty/api.go
SetThreatIntelSetIds
func (s *ListThreatIntelSetsOutput) SetThreatIntelSetIds(v []*string) *ListThreatIntelSetsOutput { s.ThreatIntelSetIds = v return s }
go
func (s *ListThreatIntelSetsOutput) SetThreatIntelSetIds(v []*string) *ListThreatIntelSetsOutput { s.ThreatIntelSetIds = v return s }
[ "func", "(", "s", "*", "ListThreatIntelSetsOutput", ")", "SetThreatIntelSetIds", "(", "v", "[", "]", "*", "string", ")", "*", "ListThreatIntelSetsOutput", "{", "s", ".", "ThreatIntelSetIds", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetThreatIntelSetIds sets the ThreatIntelSetIds field's value.
[ "SetThreatIntelSetIds", "sets", "the", "ThreatIntelSetIds", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7685-L7688
165,373
aws/aws-sdk-go
service/guardduty/api.go
SetConnectionDirection
func (s *NetworkConnectionAction) SetConnectionDirection(v string) *NetworkConnectionAction { s.ConnectionDirection = &v return s }
go
func (s *NetworkConnectionAction) SetConnectionDirection(v string) *NetworkConnectionAction { s.ConnectionDirection = &v return s }
[ "func", "(", "s", "*", "NetworkConnectionAction", ")", "SetConnectionDirection", "(", "v", "string", ")", "*", "NetworkConnectionAction", "{", "s", ".", "ConnectionDirection", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConnectionDirection sets the ConnectionDirection field's value.
[ "SetConnectionDirection", "sets", "the", "ConnectionDirection", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7902-L7905
165,374
aws/aws-sdk-go
service/guardduty/api.go
SetRemotePortDetails
func (s *NetworkConnectionAction) SetRemotePortDetails(v *RemotePortDetails) *NetworkConnectionAction { s.RemotePortDetails = v return s }
go
func (s *NetworkConnectionAction) SetRemotePortDetails(v *RemotePortDetails) *NetworkConnectionAction { s.RemotePortDetails = v return s }
[ "func", "(", "s", "*", "NetworkConnectionAction", ")", "SetRemotePortDetails", "(", "v", "*", "RemotePortDetails", ")", "*", "NetworkConnectionAction", "{", "s", ".", "RemotePortDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRemotePortDetails sets the RemotePortDetails field's value.
[ "SetRemotePortDetails", "sets", "the", "RemotePortDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7926-L7929
165,375
aws/aws-sdk-go
service/guardduty/api.go
SetIpv6Addresses
func (s *NetworkInterface) SetIpv6Addresses(v []*string) *NetworkInterface { s.Ipv6Addresses = v return s }
go
func (s *NetworkInterface) SetIpv6Addresses(v []*string) *NetworkInterface { s.Ipv6Addresses = v return s }
[ "func", "(", "s", "*", "NetworkInterface", ")", "SetIpv6Addresses", "(", "v", "[", "]", "*", "string", ")", "*", "NetworkInterface", "{", "s", ".", "Ipv6Addresses", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetIpv6Addresses sets the Ipv6Addresses field's value.
[ "SetIpv6Addresses", "sets", "the", "Ipv6Addresses", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L7977-L7980
165,376
aws/aws-sdk-go
service/guardduty/api.go
SetAsnOrg
func (s *Organization) SetAsnOrg(v string) *Organization { s.AsnOrg = &v return s }
go
func (s *Organization) SetAsnOrg(v string) *Organization { s.AsnOrg = &v return s }
[ "func", "(", "s", "*", "Organization", ")", "SetAsnOrg", "(", "v", "string", ")", "*", "Organization", "{", "s", ".", "AsnOrg", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAsnOrg sets the AsnOrg field's value.
[ "SetAsnOrg", "sets", "the", "AsnOrg", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8070-L8073
165,377
aws/aws-sdk-go
service/guardduty/api.go
SetIsp
func (s *Organization) SetIsp(v string) *Organization { s.Isp = &v return s }
go
func (s *Organization) SetIsp(v string) *Organization { s.Isp = &v return s }
[ "func", "(", "s", "*", "Organization", ")", "SetIsp", "(", "v", "string", ")", "*", "Organization", "{", "s", ".", "Isp", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIsp sets the Isp field's value.
[ "SetIsp", "sets", "the", "Isp", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8076-L8079
165,378
aws/aws-sdk-go
service/guardduty/api.go
SetOrg
func (s *Organization) SetOrg(v string) *Organization { s.Org = &v return s }
go
func (s *Organization) SetOrg(v string) *Organization { s.Org = &v return s }
[ "func", "(", "s", "*", "Organization", ")", "SetOrg", "(", "v", "string", ")", "*", "Organization", "{", "s", ".", "Org", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetOrg sets the Org field's value.
[ "SetOrg", "sets", "the", "Org", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8082-L8085
165,379
aws/aws-sdk-go
service/guardduty/api.go
SetPortProbeDetails
func (s *PortProbeAction) SetPortProbeDetails(v []*PortProbeDetail) *PortProbeAction { s.PortProbeDetails = v return s }
go
func (s *PortProbeAction) SetPortProbeDetails(v []*PortProbeDetail) *PortProbeAction { s.PortProbeDetails = v return s }
[ "func", "(", "s", "*", "PortProbeAction", ")", "SetPortProbeDetails", "(", "v", "[", "]", "*", "PortProbeDetail", ")", "*", "PortProbeAction", "{", "s", ".", "PortProbeDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetPortProbeDetails sets the PortProbeDetails field's value.
[ "SetPortProbeDetails", "sets", "the", "PortProbeDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8115-L8118
165,380
aws/aws-sdk-go
service/guardduty/api.go
SetIpAddressV4
func (s *RemoteIpDetails) SetIpAddressV4(v string) *RemoteIpDetails { s.IpAddressV4 = &v return s }
go
func (s *RemoteIpDetails) SetIpAddressV4(v string) *RemoteIpDetails { s.IpAddressV4 = &v return s }
[ "func", "(", "s", "*", "RemoteIpDetails", ")", "SetIpAddressV4", "(", "v", "string", ")", "*", "RemoteIpDetails", "{", "s", ".", "IpAddressV4", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIpAddressV4 sets the IpAddressV4 field's value.
[ "SetIpAddressV4", "sets", "the", "IpAddressV4", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8268-L8271
165,381
aws/aws-sdk-go
service/guardduty/api.go
SetAccessKeyDetails
func (s *Resource) SetAccessKeyDetails(v *AccessKeyDetails) *Resource { s.AccessKeyDetails = v return s }
go
func (s *Resource) SetAccessKeyDetails(v *AccessKeyDetails) *Resource { s.AccessKeyDetails = v return s }
[ "func", "(", "s", "*", "Resource", ")", "SetAccessKeyDetails", "(", "v", "*", "AccessKeyDetails", ")", "*", "Resource", "{", "s", ".", "AccessKeyDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAccessKeyDetails sets the AccessKeyDetails field's value.
[ "SetAccessKeyDetails", "sets", "the", "AccessKeyDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8340-L8343
165,382
aws/aws-sdk-go
service/guardduty/api.go
SetArchived
func (s *Service) SetArchived(v bool) *Service { s.Archived = &v return s }
go
func (s *Service) SetArchived(v bool) *Service { s.Archived = &v return s }
[ "func", "(", "s", "*", "Service", ")", "SetArchived", "(", "v", "bool", ")", "*", "Service", "{", "s", ".", "Archived", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetArchived sets the Archived field's value.
[ "SetArchived", "sets", "the", "Archived", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8441-L8444
165,383
aws/aws-sdk-go
service/guardduty/api.go
SetEventFirstSeen
func (s *Service) SetEventFirstSeen(v string) *Service { s.EventFirstSeen = &v return s }
go
func (s *Service) SetEventFirstSeen(v string) *Service { s.EventFirstSeen = &v return s }
[ "func", "(", "s", "*", "Service", ")", "SetEventFirstSeen", "(", "v", "string", ")", "*", "Service", "{", "s", ".", "EventFirstSeen", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEventFirstSeen sets the EventFirstSeen field's value.
[ "SetEventFirstSeen", "sets", "the", "EventFirstSeen", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8459-L8462
165,384
aws/aws-sdk-go
service/guardduty/api.go
SetEventLastSeen
func (s *Service) SetEventLastSeen(v string) *Service { s.EventLastSeen = &v return s }
go
func (s *Service) SetEventLastSeen(v string) *Service { s.EventLastSeen = &v return s }
[ "func", "(", "s", "*", "Service", ")", "SetEventLastSeen", "(", "v", "string", ")", "*", "Service", "{", "s", ".", "EventLastSeen", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEventLastSeen sets the EventLastSeen field's value.
[ "SetEventLastSeen", "sets", "the", "EventLastSeen", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8465-L8468
165,385
aws/aws-sdk-go
service/guardduty/api.go
SetUserFeedback
func (s *Service) SetUserFeedback(v string) *Service { s.UserFeedback = &v return s }
go
func (s *Service) SetUserFeedback(v string) *Service { s.UserFeedback = &v return s }
[ "func", "(", "s", "*", "Service", ")", "SetUserFeedback", "(", "v", "string", ")", "*", "Service", "{", "s", ".", "UserFeedback", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetUserFeedback sets the UserFeedback field's value.
[ "SetUserFeedback", "sets", "the", "UserFeedback", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L8483-L8486
165,386
aws/aws-sdk-go
service/guardduty/api.go
SetFeedback
func (s *UpdateFindingsFeedbackInput) SetFeedback(v string) *UpdateFindingsFeedbackInput { s.Feedback = &v return s }
go
func (s *UpdateFindingsFeedbackInput) SetFeedback(v string) *UpdateFindingsFeedbackInput { s.Feedback = &v return s }
[ "func", "(", "s", "*", "UpdateFindingsFeedbackInput", ")", "SetFeedback", "(", "v", "string", ")", "*", "UpdateFindingsFeedbackInput", "{", "s", ".", "Feedback", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFeedback sets the Feedback field's value.
[ "SetFeedback", "sets", "the", "Feedback", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/guardduty/api.go#L9077-L9080
165,387
aws/aws-sdk-go
service/codebuild/api.go
SetBuildsDeleted
func (s *BatchDeleteBuildsOutput) SetBuildsDeleted(v []*string) *BatchDeleteBuildsOutput { s.BuildsDeleted = v return s }
go
func (s *BatchDeleteBuildsOutput) SetBuildsDeleted(v []*string) *BatchDeleteBuildsOutput { s.BuildsDeleted = v return s }
[ "func", "(", "s", "*", "BatchDeleteBuildsOutput", ")", "SetBuildsDeleted", "(", "v", "[", "]", "*", "string", ")", "*", "BatchDeleteBuildsOutput", "{", "s", ".", "BuildsDeleted", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildsDeleted sets the BuildsDeleted field's value.
[ "SetBuildsDeleted", "sets", "the", "BuildsDeleted", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1643-L1646
165,388
aws/aws-sdk-go
service/codebuild/api.go
SetBuildsNotDeleted
func (s *BatchDeleteBuildsOutput) SetBuildsNotDeleted(v []*BuildNotDeleted) *BatchDeleteBuildsOutput { s.BuildsNotDeleted = v return s }
go
func (s *BatchDeleteBuildsOutput) SetBuildsNotDeleted(v []*BuildNotDeleted) *BatchDeleteBuildsOutput { s.BuildsNotDeleted = v return s }
[ "func", "(", "s", "*", "BatchDeleteBuildsOutput", ")", "SetBuildsNotDeleted", "(", "v", "[", "]", "*", "BuildNotDeleted", ")", "*", "BatchDeleteBuildsOutput", "{", "s", ".", "BuildsNotDeleted", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildsNotDeleted sets the BuildsNotDeleted field's value.
[ "SetBuildsNotDeleted", "sets", "the", "BuildsNotDeleted", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1649-L1652
165,389
aws/aws-sdk-go
service/codebuild/api.go
SetBuildsNotFound
func (s *BatchGetBuildsOutput) SetBuildsNotFound(v []*string) *BatchGetBuildsOutput { s.BuildsNotFound = v return s }
go
func (s *BatchGetBuildsOutput) SetBuildsNotFound(v []*string) *BatchGetBuildsOutput { s.BuildsNotFound = v return s }
[ "func", "(", "s", "*", "BatchGetBuildsOutput", ")", "SetBuildsNotFound", "(", "v", "[", "]", "*", "string", ")", "*", "BatchGetBuildsOutput", "{", "s", ".", "BuildsNotFound", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildsNotFound sets the BuildsNotFound field's value.
[ "SetBuildsNotFound", "sets", "the", "BuildsNotFound", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1722-L1725
165,390
aws/aws-sdk-go
service/codebuild/api.go
SetProjectsNotFound
func (s *BatchGetProjectsOutput) SetProjectsNotFound(v []*string) *BatchGetProjectsOutput { s.ProjectsNotFound = v return s }
go
func (s *BatchGetProjectsOutput) SetProjectsNotFound(v []*string) *BatchGetProjectsOutput { s.ProjectsNotFound = v return s }
[ "func", "(", "s", "*", "BatchGetProjectsOutput", ")", "SetProjectsNotFound", "(", "v", "[", "]", "*", "string", ")", "*", "BatchGetProjectsOutput", "{", "s", ".", "ProjectsNotFound", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetProjectsNotFound sets the ProjectsNotFound field's value.
[ "SetProjectsNotFound", "sets", "the", "ProjectsNotFound", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1795-L1798
165,391
aws/aws-sdk-go
service/codebuild/api.go
SetBuildComplete
func (s *Build) SetBuildComplete(v bool) *Build { s.BuildComplete = &v return s }
go
func (s *Build) SetBuildComplete(v bool) *Build { s.BuildComplete = &v return s }
[ "func", "(", "s", "*", "Build", ")", "SetBuildComplete", "(", "v", "bool", ")", "*", "Build", "{", "s", ".", "BuildComplete", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildComplete sets the BuildComplete field's value.
[ "SetBuildComplete", "sets", "the", "BuildComplete", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1965-L1968
165,392
aws/aws-sdk-go
service/codebuild/api.go
SetBuildStatus
func (s *Build) SetBuildStatus(v string) *Build { s.BuildStatus = &v return s }
go
func (s *Build) SetBuildStatus(v string) *Build { s.BuildStatus = &v return s }
[ "func", "(", "s", "*", "Build", ")", "SetBuildStatus", "(", "v", "string", ")", "*", "Build", "{", "s", ".", "BuildStatus", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBuildStatus sets the BuildStatus field's value.
[ "SetBuildStatus", "sets", "the", "BuildStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L1971-L1974
165,393
aws/aws-sdk-go
service/codebuild/api.go
SetNetworkInterface
func (s *Build) SetNetworkInterface(v *NetworkInterface) *Build { s.NetworkInterface = v return s }
go
func (s *Build) SetNetworkInterface(v *NetworkInterface) *Build { s.NetworkInterface = v return s }
[ "func", "(", "s", "*", "Build", ")", "SetNetworkInterface", "(", "v", "*", "NetworkInterface", ")", "*", "Build", "{", "s", ".", "NetworkInterface", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNetworkInterface sets the NetworkInterface field's value.
[ "SetNetworkInterface", "sets", "the", "NetworkInterface", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2025-L2028
165,394
aws/aws-sdk-go
service/codebuild/api.go
SetPhases
func (s *Build) SetPhases(v []*BuildPhase) *Build { s.Phases = v return s }
go
func (s *Build) SetPhases(v []*BuildPhase) *Build { s.Phases = v return s }
[ "func", "(", "s", "*", "Build", ")", "SetPhases", "(", "v", "[", "]", "*", "BuildPhase", ")", "*", "Build", "{", "s", ".", "Phases", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetPhases sets the Phases field's value.
[ "SetPhases", "sets", "the", "Phases", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2031-L2034
165,395
aws/aws-sdk-go
service/codebuild/api.go
SetResolvedSourceVersion
func (s *Build) SetResolvedSourceVersion(v string) *Build { s.ResolvedSourceVersion = &v return s }
go
func (s *Build) SetResolvedSourceVersion(v string) *Build { s.ResolvedSourceVersion = &v return s }
[ "func", "(", "s", "*", "Build", ")", "SetResolvedSourceVersion", "(", "v", "string", ")", "*", "Build", "{", "s", ".", "ResolvedSourceVersion", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetResolvedSourceVersion sets the ResolvedSourceVersion field's value.
[ "SetResolvedSourceVersion", "sets", "the", "ResolvedSourceVersion", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2049-L2052
165,396
aws/aws-sdk-go
service/codebuild/api.go
SetSecondarySourceVersions
func (s *Build) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Build { s.SecondarySourceVersions = v return s }
go
func (s *Build) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Build { s.SecondarySourceVersions = v return s }
[ "func", "(", "s", "*", "Build", ")", "SetSecondarySourceVersions", "(", "v", "[", "]", "*", "ProjectSourceVersion", ")", "*", "Build", "{", "s", ".", "SecondarySourceVersions", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
[ "SetSecondarySourceVersions", "sets", "the", "SecondarySourceVersions", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2061-L2064
165,397
aws/aws-sdk-go
service/codebuild/api.go
SetMd5sum
func (s *BuildArtifacts) SetMd5sum(v string) *BuildArtifacts { s.Md5sum = &v return s }
go
func (s *BuildArtifacts) SetMd5sum(v string) *BuildArtifacts { s.Md5sum = &v return s }
[ "func", "(", "s", "*", "BuildArtifacts", ")", "SetMd5sum", "(", "v", "string", ")", "*", "BuildArtifacts", "{", "s", ".", "Md5sum", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMd5sum sets the Md5sum field's value.
[ "SetMd5sum", "sets", "the", "Md5sum", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2175-L2178
165,398
aws/aws-sdk-go
service/codebuild/api.go
SetSha256sum
func (s *BuildArtifacts) SetSha256sum(v string) *BuildArtifacts { s.Sha256sum = &v return s }
go
func (s *BuildArtifacts) SetSha256sum(v string) *BuildArtifacts { s.Sha256sum = &v return s }
[ "func", "(", "s", "*", "BuildArtifacts", ")", "SetSha256sum", "(", "v", "string", ")", "*", "BuildArtifacts", "{", "s", ".", "Sha256sum", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSha256sum sets the Sha256sum field's value.
[ "SetSha256sum", "sets", "the", "Sha256sum", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2187-L2190
165,399
aws/aws-sdk-go
service/codebuild/api.go
SetContexts
func (s *BuildPhase) SetContexts(v []*PhaseContext) *BuildPhase { s.Contexts = v return s }
go
func (s *BuildPhase) SetContexts(v []*PhaseContext) *BuildPhase { s.Contexts = v return s }
[ "func", "(", "s", "*", "BuildPhase", ")", "SetContexts", "(", "v", "[", "]", "*", "PhaseContext", ")", "*", "BuildPhase", "{", "s", ".", "Contexts", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetContexts sets the Contexts field's value.
[ "SetContexts", "sets", "the", "Contexts", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/codebuild/api.go#L2300-L2303