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
sequence
docstring
stringlengths
6
2.61k
docstring_tokens
sequence
sha
stringlengths
40
40
url
stringlengths
85
252
partition
stringclasses
1 value
aws/aws-sdk-go
service/devicefarm/api.go
SetClearMaxDevices
func (s *UpdateDevicePoolInput) SetClearMaxDevices(v bool) *UpdateDevicePoolInput { s.ClearMaxDevices = &v return s }
go
func (s *UpdateDevicePoolInput) SetClearMaxDevices(v bool) *UpdateDevicePoolInput { s.ClearMaxDevices = &v return s }
[ "func", "(", "s", "*", "UpdateDevicePoolInput", ")", "SetClearMaxDevices", "(", "v", "bool", ")", "*", "UpdateDevicePoolInput", "{", "s", ".", "ClearMaxDevices", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetClearMaxDevices sets the ClearMaxDevices field's value.
[ "SetClearMaxDevices", "sets", "the", "ClearMaxDevices", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/devicefarm/api.go#L15583-L15586
train
aws/aws-sdk-go
service/devicefarm/api.go
SetEditContent
func (s *UpdateUploadInput) SetEditContent(v bool) *UpdateUploadInput { s.EditContent = &v return s }
go
func (s *UpdateUploadInput) SetEditContent(v bool) *UpdateUploadInput { s.EditContent = &v return s }
[ "func", "(", "s", "*", "UpdateUploadInput", ")", "SetEditContent", "(", "v", "bool", ")", "*", "UpdateUploadInput", "{", "s", ".", "EditContent", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEditContent sets the EditContent field's value.
[ "SetEditContent", "sets", "the", "EditContent", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/devicefarm/api.go#L16063-L16066
train
aws/aws-sdk-go
service/configservice/api.go
SetSourceAccountId
func (s *AggregateResourceIdentifier) SetSourceAccountId(v string) *AggregateResourceIdentifier { s.SourceAccountId = &v return s }
go
func (s *AggregateResourceIdentifier) SetSourceAccountId(v string) *AggregateResourceIdentifier { s.SourceAccountId = &v return s }
[ "func", "(", "s", "*", "AggregateResourceIdentifier", ")", "SetSourceAccountId", "(", "v", "string", ")", "*", "AggregateResourceIdentifier", "{", "s", ".", "SourceAccountId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceAccountId sets the SourceAccountId field's value.
[ "SetSourceAccountId", "sets", "the", "SourceAccountId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L5609-L5612
train
aws/aws-sdk-go
service/configservice/api.go
SetSourceId
func (s *AggregatedSourceStatus) SetSourceId(v string) *AggregatedSourceStatus { s.SourceId = &v return s }
go
func (s *AggregatedSourceStatus) SetSourceId(v string) *AggregatedSourceStatus { s.SourceId = &v return s }
[ "func", "(", "s", "*", "AggregatedSourceStatus", ")", "SetSourceId", "(", "v", "string", ")", "*", "AggregatedSourceStatus", "{", "s", ".", "SourceId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceId sets the SourceId field's value.
[ "SetSourceId", "sets", "the", "SourceId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L5695-L5698
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregationAuthorizationArn
func (s *AggregationAuthorization) SetAggregationAuthorizationArn(v string) *AggregationAuthorization { s.AggregationAuthorizationArn = &v return s }
go
func (s *AggregationAuthorization) SetAggregationAuthorizationArn(v string) *AggregationAuthorization { s.AggregationAuthorizationArn = &v return s }
[ "func", "(", "s", "*", "AggregationAuthorization", ")", "SetAggregationAuthorizationArn", "(", "v", "string", ")", "*", "AggregationAuthorization", "{", "s", ".", "AggregationAuthorizationArn", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregationAuthorizationArn sets the AggregationAuthorizationArn field's value.
[ "SetAggregationAuthorizationArn", "sets", "the", "AggregationAuthorizationArn", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L5735-L5738
train
aws/aws-sdk-go
service/configservice/api.go
SetUnprocessedResourceIdentifiers
func (s *BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigOutput { s.UnprocessedResourceIdentifiers = v return s }
go
func (s *BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigOutput { s.UnprocessedResourceIdentifiers = v return s }
[ "func", "(", "s", "*", "BatchGetAggregateResourceConfigOutput", ")", "SetUnprocessedResourceIdentifiers", "(", "v", "[", "]", "*", "AggregateResourceIdentifier", ")", "*", "BatchGetAggregateResourceConfigOutput", "{", "s", ".", "UnprocessedResourceIdentifiers", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetUnprocessedResourceIdentifiers sets the UnprocessedResourceIdentifiers field's value.
[ "SetUnprocessedResourceIdentifiers", "sets", "the", "UnprocessedResourceIdentifiers", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L5997-L6000
train
aws/aws-sdk-go
service/configservice/api.go
SetUnprocessedResourceKeys
func (s *BatchGetResourceConfigOutput) SetUnprocessedResourceKeys(v []*ResourceKey) *BatchGetResourceConfigOutput { s.UnprocessedResourceKeys = v return s }
go
func (s *BatchGetResourceConfigOutput) SetUnprocessedResourceKeys(v []*ResourceKey) *BatchGetResourceConfigOutput { s.UnprocessedResourceKeys = v return s }
[ "func", "(", "s", "*", "BatchGetResourceConfigOutput", ")", "SetUnprocessedResourceKeys", "(", "v", "[", "]", "*", "ResourceKey", ")", "*", "BatchGetResourceConfigOutput", "{", "s", ".", "UnprocessedResourceKeys", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetUnprocessedResourceKeys sets the UnprocessedResourceKeys field's value.
[ "SetUnprocessedResourceKeys", "sets", "the", "UnprocessedResourceKeys", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6085-L6088
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceContributorCount
func (s *Compliance) SetComplianceContributorCount(v *ComplianceContributorCount) *Compliance { s.ComplianceContributorCount = v return s }
go
func (s *Compliance) SetComplianceContributorCount(v *ComplianceContributorCount) *Compliance { s.ComplianceContributorCount = v return s }
[ "func", "(", "s", "*", "Compliance", ")", "SetComplianceContributorCount", "(", "v", "*", "ComplianceContributorCount", ")", "*", "Compliance", "{", "s", ".", "ComplianceContributorCount", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceContributorCount sets the ComplianceContributorCount field's value.
[ "SetComplianceContributorCount", "sets", "the", "ComplianceContributorCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6128-L6131
train
aws/aws-sdk-go
service/configservice/api.go
SetCapExceeded
func (s *ComplianceContributorCount) SetCapExceeded(v bool) *ComplianceContributorCount { s.CapExceeded = &v return s }
go
func (s *ComplianceContributorCount) SetCapExceeded(v bool) *ComplianceContributorCount { s.CapExceeded = &v return s }
[ "func", "(", "s", "*", "ComplianceContributorCount", ")", "SetCapExceeded", "(", "v", "bool", ")", "*", "ComplianceContributorCount", "{", "s", ".", "CapExceeded", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCapExceeded sets the CapExceeded field's value.
[ "SetCapExceeded", "sets", "the", "CapExceeded", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6244-L6247
train
aws/aws-sdk-go
service/configservice/api.go
SetCappedCount
func (s *ComplianceContributorCount) SetCappedCount(v int64) *ComplianceContributorCount { s.CappedCount = &v return s }
go
func (s *ComplianceContributorCount) SetCappedCount(v int64) *ComplianceContributorCount { s.CappedCount = &v return s }
[ "func", "(", "s", "*", "ComplianceContributorCount", ")", "SetCappedCount", "(", "v", "int64", ")", "*", "ComplianceContributorCount", "{", "s", ".", "CappedCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetCappedCount sets the CappedCount field's value.
[ "SetCappedCount", "sets", "the", "CappedCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6250-L6253
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceSummaryTimestamp
func (s *ComplianceSummary) SetComplianceSummaryTimestamp(v time.Time) *ComplianceSummary { s.ComplianceSummaryTimestamp = &v return s }
go
func (s *ComplianceSummary) SetComplianceSummaryTimestamp(v time.Time) *ComplianceSummary { s.ComplianceSummaryTimestamp = &v return s }
[ "func", "(", "s", "*", "ComplianceSummary", ")", "SetComplianceSummaryTimestamp", "(", "v", "time", ".", "Time", ")", "*", "ComplianceSummary", "{", "s", ".", "ComplianceSummaryTimestamp", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceSummaryTimestamp sets the ComplianceSummaryTimestamp field's value.
[ "SetComplianceSummaryTimestamp", "sets", "the", "ComplianceSummaryTimestamp", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6282-L6285
train
aws/aws-sdk-go
service/configservice/api.go
SetCompliantResourceCount
func (s *ComplianceSummary) SetCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary { s.CompliantResourceCount = v return s }
go
func (s *ComplianceSummary) SetCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary { s.CompliantResourceCount = v return s }
[ "func", "(", "s", "*", "ComplianceSummary", ")", "SetCompliantResourceCount", "(", "v", "*", "ComplianceContributorCount", ")", "*", "ComplianceSummary", "{", "s", ".", "CompliantResourceCount", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetCompliantResourceCount sets the CompliantResourceCount field's value.
[ "SetCompliantResourceCount", "sets", "the", "CompliantResourceCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6288-L6291
train
aws/aws-sdk-go
service/configservice/api.go
SetNonCompliantResourceCount
func (s *ComplianceSummary) SetNonCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary { s.NonCompliantResourceCount = v return s }
go
func (s *ComplianceSummary) SetNonCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary { s.NonCompliantResourceCount = v return s }
[ "func", "(", "s", "*", "ComplianceSummary", ")", "SetNonCompliantResourceCount", "(", "v", "*", "ComplianceContributorCount", ")", "*", "ComplianceSummary", "{", "s", ".", "NonCompliantResourceCount", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetNonCompliantResourceCount sets the NonCompliantResourceCount field's value.
[ "SetNonCompliantResourceCount", "sets", "the", "NonCompliantResourceCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6294-L6297
train
aws/aws-sdk-go
service/configservice/api.go
SetLastAttemptTime
func (s *ConfigExportDeliveryInfo) SetLastAttemptTime(v time.Time) *ConfigExportDeliveryInfo { s.LastAttemptTime = &v return s }
go
func (s *ConfigExportDeliveryInfo) SetLastAttemptTime(v time.Time) *ConfigExportDeliveryInfo { s.LastAttemptTime = &v return s }
[ "func", "(", "s", "*", "ConfigExportDeliveryInfo", ")", "SetLastAttemptTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigExportDeliveryInfo", "{", "s", ".", "LastAttemptTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastAttemptTime sets the LastAttemptTime field's value.
[ "SetLastAttemptTime", "sets", "the", "LastAttemptTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6370-L6373
train
aws/aws-sdk-go
service/configservice/api.go
SetLastSuccessfulTime
func (s *ConfigExportDeliveryInfo) SetLastSuccessfulTime(v time.Time) *ConfigExportDeliveryInfo { s.LastSuccessfulTime = &v return s }
go
func (s *ConfigExportDeliveryInfo) SetLastSuccessfulTime(v time.Time) *ConfigExportDeliveryInfo { s.LastSuccessfulTime = &v return s }
[ "func", "(", "s", "*", "ConfigExportDeliveryInfo", ")", "SetLastSuccessfulTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigExportDeliveryInfo", "{", "s", ".", "LastSuccessfulTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastSuccessfulTime sets the LastSuccessfulTime field's value.
[ "SetLastSuccessfulTime", "sets", "the", "LastSuccessfulTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6394-L6397
train
aws/aws-sdk-go
service/configservice/api.go
SetNextDeliveryTime
func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExportDeliveryInfo { s.NextDeliveryTime = &v return s }
go
func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExportDeliveryInfo { s.NextDeliveryTime = &v return s }
[ "func", "(", "s", "*", "ConfigExportDeliveryInfo", ")", "SetNextDeliveryTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigExportDeliveryInfo", "{", "s", ".", "NextDeliveryTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetNextDeliveryTime sets the NextDeliveryTime field's value.
[ "SetNextDeliveryTime", "sets", "the", "NextDeliveryTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6400-L6403
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigRuleState
func (s *ConfigRule) SetConfigRuleState(v string) *ConfigRule { s.ConfigRuleState = &v return s }
go
func (s *ConfigRule) SetConfigRuleState(v string) *ConfigRule { s.ConfigRuleState = &v return s }
[ "func", "(", "s", "*", "ConfigRule", ")", "SetConfigRuleState", "(", "v", "string", ")", "*", "ConfigRule", "{", "s", ".", "ConfigRuleState", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigRuleState sets the ConfigRuleState field's value.
[ "SetConfigRuleState", "sets", "the", "ConfigRuleState", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6551-L6554
train
aws/aws-sdk-go
service/configservice/api.go
SetInputParameters
func (s *ConfigRule) SetInputParameters(v string) *ConfigRule { s.InputParameters = &v return s }
go
func (s *ConfigRule) SetInputParameters(v string) *ConfigRule { s.InputParameters = &v return s }
[ "func", "(", "s", "*", "ConfigRule", ")", "SetInputParameters", "(", "v", "string", ")", "*", "ConfigRule", "{", "s", ".", "InputParameters", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInputParameters sets the InputParameters field's value.
[ "SetInputParameters", "sets", "the", "InputParameters", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6569-L6572
train
aws/aws-sdk-go
service/configservice/api.go
SetFirstActivatedTime
func (s *ConfigRuleEvaluationStatus) SetFirstActivatedTime(v time.Time) *ConfigRuleEvaluationStatus { s.FirstActivatedTime = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetFirstActivatedTime(v time.Time) *ConfigRuleEvaluationStatus { s.FirstActivatedTime = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetFirstActivatedTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "FirstActivatedTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFirstActivatedTime sets the FirstActivatedTime field's value.
[ "SetFirstActivatedTime", "sets", "the", "FirstActivatedTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6792-L6795
train
aws/aws-sdk-go
service/configservice/api.go
SetFirstEvaluationStarted
func (s *ConfigRuleEvaluationStatus) SetFirstEvaluationStarted(v bool) *ConfigRuleEvaluationStatus { s.FirstEvaluationStarted = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetFirstEvaluationStarted(v bool) *ConfigRuleEvaluationStatus { s.FirstEvaluationStarted = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetFirstEvaluationStarted", "(", "v", "bool", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "FirstEvaluationStarted", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetFirstEvaluationStarted sets the FirstEvaluationStarted field's value.
[ "SetFirstEvaluationStarted", "sets", "the", "FirstEvaluationStarted", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6798-L6801
train
aws/aws-sdk-go
service/configservice/api.go
SetLastFailedEvaluationTime
func (s *ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastFailedEvaluationTime = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastFailedEvaluationTime = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetLastFailedEvaluationTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "LastFailedEvaluationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastFailedEvaluationTime sets the LastFailedEvaluationTime field's value.
[ "SetLastFailedEvaluationTime", "sets", "the", "LastFailedEvaluationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6816-L6819
train
aws/aws-sdk-go
service/configservice/api.go
SetLastFailedInvocationTime
func (s *ConfigRuleEvaluationStatus) SetLastFailedInvocationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastFailedInvocationTime = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetLastFailedInvocationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastFailedInvocationTime = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetLastFailedInvocationTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "LastFailedInvocationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastFailedInvocationTime sets the LastFailedInvocationTime field's value.
[ "SetLastFailedInvocationTime", "sets", "the", "LastFailedInvocationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6822-L6825
train
aws/aws-sdk-go
service/configservice/api.go
SetLastSuccessfulEvaluationTime
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastSuccessfulEvaluationTime = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastSuccessfulEvaluationTime = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetLastSuccessfulEvaluationTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "LastSuccessfulEvaluationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastSuccessfulEvaluationTime sets the LastSuccessfulEvaluationTime field's value.
[ "SetLastSuccessfulEvaluationTime", "sets", "the", "LastSuccessfulEvaluationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6828-L6831
train
aws/aws-sdk-go
service/configservice/api.go
SetLastSuccessfulInvocationTime
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastSuccessfulInvocationTime = &v return s }
go
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime(v time.Time) *ConfigRuleEvaluationStatus { s.LastSuccessfulInvocationTime = &v return s }
[ "func", "(", "s", "*", "ConfigRuleEvaluationStatus", ")", "SetLastSuccessfulInvocationTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigRuleEvaluationStatus", "{", "s", ".", "LastSuccessfulInvocationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastSuccessfulInvocationTime sets the LastSuccessfulInvocationTime field's value.
[ "SetLastSuccessfulInvocationTime", "sets", "the", "LastSuccessfulInvocationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6834-L6837
train
aws/aws-sdk-go
service/configservice/api.go
SetDeliveryFrequency
func (s *ConfigSnapshotDeliveryProperties) SetDeliveryFrequency(v string) *ConfigSnapshotDeliveryProperties { s.DeliveryFrequency = &v return s }
go
func (s *ConfigSnapshotDeliveryProperties) SetDeliveryFrequency(v string) *ConfigSnapshotDeliveryProperties { s.DeliveryFrequency = &v return s }
[ "func", "(", "s", "*", "ConfigSnapshotDeliveryProperties", ")", "SetDeliveryFrequency", "(", "v", "string", ")", "*", "ConfigSnapshotDeliveryProperties", "{", "s", ".", "DeliveryFrequency", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDeliveryFrequency sets the DeliveryFrequency field's value.
[ "SetDeliveryFrequency", "sets", "the", "DeliveryFrequency", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6896-L6899
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationAggregatorArn
func (s *ConfigurationAggregator) SetConfigurationAggregatorArn(v string) *ConfigurationAggregator { s.ConfigurationAggregatorArn = &v return s }
go
func (s *ConfigurationAggregator) SetConfigurationAggregatorArn(v string) *ConfigurationAggregator { s.ConfigurationAggregatorArn = &v return s }
[ "func", "(", "s", "*", "ConfigurationAggregator", ")", "SetConfigurationAggregatorArn", "(", "v", "string", ")", "*", "ConfigurationAggregator", "{", "s", ".", "ConfigurationAggregatorArn", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationAggregatorArn sets the ConfigurationAggregatorArn field's value.
[ "SetConfigurationAggregatorArn", "sets", "the", "ConfigurationAggregatorArn", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L6998-L7001
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationItemMD5Hash
func (s *ConfigurationItem) SetConfigurationItemMD5Hash(v string) *ConfigurationItem { s.ConfigurationItemMD5Hash = &v return s }
go
func (s *ConfigurationItem) SetConfigurationItemMD5Hash(v string) *ConfigurationItem { s.ConfigurationItemMD5Hash = &v return s }
[ "func", "(", "s", "*", "ConfigurationItem", ")", "SetConfigurationItemMD5Hash", "(", "v", "string", ")", "*", "ConfigurationItem", "{", "s", ".", "ConfigurationItemMD5Hash", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationItemMD5Hash sets the ConfigurationItemMD5Hash field's value.
[ "SetConfigurationItemMD5Hash", "sets", "the", "ConfigurationItemMD5Hash", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7145-L7148
train
aws/aws-sdk-go
service/configservice/api.go
SetRelatedEvents
func (s *ConfigurationItem) SetRelatedEvents(v []*string) *ConfigurationItem { s.RelatedEvents = v return s }
go
func (s *ConfigurationItem) SetRelatedEvents(v []*string) *ConfigurationItem { s.RelatedEvents = v return s }
[ "func", "(", "s", "*", "ConfigurationItem", ")", "SetRelatedEvents", "(", "v", "[", "]", "*", "string", ")", "*", "ConfigurationItem", "{", "s", ".", "RelatedEvents", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRelatedEvents sets the RelatedEvents field's value.
[ "SetRelatedEvents", "sets", "the", "RelatedEvents", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7163-L7166
train
aws/aws-sdk-go
service/configservice/api.go
SetRecordingGroup
func (s *ConfigurationRecorder) SetRecordingGroup(v *RecordingGroup) *ConfigurationRecorder { s.RecordingGroup = v return s }
go
func (s *ConfigurationRecorder) SetRecordingGroup(v *RecordingGroup) *ConfigurationRecorder { s.RecordingGroup = v return s }
[ "func", "(", "s", "*", "ConfigurationRecorder", ")", "SetRecordingGroup", "(", "v", "*", "RecordingGroup", ")", "*", "ConfigurationRecorder", "{", "s", ".", "RecordingGroup", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRecordingGroup sets the RecordingGroup field's value.
[ "SetRecordingGroup", "sets", "the", "RecordingGroup", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7265-L7268
train
aws/aws-sdk-go
service/configservice/api.go
SetLastStartTime
func (s *ConfigurationRecorderStatus) SetLastStartTime(v time.Time) *ConfigurationRecorderStatus { s.LastStartTime = &v return s }
go
func (s *ConfigurationRecorderStatus) SetLastStartTime(v time.Time) *ConfigurationRecorderStatus { s.LastStartTime = &v return s }
[ "func", "(", "s", "*", "ConfigurationRecorderStatus", ")", "SetLastStartTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigurationRecorderStatus", "{", "s", ".", "LastStartTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastStartTime sets the LastStartTime field's value.
[ "SetLastStartTime", "sets", "the", "LastStartTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7328-L7331
train
aws/aws-sdk-go
service/configservice/api.go
SetLastStopTime
func (s *ConfigurationRecorderStatus) SetLastStopTime(v time.Time) *ConfigurationRecorderStatus { s.LastStopTime = &v return s }
go
func (s *ConfigurationRecorderStatus) SetLastStopTime(v time.Time) *ConfigurationRecorderStatus { s.LastStopTime = &v return s }
[ "func", "(", "s", "*", "ConfigurationRecorderStatus", ")", "SetLastStopTime", "(", "v", "time", ".", "Time", ")", "*", "ConfigurationRecorderStatus", "{", "s", ".", "LastStopTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastStopTime sets the LastStopTime field's value.
[ "SetLastStopTime", "sets", "the", "LastStopTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7346-L7349
train
aws/aws-sdk-go
service/configservice/api.go
SetRecording
func (s *ConfigurationRecorderStatus) SetRecording(v bool) *ConfigurationRecorderStatus { s.Recording = &v return s }
go
func (s *ConfigurationRecorderStatus) SetRecording(v bool) *ConfigurationRecorderStatus { s.Recording = &v return s }
[ "func", "(", "s", "*", "ConfigurationRecorderStatus", ")", "SetRecording", "(", "v", "bool", ")", "*", "ConfigurationRecorderStatus", "{", "s", ".", "Recording", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRecording sets the Recording field's value.
[ "SetRecording", "sets", "the", "Recording", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7358-L7361
train
aws/aws-sdk-go
service/configservice/api.go
SetRetentionConfigurationName
func (s *DeleteRetentionConfigurationInput) SetRetentionConfigurationName(v string) *DeleteRetentionConfigurationInput { s.RetentionConfigurationName = &v return s }
go
func (s *DeleteRetentionConfigurationInput) SetRetentionConfigurationName(v string) *DeleteRetentionConfigurationInput { s.RetentionConfigurationName = &v return s }
[ "func", "(", "s", "*", "DeleteRetentionConfigurationInput", ")", "SetRetentionConfigurationName", "(", "v", "string", ")", "*", "DeleteRetentionConfigurationInput", "{", "s", ".", "RetentionConfigurationName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRetentionConfigurationName sets the RetentionConfigurationName field's value.
[ "SetRetentionConfigurationName", "sets", "the", "RetentionConfigurationName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7885-L7888
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigSnapshotId
func (s *DeliverConfigSnapshotOutput) SetConfigSnapshotId(v string) *DeliverConfigSnapshotOutput { s.ConfigSnapshotId = &v return s }
go
func (s *DeliverConfigSnapshotOutput) SetConfigSnapshotId(v string) *DeliverConfigSnapshotOutput { s.ConfigSnapshotId = &v return s }
[ "func", "(", "s", "*", "DeliverConfigSnapshotOutput", ")", "SetConfigSnapshotId", "(", "v", "string", ")", "*", "DeliverConfigSnapshotOutput", "{", "s", ".", "ConfigSnapshotId", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigSnapshotId sets the ConfigSnapshotId field's value.
[ "SetConfigSnapshotId", "sets", "the", "ConfigSnapshotId", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L7965-L7968
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigSnapshotDeliveryProperties
func (s *DeliveryChannel) SetConfigSnapshotDeliveryProperties(v *ConfigSnapshotDeliveryProperties) *DeliveryChannel { s.ConfigSnapshotDeliveryProperties = v return s }
go
func (s *DeliveryChannel) SetConfigSnapshotDeliveryProperties(v *ConfigSnapshotDeliveryProperties) *DeliveryChannel { s.ConfigSnapshotDeliveryProperties = v return s }
[ "func", "(", "s", "*", "DeliveryChannel", ")", "SetConfigSnapshotDeliveryProperties", "(", "v", "*", "ConfigSnapshotDeliveryProperties", ")", "*", "DeliveryChannel", "{", "s", ".", "ConfigSnapshotDeliveryProperties", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigSnapshotDeliveryProperties sets the ConfigSnapshotDeliveryProperties field's value.
[ "SetConfigSnapshotDeliveryProperties", "sets", "the", "ConfigSnapshotDeliveryProperties", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8032-L8035
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigHistoryDeliveryInfo
func (s *DeliveryChannelStatus) SetConfigHistoryDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus { s.ConfigHistoryDeliveryInfo = v return s }
go
func (s *DeliveryChannelStatus) SetConfigHistoryDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus { s.ConfigHistoryDeliveryInfo = v return s }
[ "func", "(", "s", "*", "DeliveryChannelStatus", ")", "SetConfigHistoryDeliveryInfo", "(", "v", "*", "ConfigExportDeliveryInfo", ")", "*", "DeliveryChannelStatus", "{", "s", ".", "ConfigHistoryDeliveryInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigHistoryDeliveryInfo sets the ConfigHistoryDeliveryInfo field's value.
[ "SetConfigHistoryDeliveryInfo", "sets", "the", "ConfigHistoryDeliveryInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8094-L8097
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigSnapshotDeliveryInfo
func (s *DeliveryChannelStatus) SetConfigSnapshotDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus { s.ConfigSnapshotDeliveryInfo = v return s }
go
func (s *DeliveryChannelStatus) SetConfigSnapshotDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus { s.ConfigSnapshotDeliveryInfo = v return s }
[ "func", "(", "s", "*", "DeliveryChannelStatus", ")", "SetConfigSnapshotDeliveryInfo", "(", "v", "*", "ConfigExportDeliveryInfo", ")", "*", "DeliveryChannelStatus", "{", "s", ".", "ConfigSnapshotDeliveryInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigSnapshotDeliveryInfo sets the ConfigSnapshotDeliveryInfo field's value.
[ "SetConfigSnapshotDeliveryInfo", "sets", "the", "ConfigSnapshotDeliveryInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8100-L8103
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigStreamDeliveryInfo
func (s *DeliveryChannelStatus) SetConfigStreamDeliveryInfo(v *ConfigStreamDeliveryInfo) *DeliveryChannelStatus { s.ConfigStreamDeliveryInfo = v return s }
go
func (s *DeliveryChannelStatus) SetConfigStreamDeliveryInfo(v *ConfigStreamDeliveryInfo) *DeliveryChannelStatus { s.ConfigStreamDeliveryInfo = v return s }
[ "func", "(", "s", "*", "DeliveryChannelStatus", ")", "SetConfigStreamDeliveryInfo", "(", "v", "*", "ConfigStreamDeliveryInfo", ")", "*", "DeliveryChannelStatus", "{", "s", ".", "ConfigStreamDeliveryInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigStreamDeliveryInfo sets the ConfigStreamDeliveryInfo field's value.
[ "SetConfigStreamDeliveryInfo", "sets", "the", "ConfigStreamDeliveryInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8106-L8109
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregateComplianceByConfigRules
func (s *DescribeAggregateComplianceByConfigRulesOutput) SetAggregateComplianceByConfigRules(v []*AggregateComplianceByConfigRule) *DescribeAggregateComplianceByConfigRulesOutput { s.AggregateComplianceByConfigRules = v return s }
go
func (s *DescribeAggregateComplianceByConfigRulesOutput) SetAggregateComplianceByConfigRules(v []*AggregateComplianceByConfigRule) *DescribeAggregateComplianceByConfigRulesOutput { s.AggregateComplianceByConfigRules = v return s }
[ "func", "(", "s", "*", "DescribeAggregateComplianceByConfigRulesOutput", ")", "SetAggregateComplianceByConfigRules", "(", "v", "[", "]", "*", "AggregateComplianceByConfigRule", ")", "*", "DescribeAggregateComplianceByConfigRulesOutput", "{", "s", ".", "AggregateComplianceByConfigRules", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregateComplianceByConfigRules sets the AggregateComplianceByConfigRules field's value.
[ "SetAggregateComplianceByConfigRules", "sets", "the", "AggregateComplianceByConfigRules", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8214-L8217
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregationAuthorizations
func (s *DescribeAggregationAuthorizationsOutput) SetAggregationAuthorizations(v []*AggregationAuthorization) *DescribeAggregationAuthorizationsOutput { s.AggregationAuthorizations = v return s }
go
func (s *DescribeAggregationAuthorizationsOutput) SetAggregationAuthorizations(v []*AggregationAuthorization) *DescribeAggregationAuthorizationsOutput { s.AggregationAuthorizations = v return s }
[ "func", "(", "s", "*", "DescribeAggregationAuthorizationsOutput", ")", "SetAggregationAuthorizations", "(", "v", "[", "]", "*", "AggregationAuthorization", ")", "*", "DescribeAggregationAuthorizationsOutput", "{", "s", ".", "AggregationAuthorizations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregationAuthorizations sets the AggregationAuthorizations field's value.
[ "SetAggregationAuthorizations", "sets", "the", "AggregationAuthorizations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8282-L8285
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceByConfigRules
func (s *DescribeComplianceByConfigRuleOutput) SetComplianceByConfigRules(v []*ComplianceByConfigRule) *DescribeComplianceByConfigRuleOutput { s.ComplianceByConfigRules = v return s }
go
func (s *DescribeComplianceByConfigRuleOutput) SetComplianceByConfigRules(v []*ComplianceByConfigRule) *DescribeComplianceByConfigRuleOutput { s.ComplianceByConfigRules = v return s }
[ "func", "(", "s", "*", "DescribeComplianceByConfigRuleOutput", ")", "SetComplianceByConfigRules", "(", "v", "[", "]", "*", "ComplianceByConfigRule", ")", "*", "DescribeComplianceByConfigRuleOutput", "{", "s", ".", "ComplianceByConfigRules", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceByConfigRules sets the ComplianceByConfigRules field's value.
[ "SetComplianceByConfigRules", "sets", "the", "ComplianceByConfigRules", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8359-L8362
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceByResources
func (s *DescribeComplianceByResourceOutput) SetComplianceByResources(v []*ComplianceByResource) *DescribeComplianceByResourceOutput { s.ComplianceByResources = v return s }
go
func (s *DescribeComplianceByResourceOutput) SetComplianceByResources(v []*ComplianceByResource) *DescribeComplianceByResourceOutput { s.ComplianceByResources = v return s }
[ "func", "(", "s", "*", "DescribeComplianceByResourceOutput", ")", "SetComplianceByResources", "(", "v", "[", "]", "*", "ComplianceByResource", ")", "*", "DescribeComplianceByResourceOutput", "{", "s", ".", "ComplianceByResources", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceByResources sets the ComplianceByResources field's value.
[ "SetComplianceByResources", "sets", "the", "ComplianceByResources", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8477-L8480
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigRulesEvaluationStatus
func (s *DescribeConfigRuleEvaluationStatusOutput) SetConfigRulesEvaluationStatus(v []*ConfigRuleEvaluationStatus) *DescribeConfigRuleEvaluationStatusOutput { s.ConfigRulesEvaluationStatus = v return s }
go
func (s *DescribeConfigRuleEvaluationStatusOutput) SetConfigRulesEvaluationStatus(v []*ConfigRuleEvaluationStatus) *DescribeConfigRuleEvaluationStatusOutput { s.ConfigRulesEvaluationStatus = v return s }
[ "func", "(", "s", "*", "DescribeConfigRuleEvaluationStatusOutput", ")", "SetConfigRulesEvaluationStatus", "(", "v", "[", "]", "*", "ConfigRuleEvaluationStatus", ")", "*", "DescribeConfigRuleEvaluationStatusOutput", "{", "s", ".", "ConfigRulesEvaluationStatus", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigRulesEvaluationStatus sets the ConfigRulesEvaluationStatus field's value.
[ "SetConfigRulesEvaluationStatus", "sets", "the", "ConfigRulesEvaluationStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8561-L8564
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigRules
func (s *DescribeConfigRulesOutput) SetConfigRules(v []*ConfigRule) *DescribeConfigRulesOutput { s.ConfigRules = v return s }
go
func (s *DescribeConfigRulesOutput) SetConfigRules(v []*ConfigRule) *DescribeConfigRulesOutput { s.ConfigRules = v return s }
[ "func", "(", "s", "*", "DescribeConfigRulesOutput", ")", "SetConfigRules", "(", "v", "[", "]", "*", "ConfigRule", ")", "*", "DescribeConfigRulesOutput", "{", "s", ".", "ConfigRules", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigRules sets the ConfigRules field's value.
[ "SetConfigRules", "sets", "the", "ConfigRules", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8628-L8631
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregatedSourceStatusList
func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetAggregatedSourceStatusList(v []*AggregatedSourceStatus) *DescribeConfigurationAggregatorSourcesStatusOutput { s.AggregatedSourceStatusList = v return s }
go
func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetAggregatedSourceStatusList(v []*AggregatedSourceStatus) *DescribeConfigurationAggregatorSourcesStatusOutput { s.AggregatedSourceStatusList = v return s }
[ "func", "(", "s", "*", "DescribeConfigurationAggregatorSourcesStatusOutput", ")", "SetAggregatedSourceStatusList", "(", "v", "[", "]", "*", "AggregatedSourceStatus", ")", "*", "DescribeConfigurationAggregatorSourcesStatusOutput", "{", "s", ".", "AggregatedSourceStatusList", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregatedSourceStatusList sets the AggregatedSourceStatusList field's value.
[ "SetAggregatedSourceStatusList", "sets", "the", "AggregatedSourceStatusList", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8740-L8743
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationAggregatorNames
func (s *DescribeConfigurationAggregatorsInput) SetConfigurationAggregatorNames(v []*string) *DescribeConfigurationAggregatorsInput { s.ConfigurationAggregatorNames = v return s }
go
func (s *DescribeConfigurationAggregatorsInput) SetConfigurationAggregatorNames(v []*string) *DescribeConfigurationAggregatorsInput { s.ConfigurationAggregatorNames = v return s }
[ "func", "(", "s", "*", "DescribeConfigurationAggregatorsInput", ")", "SetConfigurationAggregatorNames", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeConfigurationAggregatorsInput", "{", "s", ".", "ConfigurationAggregatorNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationAggregatorNames sets the ConfigurationAggregatorNames field's value.
[ "SetConfigurationAggregatorNames", "sets", "the", "ConfigurationAggregatorNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8777-L8780
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationAggregators
func (s *DescribeConfigurationAggregatorsOutput) SetConfigurationAggregators(v []*ConfigurationAggregator) *DescribeConfigurationAggregatorsOutput { s.ConfigurationAggregators = v return s }
go
func (s *DescribeConfigurationAggregatorsOutput) SetConfigurationAggregators(v []*ConfigurationAggregator) *DescribeConfigurationAggregatorsOutput { s.ConfigurationAggregators = v return s }
[ "func", "(", "s", "*", "DescribeConfigurationAggregatorsOutput", ")", "SetConfigurationAggregators", "(", "v", "[", "]", "*", "ConfigurationAggregator", ")", "*", "DescribeConfigurationAggregatorsOutput", "{", "s", ".", "ConfigurationAggregators", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationAggregators sets the ConfigurationAggregators field's value.
[ "SetConfigurationAggregators", "sets", "the", "ConfigurationAggregators", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8816-L8819
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationRecordersStatus
func (s *DescribeConfigurationRecorderStatusOutput) SetConfigurationRecordersStatus(v []*ConfigurationRecorderStatus) *DescribeConfigurationRecorderStatusOutput { s.ConfigurationRecordersStatus = v return s }
go
func (s *DescribeConfigurationRecorderStatusOutput) SetConfigurationRecordersStatus(v []*ConfigurationRecorderStatus) *DescribeConfigurationRecorderStatusOutput { s.ConfigurationRecordersStatus = v return s }
[ "func", "(", "s", "*", "DescribeConfigurationRecorderStatusOutput", ")", "SetConfigurationRecordersStatus", "(", "v", "[", "]", "*", "ConfigurationRecorderStatus", ")", "*", "DescribeConfigurationRecorderStatusOutput", "{", "s", ".", "ConfigurationRecordersStatus", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationRecordersStatus sets the ConfigurationRecordersStatus field's value.
[ "SetConfigurationRecordersStatus", "sets", "the", "ConfigurationRecordersStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8872-L8875
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationRecorders
func (s *DescribeConfigurationRecordersOutput) SetConfigurationRecorders(v []*ConfigurationRecorder) *DescribeConfigurationRecordersOutput { s.ConfigurationRecorders = v return s }
go
func (s *DescribeConfigurationRecordersOutput) SetConfigurationRecorders(v []*ConfigurationRecorder) *DescribeConfigurationRecordersOutput { s.ConfigurationRecorders = v return s }
[ "func", "(", "s", "*", "DescribeConfigurationRecordersOutput", ")", "SetConfigurationRecorders", "(", "v", "[", "]", "*", "ConfigurationRecorder", ")", "*", "DescribeConfigurationRecordersOutput", "{", "s", ".", "ConfigurationRecorders", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationRecorders sets the ConfigurationRecorders field's value.
[ "SetConfigurationRecorders", "sets", "the", "ConfigurationRecorders", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8920-L8923
train
aws/aws-sdk-go
service/configservice/api.go
SetDeliveryChannelsStatus
func (s *DescribeDeliveryChannelStatusOutput) SetDeliveryChannelsStatus(v []*DeliveryChannelStatus) *DescribeDeliveryChannelStatusOutput { s.DeliveryChannelsStatus = v return s }
go
func (s *DescribeDeliveryChannelStatusOutput) SetDeliveryChannelsStatus(v []*DeliveryChannelStatus) *DescribeDeliveryChannelStatusOutput { s.DeliveryChannelsStatus = v return s }
[ "func", "(", "s", "*", "DescribeDeliveryChannelStatusOutput", ")", "SetDeliveryChannelsStatus", "(", "v", "[", "]", "*", "DeliveryChannelStatus", ")", "*", "DescribeDeliveryChannelStatusOutput", "{", "s", ".", "DeliveryChannelsStatus", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDeliveryChannelsStatus sets the DeliveryChannelsStatus field's value.
[ "SetDeliveryChannelsStatus", "sets", "the", "DeliveryChannelsStatus", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L8968-L8971
train
aws/aws-sdk-go
service/configservice/api.go
SetDeliveryChannels
func (s *DescribeDeliveryChannelsOutput) SetDeliveryChannels(v []*DeliveryChannel) *DescribeDeliveryChannelsOutput { s.DeliveryChannels = v return s }
go
func (s *DescribeDeliveryChannelsOutput) SetDeliveryChannels(v []*DeliveryChannel) *DescribeDeliveryChannelsOutput { s.DeliveryChannels = v return s }
[ "func", "(", "s", "*", "DescribeDeliveryChannelsOutput", ")", "SetDeliveryChannels", "(", "v", "[", "]", "*", "DeliveryChannel", ")", "*", "DescribeDeliveryChannelsOutput", "{", "s", ".", "DeliveryChannels", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDeliveryChannels sets the DeliveryChannels field's value.
[ "SetDeliveryChannels", "sets", "the", "DeliveryChannels", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9016-L9019
train
aws/aws-sdk-go
service/configservice/api.go
SetPendingAggregationRequests
func (s *DescribePendingAggregationRequestsOutput) SetPendingAggregationRequests(v []*PendingAggregationRequest) *DescribePendingAggregationRequestsOutput { s.PendingAggregationRequests = v return s }
go
func (s *DescribePendingAggregationRequestsOutput) SetPendingAggregationRequests(v []*PendingAggregationRequest) *DescribePendingAggregationRequestsOutput { s.PendingAggregationRequests = v return s }
[ "func", "(", "s", "*", "DescribePendingAggregationRequestsOutput", ")", "SetPendingAggregationRequests", "(", "v", "[", "]", "*", "PendingAggregationRequest", ")", "*", "DescribePendingAggregationRequestsOutput", "{", "s", ".", "PendingAggregationRequests", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetPendingAggregationRequests sets the PendingAggregationRequests field's value.
[ "SetPendingAggregationRequests", "sets", "the", "PendingAggregationRequests", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9083-L9086
train
aws/aws-sdk-go
service/configservice/api.go
SetRemediationExecutionStatuses
func (s *DescribeRemediationExecutionStatusOutput) SetRemediationExecutionStatuses(v []*RemediationExecutionStatus) *DescribeRemediationExecutionStatusOutput { s.RemediationExecutionStatuses = v return s }
go
func (s *DescribeRemediationExecutionStatusOutput) SetRemediationExecutionStatuses(v []*RemediationExecutionStatus) *DescribeRemediationExecutionStatusOutput { s.RemediationExecutionStatuses = v return s }
[ "func", "(", "s", "*", "DescribeRemediationExecutionStatusOutput", ")", "SetRemediationExecutionStatuses", "(", "v", "[", "]", "*", "RemediationExecutionStatus", ")", "*", "DescribeRemediationExecutionStatusOutput", "{", "s", ".", "RemediationExecutionStatuses", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRemediationExecutionStatuses sets the RemediationExecutionStatuses field's value.
[ "SetRemediationExecutionStatuses", "sets", "the", "RemediationExecutionStatuses", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9265-L9268
train
aws/aws-sdk-go
service/configservice/api.go
SetRetentionConfigurationNames
func (s *DescribeRetentionConfigurationsInput) SetRetentionConfigurationNames(v []*string) *DescribeRetentionConfigurationsInput { s.RetentionConfigurationNames = v return s }
go
func (s *DescribeRetentionConfigurationsInput) SetRetentionConfigurationNames(v []*string) *DescribeRetentionConfigurationsInput { s.RetentionConfigurationNames = v return s }
[ "func", "(", "s", "*", "DescribeRetentionConfigurationsInput", ")", "SetRetentionConfigurationNames", "(", "v", "[", "]", "*", "string", ")", "*", "DescribeRetentionConfigurationsInput", "{", "s", ".", "RetentionConfigurationNames", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRetentionConfigurationNames sets the RetentionConfigurationNames field's value.
[ "SetRetentionConfigurationNames", "sets", "the", "RetentionConfigurationNames", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9303-L9306
train
aws/aws-sdk-go
service/configservice/api.go
SetRetentionConfigurations
func (s *DescribeRetentionConfigurationsOutput) SetRetentionConfigurations(v []*RetentionConfiguration) *DescribeRetentionConfigurationsOutput { s.RetentionConfigurations = v return s }
go
func (s *DescribeRetentionConfigurationsOutput) SetRetentionConfigurations(v []*RetentionConfiguration) *DescribeRetentionConfigurationsOutput { s.RetentionConfigurations = v return s }
[ "func", "(", "s", "*", "DescribeRetentionConfigurationsOutput", ")", "SetRetentionConfigurations", "(", "v", "[", "]", "*", "RetentionConfiguration", ")", "*", "DescribeRetentionConfigurationsOutput", "{", "s", ".", "RetentionConfigurations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRetentionConfigurations sets the RetentionConfigurations field's value.
[ "SetRetentionConfigurations", "sets", "the", "RetentionConfigurations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9336-L9339
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceResourceType
func (s *Evaluation) SetComplianceResourceType(v string) *Evaluation { s.ComplianceResourceType = &v return s }
go
func (s *Evaluation) SetComplianceResourceType(v string) *Evaluation { s.ComplianceResourceType = &v return s }
[ "func", "(", "s", "*", "Evaluation", ")", "SetComplianceResourceType", "(", "v", "string", ")", "*", "Evaluation", "{", "s", ".", "ComplianceResourceType", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceResourceType sets the ComplianceResourceType field's value.
[ "SetComplianceResourceType", "sets", "the", "ComplianceResourceType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9438-L9441
train
aws/aws-sdk-go
service/configservice/api.go
SetEvaluationResultQualifier
func (s *EvaluationResultIdentifier) SetEvaluationResultQualifier(v *EvaluationResultQualifier) *EvaluationResultIdentifier { s.EvaluationResultQualifier = v return s }
go
func (s *EvaluationResultIdentifier) SetEvaluationResultQualifier(v *EvaluationResultQualifier) *EvaluationResultIdentifier { s.EvaluationResultQualifier = v return s }
[ "func", "(", "s", "*", "EvaluationResultIdentifier", ")", "SetEvaluationResultQualifier", "(", "v", "*", "EvaluationResultQualifier", ")", "*", "EvaluationResultIdentifier", "{", "s", ".", "EvaluationResultQualifier", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetEvaluationResultQualifier sets the EvaluationResultQualifier field's value.
[ "SetEvaluationResultQualifier", "sets", "the", "EvaluationResultQualifier", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9559-L9562
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregateEvaluationResults
func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetAggregateEvaluationResults(v []*AggregateEvaluationResult) *GetAggregateComplianceDetailsByConfigRuleOutput { s.AggregateEvaluationResults = v return s }
go
func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetAggregateEvaluationResults(v []*AggregateEvaluationResult) *GetAggregateComplianceDetailsByConfigRuleOutput { s.AggregateEvaluationResults = v return s }
[ "func", "(", "s", "*", "GetAggregateComplianceDetailsByConfigRuleOutput", ")", "SetAggregateEvaluationResults", "(", "v", "[", "]", "*", "AggregateEvaluationResult", ")", "*", "GetAggregateComplianceDetailsByConfigRuleOutput", "{", "s", ".", "AggregateEvaluationResults", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregateEvaluationResults sets the AggregateEvaluationResults field's value.
[ "SetAggregateEvaluationResults", "sets", "the", "AggregateEvaluationResults", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9815-L9818
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregateComplianceCounts
func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetAggregateComplianceCounts(v []*AggregateComplianceCount) *GetAggregateConfigRuleComplianceSummaryOutput { s.AggregateComplianceCounts = v return s }
go
func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetAggregateComplianceCounts(v []*AggregateComplianceCount) *GetAggregateConfigRuleComplianceSummaryOutput { s.AggregateComplianceCounts = v return s }
[ "func", "(", "s", "*", "GetAggregateConfigRuleComplianceSummaryOutput", ")", "SetAggregateComplianceCounts", "(", "v", "[", "]", "*", "AggregateComplianceCount", ")", "*", "GetAggregateConfigRuleComplianceSummaryOutput", "{", "s", ".", "AggregateComplianceCounts", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregateComplianceCounts sets the AggregateComplianceCounts field's value.
[ "SetAggregateComplianceCounts", "sets", "the", "AggregateComplianceCounts", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L9936-L9939
train
aws/aws-sdk-go
service/configservice/api.go
SetGroupedResourceCounts
func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupedResourceCounts(v []*GroupedResourceCount) *GetAggregateDiscoveredResourceCountsOutput { s.GroupedResourceCounts = v return s }
go
func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupedResourceCounts(v []*GroupedResourceCount) *GetAggregateDiscoveredResourceCountsOutput { s.GroupedResourceCounts = v return s }
[ "func", "(", "s", "*", "GetAggregateDiscoveredResourceCountsOutput", ")", "SetGroupedResourceCounts", "(", "v", "[", "]", "*", "GroupedResourceCount", ")", "*", "GetAggregateDiscoveredResourceCountsOutput", "{", "s", ".", "GroupedResourceCounts", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetGroupedResourceCounts sets the GroupedResourceCounts field's value.
[ "SetGroupedResourceCounts", "sets", "the", "GroupedResourceCounts", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10076-L10079
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationItem
func (s *GetAggregateResourceConfigOutput) SetConfigurationItem(v *ConfigurationItem) *GetAggregateResourceConfigOutput { s.ConfigurationItem = v return s }
go
func (s *GetAggregateResourceConfigOutput) SetConfigurationItem(v *ConfigurationItem) *GetAggregateResourceConfigOutput { s.ConfigurationItem = v return s }
[ "func", "(", "s", "*", "GetAggregateResourceConfigOutput", ")", "SetConfigurationItem", "(", "v", "*", "ConfigurationItem", ")", "*", "GetAggregateResourceConfigOutput", "{", "s", ".", "ConfigurationItem", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationItem sets the ConfigurationItem field's value.
[ "SetConfigurationItem", "sets", "the", "ConfigurationItem", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10171-L10174
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceSummariesByResourceType
func (s *GetComplianceSummaryByResourceTypeOutput) SetComplianceSummariesByResourceType(v []*ComplianceSummaryByResourceType) *GetComplianceSummaryByResourceTypeOutput { s.ComplianceSummariesByResourceType = v return s }
go
func (s *GetComplianceSummaryByResourceTypeOutput) SetComplianceSummariesByResourceType(v []*ComplianceSummaryByResourceType) *GetComplianceSummaryByResourceTypeOutput { s.ComplianceSummariesByResourceType = v return s }
[ "func", "(", "s", "*", "GetComplianceSummaryByResourceTypeOutput", ")", "SetComplianceSummariesByResourceType", "(", "v", "[", "]", "*", "ComplianceSummaryByResourceType", ")", "*", "GetComplianceSummaryByResourceTypeOutput", "{", "s", ".", "ComplianceSummariesByResourceType", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceSummariesByResourceType sets the ComplianceSummariesByResourceType field's value.
[ "SetComplianceSummariesByResourceType", "sets", "the", "ComplianceSummariesByResourceType", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10480-L10483
train
aws/aws-sdk-go
service/configservice/api.go
SetResourceCounts
func (s *GetDiscoveredResourceCountsOutput) SetResourceCounts(v []*ResourceCount) *GetDiscoveredResourceCountsOutput { s.ResourceCounts = v return s }
go
func (s *GetDiscoveredResourceCountsOutput) SetResourceCounts(v []*ResourceCount) *GetDiscoveredResourceCountsOutput { s.ResourceCounts = v return s }
[ "func", "(", "s", "*", "GetDiscoveredResourceCountsOutput", ")", "SetResourceCounts", "(", "v", "[", "]", "*", "ResourceCount", ")", "*", "GetDiscoveredResourceCountsOutput", "{", "s", ".", "ResourceCounts", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetResourceCounts sets the ResourceCounts field's value.
[ "SetResourceCounts", "sets", "the", "ResourceCounts", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10583-L10586
train
aws/aws-sdk-go
service/configservice/api.go
SetChronologicalOrder
func (s *GetResourceConfigHistoryInput) SetChronologicalOrder(v string) *GetResourceConfigHistoryInput { s.ChronologicalOrder = &v return s }
go
func (s *GetResourceConfigHistoryInput) SetChronologicalOrder(v string) *GetResourceConfigHistoryInput { s.ChronologicalOrder = &v return s }
[ "func", "(", "s", "*", "GetResourceConfigHistoryInput", ")", "SetChronologicalOrder", "(", "v", "string", ")", "*", "GetResourceConfigHistoryInput", "{", "s", ".", "ChronologicalOrder", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetChronologicalOrder sets the ChronologicalOrder field's value.
[ "SetChronologicalOrder", "sets", "the", "ChronologicalOrder", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10661-L10664
train
aws/aws-sdk-go
service/configservice/api.go
SetEarlierTime
func (s *GetResourceConfigHistoryInput) SetEarlierTime(v time.Time) *GetResourceConfigHistoryInput { s.EarlierTime = &v return s }
go
func (s *GetResourceConfigHistoryInput) SetEarlierTime(v time.Time) *GetResourceConfigHistoryInput { s.EarlierTime = &v return s }
[ "func", "(", "s", "*", "GetResourceConfigHistoryInput", ")", "SetEarlierTime", "(", "v", "time", ".", "Time", ")", "*", "GetResourceConfigHistoryInput", "{", "s", ".", "EarlierTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetEarlierTime sets the EarlierTime field's value.
[ "SetEarlierTime", "sets", "the", "EarlierTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10667-L10670
train
aws/aws-sdk-go
service/configservice/api.go
SetLaterTime
func (s *GetResourceConfigHistoryInput) SetLaterTime(v time.Time) *GetResourceConfigHistoryInput { s.LaterTime = &v return s }
go
func (s *GetResourceConfigHistoryInput) SetLaterTime(v time.Time) *GetResourceConfigHistoryInput { s.LaterTime = &v return s }
[ "func", "(", "s", "*", "GetResourceConfigHistoryInput", ")", "SetLaterTime", "(", "v", "time", ".", "Time", ")", "*", "GetResourceConfigHistoryInput", "{", "s", ".", "LaterTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLaterTime sets the LaterTime field's value.
[ "SetLaterTime", "sets", "the", "LaterTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10673-L10676
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationItems
func (s *GetResourceConfigHistoryOutput) SetConfigurationItems(v []*ConfigurationItem) *GetResourceConfigHistoryOutput { s.ConfigurationItems = v return s }
go
func (s *GetResourceConfigHistoryOutput) SetConfigurationItems(v []*ConfigurationItem) *GetResourceConfigHistoryOutput { s.ConfigurationItems = v return s }
[ "func", "(", "s", "*", "GetResourceConfigHistoryOutput", ")", "SetConfigurationItems", "(", "v", "[", "]", "*", "ConfigurationItem", ")", "*", "GetResourceConfigHistoryOutput", "{", "s", ".", "ConfigurationItems", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationItems sets the ConfigurationItems field's value.
[ "SetConfigurationItems", "sets", "the", "ConfigurationItems", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10725-L10728
train
aws/aws-sdk-go
service/configservice/api.go
SetResourceCount
func (s *GroupedResourceCount) SetResourceCount(v int64) *GroupedResourceCount { s.ResourceCount = &v return s }
go
func (s *GroupedResourceCount) SetResourceCount(v int64) *GroupedResourceCount { s.ResourceCount = &v return s }
[ "func", "(", "s", "*", "GroupedResourceCount", ")", "SetResourceCount", "(", "v", "int64", ")", "*", "GroupedResourceCount", "{", "s", ".", "ResourceCount", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetResourceCount sets the ResourceCount field's value.
[ "SetResourceCount", "sets", "the", "ResourceCount", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10769-L10772
train
aws/aws-sdk-go
service/configservice/api.go
SetIncludeDeletedResources
func (s *ListDiscoveredResourcesInput) SetIncludeDeletedResources(v bool) *ListDiscoveredResourcesInput { s.IncludeDeletedResources = &v return s }
go
func (s *ListDiscoveredResourcesInput) SetIncludeDeletedResources(v bool) *ListDiscoveredResourcesInput { s.IncludeDeletedResources = &v return s }
[ "func", "(", "s", "*", "ListDiscoveredResourcesInput", ")", "SetIncludeDeletedResources", "(", "v", "bool", ")", "*", "ListDiscoveredResourcesInput", "{", "s", ".", "IncludeDeletedResources", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIncludeDeletedResources sets the IncludeDeletedResources field's value.
[ "SetIncludeDeletedResources", "sets", "the", "IncludeDeletedResources", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L10953-L10956
train
aws/aws-sdk-go
service/configservice/api.go
SetAggregationAuthorization
func (s *PutAggregationAuthorizationOutput) SetAggregationAuthorization(v *AggregationAuthorization) *PutAggregationAuthorizationOutput { s.AggregationAuthorization = v return s }
go
func (s *PutAggregationAuthorizationOutput) SetAggregationAuthorization(v *AggregationAuthorization) *PutAggregationAuthorizationOutput { s.AggregationAuthorization = v return s }
[ "func", "(", "s", "*", "PutAggregationAuthorizationOutput", ")", "SetAggregationAuthorization", "(", "v", "*", "AggregationAuthorization", ")", "*", "PutAggregationAuthorizationOutput", "{", "s", ".", "AggregationAuthorization", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetAggregationAuthorization sets the AggregationAuthorization field's value.
[ "SetAggregationAuthorization", "sets", "the", "AggregationAuthorization", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11288-L11291
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigRule
func (s *PutConfigRuleInput) SetConfigRule(v *ConfigRule) *PutConfigRuleInput { s.ConfigRule = v return s }
go
func (s *PutConfigRuleInput) SetConfigRule(v *ConfigRule) *PutConfigRuleInput { s.ConfigRule = v return s }
[ "func", "(", "s", "*", "PutConfigRuleInput", ")", "SetConfigRule", "(", "v", "*", "ConfigRule", ")", "*", "PutConfigRuleInput", "{", "s", ".", "ConfigRule", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigRule sets the ConfigRule field's value.
[ "SetConfigRule", "sets", "the", "ConfigRule", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11331-L11334
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationAggregator
func (s *PutConfigurationAggregatorOutput) SetConfigurationAggregator(v *ConfigurationAggregator) *PutConfigurationAggregatorOutput { s.ConfigurationAggregator = v return s }
go
func (s *PutConfigurationAggregatorOutput) SetConfigurationAggregator(v *ConfigurationAggregator) *PutConfigurationAggregatorOutput { s.ConfigurationAggregator = v return s }
[ "func", "(", "s", "*", "PutConfigurationAggregatorOutput", ")", "SetConfigurationAggregator", "(", "v", "*", "ConfigurationAggregator", ")", "*", "PutConfigurationAggregatorOutput", "{", "s", ".", "ConfigurationAggregator", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationAggregator sets the ConfigurationAggregator field's value.
[ "SetConfigurationAggregator", "sets", "the", "ConfigurationAggregator", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11442-L11445
train
aws/aws-sdk-go
service/configservice/api.go
SetConfigurationRecorder
func (s *PutConfigurationRecorderInput) SetConfigurationRecorder(v *ConfigurationRecorder) *PutConfigurationRecorderInput { s.ConfigurationRecorder = v return s }
go
func (s *PutConfigurationRecorderInput) SetConfigurationRecorder(v *ConfigurationRecorder) *PutConfigurationRecorderInput { s.ConfigurationRecorder = v return s }
[ "func", "(", "s", "*", "PutConfigurationRecorderInput", ")", "SetConfigurationRecorder", "(", "v", "*", "ConfigurationRecorder", ")", "*", "PutConfigurationRecorderInput", "{", "s", ".", "ConfigurationRecorder", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetConfigurationRecorder sets the ConfigurationRecorder field's value.
[ "SetConfigurationRecorder", "sets", "the", "ConfigurationRecorder", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11487-L11490
train
aws/aws-sdk-go
service/configservice/api.go
SetDeliveryChannel
func (s *PutDeliveryChannelInput) SetDeliveryChannel(v *DeliveryChannel) *PutDeliveryChannelInput { s.DeliveryChannel = v return s }
go
func (s *PutDeliveryChannelInput) SetDeliveryChannel(v *DeliveryChannel) *PutDeliveryChannelInput { s.DeliveryChannel = v return s }
[ "func", "(", "s", "*", "PutDeliveryChannelInput", ")", "SetDeliveryChannel", "(", "v", "*", "DeliveryChannel", ")", "*", "PutDeliveryChannelInput", "{", "s", ".", "DeliveryChannel", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetDeliveryChannel sets the DeliveryChannel field's value.
[ "SetDeliveryChannel", "sets", "the", "DeliveryChannel", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11546-L11549
train
aws/aws-sdk-go
service/configservice/api.go
SetEvaluations
func (s *PutEvaluationsInput) SetEvaluations(v []*Evaluation) *PutEvaluationsInput { s.Evaluations = v return s }
go
func (s *PutEvaluationsInput) SetEvaluations(v []*Evaluation) *PutEvaluationsInput { s.Evaluations = v return s }
[ "func", "(", "s", "*", "PutEvaluationsInput", ")", "SetEvaluations", "(", "v", "[", "]", "*", "Evaluation", ")", "*", "PutEvaluationsInput", "{", "s", ".", "Evaluations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetEvaluations sets the Evaluations field's value.
[ "SetEvaluations", "sets", "the", "Evaluations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11623-L11626
train
aws/aws-sdk-go
service/configservice/api.go
SetFailedEvaluations
func (s *PutEvaluationsOutput) SetFailedEvaluations(v []*Evaluation) *PutEvaluationsOutput { s.FailedEvaluations = v return s }
go
func (s *PutEvaluationsOutput) SetFailedEvaluations(v []*Evaluation) *PutEvaluationsOutput { s.FailedEvaluations = v return s }
[ "func", "(", "s", "*", "PutEvaluationsOutput", ")", "SetFailedEvaluations", "(", "v", "[", "]", "*", "Evaluation", ")", "*", "PutEvaluationsOutput", "{", "s", ".", "FailedEvaluations", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFailedEvaluations sets the FailedEvaluations field's value.
[ "SetFailedEvaluations", "sets", "the", "FailedEvaluations", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11658-L11661
train
aws/aws-sdk-go
service/configservice/api.go
SetFailedBatches
func (s *PutRemediationConfigurationsOutput) SetFailedBatches(v []*FailedRemediationBatch) *PutRemediationConfigurationsOutput { s.FailedBatches = v return s }
go
func (s *PutRemediationConfigurationsOutput) SetFailedBatches(v []*FailedRemediationBatch) *PutRemediationConfigurationsOutput { s.FailedBatches = v return s }
[ "func", "(", "s", "*", "PutRemediationConfigurationsOutput", ")", "SetFailedBatches", "(", "v", "[", "]", "*", "FailedRemediationBatch", ")", "*", "PutRemediationConfigurationsOutput", "{", "s", ".", "FailedBatches", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetFailedBatches sets the FailedBatches field's value.
[ "SetFailedBatches", "sets", "the", "FailedBatches", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11729-L11732
train
aws/aws-sdk-go
service/configservice/api.go
SetRetentionConfiguration
func (s *PutRetentionConfigurationOutput) SetRetentionConfiguration(v *RetentionConfiguration) *PutRetentionConfigurationOutput { s.RetentionConfiguration = v return s }
go
func (s *PutRetentionConfigurationOutput) SetRetentionConfiguration(v *RetentionConfiguration) *PutRetentionConfigurationOutput { s.RetentionConfiguration = v return s }
[ "func", "(", "s", "*", "PutRetentionConfigurationOutput", ")", "SetRetentionConfiguration", "(", "v", "*", "RetentionConfiguration", ")", "*", "PutRetentionConfigurationOutput", "{", "s", ".", "RetentionConfiguration", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetRetentionConfiguration sets the RetentionConfiguration field's value.
[ "SetRetentionConfiguration", "sets", "the", "RetentionConfiguration", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11795-L11798
train
aws/aws-sdk-go
service/configservice/api.go
SetSelectFields
func (s *QueryInfo) SetSelectFields(v []*FieldInfo) *QueryInfo { s.SelectFields = v return s }
go
func (s *QueryInfo) SetSelectFields(v []*FieldInfo) *QueryInfo { s.SelectFields = v return s }
[ "func", "(", "s", "*", "QueryInfo", ")", "SetSelectFields", "(", "v", "[", "]", "*", "FieldInfo", ")", "*", "QueryInfo", "{", "s", ".", "SelectFields", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSelectFields sets the SelectFields field's value.
[ "SetSelectFields", "sets", "the", "SelectFields", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11819-L11822
train
aws/aws-sdk-go
service/configservice/api.go
SetAllSupported
func (s *RecordingGroup) SetAllSupported(v bool) *RecordingGroup { s.AllSupported = &v return s }
go
func (s *RecordingGroup) SetAllSupported(v bool) *RecordingGroup { s.AllSupported = &v return s }
[ "func", "(", "s", "*", "RecordingGroup", ")", "SetAllSupported", "(", "v", "bool", ")", "*", "RecordingGroup", "{", "s", ".", "AllSupported", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAllSupported sets the AllSupported field's value.
[ "SetAllSupported", "sets", "the", "AllSupported", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11907-L11910
train
aws/aws-sdk-go
service/configservice/api.go
SetIncludeGlobalResourceTypes
func (s *RecordingGroup) SetIncludeGlobalResourceTypes(v bool) *RecordingGroup { s.IncludeGlobalResourceTypes = &v return s }
go
func (s *RecordingGroup) SetIncludeGlobalResourceTypes(v bool) *RecordingGroup { s.IncludeGlobalResourceTypes = &v return s }
[ "func", "(", "s", "*", "RecordingGroup", ")", "SetIncludeGlobalResourceTypes", "(", "v", "bool", ")", "*", "RecordingGroup", "{", "s", ".", "IncludeGlobalResourceTypes", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetIncludeGlobalResourceTypes sets the IncludeGlobalResourceTypes field's value.
[ "SetIncludeGlobalResourceTypes", "sets", "the", "IncludeGlobalResourceTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11913-L11916
train
aws/aws-sdk-go
service/configservice/api.go
SetRelationshipName
func (s *Relationship) SetRelationshipName(v string) *Relationship { s.RelationshipName = &v return s }
go
func (s *Relationship) SetRelationshipName(v string) *Relationship { s.RelationshipName = &v return s }
[ "func", "(", "s", "*", "Relationship", ")", "SetRelationshipName", "(", "v", "string", ")", "*", "Relationship", "{", "s", ".", "RelationshipName", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRelationshipName sets the RelationshipName field's value.
[ "SetRelationshipName", "sets", "the", "RelationshipName", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L11952-L11955
train
aws/aws-sdk-go
service/configservice/api.go
SetInvocationTime
func (s *RemediationExecutionStatus) SetInvocationTime(v time.Time) *RemediationExecutionStatus { s.InvocationTime = &v return s }
go
func (s *RemediationExecutionStatus) SetInvocationTime(v time.Time) *RemediationExecutionStatus { s.InvocationTime = &v return s }
[ "func", "(", "s", "*", "RemediationExecutionStatus", ")", "SetInvocationTime", "(", "v", "time", ".", "Time", ")", "*", "RemediationExecutionStatus", "{", "s", ".", "InvocationTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInvocationTime sets the InvocationTime field's value.
[ "SetInvocationTime", "sets", "the", "InvocationTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12110-L12113
train
aws/aws-sdk-go
service/configservice/api.go
SetResourceKey
func (s *RemediationExecutionStatus) SetResourceKey(v *ResourceKey) *RemediationExecutionStatus { s.ResourceKey = v return s }
go
func (s *RemediationExecutionStatus) SetResourceKey(v *ResourceKey) *RemediationExecutionStatus { s.ResourceKey = v return s }
[ "func", "(", "s", "*", "RemediationExecutionStatus", ")", "SetResourceKey", "(", "v", "*", "ResourceKey", ")", "*", "RemediationExecutionStatus", "{", "s", ".", "ResourceKey", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetResourceKey sets the ResourceKey field's value.
[ "SetResourceKey", "sets", "the", "ResourceKey", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12122-L12125
train
aws/aws-sdk-go
service/configservice/api.go
SetStepDetails
func (s *RemediationExecutionStatus) SetStepDetails(v []*RemediationExecutionStep) *RemediationExecutionStatus { s.StepDetails = v return s }
go
func (s *RemediationExecutionStatus) SetStepDetails(v []*RemediationExecutionStep) *RemediationExecutionStatus { s.StepDetails = v return s }
[ "func", "(", "s", "*", "RemediationExecutionStatus", ")", "SetStepDetails", "(", "v", "[", "]", "*", "RemediationExecutionStep", ")", "*", "RemediationExecutionStatus", "{", "s", ".", "StepDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStepDetails sets the StepDetails field's value.
[ "SetStepDetails", "sets", "the", "StepDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12134-L12137
train
aws/aws-sdk-go
service/configservice/api.go
SetResourceValue
func (s *RemediationParameterValue) SetResourceValue(v *ResourceValue) *RemediationParameterValue { s.ResourceValue = v return s }
go
func (s *RemediationParameterValue) SetResourceValue(v *ResourceValue) *RemediationParameterValue { s.ResourceValue = v return s }
[ "func", "(", "s", "*", "RemediationParameterValue", ")", "SetResourceValue", "(", "v", "*", "ResourceValue", ")", "*", "RemediationParameterValue", "{", "s", ".", "ResourceValue", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetResourceValue sets the ResourceValue field's value.
[ "SetResourceValue", "sets", "the", "ResourceValue", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12222-L12225
train
aws/aws-sdk-go
service/configservice/api.go
SetStaticValue
func (s *RemediationParameterValue) SetStaticValue(v *StaticValue) *RemediationParameterValue { s.StaticValue = v return s }
go
func (s *RemediationParameterValue) SetStaticValue(v *StaticValue) *RemediationParameterValue { s.StaticValue = v return s }
[ "func", "(", "s", "*", "RemediationParameterValue", ")", "SetStaticValue", "(", "v", "*", "StaticValue", ")", "*", "RemediationParameterValue", "{", "s", ".", "StaticValue", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetStaticValue sets the StaticValue field's value.
[ "SetStaticValue", "sets", "the", "StaticValue", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12228-L12231
train
aws/aws-sdk-go
service/configservice/api.go
SetResourceDeletionTime
func (s *ResourceIdentifier) SetResourceDeletionTime(v time.Time) *ResourceIdentifier { s.ResourceDeletionTime = &v return s }
go
func (s *ResourceIdentifier) SetResourceDeletionTime(v time.Time) *ResourceIdentifier { s.ResourceDeletionTime = &v return s }
[ "func", "(", "s", "*", "ResourceIdentifier", ")", "SetResourceDeletionTime", "(", "v", "time", ".", "Time", ")", "*", "ResourceIdentifier", "{", "s", ".", "ResourceDeletionTime", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetResourceDeletionTime sets the ResourceDeletionTime field's value.
[ "SetResourceDeletionTime", "sets", "the", "ResourceDeletionTime", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12418-L12421
train
aws/aws-sdk-go
service/configservice/api.go
SetComplianceResourceTypes
func (s *Scope) SetComplianceResourceTypes(v []*string) *Scope { s.ComplianceResourceTypes = v return s }
go
func (s *Scope) SetComplianceResourceTypes(v []*string) *Scope { s.ComplianceResourceTypes = v return s }
[ "func", "(", "s", "*", "Scope", ")", "SetComplianceResourceTypes", "(", "v", "[", "]", "*", "string", ")", "*", "Scope", "{", "s", ".", "ComplianceResourceTypes", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetComplianceResourceTypes sets the ComplianceResourceTypes field's value.
[ "SetComplianceResourceTypes", "sets", "the", "ComplianceResourceTypes", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12628-L12631
train
aws/aws-sdk-go
service/configservice/api.go
SetQueryInfo
func (s *SelectResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectResourceConfigOutput { s.QueryInfo = v return s }
go
func (s *SelectResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectResourceConfigOutput { s.QueryInfo = v return s }
[ "func", "(", "s", "*", "SelectResourceConfigOutput", ")", "SetQueryInfo", "(", "v", "*", "QueryInfo", ")", "*", "SelectResourceConfigOutput", "{", "s", ".", "QueryInfo", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetQueryInfo sets the QueryInfo field's value.
[ "SetQueryInfo", "sets", "the", "QueryInfo", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12736-L12739
train
aws/aws-sdk-go
service/configservice/api.go
SetSourceDetails
func (s *Source) SetSourceDetails(v []*SourceDetail) *Source { s.SourceDetails = v return s }
go
func (s *Source) SetSourceDetails(v []*SourceDetail) *Source { s.SourceDetails = v return s }
[ "func", "(", "s", "*", "Source", ")", "SetSourceDetails", "(", "v", "[", "]", "*", "SourceDetail", ")", "*", "Source", "{", "s", ".", "SourceDetails", "=", "v", "\n", "return", "s", "\n", "}" ]
// SetSourceDetails sets the SourceDetails field's value.
[ "SetSourceDetails", "sets", "the", "SourceDetails", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/configservice/api.go#L12808-L12811
train
aws/aws-sdk-go
aws/endpoints/v3model.go
Partitions
func (ps partitions) Partitions() []Partition { parts := make([]Partition, 0, len(ps)) for i := 0; i < len(ps); i++ { parts = append(parts, ps[i].Partition()) } return parts }
go
func (ps partitions) Partitions() []Partition { parts := make([]Partition, 0, len(ps)) for i := 0; i < len(ps); i++ { parts = append(parts, ps[i].Partition()) } return parts }
[ "func", "(", "ps", "partitions", ")", "Partitions", "(", ")", "[", "]", "Partition", "{", "parts", ":=", "make", "(", "[", "]", "Partition", ",", "0", ",", "len", "(", "ps", ")", ")", "\n", "for", "i", ":=", "0", ";", "i", "<", "len", "(", "ps", ")", ";", "i", "++", "{", "parts", "=", "append", "(", "parts", ",", "ps", "[", "i", "]", ".", "Partition", "(", ")", ")", "\n", "}", "\n\n", "return", "parts", "\n", "}" ]
// Partitions satisfies the EnumPartitions interface and returns a list // of Partitions representing each partition represented in the SDK's // endpoints model.
[ "Partitions", "satisfies", "the", "EnumPartitions", "interface", "and", "returns", "a", "list", "of", "Partitions", "representing", "each", "partition", "represented", "in", "the", "SDK", "s", "endpoints", "model", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/endpoints/v3model.go#L36-L43
train
aws/aws-sdk-go
service/acmpca/api.go
SetDistinguishedNameQualifier
func (s *ASN1Subject) SetDistinguishedNameQualifier(v string) *ASN1Subject { s.DistinguishedNameQualifier = &v return s }
go
func (s *ASN1Subject) SetDistinguishedNameQualifier(v string) *ASN1Subject { s.DistinguishedNameQualifier = &v return s }
[ "func", "(", "s", "*", "ASN1Subject", ")", "SetDistinguishedNameQualifier", "(", "v", "string", ")", "*", "ASN1Subject", "{", "s", ".", "DistinguishedNameQualifier", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetDistinguishedNameQualifier sets the DistinguishedNameQualifier field's value.
[ "SetDistinguishedNameQualifier", "sets", "the", "DistinguishedNameQualifier", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2261-L2264
train
aws/aws-sdk-go
service/acmpca/api.go
SetGenerationQualifier
func (s *ASN1Subject) SetGenerationQualifier(v string) *ASN1Subject { s.GenerationQualifier = &v return s }
go
func (s *ASN1Subject) SetGenerationQualifier(v string) *ASN1Subject { s.GenerationQualifier = &v return s }
[ "func", "(", "s", "*", "ASN1Subject", ")", "SetGenerationQualifier", "(", "v", "string", ")", "*", "ASN1Subject", "{", "s", ".", "GenerationQualifier", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetGenerationQualifier sets the GenerationQualifier field's value.
[ "SetGenerationQualifier", "sets", "the", "GenerationQualifier", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2267-L2270
train
aws/aws-sdk-go
service/acmpca/api.go
SetInitials
func (s *ASN1Subject) SetInitials(v string) *ASN1Subject { s.Initials = &v return s }
go
func (s *ASN1Subject) SetInitials(v string) *ASN1Subject { s.Initials = &v return s }
[ "func", "(", "s", "*", "ASN1Subject", ")", "SetInitials", "(", "v", "string", ")", "*", "ASN1Subject", "{", "s", ".", "Initials", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetInitials sets the Initials field's value.
[ "SetInitials", "sets", "the", "Initials", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2279-L2282
train
aws/aws-sdk-go
service/acmpca/api.go
SetLocality
func (s *ASN1Subject) SetLocality(v string) *ASN1Subject { s.Locality = &v return s }
go
func (s *ASN1Subject) SetLocality(v string) *ASN1Subject { s.Locality = &v return s }
[ "func", "(", "s", "*", "ASN1Subject", ")", "SetLocality", "(", "v", "string", ")", "*", "ASN1Subject", "{", "s", ".", "Locality", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLocality sets the Locality field's value.
[ "SetLocality", "sets", "the", "Locality", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2285-L2288
train
aws/aws-sdk-go
service/acmpca/api.go
SetPseudonym
func (s *ASN1Subject) SetPseudonym(v string) *ASN1Subject { s.Pseudonym = &v return s }
go
func (s *ASN1Subject) SetPseudonym(v string) *ASN1Subject { s.Pseudonym = &v return s }
[ "func", "(", "s", "*", "ASN1Subject", ")", "SetPseudonym", "(", "v", "string", ")", "*", "ASN1Subject", "{", "s", ".", "Pseudonym", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetPseudonym sets the Pseudonym field's value.
[ "SetPseudonym", "sets", "the", "Pseudonym", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2303-L2306
train
aws/aws-sdk-go
service/acmpca/api.go
SetLastStateChangeAt
func (s *CertificateAuthority) SetLastStateChangeAt(v time.Time) *CertificateAuthority { s.LastStateChangeAt = &v return s }
go
func (s *CertificateAuthority) SetLastStateChangeAt(v time.Time) *CertificateAuthority { s.LastStateChangeAt = &v return s }
[ "func", "(", "s", "*", "CertificateAuthority", ")", "SetLastStateChangeAt", "(", "v", "time", ".", "Time", ")", "*", "CertificateAuthority", "{", "s", ".", "LastStateChangeAt", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetLastStateChangeAt sets the LastStateChangeAt field's value.
[ "SetLastStateChangeAt", "sets", "the", "LastStateChangeAt", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2420-L2423
train
aws/aws-sdk-go
service/acmpca/api.go
SetRestorableUntil
func (s *CertificateAuthority) SetRestorableUntil(v time.Time) *CertificateAuthority { s.RestorableUntil = &v return s }
go
func (s *CertificateAuthority) SetRestorableUntil(v time.Time) *CertificateAuthority { s.RestorableUntil = &v return s }
[ "func", "(", "s", "*", "CertificateAuthority", ")", "SetRestorableUntil", "(", "v", "time", ".", "Time", ")", "*", "CertificateAuthority", "{", "s", ".", "RestorableUntil", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetRestorableUntil sets the RestorableUntil field's value.
[ "SetRestorableUntil", "sets", "the", "RestorableUntil", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2438-L2441
train
aws/aws-sdk-go
service/acmpca/api.go
SetAuditReportResponseFormat
func (s *CreateCertificateAuthorityAuditReportInput) SetAuditReportResponseFormat(v string) *CreateCertificateAuthorityAuditReportInput { s.AuditReportResponseFormat = &v return s }
go
func (s *CreateCertificateAuthorityAuditReportInput) SetAuditReportResponseFormat(v string) *CreateCertificateAuthorityAuditReportInput { s.AuditReportResponseFormat = &v return s }
[ "func", "(", "s", "*", "CreateCertificateAuthorityAuditReportInput", ")", "SetAuditReportResponseFormat", "(", "v", "string", ")", "*", "CreateCertificateAuthorityAuditReportInput", "{", "s", ".", "AuditReportResponseFormat", "=", "&", "v", "\n", "return", "s", "\n", "}" ]
// SetAuditReportResponseFormat sets the AuditReportResponseFormat field's value.
[ "SetAuditReportResponseFormat", "sets", "the", "AuditReportResponseFormat", "field", "s", "value", "." ]
6c4060605190fc6f00d63cd4e5572faa9f07345d
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/acmpca/api.go#L2595-L2598
train