id
int32
0
167k
repo
stringlengths
5
54
path
stringlengths
4
155
func_name
stringlengths
1
118
original_string
stringlengths
52
85.5k
language
stringclasses
1 value
code
stringlengths
52
85.5k
code_tokens
sequencelengths
21
1.41k
docstring
stringlengths
6
2.61k
docstring_tokens
sequencelengths
3
215
sha
stringlengths
40
40
url
stringlengths
85
252
1,300
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetUserConfirmed
func (s *SignUpOutput) SetUserConfirmed(v bool) *SignUpOutput { s.UserConfirmed = &v return s }
go
func (s *SignUpOutput) SetUserConfirmed(v bool) *SignUpOutput { s.UserConfirmed = &v return s }
[ "func", "(", "s", "*", "SignUpOutput", ")", "SetUserConfirmed", "(", "v", "bool", ")", "*", "SignUpOutput", "{", "s", ".", "UserConfirmed", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetUserConfirmed sets the UserConfirmed field's value.
[ "SetUserConfirmed", "sets", "the", "UserConfirmed", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L22423-L22426
1,301
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetUserSub
func (s *SignUpOutput) SetUserSub(v string) *SignUpOutput { s.UserSub = &v return s }
go
func (s *SignUpOutput) SetUserSub(v string) *SignUpOutput { s.UserSub = &v return s }
[ "func", "(", "s", "*", "SignUpOutput", ")", "SetUserSub", "(", "v", "string", ")", "*", "SignUpOutput", "{", "s", ".", "UserSub", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetUserSub sets the UserSub field's value.
[ "SetUserSub", "sets", "the", "UserSub", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L22429-L22432
1,302
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetSnsCallerArn
func (s *SmsConfigurationType) SetSnsCallerArn(v string) *SmsConfigurationType { s.SnsCallerArn = &v return s }
go
func (s *SmsConfigurationType) SetSnsCallerArn(v string) *SmsConfigurationType { s.SnsCallerArn = &v return s }
[ "func", "(", "s", "*", "SmsConfigurationType", ")", "SetSnsCallerArn", "(", "v", "string", ")", "*", "SmsConfigurationType", "{", "s", ".", "SnsCallerArn", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSnsCallerArn sets the SnsCallerArn field's value.
[ "SetSnsCallerArn", "sets", "the", "SnsCallerArn", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L22481-L22484
1,303
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetCSSVersion
func (s *UICustomizationType) SetCSSVersion(v string) *UICustomizationType { s.CSSVersion = &v return s }
go
func (s *UICustomizationType) SetCSSVersion(v string) *UICustomizationType { s.CSSVersion = &v return s }
[ "func", "(", "s", "*", "UICustomizationType", ")", "SetCSSVersion", "(", "v", "string", ")", "*", "UICustomizationType", "{", "s", ".", "CSSVersion", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCSSVersion sets the CSSVersion field's value.
[ "SetCSSVersion", "sets", "the", "CSSVersion", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L22903-L22906
1,304
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetFeedbackToken
func (s *UpdateAuthEventFeedbackInput) SetFeedbackToken(v string) *UpdateAuthEventFeedbackInput { s.FeedbackToken = &v return s }
go
func (s *UpdateAuthEventFeedbackInput) SetFeedbackToken(v string) *UpdateAuthEventFeedbackInput { s.FeedbackToken = &v return s }
[ "func", "(", "s", "*", "UpdateAuthEventFeedbackInput", ")", "SetFeedbackToken", "(", "v", "string", ")", "*", "UpdateAuthEventFeedbackInput", "{", "s", ".", "FeedbackToken", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFeedbackToken sets the FeedbackToken field's value.
[ "SetFeedbackToken", "sets", "the", "FeedbackToken", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L23083-L23086
1,305
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetCodeDeliveryDetailsList
func (s *UpdateUserAttributesOutput) SetCodeDeliveryDetailsList(v []*CodeDeliveryDetailsType) *UpdateUserAttributesOutput { s.CodeDeliveryDetailsList = v return s }
go
func (s *UpdateUserAttributesOutput) SetCodeDeliveryDetailsList(v []*CodeDeliveryDetailsType) *UpdateUserAttributesOutput { s.CodeDeliveryDetailsList = v return s }
[ "func", "(", "s", "*", "UpdateUserAttributesOutput", ")", "SetCodeDeliveryDetailsList", "(", "v", "[", "]", "*", "CodeDeliveryDetailsType", ")", "*", "UpdateUserAttributesOutput", "{", "s", ".", "CodeDeliveryDetailsList", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCodeDeliveryDetailsList sets the CodeDeliveryDetailsList field's value.
[ "SetCodeDeliveryDetailsList", "sets", "the", "CodeDeliveryDetailsList", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L23628-L23631
1,306
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetCompletionMessage
func (s *UserImportJobType) SetCompletionMessage(v string) *UserImportJobType { s.CompletionMessage = &v return s }
go
func (s *UserImportJobType) SetCompletionMessage(v string) *UserImportJobType { s.CompletionMessage = &v return s }
[ "func", "(", "s", "*", "UserImportJobType", ")", "SetCompletionMessage", "(", "v", "string", ")", "*", "UserImportJobType", "{", "s", ".", "CompletionMessage", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCompletionMessage sets the CompletionMessage field's value.
[ "SetCompletionMessage", "sets", "the", "CompletionMessage", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24366-L24369
1,307
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetFailedUsers
func (s *UserImportJobType) SetFailedUsers(v int64) *UserImportJobType { s.FailedUsers = &v return s }
go
func (s *UserImportJobType) SetFailedUsers(v int64) *UserImportJobType { s.FailedUsers = &v return s }
[ "func", "(", "s", "*", "UserImportJobType", ")", "SetFailedUsers", "(", "v", "int64", ")", "*", "UserImportJobType", "{", "s", ".", "FailedUsers", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFailedUsers sets the FailedUsers field's value.
[ "SetFailedUsers", "sets", "the", "FailedUsers", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24378-L24381
1,308
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetImportedUsers
func (s *UserImportJobType) SetImportedUsers(v int64) *UserImportJobType { s.ImportedUsers = &v return s }
go
func (s *UserImportJobType) SetImportedUsers(v int64) *UserImportJobType { s.ImportedUsers = &v return s }
[ "func", "(", "s", "*", "UserImportJobType", ")", "SetImportedUsers", "(", "v", "int64", ")", "*", "UserImportJobType", "{", "s", ".", "ImportedUsers", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetImportedUsers sets the ImportedUsers field's value.
[ "SetImportedUsers", "sets", "the", "ImportedUsers", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24384-L24387
1,309
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetSkippedUsers
func (s *UserImportJobType) SetSkippedUsers(v int64) *UserImportJobType { s.SkippedUsers = &v return s }
go
func (s *UserImportJobType) SetSkippedUsers(v int64) *UserImportJobType { s.SkippedUsers = &v return s }
[ "func", "(", "s", "*", "UserImportJobType", ")", "SetSkippedUsers", "(", "v", "int64", ")", "*", "UserImportJobType", "{", "s", ".", "SkippedUsers", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSkippedUsers sets the SkippedUsers field's value.
[ "SetSkippedUsers", "sets", "the", "SkippedUsers", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24408-L24411
1,310
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetAdvancedSecurityMode
func (s *UserPoolAddOnsType) SetAdvancedSecurityMode(v string) *UserPoolAddOnsType { s.AdvancedSecurityMode = &v return s }
go
func (s *UserPoolAddOnsType) SetAdvancedSecurityMode(v string) *UserPoolAddOnsType { s.AdvancedSecurityMode = &v return s }
[ "func", "(", "s", "*", "UserPoolAddOnsType", ")", "SetAdvancedSecurityMode", "(", "v", "string", ")", "*", "UserPoolAddOnsType", "{", "s", ".", "AdvancedSecurityMode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAdvancedSecurityMode sets the AdvancedSecurityMode field's value.
[ "SetAdvancedSecurityMode", "sets", "the", "AdvancedSecurityMode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24465-L24468
1,311
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetCustomDomain
func (s *UserPoolType) SetCustomDomain(v string) *UserPoolType { s.CustomDomain = &v return s }
go
func (s *UserPoolType) SetCustomDomain(v string) *UserPoolType { s.CustomDomain = &v return s }
[ "func", "(", "s", "*", "UserPoolType", ")", "SetCustomDomain", "(", "v", "string", ")", "*", "UserPoolType", "{", "s", ".", "CustomDomain", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCustomDomain sets the CustomDomain field's value.
[ "SetCustomDomain", "sets", "the", "CustomDomain", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L24986-L24989
1,312
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetEmailConfigurationFailure
func (s *UserPoolType) SetEmailConfigurationFailure(v string) *UserPoolType { s.EmailConfigurationFailure = &v return s }
go
func (s *UserPoolType) SetEmailConfigurationFailure(v string) *UserPoolType { s.EmailConfigurationFailure = &v return s }
[ "func", "(", "s", "*", "UserPoolType", ")", "SetEmailConfigurationFailure", "(", "v", "string", ")", "*", "UserPoolType", "{", "s", ".", "EmailConfigurationFailure", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEmailConfigurationFailure sets the EmailConfigurationFailure field's value.
[ "SetEmailConfigurationFailure", "sets", "the", "EmailConfigurationFailure", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25010-L25013
1,313
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetEstimatedNumberOfUsers
func (s *UserPoolType) SetEstimatedNumberOfUsers(v int64) *UserPoolType { s.EstimatedNumberOfUsers = &v return s }
go
func (s *UserPoolType) SetEstimatedNumberOfUsers(v int64) *UserPoolType { s.EstimatedNumberOfUsers = &v return s }
[ "func", "(", "s", "*", "UserPoolType", ")", "SetEstimatedNumberOfUsers", "(", "v", "int64", ")", "*", "UserPoolType", "{", "s", ".", "EstimatedNumberOfUsers", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEstimatedNumberOfUsers sets the EstimatedNumberOfUsers field's value.
[ "SetEstimatedNumberOfUsers", "sets", "the", "EstimatedNumberOfUsers", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25028-L25031
1,314
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetSchemaAttributes
func (s *UserPoolType) SetSchemaAttributes(v []*SchemaAttributeType) *UserPoolType { s.SchemaAttributes = v return s }
go
func (s *UserPoolType) SetSchemaAttributes(v []*SchemaAttributeType) *UserPoolType { s.SchemaAttributes = v return s }
[ "func", "(", "s", "*", "UserPoolType", ")", "SetSchemaAttributes", "(", "v", "[", "]", "*", "SchemaAttributeType", ")", "*", "UserPoolType", "{", "s", ".", "SchemaAttributes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSchemaAttributes sets the SchemaAttributes field's value.
[ "SetSchemaAttributes", "sets", "the", "SchemaAttributes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25070-L25073
1,315
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetSmsConfigurationFailure
func (s *UserPoolType) SetSmsConfigurationFailure(v string) *UserPoolType { s.SmsConfigurationFailure = &v return s }
go
func (s *UserPoolType) SetSmsConfigurationFailure(v string) *UserPoolType { s.SmsConfigurationFailure = &v return s }
[ "func", "(", "s", "*", "UserPoolType", ")", "SetSmsConfigurationFailure", "(", "v", "string", ")", "*", "UserPoolType", "{", "s", ".", "SmsConfigurationFailure", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSmsConfigurationFailure sets the SmsConfigurationFailure field's value.
[ "SetSmsConfigurationFailure", "sets", "the", "SmsConfigurationFailure", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25088-L25091
1,316
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetDefaultEmailOption
func (s *VerificationMessageTemplateType) SetDefaultEmailOption(v string) *VerificationMessageTemplateType { s.DefaultEmailOption = &v return s }
go
func (s *VerificationMessageTemplateType) SetDefaultEmailOption(v string) *VerificationMessageTemplateType { s.DefaultEmailOption = &v return s }
[ "func", "(", "s", "*", "VerificationMessageTemplateType", ")", "SetDefaultEmailOption", "(", "v", "string", ")", "*", "VerificationMessageTemplateType", "{", "s", ".", "DefaultEmailOption", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDefaultEmailOption sets the DefaultEmailOption field's value.
[ "SetDefaultEmailOption", "sets", "the", "DefaultEmailOption", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25284-L25287
1,317
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetEmailMessageByLink
func (s *VerificationMessageTemplateType) SetEmailMessageByLink(v string) *VerificationMessageTemplateType { s.EmailMessageByLink = &v return s }
go
func (s *VerificationMessageTemplateType) SetEmailMessageByLink(v string) *VerificationMessageTemplateType { s.EmailMessageByLink = &v return s }
[ "func", "(", "s", "*", "VerificationMessageTemplateType", ")", "SetEmailMessageByLink", "(", "v", "string", ")", "*", "VerificationMessageTemplateType", "{", "s", ".", "EmailMessageByLink", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEmailMessageByLink sets the EmailMessageByLink field's value.
[ "SetEmailMessageByLink", "sets", "the", "EmailMessageByLink", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25296-L25299
1,318
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetEmailSubjectByLink
func (s *VerificationMessageTemplateType) SetEmailSubjectByLink(v string) *VerificationMessageTemplateType { s.EmailSubjectByLink = &v return s }
go
func (s *VerificationMessageTemplateType) SetEmailSubjectByLink(v string) *VerificationMessageTemplateType { s.EmailSubjectByLink = &v return s }
[ "func", "(", "s", "*", "VerificationMessageTemplateType", ")", "SetEmailSubjectByLink", "(", "v", "string", ")", "*", "VerificationMessageTemplateType", "{", "s", ".", "EmailSubjectByLink", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEmailSubjectByLink sets the EmailSubjectByLink field's value.
[ "SetEmailSubjectByLink", "sets", "the", "EmailSubjectByLink", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25308-L25311
1,319
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetSmsMessage
func (s *VerificationMessageTemplateType) SetSmsMessage(v string) *VerificationMessageTemplateType { s.SmsMessage = &v return s }
go
func (s *VerificationMessageTemplateType) SetSmsMessage(v string) *VerificationMessageTemplateType { s.SmsMessage = &v return s }
[ "func", "(", "s", "*", "VerificationMessageTemplateType", ")", "SetSmsMessage", "(", "v", "string", ")", "*", "VerificationMessageTemplateType", "{", "s", ".", "SmsMessage", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSmsMessage sets the SmsMessage field's value.
[ "SetSmsMessage", "sets", "the", "SmsMessage", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25314-L25317
1,320
aws/aws-sdk-go
service/cognitoidentityprovider/api.go
SetFriendlyDeviceName
func (s *VerifySoftwareTokenInput) SetFriendlyDeviceName(v string) *VerifySoftwareTokenInput { s.FriendlyDeviceName = &v return s }
go
func (s *VerifySoftwareTokenInput) SetFriendlyDeviceName(v string) *VerifySoftwareTokenInput { s.FriendlyDeviceName = &v return s }
[ "func", "(", "s", "*", "VerifySoftwareTokenInput", ")", "SetFriendlyDeviceName", "(", "v", "string", ")", "*", "VerifySoftwareTokenInput", "{", "s", ".", "FriendlyDeviceName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFriendlyDeviceName sets the FriendlyDeviceName field's value.
[ "SetFriendlyDeviceName", "sets", "the", "FriendlyDeviceName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L25374-L25377
1,321
aws/aws-sdk-go
service/iot/api.go
SetCriteriaList
func (s *AbortConfig) SetCriteriaList(v []*AbortCriteria) *AbortConfig { s.CriteriaList = v return s }
go
func (s *AbortConfig) SetCriteriaList(v []*AbortCriteria) *AbortConfig { s.CriteriaList = v return s }
[ "func", "(", "s", "*", "AbortConfig", ")", "SetCriteriaList", "(", "v", "[", "]", "*", "AbortCriteria", ")", "*", "AbortConfig", "{", "s", ".", "CriteriaList", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCriteriaList sets the CriteriaList field's value.
[ "SetCriteriaList", "sets", "the", "CriteriaList", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15220-L15223
1,322
aws/aws-sdk-go
service/iot/api.go
SetMinNumberOfExecutedThings
func (s *AbortCriteria) SetMinNumberOfExecutedThings(v int64) *AbortCriteria { s.MinNumberOfExecutedThings = &v return s }
go
func (s *AbortCriteria) SetMinNumberOfExecutedThings(v int64) *AbortCriteria { s.MinNumberOfExecutedThings = &v return s }
[ "func", "(", "s", "*", "AbortCriteria", ")", "SetMinNumberOfExecutedThings", "(", "v", "int64", ")", "*", "AbortCriteria", "{", "s", ".", "MinNumberOfExecutedThings", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMinNumberOfExecutedThings sets the MinNumberOfExecutedThings field's value.
[ "SetMinNumberOfExecutedThings", "sets", "the", "MinNumberOfExecutedThings", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15302-L15305
1,323
aws/aws-sdk-go
service/iot/api.go
SetCloudwatchAlarm
func (s *Action) SetCloudwatchAlarm(v *CloudwatchAlarmAction) *Action { s.CloudwatchAlarm = v return s }
go
func (s *Action) SetCloudwatchAlarm(v *CloudwatchAlarmAction) *Action { s.CloudwatchAlarm = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetCloudwatchAlarm", "(", "v", "*", "CloudwatchAlarmAction", ")", "*", "Action", "{", "s", ".", "CloudwatchAlarm", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCloudwatchAlarm sets the CloudwatchAlarm field's value.
[ "SetCloudwatchAlarm", "sets", "the", "CloudwatchAlarm", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15530-L15533
1,324
aws/aws-sdk-go
service/iot/api.go
SetCloudwatchMetric
func (s *Action) SetCloudwatchMetric(v *CloudwatchMetricAction) *Action { s.CloudwatchMetric = v return s }
go
func (s *Action) SetCloudwatchMetric(v *CloudwatchMetricAction) *Action { s.CloudwatchMetric = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetCloudwatchMetric", "(", "v", "*", "CloudwatchMetricAction", ")", "*", "Action", "{", "s", ".", "CloudwatchMetric", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCloudwatchMetric sets the CloudwatchMetric field's value.
[ "SetCloudwatchMetric", "sets", "the", "CloudwatchMetric", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15536-L15539
1,325
aws/aws-sdk-go
service/iot/api.go
SetDynamoDBv2
func (s *Action) SetDynamoDBv2(v *DynamoDBv2Action) *Action { s.DynamoDBv2 = v return s }
go
func (s *Action) SetDynamoDBv2(v *DynamoDBv2Action) *Action { s.DynamoDBv2 = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetDynamoDBv2", "(", "v", "*", "DynamoDBv2Action", ")", "*", "Action", "{", "s", ".", "DynamoDBv2", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDynamoDBv2 sets the DynamoDBv2 field's value.
[ "SetDynamoDBv2", "sets", "the", "DynamoDBv2", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15548-L15551
1,326
aws/aws-sdk-go
service/iot/api.go
SetElasticsearch
func (s *Action) SetElasticsearch(v *ElasticsearchAction) *Action { s.Elasticsearch = v return s }
go
func (s *Action) SetElasticsearch(v *ElasticsearchAction) *Action { s.Elasticsearch = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetElasticsearch", "(", "v", "*", "ElasticsearchAction", ")", "*", "Action", "{", "s", ".", "Elasticsearch", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetElasticsearch sets the Elasticsearch field's value.
[ "SetElasticsearch", "sets", "the", "Elasticsearch", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15554-L15557
1,327
aws/aws-sdk-go
service/iot/api.go
SetFirehose
func (s *Action) SetFirehose(v *FirehoseAction) *Action { s.Firehose = v return s }
go
func (s *Action) SetFirehose(v *FirehoseAction) *Action { s.Firehose = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetFirehose", "(", "v", "*", "FirehoseAction", ")", "*", "Action", "{", "s", ".", "Firehose", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFirehose sets the Firehose field's value.
[ "SetFirehose", "sets", "the", "Firehose", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15560-L15563
1,328
aws/aws-sdk-go
service/iot/api.go
SetIotAnalytics
func (s *Action) SetIotAnalytics(v *IotAnalyticsAction) *Action { s.IotAnalytics = v return s }
go
func (s *Action) SetIotAnalytics(v *IotAnalyticsAction) *Action { s.IotAnalytics = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetIotAnalytics", "(", "v", "*", "IotAnalyticsAction", ")", "*", "Action", "{", "s", ".", "IotAnalytics", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetIotAnalytics sets the IotAnalytics field's value.
[ "SetIotAnalytics", "sets", "the", "IotAnalytics", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15566-L15569
1,329
aws/aws-sdk-go
service/iot/api.go
SetIotEvents
func (s *Action) SetIotEvents(v *IotEventsAction) *Action { s.IotEvents = v return s }
go
func (s *Action) SetIotEvents(v *IotEventsAction) *Action { s.IotEvents = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetIotEvents", "(", "v", "*", "IotEventsAction", ")", "*", "Action", "{", "s", ".", "IotEvents", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetIotEvents sets the IotEvents field's value.
[ "SetIotEvents", "sets", "the", "IotEvents", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15572-L15575
1,330
aws/aws-sdk-go
service/iot/api.go
SetKinesis
func (s *Action) SetKinesis(v *KinesisAction) *Action { s.Kinesis = v return s }
go
func (s *Action) SetKinesis(v *KinesisAction) *Action { s.Kinesis = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetKinesis", "(", "v", "*", "KinesisAction", ")", "*", "Action", "{", "s", ".", "Kinesis", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetKinesis sets the Kinesis field's value.
[ "SetKinesis", "sets", "the", "Kinesis", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15578-L15581
1,331
aws/aws-sdk-go
service/iot/api.go
SetRepublish
func (s *Action) SetRepublish(v *RepublishAction) *Action { s.Republish = v return s }
go
func (s *Action) SetRepublish(v *RepublishAction) *Action { s.Republish = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetRepublish", "(", "v", "*", "RepublishAction", ")", "*", "Action", "{", "s", ".", "Republish", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRepublish sets the Republish field's value.
[ "SetRepublish", "sets", "the", "Republish", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15590-L15593
1,332
aws/aws-sdk-go
service/iot/api.go
SetSalesforce
func (s *Action) SetSalesforce(v *SalesforceAction) *Action { s.Salesforce = v return s }
go
func (s *Action) SetSalesforce(v *SalesforceAction) *Action { s.Salesforce = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetSalesforce", "(", "v", "*", "SalesforceAction", ")", "*", "Action", "{", "s", ".", "Salesforce", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSalesforce sets the Salesforce field's value.
[ "SetSalesforce", "sets", "the", "Salesforce", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15602-L15605
1,333
aws/aws-sdk-go
service/iot/api.go
SetSns
func (s *Action) SetSns(v *SnsAction) *Action { s.Sns = v return s }
go
func (s *Action) SetSns(v *SnsAction) *Action { s.Sns = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetSns", "(", "v", "*", "SnsAction", ")", "*", "Action", "{", "s", ".", "Sns", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSns sets the Sns field's value.
[ "SetSns", "sets", "the", "Sns", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15608-L15611
1,334
aws/aws-sdk-go
service/iot/api.go
SetSqs
func (s *Action) SetSqs(v *SqsAction) *Action { s.Sqs = v return s }
go
func (s *Action) SetSqs(v *SqsAction) *Action { s.Sqs = v return s }
[ "func", "(", "s", "*", "Action", ")", "SetSqs", "(", "v", "*", "SqsAction", ")", "*", "Action", "{", "s", ".", "Sqs", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSqs sets the Sqs field's value.
[ "SetSqs", "sets", "the", "Sqs", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15614-L15617
1,335
aws/aws-sdk-go
service/iot/api.go
SetLastViolationTime
func (s *ActiveViolation) SetLastViolationTime(v time.Time) *ActiveViolation { s.LastViolationTime = &v return s }
go
func (s *ActiveViolation) SetLastViolationTime(v time.Time) *ActiveViolation { s.LastViolationTime = &v return s }
[ "func", "(", "s", "*", "ActiveViolation", ")", "SetLastViolationTime", "(", "v", "time", ".", "Time", ")", "*", "ActiveViolation", "{", "s", ".", "LastViolationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastViolationTime sets the LastViolationTime field's value.
[ "SetLastViolationTime", "sets", "the", "LastViolationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15668-L15671
1,336
aws/aws-sdk-go
service/iot/api.go
SetLastViolationValue
func (s *ActiveViolation) SetLastViolationValue(v *MetricValue) *ActiveViolation { s.LastViolationValue = v return s }
go
func (s *ActiveViolation) SetLastViolationValue(v *MetricValue) *ActiveViolation { s.LastViolationValue = v return s }
[ "func", "(", "s", "*", "ActiveViolation", ")", "SetLastViolationValue", "(", "v", "*", "MetricValue", ")", "*", "ActiveViolation", "{", "s", ".", "LastViolationValue", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetLastViolationValue sets the LastViolationValue field's value.
[ "SetLastViolationValue", "sets", "the", "LastViolationValue", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15674-L15677
1,337
aws/aws-sdk-go
service/iot/api.go
SetViolationStartTime
func (s *ActiveViolation) SetViolationStartTime(v time.Time) *ActiveViolation { s.ViolationStartTime = &v return s }
go
func (s *ActiveViolation) SetViolationStartTime(v time.Time) *ActiveViolation { s.ViolationStartTime = &v return s }
[ "func", "(", "s", "*", "ActiveViolation", ")", "SetViolationStartTime", "(", "v", "time", ".", "Time", ")", "*", "ActiveViolation", "{", "s", ".", "ViolationStartTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetViolationStartTime sets the ViolationStartTime field's value.
[ "SetViolationStartTime", "sets", "the", "ViolationStartTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15698-L15701
1,338
aws/aws-sdk-go
service/iot/api.go
SetAlertTargetArn
func (s *AlertTarget) SetAlertTargetArn(v string) *AlertTarget { s.AlertTargetArn = &v return s }
go
func (s *AlertTarget) SetAlertTargetArn(v string) *AlertTarget { s.AlertTargetArn = &v return s }
[ "func", "(", "s", "*", "AlertTarget", ")", "SetAlertTargetArn", "(", "v", "string", ")", "*", "AlertTarget", "{", "s", ".", "AlertTargetArn", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAlertTargetArn sets the AlertTargetArn field's value.
[ "SetAlertTargetArn", "sets", "the", "AlertTargetArn", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L15921-L15924
1,339
aws/aws-sdk-go
service/iot/api.go
SetMerge
func (s *AttributePayload) SetMerge(v bool) *AttributePayload { s.Merge = &v return s }
go
func (s *AttributePayload) SetMerge(v bool) *AttributePayload { s.Merge = &v return s }
[ "func", "(", "s", "*", "AttributePayload", ")", "SetMerge", "(", "v", "bool", ")", "*", "AttributePayload", "{", "s", ".", "Merge", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMerge sets the Merge field's value.
[ "SetMerge", "sets", "the", "Merge", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16382-L16385
1,340
aws/aws-sdk-go
service/iot/api.go
SetCheckCompliant
func (s *AuditCheckDetails) SetCheckCompliant(v bool) *AuditCheckDetails { s.CheckCompliant = &v return s }
go
func (s *AuditCheckDetails) SetCheckCompliant(v bool) *AuditCheckDetails { s.CheckCompliant = &v return s }
[ "func", "(", "s", "*", "AuditCheckDetails", ")", "SetCheckCompliant", "(", "v", "bool", ")", "*", "AuditCheckDetails", "{", "s", ".", "CheckCompliant", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCheckCompliant sets the CheckCompliant field's value.
[ "SetCheckCompliant", "sets", "the", "CheckCompliant", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16448-L16451
1,341
aws/aws-sdk-go
service/iot/api.go
SetCheckRunStatus
func (s *AuditCheckDetails) SetCheckRunStatus(v string) *AuditCheckDetails { s.CheckRunStatus = &v return s }
go
func (s *AuditCheckDetails) SetCheckRunStatus(v string) *AuditCheckDetails { s.CheckRunStatus = &v return s }
[ "func", "(", "s", "*", "AuditCheckDetails", ")", "SetCheckRunStatus", "(", "v", "string", ")", "*", "AuditCheckDetails", "{", "s", ".", "CheckRunStatus", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCheckRunStatus sets the CheckRunStatus field's value.
[ "SetCheckRunStatus", "sets", "the", "CheckRunStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16454-L16457
1,342
aws/aws-sdk-go
service/iot/api.go
SetNonCompliantResourcesCount
func (s *AuditCheckDetails) SetNonCompliantResourcesCount(v int64) *AuditCheckDetails { s.NonCompliantResourcesCount = &v return s }
go
func (s *AuditCheckDetails) SetNonCompliantResourcesCount(v int64) *AuditCheckDetails { s.NonCompliantResourcesCount = &v return s }
[ "func", "(", "s", "*", "AuditCheckDetails", ")", "SetNonCompliantResourcesCount", "(", "v", "int64", ")", "*", "AuditCheckDetails", "{", "s", ".", "NonCompliantResourcesCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNonCompliantResourcesCount sets the NonCompliantResourcesCount field's value.
[ "SetNonCompliantResourcesCount", "sets", "the", "NonCompliantResourcesCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16472-L16475
1,343
aws/aws-sdk-go
service/iot/api.go
SetTotalResourcesCount
func (s *AuditCheckDetails) SetTotalResourcesCount(v int64) *AuditCheckDetails { s.TotalResourcesCount = &v return s }
go
func (s *AuditCheckDetails) SetTotalResourcesCount(v int64) *AuditCheckDetails { s.TotalResourcesCount = &v return s }
[ "func", "(", "s", "*", "AuditCheckDetails", ")", "SetTotalResourcesCount", "(", "v", "int64", ")", "*", "AuditCheckDetails", "{", "s", ".", "TotalResourcesCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetTotalResourcesCount sets the TotalResourcesCount field's value.
[ "SetTotalResourcesCount", "sets", "the", "TotalResourcesCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16478-L16481
1,344
aws/aws-sdk-go
service/iot/api.go
SetFindingTime
func (s *AuditFinding) SetFindingTime(v time.Time) *AuditFinding { s.FindingTime = &v return s }
go
func (s *AuditFinding) SetFindingTime(v time.Time) *AuditFinding { s.FindingTime = &v return s }
[ "func", "(", "s", "*", "AuditFinding", ")", "SetFindingTime", "(", "v", "time", ".", "Time", ")", "*", "AuditFinding", "{", "s", ".", "FindingTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFindingTime sets the FindingTime field's value.
[ "SetFindingTime", "sets", "the", "FindingTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16532-L16535
1,345
aws/aws-sdk-go
service/iot/api.go
SetNonCompliantResource
func (s *AuditFinding) SetNonCompliantResource(v *NonCompliantResource) *AuditFinding { s.NonCompliantResource = v return s }
go
func (s *AuditFinding) SetNonCompliantResource(v *NonCompliantResource) *AuditFinding { s.NonCompliantResource = v return s }
[ "func", "(", "s", "*", "AuditFinding", ")", "SetNonCompliantResource", "(", "v", "*", "NonCompliantResource", ")", "*", "AuditFinding", "{", "s", ".", "NonCompliantResource", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNonCompliantResource sets the NonCompliantResource field's value.
[ "SetNonCompliantResource", "sets", "the", "NonCompliantResource", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16538-L16541
1,346
aws/aws-sdk-go
service/iot/api.go
SetReasonForNonCompliance
func (s *AuditFinding) SetReasonForNonCompliance(v string) *AuditFinding { s.ReasonForNonCompliance = &v return s }
go
func (s *AuditFinding) SetReasonForNonCompliance(v string) *AuditFinding { s.ReasonForNonCompliance = &v return s }
[ "func", "(", "s", "*", "AuditFinding", ")", "SetReasonForNonCompliance", "(", "v", "string", ")", "*", "AuditFinding", "{", "s", ".", "ReasonForNonCompliance", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReasonForNonCompliance sets the ReasonForNonCompliance field's value.
[ "SetReasonForNonCompliance", "sets", "the", "ReasonForNonCompliance", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16544-L16547
1,347
aws/aws-sdk-go
service/iot/api.go
SetReasonForNonComplianceCode
func (s *AuditFinding) SetReasonForNonComplianceCode(v string) *AuditFinding { s.ReasonForNonComplianceCode = &v return s }
go
func (s *AuditFinding) SetReasonForNonComplianceCode(v string) *AuditFinding { s.ReasonForNonComplianceCode = &v return s }
[ "func", "(", "s", "*", "AuditFinding", ")", "SetReasonForNonComplianceCode", "(", "v", "string", ")", "*", "AuditFinding", "{", "s", ".", "ReasonForNonComplianceCode", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetReasonForNonComplianceCode sets the ReasonForNonComplianceCode field's value.
[ "SetReasonForNonComplianceCode", "sets", "the", "ReasonForNonComplianceCode", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16550-L16553
1,348
aws/aws-sdk-go
service/iot/api.go
SetRelatedResources
func (s *AuditFinding) SetRelatedResources(v []*RelatedResource) *AuditFinding { s.RelatedResources = v return s }
go
func (s *AuditFinding) SetRelatedResources(v []*RelatedResource) *AuditFinding { s.RelatedResources = v return s }
[ "func", "(", "s", "*", "AuditFinding", ")", "SetRelatedResources", "(", "v", "[", "]", "*", "RelatedResource", ")", "*", "AuditFinding", "{", "s", ".", "RelatedResources", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRelatedResources sets the RelatedResources field's value.
[ "SetRelatedResources", "sets", "the", "RelatedResources", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16556-L16559
1,349
aws/aws-sdk-go
service/iot/api.go
SetAllowed
func (s *AuthResult) SetAllowed(v *Allowed) *AuthResult { s.Allowed = v return s }
go
func (s *AuthResult) SetAllowed(v *Allowed) *AuthResult { s.Allowed = v return s }
[ "func", "(", "s", "*", "AuthResult", ")", "SetAllowed", "(", "v", "*", "Allowed", ")", "*", "AuthResult", "{", "s", ".", "Allowed", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAllowed sets the Allowed field's value.
[ "SetAllowed", "sets", "the", "Allowed", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16744-L16747
1,350
aws/aws-sdk-go
service/iot/api.go
SetAuthDecision
func (s *AuthResult) SetAuthDecision(v string) *AuthResult { s.AuthDecision = &v return s }
go
func (s *AuthResult) SetAuthDecision(v string) *AuthResult { s.AuthDecision = &v return s }
[ "func", "(", "s", "*", "AuthResult", ")", "SetAuthDecision", "(", "v", "string", ")", "*", "AuthResult", "{", "s", ".", "AuthDecision", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAuthDecision sets the AuthDecision field's value.
[ "SetAuthDecision", "sets", "the", "AuthDecision", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16750-L16753
1,351
aws/aws-sdk-go
service/iot/api.go
SetAuthInfo
func (s *AuthResult) SetAuthInfo(v *AuthInfo) *AuthResult { s.AuthInfo = v return s }
go
func (s *AuthResult) SetAuthInfo(v *AuthInfo) *AuthResult { s.AuthInfo = v return s }
[ "func", "(", "s", "*", "AuthResult", ")", "SetAuthInfo", "(", "v", "*", "AuthInfo", ")", "*", "AuthResult", "{", "s", ".", "AuthInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAuthInfo sets the AuthInfo field's value.
[ "SetAuthInfo", "sets", "the", "AuthInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16756-L16759
1,352
aws/aws-sdk-go
service/iot/api.go
SetDenied
func (s *AuthResult) SetDenied(v *Denied) *AuthResult { s.Denied = v return s }
go
func (s *AuthResult) SetDenied(v *Denied) *AuthResult { s.Denied = v return s }
[ "func", "(", "s", "*", "AuthResult", ")", "SetDenied", "(", "v", "*", "Denied", ")", "*", "AuthResult", "{", "s", ".", "Denied", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDenied sets the Denied field's value.
[ "SetDenied", "sets", "the", "Denied", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16762-L16765
1,353
aws/aws-sdk-go
service/iot/api.go
SetCriteria
func (s *Behavior) SetCriteria(v *BehaviorCriteria) *Behavior { s.Criteria = v return s }
go
func (s *Behavior) SetCriteria(v *BehaviorCriteria) *Behavior { s.Criteria = v return s }
[ "func", "(", "s", "*", "Behavior", ")", "SetCriteria", "(", "v", "*", "BehaviorCriteria", ")", "*", "Behavior", "{", "s", ".", "Criteria", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCriteria sets the Criteria field's value.
[ "SetCriteria", "sets", "the", "Criteria", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L16980-L16983
1,354
aws/aws-sdk-go
service/iot/api.go
SetConsecutiveDatapointsToAlarm
func (s *BehaviorCriteria) SetConsecutiveDatapointsToAlarm(v int64) *BehaviorCriteria { s.ConsecutiveDatapointsToAlarm = &v return s }
go
func (s *BehaviorCriteria) SetConsecutiveDatapointsToAlarm(v int64) *BehaviorCriteria { s.ConsecutiveDatapointsToAlarm = &v return s }
[ "func", "(", "s", "*", "BehaviorCriteria", ")", "SetConsecutiveDatapointsToAlarm", "(", "v", "int64", ")", "*", "BehaviorCriteria", "{", "s", ".", "ConsecutiveDatapointsToAlarm", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConsecutiveDatapointsToAlarm sets the ConsecutiveDatapointsToAlarm field's value.
[ "SetConsecutiveDatapointsToAlarm", "sets", "the", "ConsecutiveDatapointsToAlarm", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17063-L17066
1,355
aws/aws-sdk-go
service/iot/api.go
SetConsecutiveDatapointsToClear
func (s *BehaviorCriteria) SetConsecutiveDatapointsToClear(v int64) *BehaviorCriteria { s.ConsecutiveDatapointsToClear = &v return s }
go
func (s *BehaviorCriteria) SetConsecutiveDatapointsToClear(v int64) *BehaviorCriteria { s.ConsecutiveDatapointsToClear = &v return s }
[ "func", "(", "s", "*", "BehaviorCriteria", ")", "SetConsecutiveDatapointsToClear", "(", "v", "int64", ")", "*", "BehaviorCriteria", "{", "s", ".", "ConsecutiveDatapointsToClear", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConsecutiveDatapointsToClear sets the ConsecutiveDatapointsToClear field's value.
[ "SetConsecutiveDatapointsToClear", "sets", "the", "ConsecutiveDatapointsToClear", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17069-L17072
1,356
aws/aws-sdk-go
service/iot/api.go
SetStatisticalThreshold
func (s *BehaviorCriteria) SetStatisticalThreshold(v *StatisticalThreshold) *BehaviorCriteria { s.StatisticalThreshold = v return s }
go
func (s *BehaviorCriteria) SetStatisticalThreshold(v *StatisticalThreshold) *BehaviorCriteria { s.StatisticalThreshold = v return s }
[ "func", "(", "s", "*", "BehaviorCriteria", ")", "SetStatisticalThreshold", "(", "v", "*", "StatisticalThreshold", ")", "*", "BehaviorCriteria", "{", "s", ".", "StatisticalThreshold", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStatisticalThreshold sets the StatisticalThreshold field's value.
[ "SetStatisticalThreshold", "sets", "the", "StatisticalThreshold", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17081-L17084
1,357
aws/aws-sdk-go
service/iot/api.go
SetBillingGroupDescription
func (s *BillingGroupProperties) SetBillingGroupDescription(v string) *BillingGroupProperties { s.BillingGroupDescription = &v return s }
go
func (s *BillingGroupProperties) SetBillingGroupDescription(v string) *BillingGroupProperties { s.BillingGroupDescription = &v return s }
[ "func", "(", "s", "*", "BillingGroupProperties", ")", "SetBillingGroupDescription", "(", "v", "string", ")", "*", "BillingGroupProperties", "{", "s", ".", "BillingGroupDescription", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBillingGroupDescription sets the BillingGroupDescription field's value.
[ "SetBillingGroupDescription", "sets", "the", "BillingGroupDescription", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17135-L17138
1,358
aws/aws-sdk-go
service/iot/api.go
SetAutoRegistrationStatus
func (s *CACertificateDescription) SetAutoRegistrationStatus(v string) *CACertificateDescription { s.AutoRegistrationStatus = &v return s }
go
func (s *CACertificateDescription) SetAutoRegistrationStatus(v string) *CACertificateDescription { s.AutoRegistrationStatus = &v return s }
[ "func", "(", "s", "*", "CACertificateDescription", ")", "SetAutoRegistrationStatus", "(", "v", "string", ")", "*", "CACertificateDescription", "{", "s", ".", "AutoRegistrationStatus", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAutoRegistrationStatus sets the AutoRegistrationStatus field's value.
[ "SetAutoRegistrationStatus", "sets", "the", "AutoRegistrationStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17243-L17246
1,359
aws/aws-sdk-go
service/iot/api.go
SetPreviousOwnedBy
func (s *CertificateDescription) SetPreviousOwnedBy(v string) *CertificateDescription { s.PreviousOwnedBy = &v return s }
go
func (s *CertificateDescription) SetPreviousOwnedBy(v string) *CertificateDescription { s.PreviousOwnedBy = &v return s }
[ "func", "(", "s", "*", "CertificateDescription", ")", "SetPreviousOwnedBy", "(", "v", "string", ")", "*", "CertificateDescription", "{", "s", ".", "PreviousOwnedBy", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPreviousOwnedBy sets the PreviousOwnedBy field's value.
[ "SetPreviousOwnedBy", "sets", "the", "PreviousOwnedBy", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17815-L17818
1,360
aws/aws-sdk-go
service/iot/api.go
SetTransferData
func (s *CertificateDescription) SetTransferData(v *TransferData) *CertificateDescription { s.TransferData = v return s }
go
func (s *CertificateDescription) SetTransferData(v *TransferData) *CertificateDescription { s.TransferData = v return s }
[ "func", "(", "s", "*", "CertificateDescription", ")", "SetTransferData", "(", "v", "*", "TransferData", ")", "*", "CertificateDescription", "{", "s", ".", "TransferData", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTransferData sets the TransferData field's value.
[ "SetTransferData", "sets", "the", "TransferData", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L17827-L17830
1,361
aws/aws-sdk-go
service/iot/api.go
SetMetricTimestamp
func (s *CloudwatchMetricAction) SetMetricTimestamp(v string) *CloudwatchMetricAction { s.MetricTimestamp = &v return s }
go
func (s *CloudwatchMetricAction) SetMetricTimestamp(v string) *CloudwatchMetricAction { s.MetricTimestamp = &v return s }
[ "func", "(", "s", "*", "CloudwatchMetricAction", ")", "SetMetricTimestamp", "(", "v", "string", ")", "*", "CloudwatchMetricAction", "{", "s", ".", "MetricTimestamp", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMetricTimestamp sets the MetricTimestamp field's value.
[ "SetMetricTimestamp", "sets", "the", "MetricTimestamp", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18062-L18065
1,362
aws/aws-sdk-go
service/iot/api.go
SetMetricUnit
func (s *CloudwatchMetricAction) SetMetricUnit(v string) *CloudwatchMetricAction { s.MetricUnit = &v return s }
go
func (s *CloudwatchMetricAction) SetMetricUnit(v string) *CloudwatchMetricAction { s.MetricUnit = &v return s }
[ "func", "(", "s", "*", "CloudwatchMetricAction", ")", "SetMetricUnit", "(", "v", "string", ")", "*", "CloudwatchMetricAction", "{", "s", ".", "MetricUnit", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetMetricUnit sets the MetricUnit field's value.
[ "SetMetricUnit", "sets", "the", "MetricUnit", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18068-L18071
1,363
aws/aws-sdk-go
service/iot/api.go
SetAwsSignerJobId
func (s *CodeSigning) SetAwsSignerJobId(v string) *CodeSigning { s.AwsSignerJobId = &v return s }
go
func (s *CodeSigning) SetAwsSignerJobId(v string) *CodeSigning { s.AwsSignerJobId = &v return s }
[ "func", "(", "s", "*", "CodeSigning", ")", "SetAwsSignerJobId", "(", "v", "string", ")", "*", "CodeSigning", "{", "s", ".", "AwsSignerJobId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAwsSignerJobId sets the AwsSignerJobId field's value.
[ "SetAwsSignerJobId", "sets", "the", "AwsSignerJobId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18125-L18128
1,364
aws/aws-sdk-go
service/iot/api.go
SetCustomCodeSigning
func (s *CodeSigning) SetCustomCodeSigning(v *CustomCodeSigning) *CodeSigning { s.CustomCodeSigning = v return s }
go
func (s *CodeSigning) SetCustomCodeSigning(v *CustomCodeSigning) *CodeSigning { s.CustomCodeSigning = v return s }
[ "func", "(", "s", "*", "CodeSigning", ")", "SetCustomCodeSigning", "(", "v", "*", "CustomCodeSigning", ")", "*", "CodeSigning", "{", "s", ".", "CustomCodeSigning", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCustomCodeSigning sets the CustomCodeSigning field's value.
[ "SetCustomCodeSigning", "sets", "the", "CustomCodeSigning", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18131-L18134
1,365
aws/aws-sdk-go
service/iot/api.go
SetStartSigningJobParameter
func (s *CodeSigning) SetStartSigningJobParameter(v *StartSigningJobParameter) *CodeSigning { s.StartSigningJobParameter = v return s }
go
func (s *CodeSigning) SetStartSigningJobParameter(v *StartSigningJobParameter) *CodeSigning { s.StartSigningJobParameter = v return s }
[ "func", "(", "s", "*", "CodeSigning", ")", "SetStartSigningJobParameter", "(", "v", "*", "StartSigningJobParameter", ")", "*", "CodeSigning", "{", "s", ".", "StartSigningJobParameter", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStartSigningJobParameter sets the StartSigningJobParameter field's value.
[ "SetStartSigningJobParameter", "sets", "the", "StartSigningJobParameter", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18137-L18140
1,366
aws/aws-sdk-go
service/iot/api.go
SetCertificateSigningRequest
func (s *CreateCertificateFromCsrInput) SetCertificateSigningRequest(v string) *CreateCertificateFromCsrInput { s.CertificateSigningRequest = &v return s }
go
func (s *CreateCertificateFromCsrInput) SetCertificateSigningRequest(v string) *CreateCertificateFromCsrInput { s.CertificateSigningRequest = &v return s }
[ "func", "(", "s", "*", "CreateCertificateFromCsrInput", ")", "SetCertificateSigningRequest", "(", "v", "string", ")", "*", "CreateCertificateFromCsrInput", "{", "s", ".", "CertificateSigningRequest", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCertificateSigningRequest sets the CertificateSigningRequest field's value.
[ "SetCertificateSigningRequest", "sets", "the", "CertificateSigningRequest", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L18493-L18496
1,367
aws/aws-sdk-go
service/iot/api.go
SetDeleteScheduledAudits
func (s *DeleteAccountAuditConfigurationInput) SetDeleteScheduledAudits(v bool) *DeleteAccountAuditConfigurationInput { s.DeleteScheduledAudits = &v return s }
go
func (s *DeleteAccountAuditConfigurationInput) SetDeleteScheduledAudits(v bool) *DeleteAccountAuditConfigurationInput { s.DeleteScheduledAudits = &v return s }
[ "func", "(", "s", "*", "DeleteAccountAuditConfigurationInput", ")", "SetDeleteScheduledAudits", "(", "v", "bool", ")", "*", "DeleteAccountAuditConfigurationInput", "{", "s", ".", "DeleteScheduledAudits", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDeleteScheduledAudits sets the DeleteScheduledAudits field's value.
[ "SetDeleteScheduledAudits", "sets", "the", "DeleteScheduledAudits", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L20480-L20483
1,368
aws/aws-sdk-go
service/iot/api.go
SetDeleteStream
func (s *DeleteOTAUpdateInput) SetDeleteStream(v bool) *DeleteOTAUpdateInput { s.DeleteStream = &v return s }
go
func (s *DeleteOTAUpdateInput) SetDeleteStream(v bool) *DeleteOTAUpdateInput { s.DeleteStream = &v return s }
[ "func", "(", "s", "*", "DeleteOTAUpdateInput", ")", "SetDeleteStream", "(", "v", "bool", ")", "*", "DeleteOTAUpdateInput", "{", "s", ".", "DeleteStream", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDeleteStream sets the DeleteStream field's value.
[ "SetDeleteStream", "sets", "the", "DeleteStream", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L21033-L21036
1,369
aws/aws-sdk-go
service/iot/api.go
SetForceDeleteAWSJob
func (s *DeleteOTAUpdateInput) SetForceDeleteAWSJob(v bool) *DeleteOTAUpdateInput { s.ForceDeleteAWSJob = &v return s }
go
func (s *DeleteOTAUpdateInput) SetForceDeleteAWSJob(v bool) *DeleteOTAUpdateInput { s.ForceDeleteAWSJob = &v return s }
[ "func", "(", "s", "*", "DeleteOTAUpdateInput", ")", "SetForceDeleteAWSJob", "(", "v", "bool", ")", "*", "DeleteOTAUpdateInput", "{", "s", ".", "ForceDeleteAWSJob", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetForceDeleteAWSJob sets the ForceDeleteAWSJob field's value.
[ "SetForceDeleteAWSJob", "sets", "the", "ForceDeleteAWSJob", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L21039-L21042
1,370
aws/aws-sdk-go
service/iot/api.go
SetExplicitDeny
func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied { s.ExplicitDeny = v return s }
go
func (s *Denied) SetExplicitDeny(v *ExplicitDeny) *Denied { s.ExplicitDeny = v return s }
[ "func", "(", "s", "*", "Denied", ")", "SetExplicitDeny", "(", "v", "*", "ExplicitDeny", ")", "*", "Denied", "{", "s", ".", "ExplicitDeny", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetExplicitDeny sets the ExplicitDeny field's value.
[ "SetExplicitDeny", "sets", "the", "ExplicitDeny", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L21789-L21792
1,371
aws/aws-sdk-go
service/iot/api.go
SetImplicitDeny
func (s *Denied) SetImplicitDeny(v *ImplicitDeny) *Denied { s.ImplicitDeny = v return s }
go
func (s *Denied) SetImplicitDeny(v *ImplicitDeny) *Denied { s.ImplicitDeny = v return s }
[ "func", "(", "s", "*", "Denied", ")", "SetImplicitDeny", "(", "v", "*", "ImplicitDeny", ")", "*", "Denied", "{", "s", ".", "ImplicitDeny", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetImplicitDeny sets the ImplicitDeny field's value.
[ "SetImplicitDeny", "sets", "the", "ImplicitDeny", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L21795-L21798
1,372
aws/aws-sdk-go
service/iot/api.go
SetUndoDeprecate
func (s *DeprecateThingTypeInput) SetUndoDeprecate(v bool) *DeprecateThingTypeInput { s.UndoDeprecate = &v return s }
go
func (s *DeprecateThingTypeInput) SetUndoDeprecate(v bool) *DeprecateThingTypeInput { s.UndoDeprecate = &v return s }
[ "func", "(", "s", "*", "DeprecateThingTypeInput", ")", "SetUndoDeprecate", "(", "v", "bool", ")", "*", "DeprecateThingTypeInput", "{", "s", ".", "UndoDeprecate", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetUndoDeprecate sets the UndoDeprecate field's value.
[ "SetUndoDeprecate", "sets", "the", "UndoDeprecate", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L21847-L21850
1,373
aws/aws-sdk-go
service/iot/api.go
SetAuditDetails
func (s *DescribeAuditTaskOutput) SetAuditDetails(v map[string]*AuditCheckDetails) *DescribeAuditTaskOutput { s.AuditDetails = v return s }
go
func (s *DescribeAuditTaskOutput) SetAuditDetails(v map[string]*AuditCheckDetails) *DescribeAuditTaskOutput { s.AuditDetails = v return s }
[ "func", "(", "s", "*", "DescribeAuditTaskOutput", ")", "SetAuditDetails", "(", "v", "map", "[", "string", "]", "*", "AuditCheckDetails", ")", "*", "DescribeAuditTaskOutput", "{", "s", ".", "AuditDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAuditDetails sets the AuditDetails field's value.
[ "SetAuditDetails", "sets", "the", "AuditDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L22002-L22005
1,374
aws/aws-sdk-go
service/iot/api.go
SetTaskStatistics
func (s *DescribeAuditTaskOutput) SetTaskStatistics(v *TaskStatistics) *DescribeAuditTaskOutput { s.TaskStatistics = v return s }
go
func (s *DescribeAuditTaskOutput) SetTaskStatistics(v *TaskStatistics) *DescribeAuditTaskOutput { s.TaskStatistics = v return s }
[ "func", "(", "s", "*", "DescribeAuditTaskOutput", ")", "SetTaskStatistics", "(", "v", "*", "TaskStatistics", ")", "*", "DescribeAuditTaskOutput", "{", "s", ".", "TaskStatistics", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetTaskStatistics sets the TaskStatistics field's value.
[ "SetTaskStatistics", "sets", "the", "TaskStatistics", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L22020-L22023
1,375
aws/aws-sdk-go
service/iot/api.go
SetBillingGroupMetadata
func (s *DescribeBillingGroupOutput) SetBillingGroupMetadata(v *BillingGroupMetadata) *DescribeBillingGroupOutput { s.BillingGroupMetadata = v return s }
go
func (s *DescribeBillingGroupOutput) SetBillingGroupMetadata(v *BillingGroupMetadata) *DescribeBillingGroupOutput { s.BillingGroupMetadata = v return s }
[ "func", "(", "s", "*", "DescribeBillingGroupOutput", ")", "SetBillingGroupMetadata", "(", "v", "*", "BillingGroupMetadata", ")", "*", "DescribeBillingGroupOutput", "{", "s", ".", "BillingGroupMetadata", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetBillingGroupMetadata sets the BillingGroupMetadata field's value.
[ "SetBillingGroupMetadata", "sets", "the", "BillingGroupMetadata", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L22187-L22190
1,376
aws/aws-sdk-go
service/iot/api.go
SetEndpointAddress
func (s *DescribeEndpointOutput) SetEndpointAddress(v string) *DescribeEndpointOutput { s.EndpointAddress = &v return s }
go
func (s *DescribeEndpointOutput) SetEndpointAddress(v string) *DescribeEndpointOutput { s.EndpointAddress = &v return s }
[ "func", "(", "s", "*", "DescribeEndpointOutput", ")", "SetEndpointAddress", "(", "v", "string", ")", "*", "DescribeEndpointOutput", "{", "s", ".", "EndpointAddress", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEndpointAddress sets the EndpointAddress field's value.
[ "SetEndpointAddress", "sets", "the", "EndpointAddress", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L22441-L22444
1,377
aws/aws-sdk-go
service/iot/api.go
SetRoleAliasDescription
func (s *DescribeRoleAliasOutput) SetRoleAliasDescription(v *RoleAliasDescription) *DescribeRoleAliasOutput { s.RoleAliasDescription = v return s }
go
func (s *DescribeRoleAliasOutput) SetRoleAliasDescription(v *RoleAliasDescription) *DescribeRoleAliasOutput { s.RoleAliasDescription = v return s }
[ "func", "(", "s", "*", "DescribeRoleAliasOutput", ")", "SetRoleAliasDescription", "(", "v", "*", "RoleAliasDescription", ")", "*", "DescribeRoleAliasOutput", "{", "s", ".", "RoleAliasDescription", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRoleAliasDescription sets the RoleAliasDescription field's value.
[ "SetRoleAliasDescription", "sets", "the", "RoleAliasDescription", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L22818-L22821
1,378
aws/aws-sdk-go
service/iot/api.go
SetThingGroupMetadata
func (s *DescribeThingGroupOutput) SetThingGroupMetadata(v *ThingGroupMetadata) *DescribeThingGroupOutput { s.ThingGroupMetadata = v return s }
go
func (s *DescribeThingGroupOutput) SetThingGroupMetadata(v *ThingGroupMetadata) *DescribeThingGroupOutput { s.ThingGroupMetadata = v return s }
[ "func", "(", "s", "*", "DescribeThingGroupOutput", ")", "SetThingGroupMetadata", "(", "v", "*", "ThingGroupMetadata", ")", "*", "DescribeThingGroupOutput", "{", "s", ".", "ThingGroupMetadata", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetThingGroupMetadata sets the ThingGroupMetadata field's value.
[ "SetThingGroupMetadata", "sets", "the", "ThingGroupMetadata", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L23266-L23269
1,379
aws/aws-sdk-go
service/iot/api.go
SetDefaultClientId
func (s *DescribeThingOutput) SetDefaultClientId(v string) *DescribeThingOutput { s.DefaultClientId = &v return s }
go
func (s *DescribeThingOutput) SetDefaultClientId(v string) *DescribeThingOutput { s.DefaultClientId = &v return s }
[ "func", "(", "s", "*", "DescribeThingOutput", ")", "SetDefaultClientId", "(", "v", "string", ")", "*", "DescribeThingOutput", "{", "s", ".", "DefaultClientId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDefaultClientId sets the DefaultClientId field's value.
[ "SetDefaultClientId", "sets", "the", "DefaultClientId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L23387-L23390
1,380
aws/aws-sdk-go
service/iot/api.go
SetFailureCount
func (s *DescribeThingRegistrationTaskOutput) SetFailureCount(v int64) *DescribeThingRegistrationTaskOutput { s.FailureCount = &v return s }
go
func (s *DescribeThingRegistrationTaskOutput) SetFailureCount(v int64) *DescribeThingRegistrationTaskOutput { s.FailureCount = &v return s }
[ "func", "(", "s", "*", "DescribeThingRegistrationTaskOutput", ")", "SetFailureCount", "(", "v", "int64", ")", "*", "DescribeThingRegistrationTaskOutput", "{", "s", ".", "FailureCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFailureCount sets the FailureCount field's value.
[ "SetFailureCount", "sets", "the", "FailureCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L23520-L23523
1,381
aws/aws-sdk-go
service/iot/api.go
SetPercentageProgress
func (s *DescribeThingRegistrationTaskOutput) SetPercentageProgress(v int64) *DescribeThingRegistrationTaskOutput { s.PercentageProgress = &v return s }
go
func (s *DescribeThingRegistrationTaskOutput) SetPercentageProgress(v int64) *DescribeThingRegistrationTaskOutput { s.PercentageProgress = &v return s }
[ "func", "(", "s", "*", "DescribeThingRegistrationTaskOutput", ")", "SetPercentageProgress", "(", "v", "int64", ")", "*", "DescribeThingRegistrationTaskOutput", "{", "s", ".", "PercentageProgress", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPercentageProgress sets the PercentageProgress field's value.
[ "SetPercentageProgress", "sets", "the", "PercentageProgress", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L23550-L23553
1,382
aws/aws-sdk-go
service/iot/api.go
SetHashKeyField
func (s *DynamoDBAction) SetHashKeyField(v string) *DynamoDBAction { s.HashKeyField = &v return s }
go
func (s *DynamoDBAction) SetHashKeyField(v string) *DynamoDBAction { s.HashKeyField = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetHashKeyField", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "HashKeyField", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetHashKeyField sets the HashKeyField field's value.
[ "SetHashKeyField", "sets", "the", "HashKeyField", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24163-L24166
1,383
aws/aws-sdk-go
service/iot/api.go
SetHashKeyType
func (s *DynamoDBAction) SetHashKeyType(v string) *DynamoDBAction { s.HashKeyType = &v return s }
go
func (s *DynamoDBAction) SetHashKeyType(v string) *DynamoDBAction { s.HashKeyType = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetHashKeyType", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "HashKeyType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetHashKeyType sets the HashKeyType field's value.
[ "SetHashKeyType", "sets", "the", "HashKeyType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24169-L24172
1,384
aws/aws-sdk-go
service/iot/api.go
SetHashKeyValue
func (s *DynamoDBAction) SetHashKeyValue(v string) *DynamoDBAction { s.HashKeyValue = &v return s }
go
func (s *DynamoDBAction) SetHashKeyValue(v string) *DynamoDBAction { s.HashKeyValue = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetHashKeyValue", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "HashKeyValue", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetHashKeyValue sets the HashKeyValue field's value.
[ "SetHashKeyValue", "sets", "the", "HashKeyValue", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24175-L24178
1,385
aws/aws-sdk-go
service/iot/api.go
SetPayloadField
func (s *DynamoDBAction) SetPayloadField(v string) *DynamoDBAction { s.PayloadField = &v return s }
go
func (s *DynamoDBAction) SetPayloadField(v string) *DynamoDBAction { s.PayloadField = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetPayloadField", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "PayloadField", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPayloadField sets the PayloadField field's value.
[ "SetPayloadField", "sets", "the", "PayloadField", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24187-L24190
1,386
aws/aws-sdk-go
service/iot/api.go
SetRangeKeyField
func (s *DynamoDBAction) SetRangeKeyField(v string) *DynamoDBAction { s.RangeKeyField = &v return s }
go
func (s *DynamoDBAction) SetRangeKeyField(v string) *DynamoDBAction { s.RangeKeyField = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetRangeKeyField", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "RangeKeyField", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRangeKeyField sets the RangeKeyField field's value.
[ "SetRangeKeyField", "sets", "the", "RangeKeyField", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24193-L24196
1,387
aws/aws-sdk-go
service/iot/api.go
SetRangeKeyType
func (s *DynamoDBAction) SetRangeKeyType(v string) *DynamoDBAction { s.RangeKeyType = &v return s }
go
func (s *DynamoDBAction) SetRangeKeyType(v string) *DynamoDBAction { s.RangeKeyType = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetRangeKeyType", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "RangeKeyType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRangeKeyType sets the RangeKeyType field's value.
[ "SetRangeKeyType", "sets", "the", "RangeKeyType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24199-L24202
1,388
aws/aws-sdk-go
service/iot/api.go
SetRangeKeyValue
func (s *DynamoDBAction) SetRangeKeyValue(v string) *DynamoDBAction { s.RangeKeyValue = &v return s }
go
func (s *DynamoDBAction) SetRangeKeyValue(v string) *DynamoDBAction { s.RangeKeyValue = &v return s }
[ "func", "(", "s", "*", "DynamoDBAction", ")", "SetRangeKeyValue", "(", "v", "string", ")", "*", "DynamoDBAction", "{", "s", ".", "RangeKeyValue", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRangeKeyValue sets the RangeKeyValue field's value.
[ "SetRangeKeyValue", "sets", "the", "RangeKeyValue", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24205-L24208
1,389
aws/aws-sdk-go
service/iot/api.go
SetPutItem
func (s *DynamoDBv2Action) SetPutItem(v *PutItemInput) *DynamoDBv2Action { s.PutItem = v return s }
go
func (s *DynamoDBv2Action) SetPutItem(v *PutItemInput) *DynamoDBv2Action { s.PutItem = v return s }
[ "func", "(", "s", "*", "DynamoDBv2Action", ")", "SetPutItem", "(", "v", "*", "PutItemInput", ")", "*", "DynamoDBv2Action", "{", "s", ".", "PutItem", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetPutItem sets the PutItem field's value.
[ "SetPutItem", "sets", "the", "PutItem", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24279-L24282
1,390
aws/aws-sdk-go
service/iot/api.go
SetBaseRatePerMinute
func (s *ExponentialRolloutRate) SetBaseRatePerMinute(v int64) *ExponentialRolloutRate { s.BaseRatePerMinute = &v return s }
go
func (s *ExponentialRolloutRate) SetBaseRatePerMinute(v int64) *ExponentialRolloutRate { s.BaseRatePerMinute = &v return s }
[ "func", "(", "s", "*", "ExponentialRolloutRate", ")", "SetBaseRatePerMinute", "(", "v", "int64", ")", "*", "ExponentialRolloutRate", "{", "s", ".", "BaseRatePerMinute", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetBaseRatePerMinute sets the BaseRatePerMinute field's value.
[ "SetBaseRatePerMinute", "sets", "the", "BaseRatePerMinute", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24606-L24609
1,391
aws/aws-sdk-go
service/iot/api.go
SetIncrementFactor
func (s *ExponentialRolloutRate) SetIncrementFactor(v float64) *ExponentialRolloutRate { s.IncrementFactor = &v return s }
go
func (s *ExponentialRolloutRate) SetIncrementFactor(v float64) *ExponentialRolloutRate { s.IncrementFactor = &v return s }
[ "func", "(", "s", "*", "ExponentialRolloutRate", ")", "SetIncrementFactor", "(", "v", "float64", ")", "*", "ExponentialRolloutRate", "{", "s", ".", "IncrementFactor", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIncrementFactor sets the IncrementFactor field's value.
[ "SetIncrementFactor", "sets", "the", "IncrementFactor", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24612-L24615
1,392
aws/aws-sdk-go
service/iot/api.go
SetRateIncreaseCriteria
func (s *ExponentialRolloutRate) SetRateIncreaseCriteria(v *RateIncreaseCriteria) *ExponentialRolloutRate { s.RateIncreaseCriteria = v return s }
go
func (s *ExponentialRolloutRate) SetRateIncreaseCriteria(v *RateIncreaseCriteria) *ExponentialRolloutRate { s.RateIncreaseCriteria = v return s }
[ "func", "(", "s", "*", "ExponentialRolloutRate", ")", "SetRateIncreaseCriteria", "(", "v", "*", "RateIncreaseCriteria", ")", "*", "ExponentialRolloutRate", "{", "s", ".", "RateIncreaseCriteria", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRateIncreaseCriteria sets the RateIncreaseCriteria field's value.
[ "SetRateIncreaseCriteria", "sets", "the", "RateIncreaseCriteria", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24618-L24621
1,393
aws/aws-sdk-go
service/iot/api.go
SetStream
func (s *FileLocation) SetStream(v *Stream) *FileLocation { s.Stream = v return s }
go
func (s *FileLocation) SetStream(v *Stream) *FileLocation { s.Stream = v return s }
[ "func", "(", "s", "*", "FileLocation", ")", "SetStream", "(", "v", "*", "Stream", ")", "*", "FileLocation", "{", "s", ".", "Stream", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStream sets the Stream field's value.
[ "SetStream", "sets", "the", "Stream", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24671-L24674
1,394
aws/aws-sdk-go
service/iot/api.go
SetSeparator
func (s *FirehoseAction) SetSeparator(v string) *FirehoseAction { s.Separator = &v return s }
go
func (s *FirehoseAction) SetSeparator(v string) *FirehoseAction { s.Separator = &v return s }
[ "func", "(", "s", "*", "FirehoseAction", ")", "SetSeparator", "(", "v", "string", ")", "*", "FirehoseAction", "{", "s", ".", "Separator", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSeparator sets the Separator field's value.
[ "SetSeparator", "sets", "the", "Separator", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24735-L24738
1,395
aws/aws-sdk-go
service/iot/api.go
SetEffectivePolicies
func (s *GetEffectivePoliciesOutput) SetEffectivePolicies(v []*EffectivePolicy) *GetEffectivePoliciesOutput { s.EffectivePolicies = v return s }
go
func (s *GetEffectivePoliciesOutput) SetEffectivePolicies(v []*EffectivePolicy) *GetEffectivePoliciesOutput { s.EffectivePolicies = v return s }
[ "func", "(", "s", "*", "GetEffectivePoliciesOutput", ")", "SetEffectivePolicies", "(", "v", "[", "]", "*", "EffectivePolicy", ")", "*", "GetEffectivePoliciesOutput", "{", "s", ".", "EffectivePolicies", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetEffectivePolicies sets the EffectivePolicies field's value.
[ "SetEffectivePolicies", "sets", "the", "EffectivePolicies", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L24812-L24815
1,396
aws/aws-sdk-go
service/iot/api.go
SetOtaUpdateInfo
func (s *GetOTAUpdateOutput) SetOtaUpdateInfo(v *OTAUpdateInfo) *GetOTAUpdateOutput { s.OtaUpdateInfo = v return s }
go
func (s *GetOTAUpdateOutput) SetOtaUpdateInfo(v *OTAUpdateInfo) *GetOTAUpdateOutput { s.OtaUpdateInfo = v return s }
[ "func", "(", "s", "*", "GetOTAUpdateOutput", ")", "SetOtaUpdateInfo", "(", "v", "*", "OTAUpdateInfo", ")", "*", "GetOTAUpdateOutput", "{", "s", ".", "OtaUpdateInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetOtaUpdateInfo sets the OtaUpdateInfo field's value.
[ "SetOtaUpdateInfo", "sets", "the", "OtaUpdateInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L25034-L25037
1,397
aws/aws-sdk-go
service/iot/api.go
SetAggregationField
func (s *GetStatisticsInput) SetAggregationField(v string) *GetStatisticsInput { s.AggregationField = &v return s }
go
func (s *GetStatisticsInput) SetAggregationField(v string) *GetStatisticsInput { s.AggregationField = &v return s }
[ "func", "(", "s", "*", "GetStatisticsInput", ")", "SetAggregationField", "(", "v", "string", ")", "*", "GetStatisticsInput", "{", "s", ".", "AggregationField", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregationField sets the AggregationField field's value.
[ "SetAggregationField", "sets", "the", "AggregationField", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L25396-L25399
1,398
aws/aws-sdk-go
service/iot/api.go
SetJobProcessDetails
func (s *Job) SetJobProcessDetails(v *JobProcessDetails) *Job { s.JobProcessDetails = v return s }
go
func (s *Job) SetJobProcessDetails(v *JobProcessDetails) *Job { s.JobProcessDetails = v return s }
[ "func", "(", "s", "*", "Job", ")", "SetJobProcessDetails", "(", "v", "*", "JobProcessDetails", ")", "*", "Job", "{", "s", ".", "JobProcessDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetJobProcessDetails sets the JobProcessDetails field's value.
[ "SetJobProcessDetails", "sets", "the", "JobProcessDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L25874-L25877
1,399
aws/aws-sdk-go
service/iot/api.go
SetApproximateSecondsBeforeTimedOut
func (s *JobExecution) SetApproximateSecondsBeforeTimedOut(v int64) *JobExecution { s.ApproximateSecondsBeforeTimedOut = &v return s }
go
func (s *JobExecution) SetApproximateSecondsBeforeTimedOut(v int64) *JobExecution { s.ApproximateSecondsBeforeTimedOut = &v return s }
[ "func", "(", "s", "*", "JobExecution", ")", "SetApproximateSecondsBeforeTimedOut", "(", "v", "int64", ")", "*", "JobExecution", "{", "s", ".", "ApproximateSecondsBeforeTimedOut", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetApproximateSecondsBeforeTimedOut sets the ApproximateSecondsBeforeTimedOut field's value.
[ "SetApproximateSecondsBeforeTimedOut", "sets", "the", "ApproximateSecondsBeforeTimedOut", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot/api.go#L25980-L25983