id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
listlengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
listlengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
166,100 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetPolicyTypeNames
|
func (s *DescribeLoadBalancerPolicyTypesInput) SetPolicyTypeNames(v []*string) *DescribeLoadBalancerPolicyTypesInput {
s.PolicyTypeNames = v
return s
}
|
go
|
func (s *DescribeLoadBalancerPolicyTypesInput) SetPolicyTypeNames(v []*string) *DescribeLoadBalancerPolicyTypesInput {
s.PolicyTypeNames = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeLoadBalancerPolicyTypesInput",
")",
"SetPolicyTypeNames",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeLoadBalancerPolicyTypesInput",
"{",
"s",
".",
"PolicyTypeNames",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPolicyTypeNames sets the PolicyTypeNames field's value.
|
[
"SetPolicyTypeNames",
"sets",
"the",
"PolicyTypeNames",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L4434-L4437
|
166,101 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetPolicyTypeDescriptions
|
func (s *DescribeLoadBalancerPolicyTypesOutput) SetPolicyTypeDescriptions(v []*PolicyTypeDescription) *DescribeLoadBalancerPolicyTypesOutput {
s.PolicyTypeDescriptions = v
return s
}
|
go
|
func (s *DescribeLoadBalancerPolicyTypesOutput) SetPolicyTypeDescriptions(v []*PolicyTypeDescription) *DescribeLoadBalancerPolicyTypesOutput {
s.PolicyTypeDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeLoadBalancerPolicyTypesOutput",
")",
"SetPolicyTypeDescriptions",
"(",
"v",
"[",
"]",
"*",
"PolicyTypeDescription",
")",
"*",
"DescribeLoadBalancerPolicyTypesOutput",
"{",
"s",
".",
"PolicyTypeDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPolicyTypeDescriptions sets the PolicyTypeDescriptions field's value.
|
[
"SetPolicyTypeDescriptions",
"sets",
"the",
"PolicyTypeDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L4458-L4461
|
166,102 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetLoadBalancerDescriptions
|
func (s *DescribeLoadBalancersOutput) SetLoadBalancerDescriptions(v []*LoadBalancerDescription) *DescribeLoadBalancersOutput {
s.LoadBalancerDescriptions = v
return s
}
|
go
|
func (s *DescribeLoadBalancersOutput) SetLoadBalancerDescriptions(v []*LoadBalancerDescription) *DescribeLoadBalancersOutput {
s.LoadBalancerDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeLoadBalancersOutput",
")",
"SetLoadBalancerDescriptions",
"(",
"v",
"[",
"]",
"*",
"LoadBalancerDescription",
")",
"*",
"DescribeLoadBalancersOutput",
"{",
"s",
".",
"LoadBalancerDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLoadBalancerDescriptions sets the LoadBalancerDescriptions field's value.
|
[
"SetLoadBalancerDescriptions",
"sets",
"the",
"LoadBalancerDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L4543-L4546
|
166,103 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetTagDescriptions
|
func (s *DescribeTagsOutput) SetTagDescriptions(v []*TagDescription) *DescribeTagsOutput {
s.TagDescriptions = v
return s
}
|
go
|
func (s *DescribeTagsOutput) SetTagDescriptions(v []*TagDescription) *DescribeTagsOutput {
s.TagDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeTagsOutput",
")",
"SetTagDescriptions",
"(",
"v",
"[",
"]",
"*",
"TagDescription",
")",
"*",
"DescribeTagsOutput",
"{",
"s",
".",
"TagDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTagDescriptions sets the TagDescriptions field's value.
|
[
"SetTagDescriptions",
"sets",
"the",
"TagDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L4615-L4618
|
166,104 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetInstanceProtocol
|
func (s *Listener) SetInstanceProtocol(v string) *Listener {
s.InstanceProtocol = &v
return s
}
|
go
|
func (s *Listener) SetInstanceProtocol(v string) *Listener {
s.InstanceProtocol = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Listener",
")",
"SetInstanceProtocol",
"(",
"v",
"string",
")",
"*",
"Listener",
"{",
"s",
".",
"InstanceProtocol",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstanceProtocol sets the InstanceProtocol field's value.
|
[
"SetInstanceProtocol",
"sets",
"the",
"InstanceProtocol",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5246-L5249
|
166,105 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetAdditionalAttributes
|
func (s *LoadBalancerAttributes) SetAdditionalAttributes(v []*AdditionalAttribute) *LoadBalancerAttributes {
s.AdditionalAttributes = v
return s
}
|
go
|
func (s *LoadBalancerAttributes) SetAdditionalAttributes(v []*AdditionalAttribute) *LoadBalancerAttributes {
s.AdditionalAttributes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerAttributes",
")",
"SetAdditionalAttributes",
"(",
"v",
"[",
"]",
"*",
"AdditionalAttribute",
")",
"*",
"LoadBalancerAttributes",
"{",
"s",
".",
"AdditionalAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAdditionalAttributes sets the AdditionalAttributes field's value.
|
[
"SetAdditionalAttributes",
"sets",
"the",
"AdditionalAttributes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5387-L5390
|
166,106 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetConnectionDraining
|
func (s *LoadBalancerAttributes) SetConnectionDraining(v *ConnectionDraining) *LoadBalancerAttributes {
s.ConnectionDraining = v
return s
}
|
go
|
func (s *LoadBalancerAttributes) SetConnectionDraining(v *ConnectionDraining) *LoadBalancerAttributes {
s.ConnectionDraining = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerAttributes",
")",
"SetConnectionDraining",
"(",
"v",
"*",
"ConnectionDraining",
")",
"*",
"LoadBalancerAttributes",
"{",
"s",
".",
"ConnectionDraining",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetConnectionDraining sets the ConnectionDraining field's value.
|
[
"SetConnectionDraining",
"sets",
"the",
"ConnectionDraining",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5393-L5396
|
166,107 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetConnectionSettings
|
func (s *LoadBalancerAttributes) SetConnectionSettings(v *ConnectionSettings) *LoadBalancerAttributes {
s.ConnectionSettings = v
return s
}
|
go
|
func (s *LoadBalancerAttributes) SetConnectionSettings(v *ConnectionSettings) *LoadBalancerAttributes {
s.ConnectionSettings = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerAttributes",
")",
"SetConnectionSettings",
"(",
"v",
"*",
"ConnectionSettings",
")",
"*",
"LoadBalancerAttributes",
"{",
"s",
".",
"ConnectionSettings",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetConnectionSettings sets the ConnectionSettings field's value.
|
[
"SetConnectionSettings",
"sets",
"the",
"ConnectionSettings",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5399-L5402
|
166,108 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetCrossZoneLoadBalancing
|
func (s *LoadBalancerAttributes) SetCrossZoneLoadBalancing(v *CrossZoneLoadBalancing) *LoadBalancerAttributes {
s.CrossZoneLoadBalancing = v
return s
}
|
go
|
func (s *LoadBalancerAttributes) SetCrossZoneLoadBalancing(v *CrossZoneLoadBalancing) *LoadBalancerAttributes {
s.CrossZoneLoadBalancing = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerAttributes",
")",
"SetCrossZoneLoadBalancing",
"(",
"v",
"*",
"CrossZoneLoadBalancing",
")",
"*",
"LoadBalancerAttributes",
"{",
"s",
".",
"CrossZoneLoadBalancing",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCrossZoneLoadBalancing sets the CrossZoneLoadBalancing field's value.
|
[
"SetCrossZoneLoadBalancing",
"sets",
"the",
"CrossZoneLoadBalancing",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5405-L5408
|
166,109 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetBackendServerDescriptions
|
func (s *LoadBalancerDescription) SetBackendServerDescriptions(v []*BackendServerDescription) *LoadBalancerDescription {
s.BackendServerDescriptions = v
return s
}
|
go
|
func (s *LoadBalancerDescription) SetBackendServerDescriptions(v []*BackendServerDescription) *LoadBalancerDescription {
s.BackendServerDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerDescription",
")",
"SetBackendServerDescriptions",
"(",
"v",
"[",
"]",
"*",
"BackendServerDescription",
")",
"*",
"LoadBalancerDescription",
"{",
"s",
".",
"BackendServerDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBackendServerDescriptions sets the BackendServerDescriptions field's value.
|
[
"SetBackendServerDescriptions",
"sets",
"the",
"BackendServerDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5493-L5496
|
166,110 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetCanonicalHostedZoneName
|
func (s *LoadBalancerDescription) SetCanonicalHostedZoneName(v string) *LoadBalancerDescription {
s.CanonicalHostedZoneName = &v
return s
}
|
go
|
func (s *LoadBalancerDescription) SetCanonicalHostedZoneName(v string) *LoadBalancerDescription {
s.CanonicalHostedZoneName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerDescription",
")",
"SetCanonicalHostedZoneName",
"(",
"v",
"string",
")",
"*",
"LoadBalancerDescription",
"{",
"s",
".",
"CanonicalHostedZoneName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCanonicalHostedZoneName sets the CanonicalHostedZoneName field's value.
|
[
"SetCanonicalHostedZoneName",
"sets",
"the",
"CanonicalHostedZoneName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5499-L5502
|
166,111 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetCanonicalHostedZoneNameID
|
func (s *LoadBalancerDescription) SetCanonicalHostedZoneNameID(v string) *LoadBalancerDescription {
s.CanonicalHostedZoneNameID = &v
return s
}
|
go
|
func (s *LoadBalancerDescription) SetCanonicalHostedZoneNameID(v string) *LoadBalancerDescription {
s.CanonicalHostedZoneNameID = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerDescription",
")",
"SetCanonicalHostedZoneNameID",
"(",
"v",
"string",
")",
"*",
"LoadBalancerDescription",
"{",
"s",
".",
"CanonicalHostedZoneNameID",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCanonicalHostedZoneNameID sets the CanonicalHostedZoneNameID field's value.
|
[
"SetCanonicalHostedZoneNameID",
"sets",
"the",
"CanonicalHostedZoneNameID",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5505-L5508
|
166,112 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetListenerDescriptions
|
func (s *LoadBalancerDescription) SetListenerDescriptions(v []*ListenerDescription) *LoadBalancerDescription {
s.ListenerDescriptions = v
return s
}
|
go
|
func (s *LoadBalancerDescription) SetListenerDescriptions(v []*ListenerDescription) *LoadBalancerDescription {
s.ListenerDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerDescription",
")",
"SetListenerDescriptions",
"(",
"v",
"[",
"]",
"*",
"ListenerDescription",
")",
"*",
"LoadBalancerDescription",
"{",
"s",
".",
"ListenerDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetListenerDescriptions sets the ListenerDescriptions field's value.
|
[
"SetListenerDescriptions",
"sets",
"the",
"ListenerDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5535-L5538
|
166,113 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetSourceSecurityGroup
|
func (s *LoadBalancerDescription) SetSourceSecurityGroup(v *SourceSecurityGroup) *LoadBalancerDescription {
s.SourceSecurityGroup = v
return s
}
|
go
|
func (s *LoadBalancerDescription) SetSourceSecurityGroup(v *SourceSecurityGroup) *LoadBalancerDescription {
s.SourceSecurityGroup = v
return s
}
|
[
"func",
"(",
"s",
"*",
"LoadBalancerDescription",
")",
"SetSourceSecurityGroup",
"(",
"v",
"*",
"SourceSecurityGroup",
")",
"*",
"LoadBalancerDescription",
"{",
"s",
".",
"SourceSecurityGroup",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceSecurityGroup sets the SourceSecurityGroup field's value.
|
[
"SetSourceSecurityGroup",
"sets",
"the",
"SourceSecurityGroup",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5565-L5568
|
166,114 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetAppCookieStickinessPolicies
|
func (s *Policies) SetAppCookieStickinessPolicies(v []*AppCookieStickinessPolicy) *Policies {
s.AppCookieStickinessPolicies = v
return s
}
|
go
|
func (s *Policies) SetAppCookieStickinessPolicies(v []*AppCookieStickinessPolicy) *Policies {
s.AppCookieStickinessPolicies = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Policies",
")",
"SetAppCookieStickinessPolicies",
"(",
"v",
"[",
"]",
"*",
"AppCookieStickinessPolicy",
")",
"*",
"Policies",
"{",
"s",
".",
"AppCookieStickinessPolicies",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAppCookieStickinessPolicies sets the AppCookieStickinessPolicies field's value.
|
[
"SetAppCookieStickinessPolicies",
"sets",
"the",
"AppCookieStickinessPolicies",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5698-L5701
|
166,115 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetLBCookieStickinessPolicies
|
func (s *Policies) SetLBCookieStickinessPolicies(v []*LBCookieStickinessPolicy) *Policies {
s.LBCookieStickinessPolicies = v
return s
}
|
go
|
func (s *Policies) SetLBCookieStickinessPolicies(v []*LBCookieStickinessPolicy) *Policies {
s.LBCookieStickinessPolicies = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Policies",
")",
"SetLBCookieStickinessPolicies",
"(",
"v",
"[",
"]",
"*",
"LBCookieStickinessPolicy",
")",
"*",
"Policies",
"{",
"s",
".",
"LBCookieStickinessPolicies",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetLBCookieStickinessPolicies sets the LBCookieStickinessPolicies field's value.
|
[
"SetLBCookieStickinessPolicies",
"sets",
"the",
"LBCookieStickinessPolicies",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5704-L5707
|
166,116 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetOtherPolicies
|
func (s *Policies) SetOtherPolicies(v []*string) *Policies {
s.OtherPolicies = v
return s
}
|
go
|
func (s *Policies) SetOtherPolicies(v []*string) *Policies {
s.OtherPolicies = v
return s
}
|
[
"func",
"(",
"s",
"*",
"Policies",
")",
"SetOtherPolicies",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Policies",
"{",
"s",
".",
"OtherPolicies",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOtherPolicies sets the OtherPolicies field's value.
|
[
"SetOtherPolicies",
"sets",
"the",
"OtherPolicies",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5710-L5713
|
166,117 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetCardinality
|
func (s *PolicyAttributeTypeDescription) SetCardinality(v string) *PolicyAttributeTypeDescription {
s.Cardinality = &v
return s
}
|
go
|
func (s *PolicyAttributeTypeDescription) SetCardinality(v string) *PolicyAttributeTypeDescription {
s.Cardinality = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"PolicyAttributeTypeDescription",
")",
"SetCardinality",
"(",
"v",
"string",
")",
"*",
"PolicyAttributeTypeDescription",
"{",
"s",
".",
"Cardinality",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCardinality sets the Cardinality field's value.
|
[
"SetCardinality",
"sets",
"the",
"Cardinality",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5834-L5837
|
166,118 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetPolicyAttributeDescriptions
|
func (s *PolicyDescription) SetPolicyAttributeDescriptions(v []*PolicyAttributeDescription) *PolicyDescription {
s.PolicyAttributeDescriptions = v
return s
}
|
go
|
func (s *PolicyDescription) SetPolicyAttributeDescriptions(v []*PolicyAttributeDescription) *PolicyDescription {
s.PolicyAttributeDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PolicyDescription",
")",
"SetPolicyAttributeDescriptions",
"(",
"v",
"[",
"]",
"*",
"PolicyAttributeDescription",
")",
"*",
"PolicyDescription",
"{",
"s",
".",
"PolicyAttributeDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPolicyAttributeDescriptions sets the PolicyAttributeDescriptions field's value.
|
[
"SetPolicyAttributeDescriptions",
"sets",
"the",
"PolicyAttributeDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5876-L5879
|
166,119 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetPolicyAttributeTypeDescriptions
|
func (s *PolicyTypeDescription) SetPolicyAttributeTypeDescriptions(v []*PolicyAttributeTypeDescription) *PolicyTypeDescription {
s.PolicyAttributeTypeDescriptions = v
return s
}
|
go
|
func (s *PolicyTypeDescription) SetPolicyAttributeTypeDescriptions(v []*PolicyAttributeTypeDescription) *PolicyTypeDescription {
s.PolicyAttributeTypeDescriptions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"PolicyTypeDescription",
")",
"SetPolicyAttributeTypeDescriptions",
"(",
"v",
"[",
"]",
"*",
"PolicyAttributeTypeDescription",
")",
"*",
"PolicyTypeDescription",
"{",
"s",
".",
"PolicyAttributeTypeDescriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPolicyAttributeTypeDescriptions sets the PolicyAttributeTypeDescriptions field's value.
|
[
"SetPolicyAttributeTypeDescriptions",
"sets",
"the",
"PolicyAttributeTypeDescriptions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L5925-L5928
|
166,120 |
aws/aws-sdk-go
|
service/elb/api.go
|
SetOwnerAlias
|
func (s *SourceSecurityGroup) SetOwnerAlias(v string) *SourceSecurityGroup {
s.OwnerAlias = &v
return s
}
|
go
|
func (s *SourceSecurityGroup) SetOwnerAlias(v string) *SourceSecurityGroup {
s.OwnerAlias = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"SourceSecurityGroup",
")",
"SetOwnerAlias",
"(",
"v",
"string",
")",
"*",
"SourceSecurityGroup",
"{",
"s",
".",
"OwnerAlias",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOwnerAlias sets the OwnerAlias field's value.
|
[
"SetOwnerAlias",
"sets",
"the",
"OwnerAlias",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elb/api.go#L6372-L6375
|
166,121 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetStatusSummary
|
func (s *ArrayPropertiesDetail) SetStatusSummary(v map[string]*int64) *ArrayPropertiesDetail {
s.StatusSummary = v
return s
}
|
go
|
func (s *ArrayPropertiesDetail) SetStatusSummary(v map[string]*int64) *ArrayPropertiesDetail {
s.StatusSummary = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ArrayPropertiesDetail",
")",
"SetStatusSummary",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"int64",
")",
"*",
"ArrayPropertiesDetail",
"{",
"s",
".",
"StatusSummary",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStatusSummary sets the StatusSummary field's value.
|
[
"SetStatusSummary",
"sets",
"the",
"StatusSummary",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L1506-L1509
|
166,122 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetBidPercentage
|
func (s *ComputeResource) SetBidPercentage(v int64) *ComputeResource {
s.BidPercentage = &v
return s
}
|
go
|
func (s *ComputeResource) SetBidPercentage(v int64) *ComputeResource {
s.BidPercentage = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ComputeResource",
")",
"SetBidPercentage",
"(",
"v",
"int64",
")",
"*",
"ComputeResource",
"{",
"s",
".",
"BidPercentage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetBidPercentage sets the BidPercentage field's value.
|
[
"SetBidPercentage",
"sets",
"the",
"BidPercentage",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L2051-L2054
|
166,123 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetEc2KeyPair
|
func (s *ComputeResource) SetEc2KeyPair(v string) *ComputeResource {
s.Ec2KeyPair = &v
return s
}
|
go
|
func (s *ComputeResource) SetEc2KeyPair(v string) *ComputeResource {
s.Ec2KeyPair = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ComputeResource",
")",
"SetEc2KeyPair",
"(",
"v",
"string",
")",
"*",
"ComputeResource",
"{",
"s",
".",
"Ec2KeyPair",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEc2KeyPair sets the Ec2KeyPair field's value.
|
[
"SetEc2KeyPair",
"sets",
"the",
"Ec2KeyPair",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L2063-L2066
|
166,124 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetInstanceTypes
|
func (s *ComputeResource) SetInstanceTypes(v []*string) *ComputeResource {
s.InstanceTypes = v
return s
}
|
go
|
func (s *ComputeResource) SetInstanceTypes(v []*string) *ComputeResource {
s.InstanceTypes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ComputeResource",
")",
"SetInstanceTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"ComputeResource",
"{",
"s",
".",
"InstanceTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetInstanceTypes sets the InstanceTypes field's value.
|
[
"SetInstanceTypes",
"sets",
"the",
"InstanceTypes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L2081-L2084
|
166,125 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetSpotIamFleetRole
|
func (s *ComputeResource) SetSpotIamFleetRole(v string) *ComputeResource {
s.SpotIamFleetRole = &v
return s
}
|
go
|
func (s *ComputeResource) SetSpotIamFleetRole(v string) *ComputeResource {
s.SpotIamFleetRole = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ComputeResource",
")",
"SetSpotIamFleetRole",
"(",
"v",
"string",
")",
"*",
"ComputeResource",
"{",
"s",
".",
"SpotIamFleetRole",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSpotIamFleetRole sets the SpotIamFleetRole field's value.
|
[
"SetSpotIamFleetRole",
"sets",
"the",
"SpotIamFleetRole",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L2117-L2120
|
166,126 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetNodeDetails
|
func (s *JobDetail) SetNodeDetails(v *NodeDetails) *JobDetail {
s.NodeDetails = v
return s
}
|
go
|
func (s *JobDetail) SetNodeDetails(v *NodeDetails) *JobDetail {
s.NodeDetails = v
return s
}
|
[
"func",
"(",
"s",
"*",
"JobDetail",
")",
"SetNodeDetails",
"(",
"v",
"*",
"NodeDetails",
")",
"*",
"JobDetail",
"{",
"s",
".",
"NodeDetails",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNodeDetails sets the NodeDetails field's value.
|
[
"SetNodeDetails",
"sets",
"the",
"NodeDetails",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L3881-L3884
|
166,127 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetAttemptDurationSeconds
|
func (s *JobTimeout) SetAttemptDurationSeconds(v int64) *JobTimeout {
s.AttemptDurationSeconds = &v
return s
}
|
go
|
func (s *JobTimeout) SetAttemptDurationSeconds(v int64) *JobTimeout {
s.AttemptDurationSeconds = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"JobTimeout",
")",
"SetAttemptDurationSeconds",
"(",
"v",
"int64",
")",
"*",
"JobTimeout",
"{",
"s",
".",
"AttemptDurationSeconds",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetAttemptDurationSeconds sets the AttemptDurationSeconds field's value.
|
[
"SetAttemptDurationSeconds",
"sets",
"the",
"AttemptDurationSeconds",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4161-L4164
|
166,128 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetArrayJobId
|
func (s *ListJobsInput) SetArrayJobId(v string) *ListJobsInput {
s.ArrayJobId = &v
return s
}
|
go
|
func (s *ListJobsInput) SetArrayJobId(v string) *ListJobsInput {
s.ArrayJobId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListJobsInput",
")",
"SetArrayJobId",
"(",
"v",
"string",
")",
"*",
"ListJobsInput",
"{",
"s",
".",
"ArrayJobId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetArrayJobId sets the ArrayJobId field's value.
|
[
"SetArrayJobId",
"sets",
"the",
"ArrayJobId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4297-L4300
|
166,129 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetMultiNodeJobId
|
func (s *ListJobsInput) SetMultiNodeJobId(v string) *ListJobsInput {
s.MultiNodeJobId = &v
return s
}
|
go
|
func (s *ListJobsInput) SetMultiNodeJobId(v string) *ListJobsInput {
s.MultiNodeJobId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListJobsInput",
")",
"SetMultiNodeJobId",
"(",
"v",
"string",
")",
"*",
"ListJobsInput",
"{",
"s",
".",
"MultiNodeJobId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMultiNodeJobId sets the MultiNodeJobId field's value.
|
[
"SetMultiNodeJobId",
"sets",
"the",
"MultiNodeJobId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4321-L4324
|
166,130 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetJobSummaryList
|
func (s *ListJobsOutput) SetJobSummaryList(v []*JobSummary) *ListJobsOutput {
s.JobSummaryList = v
return s
}
|
go
|
func (s *ListJobsOutput) SetJobSummaryList(v []*JobSummary) *ListJobsOutput {
s.JobSummaryList = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListJobsOutput",
")",
"SetJobSummaryList",
"(",
"v",
"[",
"]",
"*",
"JobSummary",
")",
"*",
"ListJobsOutput",
"{",
"s",
".",
"JobSummaryList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetJobSummaryList sets the JobSummaryList field's value.
|
[
"SetJobSummaryList",
"sets",
"the",
"JobSummaryList",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4358-L4361
|
166,131 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetSourceVolume
|
func (s *MountPoint) SetSourceVolume(v string) *MountPoint {
s.SourceVolume = &v
return s
}
|
go
|
func (s *MountPoint) SetSourceVolume(v string) *MountPoint {
s.SourceVolume = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"MountPoint",
")",
"SetSourceVolume",
"(",
"v",
"string",
")",
"*",
"MountPoint",
"{",
"s",
".",
"SourceVolume",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceVolume sets the SourceVolume field's value.
|
[
"SetSourceVolume",
"sets",
"the",
"SourceVolume",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4409-L4412
|
166,132 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetPrivateIpv4Address
|
func (s *NetworkInterface) SetPrivateIpv4Address(v string) *NetworkInterface {
s.PrivateIpv4Address = &v
return s
}
|
go
|
func (s *NetworkInterface) SetPrivateIpv4Address(v string) *NetworkInterface {
s.PrivateIpv4Address = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NetworkInterface",
")",
"SetPrivateIpv4Address",
"(",
"v",
"string",
")",
"*",
"NetworkInterface",
"{",
"s",
".",
"PrivateIpv4Address",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPrivateIpv4Address sets the PrivateIpv4Address field's value.
|
[
"SetPrivateIpv4Address",
"sets",
"the",
"PrivateIpv4Address",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4452-L4455
|
166,133 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetNodePropertyOverrides
|
func (s *NodeOverrides) SetNodePropertyOverrides(v []*NodePropertyOverride) *NodeOverrides {
s.NodePropertyOverrides = v
return s
}
|
go
|
func (s *NodeOverrides) SetNodePropertyOverrides(v []*NodePropertyOverride) *NodeOverrides {
s.NodePropertyOverrides = v
return s
}
|
[
"func",
"(",
"s",
"*",
"NodeOverrides",
")",
"SetNodePropertyOverrides",
"(",
"v",
"[",
"]",
"*",
"NodePropertyOverride",
")",
"*",
"NodeOverrides",
"{",
"s",
".",
"NodePropertyOverrides",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNodePropertyOverrides sets the NodePropertyOverrides field's value.
|
[
"SetNodePropertyOverrides",
"sets",
"the",
"NodePropertyOverrides",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4547-L4550
|
166,134 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetMainNode
|
func (s *NodeProperties) SetMainNode(v int64) *NodeProperties {
s.MainNode = &v
return s
}
|
go
|
func (s *NodeProperties) SetMainNode(v int64) *NodeProperties {
s.MainNode = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"NodeProperties",
")",
"SetMainNode",
"(",
"v",
"int64",
")",
"*",
"NodeProperties",
"{",
"s",
".",
"MainNode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMainNode sets the MainNode field's value.
|
[
"SetMainNode",
"sets",
"the",
"MainNode",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4620-L4623
|
166,135 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetNodeRangeProperties
|
func (s *NodeProperties) SetNodeRangeProperties(v []*NodeRangeProperty) *NodeProperties {
s.NodeRangeProperties = v
return s
}
|
go
|
func (s *NodeProperties) SetNodeRangeProperties(v []*NodeRangeProperty) *NodeProperties {
s.NodeRangeProperties = v
return s
}
|
[
"func",
"(",
"s",
"*",
"NodeProperties",
")",
"SetNodeRangeProperties",
"(",
"v",
"[",
"]",
"*",
"NodeRangeProperty",
")",
"*",
"NodeProperties",
"{",
"s",
".",
"NodeRangeProperties",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNodeRangeProperties sets the NodeRangeProperties field's value.
|
[
"SetNodeRangeProperties",
"sets",
"the",
"NodeRangeProperties",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L4626-L4629
|
166,136 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetNodeOverrides
|
func (s *SubmitJobInput) SetNodeOverrides(v *NodeOverrides) *SubmitJobInput {
s.NodeOverrides = v
return s
}
|
go
|
func (s *SubmitJobInput) SetNodeOverrides(v *NodeOverrides) *SubmitJobInput {
s.NodeOverrides = v
return s
}
|
[
"func",
"(",
"s",
"*",
"SubmitJobInput",
")",
"SetNodeOverrides",
"(",
"v",
"*",
"NodeOverrides",
")",
"*",
"SubmitJobInput",
"{",
"s",
".",
"NodeOverrides",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNodeOverrides sets the NodeOverrides field's value.
|
[
"SetNodeOverrides",
"sets",
"the",
"NodeOverrides",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L5205-L5208
|
166,137 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetHardLimit
|
func (s *Ulimit) SetHardLimit(v int64) *Ulimit {
s.HardLimit = &v
return s
}
|
go
|
func (s *Ulimit) SetHardLimit(v int64) *Ulimit {
s.HardLimit = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Ulimit",
")",
"SetHardLimit",
"(",
"v",
"int64",
")",
"*",
"Ulimit",
"{",
"s",
".",
"HardLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetHardLimit sets the HardLimit field's value.
|
[
"SetHardLimit",
"sets",
"the",
"HardLimit",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L5382-L5385
|
166,138 |
aws/aws-sdk-go
|
service/batch/api.go
|
SetSoftLimit
|
func (s *Ulimit) SetSoftLimit(v int64) *Ulimit {
s.SoftLimit = &v
return s
}
|
go
|
func (s *Ulimit) SetSoftLimit(v int64) *Ulimit {
s.SoftLimit = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"Ulimit",
")",
"SetSoftLimit",
"(",
"v",
"int64",
")",
"*",
"Ulimit",
"{",
"s",
".",
"SoftLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSoftLimit sets the SoftLimit field's value.
|
[
"SetSoftLimit",
"sets",
"the",
"SoftLimit",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/batch/api.go#L5394-L5397
|
166,139 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetDeviceDescription
|
func (s *DescribeDeviceOutput) SetDeviceDescription(v *DeviceDescription) *DescribeDeviceOutput {
s.DeviceDescription = v
return s
}
|
go
|
func (s *DescribeDeviceOutput) SetDeviceDescription(v *DeviceDescription) *DescribeDeviceOutput {
s.DeviceDescription = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeDeviceOutput",
")",
"SetDeviceDescription",
"(",
"v",
"*",
"DeviceDescription",
")",
"*",
"DescribeDeviceOutput",
"{",
"s",
".",
"DeviceDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeviceDescription sets the DeviceDescription field's value.
|
[
"SetDeviceDescription",
"sets",
"the",
"DeviceDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1255-L1258
|
166,140 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetRemainingLife
|
func (s *DeviceDescription) SetRemainingLife(v float64) *DeviceDescription {
s.RemainingLife = &v
return s
}
|
go
|
func (s *DeviceDescription) SetRemainingLife(v float64) *DeviceDescription {
s.RemainingLife = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeviceDescription",
")",
"SetRemainingLife",
"(",
"v",
"float64",
")",
"*",
"DeviceDescription",
"{",
"s",
".",
"RemainingLife",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetRemainingLife sets the RemainingLife field's value.
|
[
"SetRemainingLife",
"sets",
"the",
"RemainingLife",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1362-L1365
|
166,141 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetStdEvent
|
func (s *DeviceEvent) SetStdEvent(v string) *DeviceEvent {
s.StdEvent = &v
return s
}
|
go
|
func (s *DeviceEvent) SetStdEvent(v string) *DeviceEvent {
s.StdEvent = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeviceEvent",
")",
"SetStdEvent",
"(",
"v",
"string",
")",
"*",
"DeviceEvent",
"{",
"s",
".",
"StdEvent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStdEvent sets the StdEvent field's value.
|
[
"SetStdEvent",
"sets",
"the",
"StdEvent",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1406-L1409
|
166,142 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetMethodName
|
func (s *DeviceMethod) SetMethodName(v string) *DeviceMethod {
s.MethodName = &v
return s
}
|
go
|
func (s *DeviceMethod) SetMethodName(v string) *DeviceMethod {
s.MethodName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DeviceMethod",
")",
"SetMethodName",
"(",
"v",
"string",
")",
"*",
"DeviceMethod",
"{",
"s",
".",
"MethodName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetMethodName sets the MethodName field's value.
|
[
"SetMethodName",
"sets",
"the",
"MethodName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1438-L1441
|
166,143 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetDeviceMethods
|
func (s *GetDeviceMethodsOutput) SetDeviceMethods(v []*DeviceMethod) *GetDeviceMethodsOutput {
s.DeviceMethods = v
return s
}
|
go
|
func (s *GetDeviceMethodsOutput) SetDeviceMethods(v []*DeviceMethod) *GetDeviceMethodsOutput {
s.DeviceMethods = v
return s
}
|
[
"func",
"(",
"s",
"*",
"GetDeviceMethodsOutput",
")",
"SetDeviceMethods",
"(",
"v",
"[",
"]",
"*",
"DeviceMethod",
")",
"*",
"GetDeviceMethodsOutput",
"{",
"s",
".",
"DeviceMethods",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeviceMethods sets the DeviceMethods field's value.
|
[
"SetDeviceMethods",
"sets",
"the",
"DeviceMethods",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1569-L1572
|
166,144 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetDeviceMethod
|
func (s *InvokeDeviceMethodInput) SetDeviceMethod(v *DeviceMethod) *InvokeDeviceMethodInput {
s.DeviceMethod = v
return s
}
|
go
|
func (s *InvokeDeviceMethodInput) SetDeviceMethod(v *DeviceMethod) *InvokeDeviceMethodInput {
s.DeviceMethod = v
return s
}
|
[
"func",
"(",
"s",
"*",
"InvokeDeviceMethodInput",
")",
"SetDeviceMethod",
"(",
"v",
"*",
"DeviceMethod",
")",
"*",
"InvokeDeviceMethodInput",
"{",
"s",
".",
"DeviceMethod",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeviceMethod sets the DeviceMethod field's value.
|
[
"SetDeviceMethod",
"sets",
"the",
"DeviceMethod",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1681-L1684
|
166,145 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetDeviceMethodParameters
|
func (s *InvokeDeviceMethodInput) SetDeviceMethodParameters(v string) *InvokeDeviceMethodInput {
s.DeviceMethodParameters = &v
return s
}
|
go
|
func (s *InvokeDeviceMethodInput) SetDeviceMethodParameters(v string) *InvokeDeviceMethodInput {
s.DeviceMethodParameters = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InvokeDeviceMethodInput",
")",
"SetDeviceMethodParameters",
"(",
"v",
"string",
")",
"*",
"InvokeDeviceMethodInput",
"{",
"s",
".",
"DeviceMethodParameters",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeviceMethodParameters sets the DeviceMethodParameters field's value.
|
[
"SetDeviceMethodParameters",
"sets",
"the",
"DeviceMethodParameters",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1687-L1690
|
166,146 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetDeviceMethodResponse
|
func (s *InvokeDeviceMethodOutput) SetDeviceMethodResponse(v string) *InvokeDeviceMethodOutput {
s.DeviceMethodResponse = &v
return s
}
|
go
|
func (s *InvokeDeviceMethodOutput) SetDeviceMethodResponse(v string) *InvokeDeviceMethodOutput {
s.DeviceMethodResponse = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"InvokeDeviceMethodOutput",
")",
"SetDeviceMethodResponse",
"(",
"v",
"string",
")",
"*",
"InvokeDeviceMethodOutput",
"{",
"s",
".",
"DeviceMethodResponse",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDeviceMethodResponse sets the DeviceMethodResponse field's value.
|
[
"SetDeviceMethodResponse",
"sets",
"the",
"DeviceMethodResponse",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1710-L1713
|
166,147 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetFromTimeStamp
|
func (s *ListDeviceEventsInput) SetFromTimeStamp(v time.Time) *ListDeviceEventsInput {
s.FromTimeStamp = &v
return s
}
|
go
|
func (s *ListDeviceEventsInput) SetFromTimeStamp(v time.Time) *ListDeviceEventsInput {
s.FromTimeStamp = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeviceEventsInput",
")",
"SetFromTimeStamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ListDeviceEventsInput",
"{",
"s",
".",
"FromTimeStamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetFromTimeStamp sets the FromTimeStamp field's value.
|
[
"SetFromTimeStamp",
"sets",
"the",
"FromTimeStamp",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1774-L1777
|
166,148 |
aws/aws-sdk-go
|
service/iot1clickdevicesservice/api.go
|
SetToTimeStamp
|
func (s *ListDeviceEventsInput) SetToTimeStamp(v time.Time) *ListDeviceEventsInput {
s.ToTimeStamp = &v
return s
}
|
go
|
func (s *ListDeviceEventsInput) SetToTimeStamp(v time.Time) *ListDeviceEventsInput {
s.ToTimeStamp = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ListDeviceEventsInput",
")",
"SetToTimeStamp",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ListDeviceEventsInput",
"{",
"s",
".",
"ToTimeStamp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetToTimeStamp sets the ToTimeStamp field's value.
|
[
"SetToTimeStamp",
"sets",
"the",
"ToTimeStamp",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/iot1clickdevicesservice/api.go#L1792-L1795
|
166,149 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetApplyAction
|
func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput {
s.ApplyAction = &v
return s
}
|
go
|
func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput {
s.ApplyAction = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ApplyPendingMaintenanceActionInput",
")",
"SetApplyAction",
"(",
"v",
"string",
")",
"*",
"ApplyPendingMaintenanceActionInput",
"{",
"s",
".",
"ApplyAction",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetApplyAction sets the ApplyAction field's value.
|
[
"SetApplyAction",
"sets",
"the",
"ApplyAction",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6091-L6094
|
166,150 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetOptInType
|
func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput {
s.OptInType = &v
return s
}
|
go
|
func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput {
s.OptInType = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"ApplyPendingMaintenanceActionInput",
")",
"SetOptInType",
"(",
"v",
"string",
")",
"*",
"ApplyPendingMaintenanceActionInput",
"{",
"s",
".",
"OptInType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOptInType sets the OptInType field's value.
|
[
"SetOptInType",
"sets",
"the",
"OptInType",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6097-L6100
|
166,151 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetResourcePendingMaintenanceActions
|
func (s *ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions(v *ResourcePendingMaintenanceActions) *ApplyPendingMaintenanceActionOutput {
s.ResourcePendingMaintenanceActions = v
return s
}
|
go
|
func (s *ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions(v *ResourcePendingMaintenanceActions) *ApplyPendingMaintenanceActionOutput {
s.ResourcePendingMaintenanceActions = v
return s
}
|
[
"func",
"(",
"s",
"*",
"ApplyPendingMaintenanceActionOutput",
")",
"SetResourcePendingMaintenanceActions",
"(",
"v",
"*",
"ResourcePendingMaintenanceActions",
")",
"*",
"ApplyPendingMaintenanceActionOutput",
"{",
"s",
".",
"ResourcePendingMaintenanceActions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetResourcePendingMaintenanceActions sets the ResourcePendingMaintenanceActions field's value.
|
[
"SetResourcePendingMaintenanceActions",
"sets",
"the",
"ResourcePendingMaintenanceActions",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6126-L6129
|
166,152 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetCharacterSetDescription
|
func (s *CharacterSet) SetCharacterSetDescription(v string) *CharacterSet {
s.CharacterSetDescription = &v
return s
}
|
go
|
func (s *CharacterSet) SetCharacterSetDescription(v string) *CharacterSet {
s.CharacterSetDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CharacterSet",
")",
"SetCharacterSetDescription",
"(",
"v",
"string",
")",
"*",
"CharacterSet",
"{",
"s",
".",
"CharacterSetDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCharacterSetDescription sets the CharacterSetDescription field's value.
|
[
"SetCharacterSetDescription",
"sets",
"the",
"CharacterSetDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6177-L6180
|
166,153 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDisableLogTypes
|
func (s *CloudwatchLogsExportConfiguration) SetDisableLogTypes(v []*string) *CloudwatchLogsExportConfiguration {
s.DisableLogTypes = v
return s
}
|
go
|
func (s *CloudwatchLogsExportConfiguration) SetDisableLogTypes(v []*string) *CloudwatchLogsExportConfiguration {
s.DisableLogTypes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CloudwatchLogsExportConfiguration",
")",
"SetDisableLogTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"CloudwatchLogsExportConfiguration",
"{",
"s",
".",
"DisableLogTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDisableLogTypes sets the DisableLogTypes field's value.
|
[
"SetDisableLogTypes",
"sets",
"the",
"DisableLogTypes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6211-L6214
|
166,154 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetEnableLogTypes
|
func (s *CloudwatchLogsExportConfiguration) SetEnableLogTypes(v []*string) *CloudwatchLogsExportConfiguration {
s.EnableLogTypes = v
return s
}
|
go
|
func (s *CloudwatchLogsExportConfiguration) SetEnableLogTypes(v []*string) *CloudwatchLogsExportConfiguration {
s.EnableLogTypes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"CloudwatchLogsExportConfiguration",
")",
"SetEnableLogTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"CloudwatchLogsExportConfiguration",
"{",
"s",
".",
"EnableLogTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnableLogTypes sets the EnableLogTypes field's value.
|
[
"SetEnableLogTypes",
"sets",
"the",
"EnableLogTypes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6217-L6220
|
166,155 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSourceDBClusterParameterGroupIdentifier
|
func (s *CopyDBClusterParameterGroupInput) SetSourceDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput {
s.SourceDBClusterParameterGroupIdentifier = &v
return s
}
|
go
|
func (s *CopyDBClusterParameterGroupInput) SetSourceDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput {
s.SourceDBClusterParameterGroupIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBClusterParameterGroupInput",
")",
"SetSourceDBClusterParameterGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBClusterParameterGroupInput",
"{",
"s",
".",
"SourceDBClusterParameterGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceDBClusterParameterGroupIdentifier sets the SourceDBClusterParameterGroupIdentifier field's value.
|
[
"SetSourceDBClusterParameterGroupIdentifier",
"sets",
"the",
"SourceDBClusterParameterGroupIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6299-L6302
|
166,156 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetTargetDBClusterParameterGroupDescription
|
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupDescription(v string) *CopyDBClusterParameterGroupInput {
s.TargetDBClusterParameterGroupDescription = &v
return s
}
|
go
|
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupDescription(v string) *CopyDBClusterParameterGroupInput {
s.TargetDBClusterParameterGroupDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBClusterParameterGroupInput",
")",
"SetTargetDBClusterParameterGroupDescription",
"(",
"v",
"string",
")",
"*",
"CopyDBClusterParameterGroupInput",
"{",
"s",
".",
"TargetDBClusterParameterGroupDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetDBClusterParameterGroupDescription sets the TargetDBClusterParameterGroupDescription field's value.
|
[
"SetTargetDBClusterParameterGroupDescription",
"sets",
"the",
"TargetDBClusterParameterGroupDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6311-L6314
|
166,157 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetTargetDBClusterParameterGroupIdentifier
|
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput {
s.TargetDBClusterParameterGroupIdentifier = &v
return s
}
|
go
|
func (s *CopyDBClusterParameterGroupInput) SetTargetDBClusterParameterGroupIdentifier(v string) *CopyDBClusterParameterGroupInput {
s.TargetDBClusterParameterGroupIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBClusterParameterGroupInput",
")",
"SetTargetDBClusterParameterGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBClusterParameterGroupInput",
"{",
"s",
".",
"TargetDBClusterParameterGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetDBClusterParameterGroupIdentifier sets the TargetDBClusterParameterGroupIdentifier field's value.
|
[
"SetTargetDBClusterParameterGroupIdentifier",
"sets",
"the",
"TargetDBClusterParameterGroupIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6317-L6320
|
166,158 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSourceDBClusterSnapshotIdentifier
|
func (s *CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput {
s.SourceDBClusterSnapshotIdentifier = &v
return s
}
|
go
|
func (s *CopyDBClusterSnapshotInput) SetSourceDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput {
s.SourceDBClusterSnapshotIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBClusterSnapshotInput",
")",
"SetSourceDBClusterSnapshotIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBClusterSnapshotInput",
"{",
"s",
".",
"SourceDBClusterSnapshotIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceDBClusterSnapshotIdentifier sets the SourceDBClusterSnapshotIdentifier field's value.
|
[
"SetSourceDBClusterSnapshotIdentifier",
"sets",
"the",
"SourceDBClusterSnapshotIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6460-L6463
|
166,159 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetTargetDBClusterSnapshotIdentifier
|
func (s *CopyDBClusterSnapshotInput) SetTargetDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput {
s.TargetDBClusterSnapshotIdentifier = &v
return s
}
|
go
|
func (s *CopyDBClusterSnapshotInput) SetTargetDBClusterSnapshotIdentifier(v string) *CopyDBClusterSnapshotInput {
s.TargetDBClusterSnapshotIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBClusterSnapshotInput",
")",
"SetTargetDBClusterSnapshotIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBClusterSnapshotInput",
"{",
"s",
".",
"TargetDBClusterSnapshotIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetDBClusterSnapshotIdentifier sets the TargetDBClusterSnapshotIdentifier field's value.
|
[
"SetTargetDBClusterSnapshotIdentifier",
"sets",
"the",
"TargetDBClusterSnapshotIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6472-L6475
|
166,160 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSourceDBParameterGroupIdentifier
|
func (s *CopyDBParameterGroupInput) SetSourceDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput {
s.SourceDBParameterGroupIdentifier = &v
return s
}
|
go
|
func (s *CopyDBParameterGroupInput) SetSourceDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput {
s.SourceDBParameterGroupIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBParameterGroupInput",
")",
"SetSourceDBParameterGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBParameterGroupInput",
"{",
"s",
".",
"SourceDBParameterGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceDBParameterGroupIdentifier sets the SourceDBParameterGroupIdentifier field's value.
|
[
"SetSourceDBParameterGroupIdentifier",
"sets",
"the",
"SourceDBParameterGroupIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6575-L6578
|
166,161 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetTargetDBParameterGroupDescription
|
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupDescription(v string) *CopyDBParameterGroupInput {
s.TargetDBParameterGroupDescription = &v
return s
}
|
go
|
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupDescription(v string) *CopyDBParameterGroupInput {
s.TargetDBParameterGroupDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBParameterGroupInput",
")",
"SetTargetDBParameterGroupDescription",
"(",
"v",
"string",
")",
"*",
"CopyDBParameterGroupInput",
"{",
"s",
".",
"TargetDBParameterGroupDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetDBParameterGroupDescription sets the TargetDBParameterGroupDescription field's value.
|
[
"SetTargetDBParameterGroupDescription",
"sets",
"the",
"TargetDBParameterGroupDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6587-L6590
|
166,162 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetTargetDBParameterGroupIdentifier
|
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput {
s.TargetDBParameterGroupIdentifier = &v
return s
}
|
go
|
func (s *CopyDBParameterGroupInput) SetTargetDBParameterGroupIdentifier(v string) *CopyDBParameterGroupInput {
s.TargetDBParameterGroupIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"CopyDBParameterGroupInput",
")",
"SetTargetDBParameterGroupIdentifier",
"(",
"v",
"string",
")",
"*",
"CopyDBParameterGroupInput",
"{",
"s",
".",
"TargetDBParameterGroupIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetTargetDBParameterGroupIdentifier sets the TargetDBParameterGroupIdentifier field's value.
|
[
"SetTargetDBParameterGroupIdentifier",
"sets",
"the",
"TargetDBParameterGroupIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L6593-L6596
|
166,163 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetCloneGroupId
|
func (s *DBCluster) SetCloneGroupId(v string) *DBCluster {
s.CloneGroupId = &v
return s
}
|
go
|
func (s *DBCluster) SetCloneGroupId(v string) *DBCluster {
s.CloneGroupId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetCloneGroupId",
"(",
"v",
"string",
")",
"*",
"DBCluster",
"{",
"s",
".",
"CloneGroupId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetCloneGroupId sets the CloneGroupId field's value.
|
[
"SetCloneGroupId",
"sets",
"the",
"CloneGroupId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8347-L8350
|
166,164 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterMembers
|
func (s *DBCluster) SetDBClusterMembers(v []*DBClusterMember) *DBCluster {
s.DBClusterMembers = v
return s
}
|
go
|
func (s *DBCluster) SetDBClusterMembers(v []*DBClusterMember) *DBCluster {
s.DBClusterMembers = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetDBClusterMembers",
"(",
"v",
"[",
"]",
"*",
"DBClusterMember",
")",
"*",
"DBCluster",
"{",
"s",
".",
"DBClusterMembers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterMembers sets the DBClusterMembers field's value.
|
[
"SetDBClusterMembers",
"sets",
"the",
"DBClusterMembers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8371-L8374
|
166,165 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterOptionGroupMemberships
|
func (s *DBCluster) SetDBClusterOptionGroupMemberships(v []*DBClusterOptionGroupStatus) *DBCluster {
s.DBClusterOptionGroupMemberships = v
return s
}
|
go
|
func (s *DBCluster) SetDBClusterOptionGroupMemberships(v []*DBClusterOptionGroupStatus) *DBCluster {
s.DBClusterOptionGroupMemberships = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetDBClusterOptionGroupMemberships",
"(",
"v",
"[",
"]",
"*",
"DBClusterOptionGroupStatus",
")",
"*",
"DBCluster",
"{",
"s",
".",
"DBClusterOptionGroupMemberships",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterOptionGroupMemberships sets the DBClusterOptionGroupMemberships field's value.
|
[
"SetDBClusterOptionGroupMemberships",
"sets",
"the",
"DBClusterOptionGroupMemberships",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8377-L8380
|
166,166 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDbClusterResourceId
|
func (s *DBCluster) SetDbClusterResourceId(v string) *DBCluster {
s.DbClusterResourceId = &v
return s
}
|
go
|
func (s *DBCluster) SetDbClusterResourceId(v string) *DBCluster {
s.DbClusterResourceId = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetDbClusterResourceId",
"(",
"v",
"string",
")",
"*",
"DBCluster",
"{",
"s",
".",
"DbClusterResourceId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDbClusterResourceId sets the DbClusterResourceId field's value.
|
[
"SetDbClusterResourceId",
"sets",
"the",
"DbClusterResourceId",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8401-L8404
|
166,167 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetEarliestRestorableTime
|
func (s *DBCluster) SetEarliestRestorableTime(v time.Time) *DBCluster {
s.EarliestRestorableTime = &v
return s
}
|
go
|
func (s *DBCluster) SetEarliestRestorableTime(v time.Time) *DBCluster {
s.EarliestRestorableTime = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetEarliestRestorableTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DBCluster",
"{",
"s",
".",
"EarliestRestorableTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEarliestRestorableTime sets the EarliestRestorableTime field's value.
|
[
"SetEarliestRestorableTime",
"sets",
"the",
"EarliestRestorableTime",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8407-L8410
|
166,168 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetReadReplicaIdentifiers
|
func (s *DBCluster) SetReadReplicaIdentifiers(v []*string) *DBCluster {
s.ReadReplicaIdentifiers = v
return s
}
|
go
|
func (s *DBCluster) SetReadReplicaIdentifiers(v []*string) *DBCluster {
s.ReadReplicaIdentifiers = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetReadReplicaIdentifiers",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBCluster",
"{",
"s",
".",
"ReadReplicaIdentifiers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReadReplicaIdentifiers sets the ReadReplicaIdentifiers field's value.
|
[
"SetReadReplicaIdentifiers",
"sets",
"the",
"ReadReplicaIdentifiers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8491-L8494
|
166,169 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetReaderEndpoint
|
func (s *DBCluster) SetReaderEndpoint(v string) *DBCluster {
s.ReaderEndpoint = &v
return s
}
|
go
|
func (s *DBCluster) SetReaderEndpoint(v string) *DBCluster {
s.ReaderEndpoint = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBCluster",
")",
"SetReaderEndpoint",
"(",
"v",
"string",
")",
"*",
"DBCluster",
"{",
"s",
".",
"ReaderEndpoint",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReaderEndpoint sets the ReaderEndpoint field's value.
|
[
"SetReaderEndpoint",
"sets",
"the",
"ReaderEndpoint",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8497-L8500
|
166,170 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterParameterGroupStatus
|
func (s *DBClusterMember) SetDBClusterParameterGroupStatus(v string) *DBClusterMember {
s.DBClusterParameterGroupStatus = &v
return s
}
|
go
|
func (s *DBClusterMember) SetDBClusterParameterGroupStatus(v string) *DBClusterMember {
s.DBClusterParameterGroupStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterMember",
")",
"SetDBClusterParameterGroupStatus",
"(",
"v",
"string",
")",
"*",
"DBClusterMember",
"{",
"s",
".",
"DBClusterParameterGroupStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterParameterGroupStatus sets the DBClusterParameterGroupStatus field's value.
|
[
"SetDBClusterParameterGroupStatus",
"sets",
"the",
"DBClusterParameterGroupStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8557-L8560
|
166,171 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetIsClusterWriter
|
func (s *DBClusterMember) SetIsClusterWriter(v bool) *DBClusterMember {
s.IsClusterWriter = &v
return s
}
|
go
|
func (s *DBClusterMember) SetIsClusterWriter(v bool) *DBClusterMember {
s.IsClusterWriter = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterMember",
")",
"SetIsClusterWriter",
"(",
"v",
"bool",
")",
"*",
"DBClusterMember",
"{",
"s",
".",
"IsClusterWriter",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetIsClusterWriter sets the IsClusterWriter field's value.
|
[
"SetIsClusterWriter",
"sets",
"the",
"IsClusterWriter",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8569-L8572
|
166,172 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterOptionGroupName
|
func (s *DBClusterOptionGroupStatus) SetDBClusterOptionGroupName(v string) *DBClusterOptionGroupStatus {
s.DBClusterOptionGroupName = &v
return s
}
|
go
|
func (s *DBClusterOptionGroupStatus) SetDBClusterOptionGroupName(v string) *DBClusterOptionGroupStatus {
s.DBClusterOptionGroupName = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterOptionGroupStatus",
")",
"SetDBClusterOptionGroupName",
"(",
"v",
"string",
")",
"*",
"DBClusterOptionGroupStatus",
"{",
"s",
".",
"DBClusterOptionGroupName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterOptionGroupName sets the DBClusterOptionGroupName field's value.
|
[
"SetDBClusterOptionGroupName",
"sets",
"the",
"DBClusterOptionGroupName",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8602-L8605
|
166,173 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterParameterGroupArn
|
func (s *DBClusterParameterGroup) SetDBClusterParameterGroupArn(v string) *DBClusterParameterGroup {
s.DBClusterParameterGroupArn = &v
return s
}
|
go
|
func (s *DBClusterParameterGroup) SetDBClusterParameterGroupArn(v string) *DBClusterParameterGroup {
s.DBClusterParameterGroupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterParameterGroup",
")",
"SetDBClusterParameterGroupArn",
"(",
"v",
"string",
")",
"*",
"DBClusterParameterGroup",
"{",
"s",
".",
"DBClusterParameterGroupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterParameterGroupArn sets the DBClusterParameterGroupArn field's value.
|
[
"SetDBClusterParameterGroupArn",
"sets",
"the",
"DBClusterParameterGroupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8646-L8649
|
166,174 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterSnapshotArn
|
func (s *DBClusterSnapshot) SetDBClusterSnapshotArn(v string) *DBClusterSnapshot {
s.DBClusterSnapshotArn = &v
return s
}
|
go
|
func (s *DBClusterSnapshot) SetDBClusterSnapshotArn(v string) *DBClusterSnapshot {
s.DBClusterSnapshotArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterSnapshot",
")",
"SetDBClusterSnapshotArn",
"(",
"v",
"string",
")",
"*",
"DBClusterSnapshot",
"{",
"s",
".",
"DBClusterSnapshotArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterSnapshotArn sets the DBClusterSnapshotArn field's value.
|
[
"SetDBClusterSnapshotArn",
"sets",
"the",
"DBClusterSnapshotArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8826-L8829
|
166,175 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSourceDBClusterSnapshotArn
|
func (s *DBClusterSnapshot) SetSourceDBClusterSnapshotArn(v string) *DBClusterSnapshot {
s.SourceDBClusterSnapshotArn = &v
return s
}
|
go
|
func (s *DBClusterSnapshot) SetSourceDBClusterSnapshotArn(v string) *DBClusterSnapshot {
s.SourceDBClusterSnapshotArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterSnapshot",
")",
"SetSourceDBClusterSnapshotArn",
"(",
"v",
"string",
")",
"*",
"DBClusterSnapshot",
"{",
"s",
".",
"SourceDBClusterSnapshotArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSourceDBClusterSnapshotArn sets the SourceDBClusterSnapshotArn field's value.
|
[
"SetSourceDBClusterSnapshotArn",
"sets",
"the",
"SourceDBClusterSnapshotArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8898-L8901
|
166,176 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterSnapshotAttributes
|
func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotAttributes(v []*DBClusterSnapshotAttribute) *DBClusterSnapshotAttributesResult {
s.DBClusterSnapshotAttributes = v
return s
}
|
go
|
func (s *DBClusterSnapshotAttributesResult) SetDBClusterSnapshotAttributes(v []*DBClusterSnapshotAttribute) *DBClusterSnapshotAttributesResult {
s.DBClusterSnapshotAttributes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBClusterSnapshotAttributesResult",
")",
"SetDBClusterSnapshotAttributes",
"(",
"v",
"[",
"]",
"*",
"DBClusterSnapshotAttribute",
")",
"*",
"DBClusterSnapshotAttributesResult",
"{",
"s",
".",
"DBClusterSnapshotAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterSnapshotAttributes sets the DBClusterSnapshotAttributes field's value.
|
[
"SetDBClusterSnapshotAttributes",
"sets",
"the",
"DBClusterSnapshotAttributes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L8996-L8999
|
166,177 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBEngineDescription
|
func (s *DBEngineVersion) SetDBEngineDescription(v string) *DBEngineVersion {
s.DBEngineDescription = &v
return s
}
|
go
|
func (s *DBEngineVersion) SetDBEngineDescription(v string) *DBEngineVersion {
s.DBEngineDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetDBEngineDescription",
"(",
"v",
"string",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"DBEngineDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBEngineDescription sets the DBEngineDescription field's value.
|
[
"SetDBEngineDescription",
"sets",
"the",
"DBEngineDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9065-L9068
|
166,178 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBEngineVersionDescription
|
func (s *DBEngineVersion) SetDBEngineVersionDescription(v string) *DBEngineVersion {
s.DBEngineVersionDescription = &v
return s
}
|
go
|
func (s *DBEngineVersion) SetDBEngineVersionDescription(v string) *DBEngineVersion {
s.DBEngineVersionDescription = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetDBEngineVersionDescription",
"(",
"v",
"string",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"DBEngineVersionDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBEngineVersionDescription sets the DBEngineVersionDescription field's value.
|
[
"SetDBEngineVersionDescription",
"sets",
"the",
"DBEngineVersionDescription",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9071-L9074
|
166,179 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDefaultCharacterSet
|
func (s *DBEngineVersion) SetDefaultCharacterSet(v *CharacterSet) *DBEngineVersion {
s.DefaultCharacterSet = v
return s
}
|
go
|
func (s *DBEngineVersion) SetDefaultCharacterSet(v *CharacterSet) *DBEngineVersion {
s.DefaultCharacterSet = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetDefaultCharacterSet",
"(",
"v",
"*",
"CharacterSet",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"DefaultCharacterSet",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDefaultCharacterSet sets the DefaultCharacterSet field's value.
|
[
"SetDefaultCharacterSet",
"sets",
"the",
"DefaultCharacterSet",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9083-L9086
|
166,180 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetExportableLogTypes
|
func (s *DBEngineVersion) SetExportableLogTypes(v []*string) *DBEngineVersion {
s.ExportableLogTypes = v
return s
}
|
go
|
func (s *DBEngineVersion) SetExportableLogTypes(v []*string) *DBEngineVersion {
s.ExportableLogTypes = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetExportableLogTypes",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"ExportableLogTypes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetExportableLogTypes sets the ExportableLogTypes field's value.
|
[
"SetExportableLogTypes",
"sets",
"the",
"ExportableLogTypes",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9101-L9104
|
166,181 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSupportedCharacterSets
|
func (s *DBEngineVersion) SetSupportedCharacterSets(v []*CharacterSet) *DBEngineVersion {
s.SupportedCharacterSets = v
return s
}
|
go
|
func (s *DBEngineVersion) SetSupportedCharacterSets(v []*CharacterSet) *DBEngineVersion {
s.SupportedCharacterSets = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetSupportedCharacterSets",
"(",
"v",
"[",
"]",
"*",
"CharacterSet",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"SupportedCharacterSets",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSupportedCharacterSets sets the SupportedCharacterSets field's value.
|
[
"SetSupportedCharacterSets",
"sets",
"the",
"SupportedCharacterSets",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9107-L9110
|
166,182 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSupportedTimezones
|
func (s *DBEngineVersion) SetSupportedTimezones(v []*Timezone) *DBEngineVersion {
s.SupportedTimezones = v
return s
}
|
go
|
func (s *DBEngineVersion) SetSupportedTimezones(v []*Timezone) *DBEngineVersion {
s.SupportedTimezones = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetSupportedTimezones",
"(",
"v",
"[",
"]",
"*",
"Timezone",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"SupportedTimezones",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSupportedTimezones sets the SupportedTimezones field's value.
|
[
"SetSupportedTimezones",
"sets",
"the",
"SupportedTimezones",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9113-L9116
|
166,183 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSupportsLogExportsToCloudwatchLogs
|
func (s *DBEngineVersion) SetSupportsLogExportsToCloudwatchLogs(v bool) *DBEngineVersion {
s.SupportsLogExportsToCloudwatchLogs = &v
return s
}
|
go
|
func (s *DBEngineVersion) SetSupportsLogExportsToCloudwatchLogs(v bool) *DBEngineVersion {
s.SupportsLogExportsToCloudwatchLogs = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetSupportsLogExportsToCloudwatchLogs",
"(",
"v",
"bool",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"SupportsLogExportsToCloudwatchLogs",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSupportsLogExportsToCloudwatchLogs sets the SupportsLogExportsToCloudwatchLogs field's value.
|
[
"SetSupportsLogExportsToCloudwatchLogs",
"sets",
"the",
"SupportsLogExportsToCloudwatchLogs",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9119-L9122
|
166,184 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetSupportsReadReplica
|
func (s *DBEngineVersion) SetSupportsReadReplica(v bool) *DBEngineVersion {
s.SupportsReadReplica = &v
return s
}
|
go
|
func (s *DBEngineVersion) SetSupportsReadReplica(v bool) *DBEngineVersion {
s.SupportsReadReplica = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetSupportsReadReplica",
"(",
"v",
"bool",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"SupportsReadReplica",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetSupportsReadReplica sets the SupportsReadReplica field's value.
|
[
"SetSupportsReadReplica",
"sets",
"the",
"SupportsReadReplica",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9125-L9128
|
166,185 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetValidUpgradeTarget
|
func (s *DBEngineVersion) SetValidUpgradeTarget(v []*UpgradeTarget) *DBEngineVersion {
s.ValidUpgradeTarget = v
return s
}
|
go
|
func (s *DBEngineVersion) SetValidUpgradeTarget(v []*UpgradeTarget) *DBEngineVersion {
s.ValidUpgradeTarget = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBEngineVersion",
")",
"SetValidUpgradeTarget",
"(",
"v",
"[",
"]",
"*",
"UpgradeTarget",
")",
"*",
"DBEngineVersion",
"{",
"s",
".",
"ValidUpgradeTarget",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetValidUpgradeTarget sets the ValidUpgradeTarget field's value.
|
[
"SetValidUpgradeTarget",
"sets",
"the",
"ValidUpgradeTarget",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9131-L9134
|
166,186 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBInstanceStatus
|
func (s *DBInstance) SetDBInstanceStatus(v string) *DBInstance {
s.DBInstanceStatus = &v
return s
}
|
go
|
func (s *DBInstance) SetDBInstanceStatus(v string) *DBInstance {
s.DBInstanceStatus = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetDBInstanceStatus",
"(",
"v",
"string",
")",
"*",
"DBInstance",
"{",
"s",
".",
"DBInstanceStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBInstanceStatus sets the DBInstanceStatus field's value.
|
[
"SetDBInstanceStatus",
"sets",
"the",
"DBInstanceStatus",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9407-L9410
|
166,187 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDbInstancePort
|
func (s *DBInstance) SetDbInstancePort(v int64) *DBInstance {
s.DbInstancePort = &v
return s
}
|
go
|
func (s *DBInstance) SetDbInstancePort(v int64) *DBInstance {
s.DbInstancePort = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetDbInstancePort",
"(",
"v",
"int64",
")",
"*",
"DBInstance",
"{",
"s",
".",
"DbInstancePort",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDbInstancePort sets the DbInstancePort field's value.
|
[
"SetDbInstancePort",
"sets",
"the",
"DbInstancePort",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9437-L9440
|
166,188 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDomainMemberships
|
func (s *DBInstance) SetDomainMemberships(v []*DomainMembership) *DBInstance {
s.DomainMemberships = v
return s
}
|
go
|
func (s *DBInstance) SetDomainMemberships(v []*DomainMembership) *DBInstance {
s.DomainMemberships = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetDomainMemberships",
"(",
"v",
"[",
"]",
"*",
"DomainMembership",
")",
"*",
"DBInstance",
"{",
"s",
".",
"DomainMemberships",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDomainMemberships sets the DomainMemberships field's value.
|
[
"SetDomainMemberships",
"sets",
"the",
"DomainMemberships",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9449-L9452
|
166,189 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetEnhancedMonitoringResourceArn
|
func (s *DBInstance) SetEnhancedMonitoringResourceArn(v string) *DBInstance {
s.EnhancedMonitoringResourceArn = &v
return s
}
|
go
|
func (s *DBInstance) SetEnhancedMonitoringResourceArn(v string) *DBInstance {
s.EnhancedMonitoringResourceArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetEnhancedMonitoringResourceArn",
"(",
"v",
"string",
")",
"*",
"DBInstance",
"{",
"s",
".",
"EnhancedMonitoringResourceArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetEnhancedMonitoringResourceArn sets the EnhancedMonitoringResourceArn field's value.
|
[
"SetEnhancedMonitoringResourceArn",
"sets",
"the",
"EnhancedMonitoringResourceArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9479-L9482
|
166,190 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetOptionGroupMemberships
|
func (s *DBInstance) SetOptionGroupMemberships(v []*OptionGroupMembership) *DBInstance {
s.OptionGroupMemberships = v
return s
}
|
go
|
func (s *DBInstance) SetOptionGroupMemberships(v []*OptionGroupMembership) *DBInstance {
s.OptionGroupMemberships = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetOptionGroupMemberships",
"(",
"v",
"[",
"]",
"*",
"OptionGroupMembership",
")",
"*",
"DBInstance",
"{",
"s",
".",
"OptionGroupMemberships",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetOptionGroupMemberships sets the OptionGroupMemberships field's value.
|
[
"SetOptionGroupMemberships",
"sets",
"the",
"OptionGroupMemberships",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9545-L9548
|
166,191 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetPerformanceInsightsEnabled
|
func (s *DBInstance) SetPerformanceInsightsEnabled(v bool) *DBInstance {
s.PerformanceInsightsEnabled = &v
return s
}
|
go
|
func (s *DBInstance) SetPerformanceInsightsEnabled(v bool) *DBInstance {
s.PerformanceInsightsEnabled = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetPerformanceInsightsEnabled",
"(",
"v",
"bool",
")",
"*",
"DBInstance",
"{",
"s",
".",
"PerformanceInsightsEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetPerformanceInsightsEnabled sets the PerformanceInsightsEnabled field's value.
|
[
"SetPerformanceInsightsEnabled",
"sets",
"the",
"PerformanceInsightsEnabled",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9557-L9560
|
166,192 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetReadReplicaDBClusterIdentifiers
|
func (s *DBInstance) SetReadReplicaDBClusterIdentifiers(v []*string) *DBInstance {
s.ReadReplicaDBClusterIdentifiers = v
return s
}
|
go
|
func (s *DBInstance) SetReadReplicaDBClusterIdentifiers(v []*string) *DBInstance {
s.ReadReplicaDBClusterIdentifiers = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetReadReplicaDBClusterIdentifiers",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBInstance",
"{",
"s",
".",
"ReadReplicaDBClusterIdentifiers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReadReplicaDBClusterIdentifiers sets the ReadReplicaDBClusterIdentifiers field's value.
|
[
"SetReadReplicaDBClusterIdentifiers",
"sets",
"the",
"ReadReplicaDBClusterIdentifiers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9593-L9596
|
166,193 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetReadReplicaDBInstanceIdentifiers
|
func (s *DBInstance) SetReadReplicaDBInstanceIdentifiers(v []*string) *DBInstance {
s.ReadReplicaDBInstanceIdentifiers = v
return s
}
|
go
|
func (s *DBInstance) SetReadReplicaDBInstanceIdentifiers(v []*string) *DBInstance {
s.ReadReplicaDBInstanceIdentifiers = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetReadReplicaDBInstanceIdentifiers",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DBInstance",
"{",
"s",
".",
"ReadReplicaDBInstanceIdentifiers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReadReplicaDBInstanceIdentifiers sets the ReadReplicaDBInstanceIdentifiers field's value.
|
[
"SetReadReplicaDBInstanceIdentifiers",
"sets",
"the",
"ReadReplicaDBInstanceIdentifiers",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9599-L9602
|
166,194 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetReadReplicaSourceDBInstanceIdentifier
|
func (s *DBInstance) SetReadReplicaSourceDBInstanceIdentifier(v string) *DBInstance {
s.ReadReplicaSourceDBInstanceIdentifier = &v
return s
}
|
go
|
func (s *DBInstance) SetReadReplicaSourceDBInstanceIdentifier(v string) *DBInstance {
s.ReadReplicaSourceDBInstanceIdentifier = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetReadReplicaSourceDBInstanceIdentifier",
"(",
"v",
"string",
")",
"*",
"DBInstance",
"{",
"s",
".",
"ReadReplicaSourceDBInstanceIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetReadReplicaSourceDBInstanceIdentifier sets the ReadReplicaSourceDBInstanceIdentifier field's value.
|
[
"SetReadReplicaSourceDBInstanceIdentifier",
"sets",
"the",
"ReadReplicaSourceDBInstanceIdentifier",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9605-L9608
|
166,195 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetStatusInfos
|
func (s *DBInstance) SetStatusInfos(v []*DBInstanceStatusInfo) *DBInstance {
s.StatusInfos = v
return s
}
|
go
|
func (s *DBInstance) SetStatusInfos(v []*DBInstanceStatusInfo) *DBInstance {
s.StatusInfos = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstance",
")",
"SetStatusInfos",
"(",
"v",
"[",
"]",
"*",
"DBInstanceStatusInfo",
")",
"*",
"DBInstance",
"{",
"s",
".",
"StatusInfos",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetStatusInfos sets the StatusInfos field's value.
|
[
"SetStatusInfos",
"sets",
"the",
"StatusInfos",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9617-L9620
|
166,196 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetNormal
|
func (s *DBInstanceStatusInfo) SetNormal(v bool) *DBInstanceStatusInfo {
s.Normal = &v
return s
}
|
go
|
func (s *DBInstanceStatusInfo) SetNormal(v bool) *DBInstanceStatusInfo {
s.Normal = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBInstanceStatusInfo",
")",
"SetNormal",
"(",
"v",
"bool",
")",
"*",
"DBInstanceStatusInfo",
"{",
"s",
".",
"Normal",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetNormal sets the Normal field's value.
|
[
"SetNormal",
"sets",
"the",
"Normal",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9689-L9692
|
166,197 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBParameterGroupArn
|
func (s *DBParameterGroup) SetDBParameterGroupArn(v string) *DBParameterGroup {
s.DBParameterGroupArn = &v
return s
}
|
go
|
func (s *DBParameterGroup) SetDBParameterGroupArn(v string) *DBParameterGroup {
s.DBParameterGroupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBParameterGroup",
")",
"SetDBParameterGroupArn",
"(",
"v",
"string",
")",
"*",
"DBParameterGroup",
"{",
"s",
".",
"DBParameterGroupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBParameterGroupArn sets the DBParameterGroupArn field's value.
|
[
"SetDBParameterGroupArn",
"sets",
"the",
"DBParameterGroupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9738-L9741
|
166,198 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBSubnetGroupArn
|
func (s *DBSubnetGroup) SetDBSubnetGroupArn(v string) *DBSubnetGroup {
s.DBSubnetGroupArn = &v
return s
}
|
go
|
func (s *DBSubnetGroup) SetDBSubnetGroupArn(v string) *DBSubnetGroup {
s.DBSubnetGroupArn = &v
return s
}
|
[
"func",
"(",
"s",
"*",
"DBSubnetGroup",
")",
"SetDBSubnetGroupArn",
"(",
"v",
"string",
")",
"*",
"DBSubnetGroup",
"{",
"s",
".",
"DBSubnetGroupArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBSubnetGroupArn sets the DBSubnetGroupArn field's value.
|
[
"SetDBSubnetGroupArn",
"sets",
"the",
"DBSubnetGroupArn",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L9874-L9877
|
166,199 |
aws/aws-sdk-go
|
service/neptune/api.go
|
SetDBClusterParameterGroups
|
func (s *DescribeDBClusterParameterGroupsOutput) SetDBClusterParameterGroups(v []*DBClusterParameterGroup) *DescribeDBClusterParameterGroupsOutput {
s.DBClusterParameterGroups = v
return s
}
|
go
|
func (s *DescribeDBClusterParameterGroupsOutput) SetDBClusterParameterGroups(v []*DBClusterParameterGroup) *DescribeDBClusterParameterGroupsOutput {
s.DBClusterParameterGroups = v
return s
}
|
[
"func",
"(",
"s",
"*",
"DescribeDBClusterParameterGroupsOutput",
")",
"SetDBClusterParameterGroups",
"(",
"v",
"[",
"]",
"*",
"DBClusterParameterGroup",
")",
"*",
"DescribeDBClusterParameterGroupsOutput",
"{",
"s",
".",
"DBClusterParameterGroups",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] |
// SetDBClusterParameterGroups sets the DBClusterParameterGroups field's value.
|
[
"SetDBClusterParameterGroups",
"sets",
"the",
"DBClusterParameterGroups",
"field",
"s",
"value",
"."
] |
6c4060605190fc6f00d63cd4e5572faa9f07345d
|
https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/neptune/api.go#L10542-L10545
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.