id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
sequencelengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
sequencelengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
600 | aws/aws-sdk-go | service/directoryservice/api.go | SetSnapshotIds | func (s *DescribeSnapshotsInput) SetSnapshotIds(v []*string) *DescribeSnapshotsInput {
s.SnapshotIds = v
return s
} | go | func (s *DescribeSnapshotsInput) SetSnapshotIds(v []*string) *DescribeSnapshotsInput {
s.SnapshotIds = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeSnapshotsInput",
")",
"SetSnapshotIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeSnapshotsInput",
"{",
"s",
".",
"SnapshotIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSnapshotIds sets the SnapshotIds field's value. | [
"SetSnapshotIds",
"sets",
"the",
"SnapshotIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7159-L7162 |
601 | aws/aws-sdk-go | service/directoryservice/api.go | SetTrustIds | func (s *DescribeTrustsInput) SetTrustIds(v []*string) *DescribeTrustsInput {
s.TrustIds = v
return s
} | go | func (s *DescribeTrustsInput) SetTrustIds(v []*string) *DescribeTrustsInput {
s.TrustIds = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTrustsInput",
")",
"SetTrustIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DescribeTrustsInput",
"{",
"s",
".",
"TrustIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrustIds sets the TrustIds field's value. | [
"SetTrustIds",
"sets",
"the",
"TrustIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7257-L7260 |
602 | aws/aws-sdk-go | service/directoryservice/api.go | SetTrusts | func (s *DescribeTrustsOutput) SetTrusts(v []*Trust) *DescribeTrustsOutput {
s.Trusts = v
return s
} | go | func (s *DescribeTrustsOutput) SetTrusts(v []*Trust) *DescribeTrustsOutput {
s.Trusts = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeTrustsOutput",
")",
"SetTrusts",
"(",
"v",
"[",
"]",
"*",
"Trust",
")",
"*",
"DescribeTrustsOutput",
"{",
"s",
".",
"Trusts",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrusts sets the Trusts field's value. | [
"SetTrusts",
"sets",
"the",
"Trusts",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7297-L7300 |
603 | aws/aws-sdk-go | service/directoryservice/api.go | SetCustomerDnsIps | func (s *DirectoryConnectSettings) SetCustomerDnsIps(v []*string) *DirectoryConnectSettings {
s.CustomerDnsIps = v
return s
} | go | func (s *DirectoryConnectSettings) SetCustomerDnsIps(v []*string) *DirectoryConnectSettings {
s.CustomerDnsIps = v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryConnectSettings",
")",
"SetCustomerDnsIps",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DirectoryConnectSettings",
"{",
"s",
".",
"CustomerDnsIps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCustomerDnsIps sets the CustomerDnsIps field's value. | [
"SetCustomerDnsIps",
"sets",
"the",
"CustomerDnsIps",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7372-L7375 |
604 | aws/aws-sdk-go | service/directoryservice/api.go | SetConnectIps | func (s *DirectoryConnectSettingsDescription) SetConnectIps(v []*string) *DirectoryConnectSettingsDescription {
s.ConnectIps = v
return s
} | go | func (s *DirectoryConnectSettingsDescription) SetConnectIps(v []*string) *DirectoryConnectSettingsDescription {
s.ConnectIps = v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryConnectSettingsDescription",
")",
"SetConnectIps",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"DirectoryConnectSettingsDescription",
"{",
"s",
".",
"ConnectIps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConnectIps sets the ConnectIps field's value. | [
"SetConnectIps",
"sets",
"the",
"ConnectIps",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7435-L7438 |
605 | aws/aws-sdk-go | service/directoryservice/api.go | SetAccessUrl | func (s *DirectoryDescription) SetAccessUrl(v string) *DirectoryDescription {
s.AccessUrl = &v
return s
} | go | func (s *DirectoryDescription) SetAccessUrl(v string) *DirectoryDescription {
s.AccessUrl = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetAccessUrl",
"(",
"v",
"string",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"AccessUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAccessUrl sets the AccessUrl field's value. | [
"SetAccessUrl",
"sets",
"the",
"AccessUrl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7570-L7573 |
606 | aws/aws-sdk-go | service/directoryservice/api.go | SetDesiredNumberOfDomainControllers | func (s *DirectoryDescription) SetDesiredNumberOfDomainControllers(v int64) *DirectoryDescription {
s.DesiredNumberOfDomainControllers = &v
return s
} | go | func (s *DirectoryDescription) SetDesiredNumberOfDomainControllers(v int64) *DirectoryDescription {
s.DesiredNumberOfDomainControllers = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetDesiredNumberOfDomainControllers",
"(",
"v",
"int64",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"DesiredNumberOfDomainControllers",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDesiredNumberOfDomainControllers sets the DesiredNumberOfDomainControllers field's value. | [
"SetDesiredNumberOfDomainControllers",
"sets",
"the",
"DesiredNumberOfDomainControllers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7594-L7597 |
607 | aws/aws-sdk-go | service/directoryservice/api.go | SetOwnerDirectoryDescription | func (s *DirectoryDescription) SetOwnerDirectoryDescription(v *OwnerDirectoryDescription) *DirectoryDescription {
s.OwnerDirectoryDescription = v
return s
} | go | func (s *DirectoryDescription) SetOwnerDirectoryDescription(v *OwnerDirectoryDescription) *DirectoryDescription {
s.OwnerDirectoryDescription = v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetOwnerDirectoryDescription",
"(",
"v",
"*",
"OwnerDirectoryDescription",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"OwnerDirectoryDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOwnerDirectoryDescription sets the OwnerDirectoryDescription field's value. | [
"SetOwnerDirectoryDescription",
"sets",
"the",
"OwnerDirectoryDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7630-L7633 |
608 | aws/aws-sdk-go | service/directoryservice/api.go | SetSsoEnabled | func (s *DirectoryDescription) SetSsoEnabled(v bool) *DirectoryDescription {
s.SsoEnabled = &v
return s
} | go | func (s *DirectoryDescription) SetSsoEnabled(v bool) *DirectoryDescription {
s.SsoEnabled = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetSsoEnabled",
"(",
"v",
"bool",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"SsoEnabled",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSsoEnabled sets the SsoEnabled field's value. | [
"SetSsoEnabled",
"sets",
"the",
"SsoEnabled",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7678-L7681 |
609 | aws/aws-sdk-go | service/directoryservice/api.go | SetStageLastUpdatedDateTime | func (s *DirectoryDescription) SetStageLastUpdatedDateTime(v time.Time) *DirectoryDescription {
s.StageLastUpdatedDateTime = &v
return s
} | go | func (s *DirectoryDescription) SetStageLastUpdatedDateTime(v time.Time) *DirectoryDescription {
s.StageLastUpdatedDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetStageLastUpdatedDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"StageLastUpdatedDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStageLastUpdatedDateTime sets the StageLastUpdatedDateTime field's value. | [
"SetStageLastUpdatedDateTime",
"sets",
"the",
"StageLastUpdatedDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7690-L7693 |
610 | aws/aws-sdk-go | service/directoryservice/api.go | SetStageReason | func (s *DirectoryDescription) SetStageReason(v string) *DirectoryDescription {
s.StageReason = &v
return s
} | go | func (s *DirectoryDescription) SetStageReason(v string) *DirectoryDescription {
s.StageReason = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryDescription",
")",
"SetStageReason",
"(",
"v",
"string",
")",
"*",
"DirectoryDescription",
"{",
"s",
".",
"StageReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStageReason sets the StageReason field's value. | [
"SetStageReason",
"sets",
"the",
"StageReason",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7696-L7699 |
611 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyDirectoriesCurrentCount | func (s *DirectoryLimits) SetCloudOnlyDirectoriesCurrentCount(v int64) *DirectoryLimits {
s.CloudOnlyDirectoriesCurrentCount = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyDirectoriesCurrentCount(v int64) *DirectoryLimits {
s.CloudOnlyDirectoriesCurrentCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyDirectoriesCurrentCount",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyDirectoriesCurrentCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyDirectoriesCurrentCount sets the CloudOnlyDirectoriesCurrentCount field's value. | [
"SetCloudOnlyDirectoriesCurrentCount",
"sets",
"the",
"CloudOnlyDirectoriesCurrentCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7757-L7760 |
612 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyDirectoriesLimit | func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimit(v int64) *DirectoryLimits {
s.CloudOnlyDirectoriesLimit = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimit(v int64) *DirectoryLimits {
s.CloudOnlyDirectoriesLimit = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyDirectoriesLimit",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyDirectoriesLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyDirectoriesLimit sets the CloudOnlyDirectoriesLimit field's value. | [
"SetCloudOnlyDirectoriesLimit",
"sets",
"the",
"CloudOnlyDirectoriesLimit",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7763-L7766 |
613 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyDirectoriesLimitReached | func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimitReached(v bool) *DirectoryLimits {
s.CloudOnlyDirectoriesLimitReached = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimitReached(v bool) *DirectoryLimits {
s.CloudOnlyDirectoriesLimitReached = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyDirectoriesLimitReached",
"(",
"v",
"bool",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyDirectoriesLimitReached",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyDirectoriesLimitReached sets the CloudOnlyDirectoriesLimitReached field's value. | [
"SetCloudOnlyDirectoriesLimitReached",
"sets",
"the",
"CloudOnlyDirectoriesLimitReached",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7769-L7772 |
614 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyMicrosoftADCurrentCount | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADCurrentCount(v int64) *DirectoryLimits {
s.CloudOnlyMicrosoftADCurrentCount = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADCurrentCount(v int64) *DirectoryLimits {
s.CloudOnlyMicrosoftADCurrentCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyMicrosoftADCurrentCount",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyMicrosoftADCurrentCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyMicrosoftADCurrentCount sets the CloudOnlyMicrosoftADCurrentCount field's value. | [
"SetCloudOnlyMicrosoftADCurrentCount",
"sets",
"the",
"CloudOnlyMicrosoftADCurrentCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7775-L7778 |
615 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyMicrosoftADLimit | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimit(v int64) *DirectoryLimits {
s.CloudOnlyMicrosoftADLimit = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimit(v int64) *DirectoryLimits {
s.CloudOnlyMicrosoftADLimit = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyMicrosoftADLimit",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyMicrosoftADLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyMicrosoftADLimit sets the CloudOnlyMicrosoftADLimit field's value. | [
"SetCloudOnlyMicrosoftADLimit",
"sets",
"the",
"CloudOnlyMicrosoftADLimit",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7781-L7784 |
616 | aws/aws-sdk-go | service/directoryservice/api.go | SetCloudOnlyMicrosoftADLimitReached | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimitReached(v bool) *DirectoryLimits {
s.CloudOnlyMicrosoftADLimitReached = &v
return s
} | go | func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimitReached(v bool) *DirectoryLimits {
s.CloudOnlyMicrosoftADLimitReached = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetCloudOnlyMicrosoftADLimitReached",
"(",
"v",
"bool",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"CloudOnlyMicrosoftADLimitReached",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudOnlyMicrosoftADLimitReached sets the CloudOnlyMicrosoftADLimitReached field's value. | [
"SetCloudOnlyMicrosoftADLimitReached",
"sets",
"the",
"CloudOnlyMicrosoftADLimitReached",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7787-L7790 |
617 | aws/aws-sdk-go | service/directoryservice/api.go | SetConnectedDirectoriesCurrentCount | func (s *DirectoryLimits) SetConnectedDirectoriesCurrentCount(v int64) *DirectoryLimits {
s.ConnectedDirectoriesCurrentCount = &v
return s
} | go | func (s *DirectoryLimits) SetConnectedDirectoriesCurrentCount(v int64) *DirectoryLimits {
s.ConnectedDirectoriesCurrentCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetConnectedDirectoriesCurrentCount",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"ConnectedDirectoriesCurrentCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConnectedDirectoriesCurrentCount sets the ConnectedDirectoriesCurrentCount field's value. | [
"SetConnectedDirectoriesCurrentCount",
"sets",
"the",
"ConnectedDirectoriesCurrentCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7793-L7796 |
618 | aws/aws-sdk-go | service/directoryservice/api.go | SetConnectedDirectoriesLimit | func (s *DirectoryLimits) SetConnectedDirectoriesLimit(v int64) *DirectoryLimits {
s.ConnectedDirectoriesLimit = &v
return s
} | go | func (s *DirectoryLimits) SetConnectedDirectoriesLimit(v int64) *DirectoryLimits {
s.ConnectedDirectoriesLimit = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetConnectedDirectoriesLimit",
"(",
"v",
"int64",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"ConnectedDirectoriesLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConnectedDirectoriesLimit sets the ConnectedDirectoriesLimit field's value. | [
"SetConnectedDirectoriesLimit",
"sets",
"the",
"ConnectedDirectoriesLimit",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7799-L7802 |
619 | aws/aws-sdk-go | service/directoryservice/api.go | SetConnectedDirectoriesLimitReached | func (s *DirectoryLimits) SetConnectedDirectoriesLimitReached(v bool) *DirectoryLimits {
s.ConnectedDirectoriesLimitReached = &v
return s
} | go | func (s *DirectoryLimits) SetConnectedDirectoriesLimitReached(v bool) *DirectoryLimits {
s.ConnectedDirectoriesLimitReached = &v
return s
} | [
"func",
"(",
"s",
"*",
"DirectoryLimits",
")",
"SetConnectedDirectoriesLimitReached",
"(",
"v",
"bool",
")",
"*",
"DirectoryLimits",
"{",
"s",
".",
"ConnectedDirectoriesLimitReached",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetConnectedDirectoriesLimitReached sets the ConnectedDirectoriesLimitReached field's value. | [
"SetConnectedDirectoriesLimitReached",
"sets",
"the",
"ConnectedDirectoriesLimitReached",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L7805-L7808 |
620 | aws/aws-sdk-go | service/directoryservice/api.go | SetDnsIpAddr | func (s *DomainController) SetDnsIpAddr(v string) *DomainController {
s.DnsIpAddr = &v
return s
} | go | func (s *DomainController) SetDnsIpAddr(v string) *DomainController {
s.DnsIpAddr = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainController",
")",
"SetDnsIpAddr",
"(",
"v",
"string",
")",
"*",
"DomainController",
"{",
"s",
".",
"DnsIpAddr",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDnsIpAddr sets the DnsIpAddr field's value. | [
"SetDnsIpAddr",
"sets",
"the",
"DnsIpAddr",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8116-L8119 |
621 | aws/aws-sdk-go | service/directoryservice/api.go | SetDomainControllerId | func (s *DomainController) SetDomainControllerId(v string) *DomainController {
s.DomainControllerId = &v
return s
} | go | func (s *DomainController) SetDomainControllerId(v string) *DomainController {
s.DomainControllerId = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainController",
")",
"SetDomainControllerId",
"(",
"v",
"string",
")",
"*",
"DomainController",
"{",
"s",
".",
"DomainControllerId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainControllerId sets the DomainControllerId field's value. | [
"SetDomainControllerId",
"sets",
"the",
"DomainControllerId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8122-L8125 |
622 | aws/aws-sdk-go | service/directoryservice/api.go | SetStatusLastUpdatedDateTime | func (s *DomainController) SetStatusLastUpdatedDateTime(v time.Time) *DomainController {
s.StatusLastUpdatedDateTime = &v
return s
} | go | func (s *DomainController) SetStatusLastUpdatedDateTime(v time.Time) *DomainController {
s.StatusLastUpdatedDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainController",
")",
"SetStatusLastUpdatedDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DomainController",
"{",
"s",
".",
"StatusLastUpdatedDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStatusLastUpdatedDateTime sets the StatusLastUpdatedDateTime field's value. | [
"SetStatusLastUpdatedDateTime",
"sets",
"the",
"StatusLastUpdatedDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8140-L8143 |
623 | aws/aws-sdk-go | service/directoryservice/api.go | SetDirectoryLimits | func (s *GetDirectoryLimitsOutput) SetDirectoryLimits(v *DirectoryLimits) *GetDirectoryLimitsOutput {
s.DirectoryLimits = v
return s
} | go | func (s *GetDirectoryLimitsOutput) SetDirectoryLimits(v *DirectoryLimits) *GetDirectoryLimitsOutput {
s.DirectoryLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"GetDirectoryLimitsOutput",
")",
"SetDirectoryLimits",
"(",
"v",
"*",
"DirectoryLimits",
")",
"*",
"GetDirectoryLimitsOutput",
"{",
"s",
".",
"DirectoryLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDirectoryLimits sets the DirectoryLimits field's value. | [
"SetDirectoryLimits",
"sets",
"the",
"DirectoryLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8420-L8423 |
624 | aws/aws-sdk-go | service/directoryservice/api.go | SetSnapshotLimits | func (s *GetSnapshotLimitsOutput) SetSnapshotLimits(v *SnapshotLimits) *GetSnapshotLimitsOutput {
s.SnapshotLimits = v
return s
} | go | func (s *GetSnapshotLimitsOutput) SetSnapshotLimits(v *SnapshotLimits) *GetSnapshotLimitsOutput {
s.SnapshotLimits = v
return s
} | [
"func",
"(",
"s",
"*",
"GetSnapshotLimitsOutput",
")",
"SetSnapshotLimits",
"(",
"v",
"*",
"SnapshotLimits",
")",
"*",
"GetSnapshotLimitsOutput",
"{",
"s",
".",
"SnapshotLimits",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSnapshotLimits sets the SnapshotLimits field's value. | [
"SetSnapshotLimits",
"sets",
"the",
"SnapshotLimits",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8484-L8487 |
625 | aws/aws-sdk-go | service/directoryservice/api.go | SetAddedDateTime | func (s *IpRouteInfo) SetAddedDateTime(v time.Time) *IpRouteInfo {
s.AddedDateTime = &v
return s
} | go | func (s *IpRouteInfo) SetAddedDateTime(v time.Time) *IpRouteInfo {
s.AddedDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"IpRouteInfo",
")",
"SetAddedDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"IpRouteInfo",
"{",
"s",
".",
"AddedDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAddedDateTime sets the AddedDateTime field's value. | [
"SetAddedDateTime",
"sets",
"the",
"AddedDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8559-L8562 |
626 | aws/aws-sdk-go | service/directoryservice/api.go | SetIpRouteStatusMsg | func (s *IpRouteInfo) SetIpRouteStatusMsg(v string) *IpRouteInfo {
s.IpRouteStatusMsg = &v
return s
} | go | func (s *IpRouteInfo) SetIpRouteStatusMsg(v string) *IpRouteInfo {
s.IpRouteStatusMsg = &v
return s
} | [
"func",
"(",
"s",
"*",
"IpRouteInfo",
")",
"SetIpRouteStatusMsg",
"(",
"v",
"string",
")",
"*",
"IpRouteInfo",
"{",
"s",
".",
"IpRouteStatusMsg",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIpRouteStatusMsg sets the IpRouteStatusMsg field's value. | [
"SetIpRouteStatusMsg",
"sets",
"the",
"IpRouteStatusMsg",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8583-L8586 |
627 | aws/aws-sdk-go | service/directoryservice/api.go | SetIpRouteStatusReason | func (s *IpRouteInfo) SetIpRouteStatusReason(v string) *IpRouteInfo {
s.IpRouteStatusReason = &v
return s
} | go | func (s *IpRouteInfo) SetIpRouteStatusReason(v string) *IpRouteInfo {
s.IpRouteStatusReason = &v
return s
} | [
"func",
"(",
"s",
"*",
"IpRouteInfo",
")",
"SetIpRouteStatusReason",
"(",
"v",
"string",
")",
"*",
"IpRouteInfo",
"{",
"s",
".",
"IpRouteStatusReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIpRouteStatusReason sets the IpRouteStatusReason field's value. | [
"SetIpRouteStatusReason",
"sets",
"the",
"IpRouteStatusReason",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8589-L8592 |
628 | aws/aws-sdk-go | service/directoryservice/api.go | SetIpRoutesInfo | func (s *ListIpRoutesOutput) SetIpRoutesInfo(v []*IpRouteInfo) *ListIpRoutesOutput {
s.IpRoutesInfo = v
return s
} | go | func (s *ListIpRoutesOutput) SetIpRoutesInfo(v []*IpRouteInfo) *ListIpRoutesOutput {
s.IpRoutesInfo = v
return s
} | [
"func",
"(",
"s",
"*",
"ListIpRoutesOutput",
")",
"SetIpRoutesInfo",
"(",
"v",
"[",
"]",
"*",
"IpRouteInfo",
")",
"*",
"ListIpRoutesOutput",
"{",
"s",
".",
"IpRoutesInfo",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIpRoutesInfo sets the IpRoutesInfo field's value. | [
"SetIpRoutesInfo",
"sets",
"the",
"IpRoutesInfo",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8675-L8678 |
629 | aws/aws-sdk-go | service/directoryservice/api.go | SetLogSubscriptions | func (s *ListLogSubscriptionsOutput) SetLogSubscriptions(v []*LogSubscription) *ListLogSubscriptionsOutput {
s.LogSubscriptions = v
return s
} | go | func (s *ListLogSubscriptionsOutput) SetLogSubscriptions(v []*LogSubscription) *ListLogSubscriptionsOutput {
s.LogSubscriptions = v
return s
} | [
"func",
"(",
"s",
"*",
"ListLogSubscriptionsOutput",
")",
"SetLogSubscriptions",
"(",
"v",
"[",
"]",
"*",
"LogSubscription",
")",
"*",
"ListLogSubscriptionsOutput",
"{",
"s",
".",
"LogSubscriptions",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLogSubscriptions sets the LogSubscriptions field's value. | [
"SetLogSubscriptions",
"sets",
"the",
"LogSubscriptions",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8751-L8754 |
630 | aws/aws-sdk-go | service/directoryservice/api.go | SetSchemaExtensionsInfo | func (s *ListSchemaExtensionsOutput) SetSchemaExtensionsInfo(v []*SchemaExtensionInfo) *ListSchemaExtensionsOutput {
s.SchemaExtensionsInfo = v
return s
} | go | func (s *ListSchemaExtensionsOutput) SetSchemaExtensionsInfo(v []*SchemaExtensionInfo) *ListSchemaExtensionsOutput {
s.SchemaExtensionsInfo = v
return s
} | [
"func",
"(",
"s",
"*",
"ListSchemaExtensionsOutput",
")",
"SetSchemaExtensionsInfo",
"(",
"v",
"[",
"]",
"*",
"SchemaExtensionInfo",
")",
"*",
"ListSchemaExtensionsOutput",
"{",
"s",
".",
"SchemaExtensionsInfo",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSchemaExtensionsInfo sets the SchemaExtensionsInfo field's value. | [
"SetSchemaExtensionsInfo",
"sets",
"the",
"SchemaExtensionsInfo",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8849-L8852 |
631 | aws/aws-sdk-go | service/directoryservice/api.go | SetSubscriptionCreatedDateTime | func (s *LogSubscription) SetSubscriptionCreatedDateTime(v time.Time) *LogSubscription {
s.SubscriptionCreatedDateTime = &v
return s
} | go | func (s *LogSubscription) SetSubscriptionCreatedDateTime(v time.Time) *LogSubscription {
s.SubscriptionCreatedDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"LogSubscription",
")",
"SetSubscriptionCreatedDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"LogSubscription",
"{",
"s",
".",
"SubscriptionCreatedDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubscriptionCreatedDateTime sets the SubscriptionCreatedDateTime field's value. | [
"SetSubscriptionCreatedDateTime",
"sets",
"the",
"SubscriptionCreatedDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L8981-L8984 |
632 | aws/aws-sdk-go | service/directoryservice/api.go | SetAuthenticationProtocol | func (s *RadiusSettings) SetAuthenticationProtocol(v string) *RadiusSettings {
s.AuthenticationProtocol = &v
return s
} | go | func (s *RadiusSettings) SetAuthenticationProtocol(v string) *RadiusSettings {
s.AuthenticationProtocol = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetAuthenticationProtocol",
"(",
"v",
"string",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"AuthenticationProtocol",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAuthenticationProtocol sets the AuthenticationProtocol field's value. | [
"SetAuthenticationProtocol",
"sets",
"the",
"AuthenticationProtocol",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9124-L9127 |
633 | aws/aws-sdk-go | service/directoryservice/api.go | SetDisplayLabel | func (s *RadiusSettings) SetDisplayLabel(v string) *RadiusSettings {
s.DisplayLabel = &v
return s
} | go | func (s *RadiusSettings) SetDisplayLabel(v string) *RadiusSettings {
s.DisplayLabel = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetDisplayLabel",
"(",
"v",
"string",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"DisplayLabel",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDisplayLabel sets the DisplayLabel field's value. | [
"SetDisplayLabel",
"sets",
"the",
"DisplayLabel",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9130-L9133 |
634 | aws/aws-sdk-go | service/directoryservice/api.go | SetRadiusPort | func (s *RadiusSettings) SetRadiusPort(v int64) *RadiusSettings {
s.RadiusPort = &v
return s
} | go | func (s *RadiusSettings) SetRadiusPort(v int64) *RadiusSettings {
s.RadiusPort = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetRadiusPort",
"(",
"v",
"int64",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"RadiusPort",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRadiusPort sets the RadiusPort field's value. | [
"SetRadiusPort",
"sets",
"the",
"RadiusPort",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9136-L9139 |
635 | aws/aws-sdk-go | service/directoryservice/api.go | SetRadiusRetries | func (s *RadiusSettings) SetRadiusRetries(v int64) *RadiusSettings {
s.RadiusRetries = &v
return s
} | go | func (s *RadiusSettings) SetRadiusRetries(v int64) *RadiusSettings {
s.RadiusRetries = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetRadiusRetries",
"(",
"v",
"int64",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"RadiusRetries",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRadiusRetries sets the RadiusRetries field's value. | [
"SetRadiusRetries",
"sets",
"the",
"RadiusRetries",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9142-L9145 |
636 | aws/aws-sdk-go | service/directoryservice/api.go | SetRadiusServers | func (s *RadiusSettings) SetRadiusServers(v []*string) *RadiusSettings {
s.RadiusServers = v
return s
} | go | func (s *RadiusSettings) SetRadiusServers(v []*string) *RadiusSettings {
s.RadiusServers = v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetRadiusServers",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"RadiusServers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRadiusServers sets the RadiusServers field's value. | [
"SetRadiusServers",
"sets",
"the",
"RadiusServers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9148-L9151 |
637 | aws/aws-sdk-go | service/directoryservice/api.go | SetRadiusTimeout | func (s *RadiusSettings) SetRadiusTimeout(v int64) *RadiusSettings {
s.RadiusTimeout = &v
return s
} | go | func (s *RadiusSettings) SetRadiusTimeout(v int64) *RadiusSettings {
s.RadiusTimeout = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetRadiusTimeout",
"(",
"v",
"int64",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"RadiusTimeout",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRadiusTimeout sets the RadiusTimeout field's value. | [
"SetRadiusTimeout",
"sets",
"the",
"RadiusTimeout",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9154-L9157 |
638 | aws/aws-sdk-go | service/directoryservice/api.go | SetSharedSecret | func (s *RadiusSettings) SetSharedSecret(v string) *RadiusSettings {
s.SharedSecret = &v
return s
} | go | func (s *RadiusSettings) SetSharedSecret(v string) *RadiusSettings {
s.SharedSecret = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetSharedSecret",
"(",
"v",
"string",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"SharedSecret",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSharedSecret sets the SharedSecret field's value. | [
"SetSharedSecret",
"sets",
"the",
"SharedSecret",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9160-L9163 |
639 | aws/aws-sdk-go | service/directoryservice/api.go | SetUseSameUsername | func (s *RadiusSettings) SetUseSameUsername(v bool) *RadiusSettings {
s.UseSameUsername = &v
return s
} | go | func (s *RadiusSettings) SetUseSameUsername(v bool) *RadiusSettings {
s.UseSameUsername = &v
return s
} | [
"func",
"(",
"s",
"*",
"RadiusSettings",
")",
"SetUseSameUsername",
"(",
"v",
"bool",
")",
"*",
"RadiusSettings",
"{",
"s",
".",
"UseSameUsername",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUseSameUsername sets the UseSameUsername field's value. | [
"SetUseSameUsername",
"sets",
"the",
"UseSameUsername",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9166-L9169 |
640 | aws/aws-sdk-go | service/directoryservice/api.go | SetCidrIps | func (s *RemoveIpRoutesInput) SetCidrIps(v []*string) *RemoveIpRoutesInput {
s.CidrIps = v
return s
} | go | func (s *RemoveIpRoutesInput) SetCidrIps(v []*string) *RemoveIpRoutesInput {
s.CidrIps = v
return s
} | [
"func",
"(",
"s",
"*",
"RemoveIpRoutesInput",
")",
"SetCidrIps",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"RemoveIpRoutesInput",
"{",
"s",
".",
"CidrIps",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCidrIps sets the CidrIps field's value. | [
"SetCidrIps",
"sets",
"the",
"CidrIps",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9346-L9349 |
641 | aws/aws-sdk-go | service/directoryservice/api.go | SetSchemaExtensionStatus | func (s *SchemaExtensionInfo) SetSchemaExtensionStatus(v string) *SchemaExtensionInfo {
s.SchemaExtensionStatus = &v
return s
} | go | func (s *SchemaExtensionInfo) SetSchemaExtensionStatus(v string) *SchemaExtensionInfo {
s.SchemaExtensionStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaExtensionInfo",
")",
"SetSchemaExtensionStatus",
"(",
"v",
"string",
")",
"*",
"SchemaExtensionInfo",
"{",
"s",
".",
"SchemaExtensionStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSchemaExtensionStatus sets the SchemaExtensionStatus field's value. | [
"SetSchemaExtensionStatus",
"sets",
"the",
"SchemaExtensionStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9640-L9643 |
642 | aws/aws-sdk-go | service/directoryservice/api.go | SetSchemaExtensionStatusReason | func (s *SchemaExtensionInfo) SetSchemaExtensionStatusReason(v string) *SchemaExtensionInfo {
s.SchemaExtensionStatusReason = &v
return s
} | go | func (s *SchemaExtensionInfo) SetSchemaExtensionStatusReason(v string) *SchemaExtensionInfo {
s.SchemaExtensionStatusReason = &v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaExtensionInfo",
")",
"SetSchemaExtensionStatusReason",
"(",
"v",
"string",
")",
"*",
"SchemaExtensionInfo",
"{",
"s",
".",
"SchemaExtensionStatusReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSchemaExtensionStatusReason sets the SchemaExtensionStatusReason field's value. | [
"SetSchemaExtensionStatusReason",
"sets",
"the",
"SchemaExtensionStatusReason",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9646-L9649 |
643 | aws/aws-sdk-go | service/directoryservice/api.go | SetShareTarget | func (s *ShareDirectoryInput) SetShareTarget(v *ShareTarget) *ShareDirectoryInput {
s.ShareTarget = v
return s
} | go | func (s *ShareDirectoryInput) SetShareTarget(v *ShareTarget) *ShareDirectoryInput {
s.ShareTarget = v
return s
} | [
"func",
"(",
"s",
"*",
"ShareDirectoryInput",
")",
"SetShareTarget",
"(",
"v",
"*",
"ShareTarget",
")",
"*",
"ShareDirectoryInput",
"{",
"s",
".",
"ShareTarget",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetShareTarget sets the ShareTarget field's value. | [
"SetShareTarget",
"sets",
"the",
"ShareTarget",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L9738-L9741 |
644 | aws/aws-sdk-go | service/directoryservice/api.go | SetManualSnapshotsCurrentCount | func (s *SnapshotLimits) SetManualSnapshotsCurrentCount(v int64) *SnapshotLimits {
s.ManualSnapshotsCurrentCount = &v
return s
} | go | func (s *SnapshotLimits) SetManualSnapshotsCurrentCount(v int64) *SnapshotLimits {
s.ManualSnapshotsCurrentCount = &v
return s
} | [
"func",
"(",
"s",
"*",
"SnapshotLimits",
")",
"SetManualSnapshotsCurrentCount",
"(",
"v",
"int64",
")",
"*",
"SnapshotLimits",
"{",
"s",
".",
"ManualSnapshotsCurrentCount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManualSnapshotsCurrentCount sets the ManualSnapshotsCurrentCount field's value. | [
"SetManualSnapshotsCurrentCount",
"sets",
"the",
"ManualSnapshotsCurrentCount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10021-L10024 |
645 | aws/aws-sdk-go | service/directoryservice/api.go | SetManualSnapshotsLimit | func (s *SnapshotLimits) SetManualSnapshotsLimit(v int64) *SnapshotLimits {
s.ManualSnapshotsLimit = &v
return s
} | go | func (s *SnapshotLimits) SetManualSnapshotsLimit(v int64) *SnapshotLimits {
s.ManualSnapshotsLimit = &v
return s
} | [
"func",
"(",
"s",
"*",
"SnapshotLimits",
")",
"SetManualSnapshotsLimit",
"(",
"v",
"int64",
")",
"*",
"SnapshotLimits",
"{",
"s",
".",
"ManualSnapshotsLimit",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManualSnapshotsLimit sets the ManualSnapshotsLimit field's value. | [
"SetManualSnapshotsLimit",
"sets",
"the",
"ManualSnapshotsLimit",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10027-L10030 |
646 | aws/aws-sdk-go | service/directoryservice/api.go | SetManualSnapshotsLimitReached | func (s *SnapshotLimits) SetManualSnapshotsLimitReached(v bool) *SnapshotLimits {
s.ManualSnapshotsLimitReached = &v
return s
} | go | func (s *SnapshotLimits) SetManualSnapshotsLimitReached(v bool) *SnapshotLimits {
s.ManualSnapshotsLimitReached = &v
return s
} | [
"func",
"(",
"s",
"*",
"SnapshotLimits",
")",
"SetManualSnapshotsLimitReached",
"(",
"v",
"bool",
")",
"*",
"SnapshotLimits",
"{",
"s",
".",
"ManualSnapshotsLimitReached",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetManualSnapshotsLimitReached sets the ManualSnapshotsLimitReached field's value. | [
"SetManualSnapshotsLimitReached",
"sets",
"the",
"ManualSnapshotsLimitReached",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10033-L10036 |
647 | aws/aws-sdk-go | service/directoryservice/api.go | SetCreateSnapshotBeforeSchemaExtension | func (s *StartSchemaExtensionInput) SetCreateSnapshotBeforeSchemaExtension(v bool) *StartSchemaExtensionInput {
s.CreateSnapshotBeforeSchemaExtension = &v
return s
} | go | func (s *StartSchemaExtensionInput) SetCreateSnapshotBeforeSchemaExtension(v bool) *StartSchemaExtensionInput {
s.CreateSnapshotBeforeSchemaExtension = &v
return s
} | [
"func",
"(",
"s",
"*",
"StartSchemaExtensionInput",
")",
"SetCreateSnapshotBeforeSchemaExtension",
"(",
"v",
"bool",
")",
"*",
"StartSchemaExtensionInput",
"{",
"s",
".",
"CreateSnapshotBeforeSchemaExtension",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCreateSnapshotBeforeSchemaExtension sets the CreateSnapshotBeforeSchemaExtension field's value. | [
"SetCreateSnapshotBeforeSchemaExtension",
"sets",
"the",
"CreateSnapshotBeforeSchemaExtension",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10102-L10105 |
648 | aws/aws-sdk-go | service/directoryservice/api.go | SetLdifContent | func (s *StartSchemaExtensionInput) SetLdifContent(v string) *StartSchemaExtensionInput {
s.LdifContent = &v
return s
} | go | func (s *StartSchemaExtensionInput) SetLdifContent(v string) *StartSchemaExtensionInput {
s.LdifContent = &v
return s
} | [
"func",
"(",
"s",
"*",
"StartSchemaExtensionInput",
")",
"SetLdifContent",
"(",
"v",
"string",
")",
"*",
"StartSchemaExtensionInput",
"{",
"s",
".",
"LdifContent",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLdifContent sets the LdifContent field's value. | [
"SetLdifContent",
"sets",
"the",
"LdifContent",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10120-L10123 |
649 | aws/aws-sdk-go | service/directoryservice/api.go | SetStateLastUpdatedDateTime | func (s *Trust) SetStateLastUpdatedDateTime(v time.Time) *Trust {
s.StateLastUpdatedDateTime = &v
return s
} | go | func (s *Trust) SetStateLastUpdatedDateTime(v time.Time) *Trust {
s.StateLastUpdatedDateTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"Trust",
")",
"SetStateLastUpdatedDateTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"Trust",
"{",
"s",
".",
"StateLastUpdatedDateTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStateLastUpdatedDateTime sets the StateLastUpdatedDateTime field's value. | [
"SetStateLastUpdatedDateTime",
"sets",
"the",
"StateLastUpdatedDateTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10289-L10292 |
650 | aws/aws-sdk-go | service/directoryservice/api.go | SetTrustState | func (s *Trust) SetTrustState(v string) *Trust {
s.TrustState = &v
return s
} | go | func (s *Trust) SetTrustState(v string) *Trust {
s.TrustState = &v
return s
} | [
"func",
"(",
"s",
"*",
"Trust",
")",
"SetTrustState",
"(",
"v",
"string",
")",
"*",
"Trust",
"{",
"s",
".",
"TrustState",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrustState sets the TrustState field's value. | [
"SetTrustState",
"sets",
"the",
"TrustState",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10307-L10310 |
651 | aws/aws-sdk-go | service/directoryservice/api.go | SetTrustStateReason | func (s *Trust) SetTrustStateReason(v string) *Trust {
s.TrustStateReason = &v
return s
} | go | func (s *Trust) SetTrustStateReason(v string) *Trust {
s.TrustStateReason = &v
return s
} | [
"func",
"(",
"s",
"*",
"Trust",
")",
"SetTrustStateReason",
"(",
"v",
"string",
")",
"*",
"Trust",
"{",
"s",
".",
"TrustStateReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTrustStateReason sets the TrustStateReason field's value. | [
"SetTrustStateReason",
"sets",
"the",
"TrustStateReason",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10313-L10316 |
652 | aws/aws-sdk-go | service/directoryservice/api.go | SetUnshareTarget | func (s *UnshareDirectoryInput) SetUnshareTarget(v *UnshareTarget) *UnshareDirectoryInput {
s.UnshareTarget = v
return s
} | go | func (s *UnshareDirectoryInput) SetUnshareTarget(v *UnshareTarget) *UnshareDirectoryInput {
s.UnshareTarget = v
return s
} | [
"func",
"(",
"s",
"*",
"UnshareDirectoryInput",
")",
"SetUnshareTarget",
"(",
"v",
"*",
"UnshareTarget",
")",
"*",
"UnshareDirectoryInput",
"{",
"s",
".",
"UnshareTarget",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnshareTarget sets the UnshareTarget field's value. | [
"SetUnshareTarget",
"sets",
"the",
"UnshareTarget",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10378-L10381 |
653 | aws/aws-sdk-go | service/directoryservice/api.go | SetDesiredNumber | func (s *UpdateNumberOfDomainControllersInput) SetDesiredNumber(v int64) *UpdateNumberOfDomainControllersInput {
s.DesiredNumber = &v
return s
} | go | func (s *UpdateNumberOfDomainControllersInput) SetDesiredNumber(v int64) *UpdateNumberOfDomainControllersInput {
s.DesiredNumber = &v
return s
} | [
"func",
"(",
"s",
"*",
"UpdateNumberOfDomainControllersInput",
")",
"SetDesiredNumber",
"(",
"v",
"int64",
")",
"*",
"UpdateNumberOfDomainControllersInput",
"{",
"s",
".",
"DesiredNumber",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDesiredNumber sets the DesiredNumber field's value. | [
"SetDesiredNumber",
"sets",
"the",
"DesiredNumber",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/directoryservice/api.go#L10594-L10597 |
654 | aws/aws-sdk-go | service/amplify/api.go | SetDefaultDomain | func (s *App) SetDefaultDomain(v string) *App {
s.DefaultDomain = &v
return s
} | go | func (s *App) SetDefaultDomain(v string) *App {
s.DefaultDomain = &v
return s
} | [
"func",
"(",
"s",
"*",
"App",
")",
"SetDefaultDomain",
"(",
"v",
"string",
")",
"*",
"App",
"{",
"s",
".",
"DefaultDomain",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefaultDomain sets the DefaultDomain field's value. | [
"SetDefaultDomain",
"sets",
"the",
"DefaultDomain",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L1974-L1977 |
655 | aws/aws-sdk-go | service/amplify/api.go | SetProductionBranch | func (s *App) SetProductionBranch(v *ProductionBranch) *App {
s.ProductionBranch = v
return s
} | go | func (s *App) SetProductionBranch(v *ProductionBranch) *App {
s.ProductionBranch = v
return s
} | [
"func",
"(",
"s",
"*",
"App",
")",
"SetProductionBranch",
"(",
"v",
"*",
"ProductionBranch",
")",
"*",
"App",
"{",
"s",
".",
"ProductionBranch",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProductionBranch sets the ProductionBranch field's value. | [
"SetProductionBranch",
"sets",
"the",
"ProductionBranch",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2022-L2025 |
656 | aws/aws-sdk-go | service/amplify/api.go | SetActiveJobId | func (s *Branch) SetActiveJobId(v string) *Branch {
s.ActiveJobId = &v
return s
} | go | func (s *Branch) SetActiveJobId(v string) *Branch {
s.ActiveJobId = &v
return s
} | [
"func",
"(",
"s",
"*",
"Branch",
")",
"SetActiveJobId",
"(",
"v",
"string",
")",
"*",
"Branch",
"{",
"s",
".",
"ActiveJobId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActiveJobId sets the ActiveJobId field's value. | [
"SetActiveJobId",
"sets",
"the",
"ActiveJobId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2151-L2154 |
657 | aws/aws-sdk-go | service/amplify/api.go | SetBranchArn | func (s *Branch) SetBranchArn(v string) *Branch {
s.BranchArn = &v
return s
} | go | func (s *Branch) SetBranchArn(v string) *Branch {
s.BranchArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"Branch",
")",
"SetBranchArn",
"(",
"v",
"string",
")",
"*",
"Branch",
"{",
"s",
".",
"BranchArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBranchArn sets the BranchArn field's value. | [
"SetBranchArn",
"sets",
"the",
"BranchArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2163-L2166 |
658 | aws/aws-sdk-go | service/amplify/api.go | SetCustomDomains | func (s *Branch) SetCustomDomains(v []*string) *Branch {
s.CustomDomains = v
return s
} | go | func (s *Branch) SetCustomDomains(v []*string) *Branch {
s.CustomDomains = v
return s
} | [
"func",
"(",
"s",
"*",
"Branch",
")",
"SetCustomDomains",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"Branch",
"{",
"s",
".",
"CustomDomains",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCustomDomains sets the CustomDomains field's value. | [
"SetCustomDomains",
"sets",
"the",
"CustomDomains",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2187-L2190 |
659 | aws/aws-sdk-go | service/amplify/api.go | SetTotalNumberOfJobs | func (s *Branch) SetTotalNumberOfJobs(v string) *Branch {
s.TotalNumberOfJobs = &v
return s
} | go | func (s *Branch) SetTotalNumberOfJobs(v string) *Branch {
s.TotalNumberOfJobs = &v
return s
} | [
"func",
"(",
"s",
"*",
"Branch",
")",
"SetTotalNumberOfJobs",
"(",
"v",
"string",
")",
"*",
"Branch",
"{",
"s",
".",
"TotalNumberOfJobs",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTotalNumberOfJobs sets the TotalNumberOfJobs field's value. | [
"SetTotalNumberOfJobs",
"sets",
"the",
"TotalNumberOfJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2253-L2256 |
660 | aws/aws-sdk-go | service/amplify/api.go | SetOauthToken | func (s *CreateAppInput) SetOauthToken(v string) *CreateAppInput {
s.OauthToken = &v
return s
} | go | func (s *CreateAppInput) SetOauthToken(v string) *CreateAppInput {
s.OauthToken = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateAppInput",
")",
"SetOauthToken",
"(",
"v",
"string",
")",
"*",
"CreateAppInput",
"{",
"s",
".",
"OauthToken",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOauthToken sets the OauthToken field's value. | [
"SetOauthToken",
"sets",
"the",
"OauthToken",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L2430-L2433 |
661 | aws/aws-sdk-go | service/amplify/api.go | SetCertificateVerificationDNSRecord | func (s *DomainAssociation) SetCertificateVerificationDNSRecord(v string) *DomainAssociation {
s.CertificateVerificationDNSRecord = &v
return s
} | go | func (s *DomainAssociation) SetCertificateVerificationDNSRecord(v string) *DomainAssociation {
s.CertificateVerificationDNSRecord = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainAssociation",
")",
"SetCertificateVerificationDNSRecord",
"(",
"v",
"string",
")",
"*",
"DomainAssociation",
"{",
"s",
".",
"CertificateVerificationDNSRecord",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCertificateVerificationDNSRecord sets the CertificateVerificationDNSRecord field's value. | [
"SetCertificateVerificationDNSRecord",
"sets",
"the",
"CertificateVerificationDNSRecord",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L3257-L3260 |
662 | aws/aws-sdk-go | service/amplify/api.go | SetDomainAssociationArn | func (s *DomainAssociation) SetDomainAssociationArn(v string) *DomainAssociation {
s.DomainAssociationArn = &v
return s
} | go | func (s *DomainAssociation) SetDomainAssociationArn(v string) *DomainAssociation {
s.DomainAssociationArn = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainAssociation",
")",
"SetDomainAssociationArn",
"(",
"v",
"string",
")",
"*",
"DomainAssociation",
"{",
"s",
".",
"DomainAssociationArn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainAssociationArn sets the DomainAssociationArn field's value. | [
"SetDomainAssociationArn",
"sets",
"the",
"DomainAssociationArn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L3263-L3266 |
663 | aws/aws-sdk-go | service/amplify/api.go | SetSubDomains | func (s *DomainAssociation) SetSubDomains(v []*SubDomain) *DomainAssociation {
s.SubDomains = v
return s
} | go | func (s *DomainAssociation) SetSubDomains(v []*SubDomain) *DomainAssociation {
s.SubDomains = v
return s
} | [
"func",
"(",
"s",
"*",
"DomainAssociation",
")",
"SetSubDomains",
"(",
"v",
"[",
"]",
"*",
"SubDomain",
")",
"*",
"DomainAssociation",
"{",
"s",
".",
"SubDomains",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubDomains sets the SubDomains field's value. | [
"SetSubDomains",
"sets",
"the",
"SubDomains",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L3293-L3296 |
664 | aws/aws-sdk-go | service/amplify/api.go | SetDomainAssociations | func (s *ListDomainAssociationsOutput) SetDomainAssociations(v []*DomainAssociation) *ListDomainAssociationsOutput {
s.DomainAssociations = v
return s
} | go | func (s *ListDomainAssociationsOutput) SetDomainAssociations(v []*DomainAssociation) *ListDomainAssociationsOutput {
s.DomainAssociations = v
return s
} | [
"func",
"(",
"s",
"*",
"ListDomainAssociationsOutput",
")",
"SetDomainAssociations",
"(",
"v",
"[",
"]",
"*",
"DomainAssociation",
")",
"*",
"ListDomainAssociationsOutput",
"{",
"s",
".",
"DomainAssociations",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainAssociations sets the DomainAssociations field's value. | [
"SetDomainAssociations",
"sets",
"the",
"DomainAssociations",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4060-L4063 |
665 | aws/aws-sdk-go | service/amplify/api.go | SetJobSummaries | func (s *ListJobsOutput) SetJobSummaries(v []*JobSummary) *ListJobsOutput {
s.JobSummaries = v
return s
} | go | func (s *ListJobsOutput) SetJobSummaries(v []*JobSummary) *ListJobsOutput {
s.JobSummaries = v
return s
} | [
"func",
"(",
"s",
"*",
"ListJobsOutput",
")",
"SetJobSummaries",
"(",
"v",
"[",
"]",
"*",
"JobSummary",
")",
"*",
"ListJobsOutput",
"{",
"s",
".",
"JobSummaries",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetJobSummaries sets the JobSummaries field's value. | [
"SetJobSummaries",
"sets",
"the",
"JobSummaries",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4178-L4181 |
666 | aws/aws-sdk-go | service/amplify/api.go | SetLastDeployTime | func (s *ProductionBranch) SetLastDeployTime(v time.Time) *ProductionBranch {
s.LastDeployTime = &v
return s
} | go | func (s *ProductionBranch) SetLastDeployTime(v time.Time) *ProductionBranch {
s.LastDeployTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProductionBranch",
")",
"SetLastDeployTime",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ProductionBranch",
"{",
"s",
".",
"LastDeployTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastDeployTime sets the LastDeployTime field's value. | [
"SetLastDeployTime",
"sets",
"the",
"LastDeployTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4223-L4226 |
667 | aws/aws-sdk-go | service/amplify/api.go | SetJobReason | func (s *StartJobInput) SetJobReason(v string) *StartJobInput {
s.JobReason = &v
return s
} | go | func (s *StartJobInput) SetJobReason(v string) *StartJobInput {
s.JobReason = &v
return s
} | [
"func",
"(",
"s",
"*",
"StartJobInput",
")",
"SetJobReason",
"(",
"v",
"string",
")",
"*",
"StartJobInput",
"{",
"s",
".",
"JobReason",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetJobReason sets the JobReason field's value. | [
"SetJobReason",
"sets",
"the",
"JobReason",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4347-L4350 |
668 | aws/aws-sdk-go | service/amplify/api.go | SetArtifactsUrl | func (s *Step) SetArtifactsUrl(v string) *Step {
s.ArtifactsUrl = &v
return s
} | go | func (s *Step) SetArtifactsUrl(v string) *Step {
s.ArtifactsUrl = &v
return s
} | [
"func",
"(",
"s",
"*",
"Step",
")",
"SetArtifactsUrl",
"(",
"v",
"string",
")",
"*",
"Step",
"{",
"s",
".",
"ArtifactsUrl",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetArtifactsUrl sets the ArtifactsUrl field's value. | [
"SetArtifactsUrl",
"sets",
"the",
"ArtifactsUrl",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4429-L4432 |
669 | aws/aws-sdk-go | service/amplify/api.go | SetScreenshots | func (s *Step) SetScreenshots(v map[string]*string) *Step {
s.Screenshots = v
return s
} | go | func (s *Step) SetScreenshots(v map[string]*string) *Step {
s.Screenshots = v
return s
} | [
"func",
"(",
"s",
"*",
"Step",
")",
"SetScreenshots",
"(",
"v",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"*",
"Step",
"{",
"s",
".",
"Screenshots",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScreenshots sets the Screenshots field's value. | [
"SetScreenshots",
"sets",
"the",
"Screenshots",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4447-L4450 |
670 | aws/aws-sdk-go | service/amplify/api.go | SetDnsRecord | func (s *SubDomain) SetDnsRecord(v string) *SubDomain {
s.DnsRecord = &v
return s
} | go | func (s *SubDomain) SetDnsRecord(v string) *SubDomain {
s.DnsRecord = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubDomain",
")",
"SetDnsRecord",
"(",
"v",
"string",
")",
"*",
"SubDomain",
"{",
"s",
".",
"DnsRecord",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDnsRecord sets the DnsRecord field's value. | [
"SetDnsRecord",
"sets",
"the",
"DnsRecord",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4603-L4606 |
671 | aws/aws-sdk-go | service/amplify/api.go | SetSubDomainSetting | func (s *SubDomain) SetSubDomainSetting(v *SubDomainSetting) *SubDomain {
s.SubDomainSetting = v
return s
} | go | func (s *SubDomain) SetSubDomainSetting(v *SubDomainSetting) *SubDomain {
s.SubDomainSetting = v
return s
} | [
"func",
"(",
"s",
"*",
"SubDomain",
")",
"SetSubDomainSetting",
"(",
"v",
"*",
"SubDomainSetting",
")",
"*",
"SubDomain",
"{",
"s",
".",
"SubDomainSetting",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSubDomainSetting sets the SubDomainSetting field's value. | [
"SetSubDomainSetting",
"sets",
"the",
"SubDomainSetting",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4609-L4612 |
672 | aws/aws-sdk-go | service/amplify/api.go | SetVerified | func (s *SubDomain) SetVerified(v bool) *SubDomain {
s.Verified = &v
return s
} | go | func (s *SubDomain) SetVerified(v bool) *SubDomain {
s.Verified = &v
return s
} | [
"func",
"(",
"s",
"*",
"SubDomain",
")",
"SetVerified",
"(",
"v",
"bool",
")",
"*",
"SubDomain",
"{",
"s",
".",
"Verified",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVerified sets the Verified field's value. | [
"SetVerified",
"sets",
"the",
"Verified",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/amplify/api.go#L4615-L4618 |
673 | aws/aws-sdk-go | aws/crr/endpoint.go | Add | func (e *Endpoint) Add(addr WeightedAddress) {
e.Addresses = append(e.Addresses, addr)
} | go | func (e *Endpoint) Add(addr WeightedAddress) {
e.Addresses = append(e.Addresses, addr)
} | [
"func",
"(",
"e",
"*",
"Endpoint",
")",
"Add",
"(",
"addr",
"WeightedAddress",
")",
"{",
"e",
".",
"Addresses",
"=",
"append",
"(",
"e",
".",
"Addresses",
",",
"addr",
")",
"\n",
"}"
] | // Add will add a given WeightedAddress to the address list of Endpoint. | [
"Add",
"will",
"add",
"a",
"given",
"WeightedAddress",
"to",
"the",
"address",
"list",
"of",
"Endpoint",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/crr/endpoint.go#L34-L36 |
674 | aws/aws-sdk-go | aws/crr/endpoint.go | Len | func (e *Endpoint) Len() int {
validEndpoints := 0
for _, endpoint := range e.Addresses {
if endpoint.HasExpired() {
continue
}
validEndpoints++
}
return validEndpoints
} | go | func (e *Endpoint) Len() int {
validEndpoints := 0
for _, endpoint := range e.Addresses {
if endpoint.HasExpired() {
continue
}
validEndpoints++
}
return validEndpoints
} | [
"func",
"(",
"e",
"*",
"Endpoint",
")",
"Len",
"(",
")",
"int",
"{",
"validEndpoints",
":=",
"0",
"\n",
"for",
"_",
",",
"endpoint",
":=",
"range",
"e",
".",
"Addresses",
"{",
"if",
"endpoint",
".",
"HasExpired",
"(",
")",
"{",
"continue",
"\n",
"}",
"\n\n",
"validEndpoints",
"++",
"\n",
"}",
"\n",
"return",
"validEndpoints",
"\n",
"}"
] | // Len returns the number of valid endpoints where valid means the endpoint
// has not expired. | [
"Len",
"returns",
"the",
"number",
"of",
"valid",
"endpoints",
"where",
"valid",
"means",
"the",
"endpoint",
"has",
"not",
"expired",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/crr/endpoint.go#L40-L50 |
675 | aws/aws-sdk-go | aws/crr/endpoint.go | GetValidAddress | func (e *Endpoint) GetValidAddress() (WeightedAddress, bool) {
for i := 0; i < len(e.Addresses); i++ {
we := e.Addresses[i]
if we.HasExpired() {
e.Addresses = append(e.Addresses[:i], e.Addresses[i+1:]...)
i--
continue
}
return we, true
}
return WeightedAddress{}, false
} | go | func (e *Endpoint) GetValidAddress() (WeightedAddress, bool) {
for i := 0; i < len(e.Addresses); i++ {
we := e.Addresses[i]
if we.HasExpired() {
e.Addresses = append(e.Addresses[:i], e.Addresses[i+1:]...)
i--
continue
}
return we, true
}
return WeightedAddress{}, false
} | [
"func",
"(",
"e",
"*",
"Endpoint",
")",
"GetValidAddress",
"(",
")",
"(",
"WeightedAddress",
",",
"bool",
")",
"{",
"for",
"i",
":=",
"0",
";",
"i",
"<",
"len",
"(",
"e",
".",
"Addresses",
")",
";",
"i",
"++",
"{",
"we",
":=",
"e",
".",
"Addresses",
"[",
"i",
"]",
"\n\n",
"if",
"we",
".",
"HasExpired",
"(",
")",
"{",
"e",
".",
"Addresses",
"=",
"append",
"(",
"e",
".",
"Addresses",
"[",
":",
"i",
"]",
",",
"e",
".",
"Addresses",
"[",
"i",
"+",
"1",
":",
"]",
"...",
")",
"\n",
"i",
"--",
"\n",
"continue",
"\n",
"}",
"\n\n",
"return",
"we",
",",
"true",
"\n",
"}",
"\n\n",
"return",
"WeightedAddress",
"{",
"}",
",",
"false",
"\n",
"}"
] | // GetValidAddress will return a non-expired weight endpoint | [
"GetValidAddress",
"will",
"return",
"a",
"non",
"-",
"expired",
"weight",
"endpoint"
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/crr/endpoint.go#L53-L67 |
676 | aws/aws-sdk-go | aws/crr/endpoint.go | BuildEndpointKey | func BuildEndpointKey(params map[string]*string) string {
keys := make([]string, len(params))
i := 0
for k := range params {
keys[i] = k
i++
}
sort.Strings(keys)
values := make([]string, len(params))
for i, k := range keys {
if params[k] == nil {
continue
}
values[i] = aws.StringValue(params[k])
}
return strings.Join(values, ".")
} | go | func BuildEndpointKey(params map[string]*string) string {
keys := make([]string, len(params))
i := 0
for k := range params {
keys[i] = k
i++
}
sort.Strings(keys)
values := make([]string, len(params))
for i, k := range keys {
if params[k] == nil {
continue
}
values[i] = aws.StringValue(params[k])
}
return strings.Join(values, ".")
} | [
"func",
"BuildEndpointKey",
"(",
"params",
"map",
"[",
"string",
"]",
"*",
"string",
")",
"string",
"{",
"keys",
":=",
"make",
"(",
"[",
"]",
"string",
",",
"len",
"(",
"params",
")",
")",
"\n",
"i",
":=",
"0",
"\n\n",
"for",
"k",
":=",
"range",
"params",
"{",
"keys",
"[",
"i",
"]",
"=",
"k",
"\n",
"i",
"++",
"\n",
"}",
"\n",
"sort",
".",
"Strings",
"(",
"keys",
")",
"\n\n",
"values",
":=",
"make",
"(",
"[",
"]",
"string",
",",
"len",
"(",
"params",
")",
")",
"\n",
"for",
"i",
",",
"k",
":=",
"range",
"keys",
"{",
"if",
"params",
"[",
"k",
"]",
"==",
"nil",
"{",
"continue",
"\n",
"}",
"\n\n",
"values",
"[",
"i",
"]",
"=",
"aws",
".",
"StringValue",
"(",
"params",
"[",
"k",
"]",
")",
"\n",
"}",
"\n\n",
"return",
"strings",
".",
"Join",
"(",
"values",
",",
"\"",
"\"",
")",
"\n",
"}"
] | // BuildEndpointKey will sort the keys in alphabetical order and then retrieve
// the values in that order. Those values are then concatenated together to form
// the endpoint key. | [
"BuildEndpointKey",
"will",
"sort",
"the",
"keys",
"in",
"alphabetical",
"order",
"and",
"then",
"retrieve",
"the",
"values",
"in",
"that",
"order",
".",
"Those",
"values",
"are",
"then",
"concatenated",
"together",
"to",
"form",
"the",
"endpoint",
"key",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/aws/crr/endpoint.go#L79-L99 |
677 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetOperationSucceeded | func (s *AgentConfigurationStatus) SetOperationSucceeded(v bool) *AgentConfigurationStatus {
s.OperationSucceeded = &v
return s
} | go | func (s *AgentConfigurationStatus) SetOperationSucceeded(v bool) *AgentConfigurationStatus {
s.OperationSucceeded = &v
return s
} | [
"func",
"(",
"s",
"*",
"AgentConfigurationStatus",
")",
"SetOperationSucceeded",
"(",
"v",
"bool",
")",
"*",
"AgentConfigurationStatus",
"{",
"s",
".",
"OperationSucceeded",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetOperationSucceeded sets the OperationSucceeded field's value. | [
"SetOperationSucceeded",
"sets",
"the",
"OperationSucceeded",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2599-L2602 |
678 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetAgentNetworkInfoList | func (s *AgentInfo) SetAgentNetworkInfoList(v []*AgentNetworkInfo) *AgentInfo {
s.AgentNetworkInfoList = v
return s
} | go | func (s *AgentInfo) SetAgentNetworkInfoList(v []*AgentNetworkInfo) *AgentInfo {
s.AgentNetworkInfoList = v
return s
} | [
"func",
"(",
"s",
"*",
"AgentInfo",
")",
"SetAgentNetworkInfoList",
"(",
"v",
"[",
"]",
"*",
"AgentNetworkInfo",
")",
"*",
"AgentInfo",
"{",
"s",
".",
"AgentNetworkInfoList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAgentNetworkInfoList sets the AgentNetworkInfoList field's value. | [
"SetAgentNetworkInfoList",
"sets",
"the",
"AgentNetworkInfoList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2660-L2663 |
679 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetAgentType | func (s *AgentInfo) SetAgentType(v string) *AgentInfo {
s.AgentType = &v
return s
} | go | func (s *AgentInfo) SetAgentType(v string) *AgentInfo {
s.AgentType = &v
return s
} | [
"func",
"(",
"s",
"*",
"AgentInfo",
")",
"SetAgentType",
"(",
"v",
"string",
")",
"*",
"AgentInfo",
"{",
"s",
".",
"AgentType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAgentType sets the AgentType field's value. | [
"SetAgentType",
"sets",
"the",
"AgentType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2666-L2669 |
680 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetCollectionStatus | func (s *AgentInfo) SetCollectionStatus(v string) *AgentInfo {
s.CollectionStatus = &v
return s
} | go | func (s *AgentInfo) SetCollectionStatus(v string) *AgentInfo {
s.CollectionStatus = &v
return s
} | [
"func",
"(",
"s",
"*",
"AgentInfo",
")",
"SetCollectionStatus",
"(",
"v",
"string",
")",
"*",
"AgentInfo",
"{",
"s",
".",
"CollectionStatus",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCollectionStatus sets the CollectionStatus field's value. | [
"SetCollectionStatus",
"sets",
"the",
"CollectionStatus",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2672-L2675 |
681 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetLastHealthPingTime | func (s *AgentInfo) SetLastHealthPingTime(v string) *AgentInfo {
s.LastHealthPingTime = &v
return s
} | go | func (s *AgentInfo) SetLastHealthPingTime(v string) *AgentInfo {
s.LastHealthPingTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"AgentInfo",
")",
"SetLastHealthPingTime",
"(",
"v",
"string",
")",
"*",
"AgentInfo",
"{",
"s",
".",
"LastHealthPingTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLastHealthPingTime sets the LastHealthPingTime field's value. | [
"SetLastHealthPingTime",
"sets",
"the",
"LastHealthPingTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2696-L2699 |
682 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetRegisteredTime | func (s *AgentInfo) SetRegisteredTime(v string) *AgentInfo {
s.RegisteredTime = &v
return s
} | go | func (s *AgentInfo) SetRegisteredTime(v string) *AgentInfo {
s.RegisteredTime = &v
return s
} | [
"func",
"(",
"s",
"*",
"AgentInfo",
")",
"SetRegisteredTime",
"(",
"v",
"string",
")",
"*",
"AgentInfo",
"{",
"s",
".",
"RegisteredTime",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRegisteredTime sets the RegisteredTime field's value. | [
"SetRegisteredTime",
"sets",
"the",
"RegisteredTime",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2702-L2705 |
683 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetErrorDescription | func (s *BatchDeleteImportDataError) SetErrorDescription(v string) *BatchDeleteImportDataError {
s.ErrorDescription = &v
return s
} | go | func (s *BatchDeleteImportDataError) SetErrorDescription(v string) *BatchDeleteImportDataError {
s.ErrorDescription = &v
return s
} | [
"func",
"(",
"s",
"*",
"BatchDeleteImportDataError",
")",
"SetErrorDescription",
"(",
"v",
"string",
")",
"*",
"BatchDeleteImportDataError",
"{",
"s",
".",
"ErrorDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetErrorDescription sets the ErrorDescription field's value. | [
"SetErrorDescription",
"sets",
"the",
"ErrorDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2844-L2847 |
684 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetImportTaskIds | func (s *BatchDeleteImportDataInput) SetImportTaskIds(v []*string) *BatchDeleteImportDataInput {
s.ImportTaskIds = v
return s
} | go | func (s *BatchDeleteImportDataInput) SetImportTaskIds(v []*string) *BatchDeleteImportDataInput {
s.ImportTaskIds = v
return s
} | [
"func",
"(",
"s",
"*",
"BatchDeleteImportDataInput",
")",
"SetImportTaskIds",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"BatchDeleteImportDataInput",
"{",
"s",
".",
"ImportTaskIds",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetImportTaskIds sets the ImportTaskIds field's value. | [
"SetImportTaskIds",
"sets",
"the",
"ImportTaskIds",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2891-L2894 |
685 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetTimeOfCreation | func (s *ConfigurationTag) SetTimeOfCreation(v time.Time) *ConfigurationTag {
s.TimeOfCreation = &v
return s
} | go | func (s *ConfigurationTag) SetTimeOfCreation(v time.Time) *ConfigurationTag {
s.TimeOfCreation = &v
return s
} | [
"func",
"(",
"s",
"*",
"ConfigurationTag",
")",
"SetTimeOfCreation",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"ConfigurationTag",
"{",
"s",
".",
"TimeOfCreation",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTimeOfCreation sets the TimeOfCreation field's value. | [
"SetTimeOfCreation",
"sets",
"the",
"TimeOfCreation",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L2973-L2976 |
686 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetActiveAgents | func (s *CustomerAgentInfo) SetActiveAgents(v int64) *CustomerAgentInfo {
s.ActiveAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetActiveAgents(v int64) *CustomerAgentInfo {
s.ActiveAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetActiveAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"ActiveAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActiveAgents sets the ActiveAgents field's value. | [
"SetActiveAgents",
"sets",
"the",
"ActiveAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3329-L3332 |
687 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetBlackListedAgents | func (s *CustomerAgentInfo) SetBlackListedAgents(v int64) *CustomerAgentInfo {
s.BlackListedAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetBlackListedAgents(v int64) *CustomerAgentInfo {
s.BlackListedAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetBlackListedAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"BlackListedAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlackListedAgents sets the BlackListedAgents field's value. | [
"SetBlackListedAgents",
"sets",
"the",
"BlackListedAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3335-L3338 |
688 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetHealthyAgents | func (s *CustomerAgentInfo) SetHealthyAgents(v int64) *CustomerAgentInfo {
s.HealthyAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetHealthyAgents(v int64) *CustomerAgentInfo {
s.HealthyAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetHealthyAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"HealthyAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHealthyAgents sets the HealthyAgents field's value. | [
"SetHealthyAgents",
"sets",
"the",
"HealthyAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3341-L3344 |
689 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetShutdownAgents | func (s *CustomerAgentInfo) SetShutdownAgents(v int64) *CustomerAgentInfo {
s.ShutdownAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetShutdownAgents(v int64) *CustomerAgentInfo {
s.ShutdownAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetShutdownAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"ShutdownAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetShutdownAgents sets the ShutdownAgents field's value. | [
"SetShutdownAgents",
"sets",
"the",
"ShutdownAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3347-L3350 |
690 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetTotalAgents | func (s *CustomerAgentInfo) SetTotalAgents(v int64) *CustomerAgentInfo {
s.TotalAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetTotalAgents(v int64) *CustomerAgentInfo {
s.TotalAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetTotalAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"TotalAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTotalAgents sets the TotalAgents field's value. | [
"SetTotalAgents",
"sets",
"the",
"TotalAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3353-L3356 |
691 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetUnhealthyAgents | func (s *CustomerAgentInfo) SetUnhealthyAgents(v int64) *CustomerAgentInfo {
s.UnhealthyAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetUnhealthyAgents(v int64) *CustomerAgentInfo {
s.UnhealthyAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetUnhealthyAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"UnhealthyAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnhealthyAgents sets the UnhealthyAgents field's value. | [
"SetUnhealthyAgents",
"sets",
"the",
"UnhealthyAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3359-L3362 |
692 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetUnknownAgents | func (s *CustomerAgentInfo) SetUnknownAgents(v int64) *CustomerAgentInfo {
s.UnknownAgents = &v
return s
} | go | func (s *CustomerAgentInfo) SetUnknownAgents(v int64) *CustomerAgentInfo {
s.UnknownAgents = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerAgentInfo",
")",
"SetUnknownAgents",
"(",
"v",
"int64",
")",
"*",
"CustomerAgentInfo",
"{",
"s",
".",
"UnknownAgents",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnknownAgents sets the UnknownAgents field's value. | [
"SetUnknownAgents",
"sets",
"the",
"UnknownAgents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3365-L3368 |
693 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetActiveConnectors | func (s *CustomerConnectorInfo) SetActiveConnectors(v int64) *CustomerConnectorInfo {
s.ActiveConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetActiveConnectors(v int64) *CustomerConnectorInfo {
s.ActiveConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetActiveConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"ActiveConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetActiveConnectors sets the ActiveConnectors field's value. | [
"SetActiveConnectors",
"sets",
"the",
"ActiveConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3421-L3424 |
694 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetBlackListedConnectors | func (s *CustomerConnectorInfo) SetBlackListedConnectors(v int64) *CustomerConnectorInfo {
s.BlackListedConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetBlackListedConnectors(v int64) *CustomerConnectorInfo {
s.BlackListedConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetBlackListedConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"BlackListedConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlackListedConnectors sets the BlackListedConnectors field's value. | [
"SetBlackListedConnectors",
"sets",
"the",
"BlackListedConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3427-L3430 |
695 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetHealthyConnectors | func (s *CustomerConnectorInfo) SetHealthyConnectors(v int64) *CustomerConnectorInfo {
s.HealthyConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetHealthyConnectors(v int64) *CustomerConnectorInfo {
s.HealthyConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetHealthyConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"HealthyConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHealthyConnectors sets the HealthyConnectors field's value. | [
"SetHealthyConnectors",
"sets",
"the",
"HealthyConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3433-L3436 |
696 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetShutdownConnectors | func (s *CustomerConnectorInfo) SetShutdownConnectors(v int64) *CustomerConnectorInfo {
s.ShutdownConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetShutdownConnectors(v int64) *CustomerConnectorInfo {
s.ShutdownConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetShutdownConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"ShutdownConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetShutdownConnectors sets the ShutdownConnectors field's value. | [
"SetShutdownConnectors",
"sets",
"the",
"ShutdownConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3439-L3442 |
697 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetTotalConnectors | func (s *CustomerConnectorInfo) SetTotalConnectors(v int64) *CustomerConnectorInfo {
s.TotalConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetTotalConnectors(v int64) *CustomerConnectorInfo {
s.TotalConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetTotalConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"TotalConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTotalConnectors sets the TotalConnectors field's value. | [
"SetTotalConnectors",
"sets",
"the",
"TotalConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3445-L3448 |
698 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetUnhealthyConnectors | func (s *CustomerConnectorInfo) SetUnhealthyConnectors(v int64) *CustomerConnectorInfo {
s.UnhealthyConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetUnhealthyConnectors(v int64) *CustomerConnectorInfo {
s.UnhealthyConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetUnhealthyConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"UnhealthyConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnhealthyConnectors sets the UnhealthyConnectors field's value. | [
"SetUnhealthyConnectors",
"sets",
"the",
"UnhealthyConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3451-L3454 |
699 | aws/aws-sdk-go | service/applicationdiscoveryservice/api.go | SetUnknownConnectors | func (s *CustomerConnectorInfo) SetUnknownConnectors(v int64) *CustomerConnectorInfo {
s.UnknownConnectors = &v
return s
} | go | func (s *CustomerConnectorInfo) SetUnknownConnectors(v int64) *CustomerConnectorInfo {
s.UnknownConnectors = &v
return s
} | [
"func",
"(",
"s",
"*",
"CustomerConnectorInfo",
")",
"SetUnknownConnectors",
"(",
"v",
"int64",
")",
"*",
"CustomerConnectorInfo",
"{",
"s",
".",
"UnknownConnectors",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnknownConnectors sets the UnknownConnectors field's value. | [
"SetUnknownConnectors",
"sets",
"the",
"UnknownConnectors",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/applicationdiscoveryservice/api.go#L3457-L3460 |
Subsets and Splits