id
int32 0
167k
| repo
stringlengths 5
54
| path
stringlengths 4
155
| func_name
stringlengths 1
118
| original_string
stringlengths 52
85.5k
| language
stringclasses 1
value | code
stringlengths 52
85.5k
| code_tokens
sequencelengths 21
1.41k
| docstring
stringlengths 6
2.61k
| docstring_tokens
sequencelengths 3
215
| sha
stringlengths 40
40
| url
stringlengths 85
252
|
---|---|---|---|---|---|---|---|---|---|---|---|
1,200 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetStatus5xx | func (s *StatusCodes) SetStatus5xx(v int64) *StatusCodes {
s.Status5xx = &v
return s
} | go | func (s *StatusCodes) SetStatus5xx(v int64) *StatusCodes {
s.Status5xx = &v
return s
} | [
"func",
"(",
"s",
"*",
"StatusCodes",
")",
"SetStatus5xx",
"(",
"v",
"int64",
")",
"*",
"StatusCodes",
"{",
"s",
".",
"Status5xx",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStatus5xx sets the Status5xx field's value. | [
"SetStatus5xx",
"sets",
"the",
"Status5xx",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10470-L10473 |
1,201 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetDestinationEnvironmentId | func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId(v string) *SwapEnvironmentCNAMEsInput {
s.DestinationEnvironmentId = &v
return s
} | go | func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId(v string) *SwapEnvironmentCNAMEsInput {
s.DestinationEnvironmentId = &v
return s
} | [
"func",
"(",
"s",
"*",
"SwapEnvironmentCNAMEsInput",
")",
"SetDestinationEnvironmentId",
"(",
"v",
"string",
")",
"*",
"SwapEnvironmentCNAMEsInput",
"{",
"s",
".",
"DestinationEnvironmentId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationEnvironmentId sets the DestinationEnvironmentId field's value. | [
"SetDestinationEnvironmentId",
"sets",
"the",
"DestinationEnvironmentId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10535-L10538 |
1,202 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetDestinationEnvironmentName | func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName(v string) *SwapEnvironmentCNAMEsInput {
s.DestinationEnvironmentName = &v
return s
} | go | func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName(v string) *SwapEnvironmentCNAMEsInput {
s.DestinationEnvironmentName = &v
return s
} | [
"func",
"(",
"s",
"*",
"SwapEnvironmentCNAMEsInput",
")",
"SetDestinationEnvironmentName",
"(",
"v",
"string",
")",
"*",
"SwapEnvironmentCNAMEsInput",
"{",
"s",
".",
"DestinationEnvironmentName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationEnvironmentName sets the DestinationEnvironmentName field's value. | [
"SetDestinationEnvironmentName",
"sets",
"the",
"DestinationEnvironmentName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10541-L10544 |
1,203 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetSourceEnvironmentId | func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId(v string) *SwapEnvironmentCNAMEsInput {
s.SourceEnvironmentId = &v
return s
} | go | func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId(v string) *SwapEnvironmentCNAMEsInput {
s.SourceEnvironmentId = &v
return s
} | [
"func",
"(",
"s",
"*",
"SwapEnvironmentCNAMEsInput",
")",
"SetSourceEnvironmentId",
"(",
"v",
"string",
")",
"*",
"SwapEnvironmentCNAMEsInput",
"{",
"s",
".",
"SourceEnvironmentId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceEnvironmentId sets the SourceEnvironmentId field's value. | [
"SetSourceEnvironmentId",
"sets",
"the",
"SourceEnvironmentId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10547-L10550 |
1,204 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetSourceEnvironmentName | func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName(v string) *SwapEnvironmentCNAMEsInput {
s.SourceEnvironmentName = &v
return s
} | go | func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName(v string) *SwapEnvironmentCNAMEsInput {
s.SourceEnvironmentName = &v
return s
} | [
"func",
"(",
"s",
"*",
"SwapEnvironmentCNAMEsInput",
")",
"SetSourceEnvironmentName",
"(",
"v",
"string",
")",
"*",
"SwapEnvironmentCNAMEsInput",
"{",
"s",
".",
"SourceEnvironmentName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceEnvironmentName sets the SourceEnvironmentName field's value. | [
"SetSourceEnvironmentName",
"sets",
"the",
"SourceEnvironmentName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10553-L10556 |
1,205 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetCPUUtilization | func (s *SystemStatus) SetCPUUtilization(v *CPUUtilization) *SystemStatus {
s.CPUUtilization = v
return s
} | go | func (s *SystemStatus) SetCPUUtilization(v *CPUUtilization) *SystemStatus {
s.CPUUtilization = v
return s
} | [
"func",
"(",
"s",
"*",
"SystemStatus",
")",
"SetCPUUtilization",
"(",
"v",
"*",
"CPUUtilization",
")",
"*",
"SystemStatus",
"{",
"s",
".",
"CPUUtilization",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCPUUtilization sets the CPUUtilization field's value. | [
"SetCPUUtilization",
"sets",
"the",
"CPUUtilization",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10595-L10598 |
1,206 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetLoadAverage | func (s *SystemStatus) SetLoadAverage(v []*float64) *SystemStatus {
s.LoadAverage = v
return s
} | go | func (s *SystemStatus) SetLoadAverage(v []*float64) *SystemStatus {
s.LoadAverage = v
return s
} | [
"func",
"(",
"s",
"*",
"SystemStatus",
")",
"SetLoadAverage",
"(",
"v",
"[",
"]",
"*",
"float64",
")",
"*",
"SystemStatus",
"{",
"s",
".",
"LoadAverage",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLoadAverage sets the LoadAverage field's value. | [
"SetLoadAverage",
"sets",
"the",
"LoadAverage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10601-L10604 |
1,207 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetForceTerminate | func (s *TerminateEnvironmentInput) SetForceTerminate(v bool) *TerminateEnvironmentInput {
s.ForceTerminate = &v
return s
} | go | func (s *TerminateEnvironmentInput) SetForceTerminate(v bool) *TerminateEnvironmentInput {
s.ForceTerminate = &v
return s
} | [
"func",
"(",
"s",
"*",
"TerminateEnvironmentInput",
")",
"SetForceTerminate",
"(",
"v",
"bool",
")",
"*",
"TerminateEnvironmentInput",
"{",
"s",
".",
"ForceTerminate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetForceTerminate sets the ForceTerminate field's value. | [
"SetForceTerminate",
"sets",
"the",
"ForceTerminate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10730-L10733 |
1,208 | aws/aws-sdk-go | service/elasticbeanstalk/api.go | SetTerminateResources | func (s *TerminateEnvironmentInput) SetTerminateResources(v bool) *TerminateEnvironmentInput {
s.TerminateResources = &v
return s
} | go | func (s *TerminateEnvironmentInput) SetTerminateResources(v bool) *TerminateEnvironmentInput {
s.TerminateResources = &v
return s
} | [
"func",
"(",
"s",
"*",
"TerminateEnvironmentInput",
")",
"SetTerminateResources",
"(",
"v",
"bool",
")",
"*",
"TerminateEnvironmentInput",
"{",
"s",
".",
"TerminateResources",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTerminateResources sets the TerminateResources field's value. | [
"SetTerminateResources",
"sets",
"the",
"TerminateResources",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/elasticbeanstalk/api.go#L10736-L10739 |
1,209 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilEndpointDeleted | func (c *SageMaker) WaitUntilEndpointDeleted(input *DescribeEndpointInput) error {
return c.WaitUntilEndpointDeletedWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilEndpointDeleted(input *DescribeEndpointInput) error {
return c.WaitUntilEndpointDeletedWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilEndpointDeleted",
"(",
"input",
"*",
"DescribeEndpointInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilEndpointDeletedWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilEndpointDeleted uses the SageMaker API operation
// DescribeEndpoint to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilEndpointDeleted",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeEndpoint",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L16-L18 |
1,210 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilEndpointInService | func (c *SageMaker) WaitUntilEndpointInService(input *DescribeEndpointInput) error {
return c.WaitUntilEndpointInServiceWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilEndpointInService(input *DescribeEndpointInput) error {
return c.WaitUntilEndpointInServiceWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilEndpointInService",
"(",
"input",
"*",
"DescribeEndpointInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilEndpointInServiceWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilEndpointInService uses the SageMaker API operation
// DescribeEndpoint to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilEndpointInService",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeEndpoint",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L67-L69 |
1,211 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilNotebookInstanceDeleted | func (c *SageMaker) WaitUntilNotebookInstanceDeleted(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceDeletedWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilNotebookInstanceDeleted(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceDeletedWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilNotebookInstanceDeleted",
"(",
"input",
"*",
"DescribeNotebookInstanceInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilNotebookInstanceDeletedWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilNotebookInstanceDeleted uses the SageMaker API operation
// DescribeNotebookInstance to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilNotebookInstanceDeleted",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeNotebookInstance",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L123-L125 |
1,212 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilNotebookInstanceInService | func (c *SageMaker) WaitUntilNotebookInstanceInService(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceInServiceWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilNotebookInstanceInService(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceInServiceWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilNotebookInstanceInService",
"(",
"input",
"*",
"DescribeNotebookInstanceInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilNotebookInstanceInServiceWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilNotebookInstanceInService uses the SageMaker API operation
// DescribeNotebookInstance to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilNotebookInstanceInService",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeNotebookInstance",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L174-L176 |
1,213 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilNotebookInstanceStopped | func (c *SageMaker) WaitUntilNotebookInstanceStopped(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceStoppedWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilNotebookInstanceStopped(input *DescribeNotebookInstanceInput) error {
return c.WaitUntilNotebookInstanceStoppedWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilNotebookInstanceStopped",
"(",
"input",
"*",
"DescribeNotebookInstanceInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilNotebookInstanceStoppedWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilNotebookInstanceStopped uses the SageMaker API operation
// DescribeNotebookInstance to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilNotebookInstanceStopped",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeNotebookInstance",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L225-L227 |
1,214 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilTrainingJobCompletedOrStopped | func (c *SageMaker) WaitUntilTrainingJobCompletedOrStopped(input *DescribeTrainingJobInput) error {
return c.WaitUntilTrainingJobCompletedOrStoppedWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilTrainingJobCompletedOrStopped(input *DescribeTrainingJobInput) error {
return c.WaitUntilTrainingJobCompletedOrStoppedWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilTrainingJobCompletedOrStopped",
"(",
"input",
"*",
"DescribeTrainingJobInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilTrainingJobCompletedOrStoppedWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilTrainingJobCompletedOrStopped uses the SageMaker API operation
// DescribeTrainingJob to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilTrainingJobCompletedOrStopped",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeTrainingJob",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L276-L278 |
1,215 | aws/aws-sdk-go | service/sagemaker/waiters.go | WaitUntilTransformJobCompletedOrStopped | func (c *SageMaker) WaitUntilTransformJobCompletedOrStopped(input *DescribeTransformJobInput) error {
return c.WaitUntilTransformJobCompletedOrStoppedWithContext(aws.BackgroundContext(), input)
} | go | func (c *SageMaker) WaitUntilTransformJobCompletedOrStopped(input *DescribeTransformJobInput) error {
return c.WaitUntilTransformJobCompletedOrStoppedWithContext(aws.BackgroundContext(), input)
} | [
"func",
"(",
"c",
"*",
"SageMaker",
")",
"WaitUntilTransformJobCompletedOrStopped",
"(",
"input",
"*",
"DescribeTransformJobInput",
")",
"error",
"{",
"return",
"c",
".",
"WaitUntilTransformJobCompletedOrStoppedWithContext",
"(",
"aws",
".",
"BackgroundContext",
"(",
")",
",",
"input",
")",
"\n",
"}"
] | // WaitUntilTransformJobCompletedOrStopped uses the SageMaker API operation
// DescribeTransformJob to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | [
"WaitUntilTransformJobCompletedOrStopped",
"uses",
"the",
"SageMaker",
"API",
"operation",
"DescribeTransformJob",
"to",
"wait",
"for",
"a",
"condition",
"to",
"be",
"met",
"before",
"returning",
".",
"If",
"the",
"condition",
"is",
"not",
"met",
"within",
"the",
"max",
"attempt",
"window",
"an",
"error",
"will",
"be",
"returned",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/sagemaker/waiters.go#L337-L339 |
1,216 | aws/aws-sdk-go | private/protocol/query/build.go | Build | func Build(r *request.Request) {
body := url.Values{
"Action": {r.Operation.Name},
"Version": {r.ClientInfo.APIVersion},
}
if err := queryutil.Parse(body, r.Params, false); err != nil {
r.Error = awserr.New("SerializationError", "failed encoding Query request", err)
return
}
if !r.IsPresigned() {
r.HTTPRequest.Method = "POST"
r.HTTPRequest.Header.Set("Content-Type", "application/x-www-form-urlencoded; charset=utf-8")
r.SetBufferBody([]byte(body.Encode()))
} else { // This is a pre-signed request
r.HTTPRequest.Method = "GET"
r.HTTPRequest.URL.RawQuery = body.Encode()
}
} | go | func Build(r *request.Request) {
body := url.Values{
"Action": {r.Operation.Name},
"Version": {r.ClientInfo.APIVersion},
}
if err := queryutil.Parse(body, r.Params, false); err != nil {
r.Error = awserr.New("SerializationError", "failed encoding Query request", err)
return
}
if !r.IsPresigned() {
r.HTTPRequest.Method = "POST"
r.HTTPRequest.Header.Set("Content-Type", "application/x-www-form-urlencoded; charset=utf-8")
r.SetBufferBody([]byte(body.Encode()))
} else { // This is a pre-signed request
r.HTTPRequest.Method = "GET"
r.HTTPRequest.URL.RawQuery = body.Encode()
}
} | [
"func",
"Build",
"(",
"r",
"*",
"request",
".",
"Request",
")",
"{",
"body",
":=",
"url",
".",
"Values",
"{",
"\"",
"\"",
":",
"{",
"r",
".",
"Operation",
".",
"Name",
"}",
",",
"\"",
"\"",
":",
"{",
"r",
".",
"ClientInfo",
".",
"APIVersion",
"}",
",",
"}",
"\n",
"if",
"err",
":=",
"queryutil",
".",
"Parse",
"(",
"body",
",",
"r",
".",
"Params",
",",
"false",
")",
";",
"err",
"!=",
"nil",
"{",
"r",
".",
"Error",
"=",
"awserr",
".",
"New",
"(",
"\"",
"\"",
",",
"\"",
"\"",
",",
"err",
")",
"\n",
"return",
"\n",
"}",
"\n\n",
"if",
"!",
"r",
".",
"IsPresigned",
"(",
")",
"{",
"r",
".",
"HTTPRequest",
".",
"Method",
"=",
"\"",
"\"",
"\n",
"r",
".",
"HTTPRequest",
".",
"Header",
".",
"Set",
"(",
"\"",
"\"",
",",
"\"",
"\"",
")",
"\n",
"r",
".",
"SetBufferBody",
"(",
"[",
"]",
"byte",
"(",
"body",
".",
"Encode",
"(",
")",
")",
")",
"\n",
"}",
"else",
"{",
"// This is a pre-signed request",
"r",
".",
"HTTPRequest",
".",
"Method",
"=",
"\"",
"\"",
"\n",
"r",
".",
"HTTPRequest",
".",
"URL",
".",
"RawQuery",
"=",
"body",
".",
"Encode",
"(",
")",
"\n",
"}",
"\n",
"}"
] | // Build builds a request for an AWS Query service. | [
"Build",
"builds",
"a",
"request",
"for",
"an",
"AWS",
"Query",
"service",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/private/protocol/query/build.go#L18-L36 |
1,217 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetNotify | func (s *AccountTakeoverActionType) SetNotify(v bool) *AccountTakeoverActionType {
s.Notify = &v
return s
} | go | func (s *AccountTakeoverActionType) SetNotify(v bool) *AccountTakeoverActionType {
s.Notify = &v
return s
} | [
"func",
"(",
"s",
"*",
"AccountTakeoverActionType",
")",
"SetNotify",
"(",
"v",
"bool",
")",
"*",
"AccountTakeoverActionType",
"{",
"s",
".",
"Notify",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNotify sets the Notify field's value. | [
"SetNotify",
"sets",
"the",
"Notify",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11080-L11083 |
1,218 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetHighAction | func (s *AccountTakeoverActionsType) SetHighAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.HighAction = v
return s
} | go | func (s *AccountTakeoverActionsType) SetHighAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.HighAction = v
return s
} | [
"func",
"(",
"s",
"*",
"AccountTakeoverActionsType",
")",
"SetHighAction",
"(",
"v",
"*",
"AccountTakeoverActionType",
")",
"*",
"AccountTakeoverActionsType",
"{",
"s",
".",
"HighAction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHighAction sets the HighAction field's value. | [
"SetHighAction",
"sets",
"the",
"HighAction",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11135-L11138 |
1,219 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetLowAction | func (s *AccountTakeoverActionsType) SetLowAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.LowAction = v
return s
} | go | func (s *AccountTakeoverActionsType) SetLowAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.LowAction = v
return s
} | [
"func",
"(",
"s",
"*",
"AccountTakeoverActionsType",
")",
"SetLowAction",
"(",
"v",
"*",
"AccountTakeoverActionType",
")",
"*",
"AccountTakeoverActionsType",
"{",
"s",
".",
"LowAction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetLowAction sets the LowAction field's value. | [
"SetLowAction",
"sets",
"the",
"LowAction",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11141-L11144 |
1,220 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetMediumAction | func (s *AccountTakeoverActionsType) SetMediumAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.MediumAction = v
return s
} | go | func (s *AccountTakeoverActionsType) SetMediumAction(v *AccountTakeoverActionType) *AccountTakeoverActionsType {
s.MediumAction = v
return s
} | [
"func",
"(",
"s",
"*",
"AccountTakeoverActionsType",
")",
"SetMediumAction",
"(",
"v",
"*",
"AccountTakeoverActionType",
")",
"*",
"AccountTakeoverActionsType",
"{",
"s",
".",
"MediumAction",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMediumAction sets the MediumAction field's value. | [
"SetMediumAction",
"sets",
"the",
"MediumAction",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11147-L11150 |
1,221 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetNotifyConfiguration | func (s *AccountTakeoverRiskConfigurationType) SetNotifyConfiguration(v *NotifyConfigurationType) *AccountTakeoverRiskConfigurationType {
s.NotifyConfiguration = v
return s
} | go | func (s *AccountTakeoverRiskConfigurationType) SetNotifyConfiguration(v *NotifyConfigurationType) *AccountTakeoverRiskConfigurationType {
s.NotifyConfiguration = v
return s
} | [
"func",
"(",
"s",
"*",
"AccountTakeoverRiskConfigurationType",
")",
"SetNotifyConfiguration",
"(",
"v",
"*",
"NotifyConfigurationType",
")",
"*",
"AccountTakeoverRiskConfigurationType",
"{",
"s",
".",
"NotifyConfiguration",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNotifyConfiguration sets the NotifyConfiguration field's value. | [
"SetNotifyConfiguration",
"sets",
"the",
"NotifyConfiguration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11206-L11209 |
1,222 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetAllowAdminCreateUserOnly | func (s *AdminCreateUserConfigType) SetAllowAdminCreateUserOnly(v bool) *AdminCreateUserConfigType {
s.AllowAdminCreateUserOnly = &v
return s
} | go | func (s *AdminCreateUserConfigType) SetAllowAdminCreateUserOnly(v bool) *AdminCreateUserConfigType {
s.AllowAdminCreateUserOnly = &v
return s
} | [
"func",
"(",
"s",
"*",
"AdminCreateUserConfigType",
")",
"SetAllowAdminCreateUserOnly",
"(",
"v",
"bool",
")",
"*",
"AdminCreateUserConfigType",
"{",
"s",
".",
"AllowAdminCreateUserOnly",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAllowAdminCreateUserOnly sets the AllowAdminCreateUserOnly field's value. | [
"SetAllowAdminCreateUserOnly",
"sets",
"the",
"AllowAdminCreateUserOnly",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11508-L11511 |
1,223 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetInviteMessageTemplate | func (s *AdminCreateUserConfigType) SetInviteMessageTemplate(v *MessageTemplateType) *AdminCreateUserConfigType {
s.InviteMessageTemplate = v
return s
} | go | func (s *AdminCreateUserConfigType) SetInviteMessageTemplate(v *MessageTemplateType) *AdminCreateUserConfigType {
s.InviteMessageTemplate = v
return s
} | [
"func",
"(",
"s",
"*",
"AdminCreateUserConfigType",
")",
"SetInviteMessageTemplate",
"(",
"v",
"*",
"MessageTemplateType",
")",
"*",
"AdminCreateUserConfigType",
"{",
"s",
".",
"InviteMessageTemplate",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetInviteMessageTemplate sets the InviteMessageTemplate field's value. | [
"SetInviteMessageTemplate",
"sets",
"the",
"InviteMessageTemplate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11514-L11517 |
1,224 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUnusedAccountValidityDays | func (s *AdminCreateUserConfigType) SetUnusedAccountValidityDays(v int64) *AdminCreateUserConfigType {
s.UnusedAccountValidityDays = &v
return s
} | go | func (s *AdminCreateUserConfigType) SetUnusedAccountValidityDays(v int64) *AdminCreateUserConfigType {
s.UnusedAccountValidityDays = &v
return s
} | [
"func",
"(",
"s",
"*",
"AdminCreateUserConfigType",
")",
"SetUnusedAccountValidityDays",
"(",
"v",
"int64",
")",
"*",
"AdminCreateUserConfigType",
"{",
"s",
".",
"UnusedAccountValidityDays",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUnusedAccountValidityDays sets the UnusedAccountValidityDays field's value. | [
"SetUnusedAccountValidityDays",
"sets",
"the",
"UnusedAccountValidityDays",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11520-L11523 |
1,225 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDesiredDeliveryMediums | func (s *AdminCreateUserInput) SetDesiredDeliveryMediums(v []*string) *AdminCreateUserInput {
s.DesiredDeliveryMediums = v
return s
} | go | func (s *AdminCreateUserInput) SetDesiredDeliveryMediums(v []*string) *AdminCreateUserInput {
s.DesiredDeliveryMediums = v
return s
} | [
"func",
"(",
"s",
"*",
"AdminCreateUserInput",
")",
"SetDesiredDeliveryMediums",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"AdminCreateUserInput",
"{",
"s",
".",
"DesiredDeliveryMediums",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDesiredDeliveryMediums sets the DesiredDeliveryMediums field's value. | [
"SetDesiredDeliveryMediums",
"sets",
"the",
"DesiredDeliveryMediums",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11681-L11684 |
1,226 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetTemporaryPassword | func (s *AdminCreateUserInput) SetTemporaryPassword(v string) *AdminCreateUserInput {
s.TemporaryPassword = &v
return s
} | go | func (s *AdminCreateUserInput) SetTemporaryPassword(v string) *AdminCreateUserInput {
s.TemporaryPassword = &v
return s
} | [
"func",
"(",
"s",
"*",
"AdminCreateUserInput",
")",
"SetTemporaryPassword",
"(",
"v",
"string",
")",
"*",
"AdminCreateUserInput",
"{",
"s",
".",
"TemporaryPassword",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTemporaryPassword sets the TemporaryPassword field's value. | [
"SetTemporaryPassword",
"sets",
"the",
"TemporaryPassword",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L11699-L11702 |
1,227 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDestinationUser | func (s *AdminLinkProviderForUserInput) SetDestinationUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput {
s.DestinationUser = v
return s
} | go | func (s *AdminLinkProviderForUserInput) SetDestinationUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput {
s.DestinationUser = v
return s
} | [
"func",
"(",
"s",
"*",
"AdminLinkProviderForUserInput",
")",
"SetDestinationUser",
"(",
"v",
"*",
"ProviderUserIdentifierType",
")",
"*",
"AdminLinkProviderForUserInput",
"{",
"s",
".",
"DestinationUser",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDestinationUser sets the DestinationUser field's value. | [
"SetDestinationUser",
"sets",
"the",
"DestinationUser",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L12855-L12858 |
1,228 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetSourceUser | func (s *AdminLinkProviderForUserInput) SetSourceUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput {
s.SourceUser = v
return s
} | go | func (s *AdminLinkProviderForUserInput) SetSourceUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput {
s.SourceUser = v
return s
} | [
"func",
"(",
"s",
"*",
"AdminLinkProviderForUserInput",
")",
"SetSourceUser",
"(",
"v",
"*",
"ProviderUserIdentifierType",
")",
"*",
"AdminLinkProviderForUserInput",
"{",
"s",
".",
"SourceUser",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSourceUser sets the SourceUser field's value. | [
"SetSourceUser",
"sets",
"the",
"SourceUser",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L12861-L12864 |
1,229 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetAuthEvents | func (s *AdminListUserAuthEventsOutput) SetAuthEvents(v []*AuthEventType) *AdminListUserAuthEventsOutput {
s.AuthEvents = v
return s
} | go | func (s *AdminListUserAuthEventsOutput) SetAuthEvents(v []*AuthEventType) *AdminListUserAuthEventsOutput {
s.AuthEvents = v
return s
} | [
"func",
"(",
"s",
"*",
"AdminListUserAuthEventsOutput",
")",
"SetAuthEvents",
"(",
"v",
"[",
"]",
"*",
"AuthEventType",
")",
"*",
"AdminListUserAuthEventsOutput",
"{",
"s",
".",
"AuthEvents",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAuthEvents sets the AuthEvents field's value. | [
"SetAuthEvents",
"sets",
"the",
"AuthEvents",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L13213-L13216 |
1,230 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserDataShared | func (s *AnalyticsConfigurationType) SetUserDataShared(v bool) *AnalyticsConfigurationType {
s.UserDataShared = &v
return s
} | go | func (s *AnalyticsConfigurationType) SetUserDataShared(v bool) *AnalyticsConfigurationType {
s.UserDataShared = &v
return s
} | [
"func",
"(",
"s",
"*",
"AnalyticsConfigurationType",
")",
"SetUserDataShared",
"(",
"v",
"bool",
")",
"*",
"AnalyticsConfigurationType",
"{",
"s",
".",
"UserDataShared",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserDataShared sets the UserDataShared field's value. | [
"SetUserDataShared",
"sets",
"the",
"UserDataShared",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14231-L14234 |
1,231 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetAnalyticsEndpointId | func (s *AnalyticsMetadataType) SetAnalyticsEndpointId(v string) *AnalyticsMetadataType {
s.AnalyticsEndpointId = &v
return s
} | go | func (s *AnalyticsMetadataType) SetAnalyticsEndpointId(v string) *AnalyticsMetadataType {
s.AnalyticsEndpointId = &v
return s
} | [
"func",
"(",
"s",
"*",
"AnalyticsMetadataType",
")",
"SetAnalyticsEndpointId",
"(",
"v",
"string",
")",
"*",
"AnalyticsMetadataType",
"{",
"s",
".",
"AnalyticsEndpointId",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAnalyticsEndpointId sets the AnalyticsEndpointId field's value. | [
"SetAnalyticsEndpointId",
"sets",
"the",
"AnalyticsEndpointId",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14258-L14261 |
1,232 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetSecretCode | func (s *AssociateSoftwareTokenOutput) SetSecretCode(v string) *AssociateSoftwareTokenOutput {
s.SecretCode = &v
return s
} | go | func (s *AssociateSoftwareTokenOutput) SetSecretCode(v string) *AssociateSoftwareTokenOutput {
s.SecretCode = &v
return s
} | [
"func",
"(",
"s",
"*",
"AssociateSoftwareTokenOutput",
")",
"SetSecretCode",
"(",
"v",
"string",
")",
"*",
"AssociateSoftwareTokenOutput",
"{",
"s",
".",
"SecretCode",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSecretCode sets the SecretCode field's value. | [
"SetSecretCode",
"sets",
"the",
"SecretCode",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14334-L14337 |
1,233 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetEventContextData | func (s *AuthEventType) SetEventContextData(v *EventContextDataType) *AuthEventType {
s.EventContextData = v
return s
} | go | func (s *AuthEventType) SetEventContextData(v *EventContextDataType) *AuthEventType {
s.EventContextData = v
return s
} | [
"func",
"(",
"s",
"*",
"AuthEventType",
")",
"SetEventContextData",
"(",
"v",
"*",
"EventContextDataType",
")",
"*",
"AuthEventType",
"{",
"s",
".",
"EventContextData",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventContextData sets the EventContextData field's value. | [
"SetEventContextData",
"sets",
"the",
"EventContextData",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14450-L14453 |
1,234 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetEventFeedback | func (s *AuthEventType) SetEventFeedback(v *EventFeedbackType) *AuthEventType {
s.EventFeedback = v
return s
} | go | func (s *AuthEventType) SetEventFeedback(v *EventFeedbackType) *AuthEventType {
s.EventFeedback = v
return s
} | [
"func",
"(",
"s",
"*",
"AuthEventType",
")",
"SetEventFeedback",
"(",
"v",
"*",
"EventFeedbackType",
")",
"*",
"AuthEventType",
"{",
"s",
".",
"EventFeedback",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventFeedback sets the EventFeedback field's value. | [
"SetEventFeedback",
"sets",
"the",
"EventFeedback",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14456-L14459 |
1,235 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetEventResponse | func (s *AuthEventType) SetEventResponse(v string) *AuthEventType {
s.EventResponse = &v
return s
} | go | func (s *AuthEventType) SetEventResponse(v string) *AuthEventType {
s.EventResponse = &v
return s
} | [
"func",
"(",
"s",
"*",
"AuthEventType",
")",
"SetEventResponse",
"(",
"v",
"string",
")",
"*",
"AuthEventType",
"{",
"s",
".",
"EventResponse",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventResponse sets the EventResponse field's value. | [
"SetEventResponse",
"sets",
"the",
"EventResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14468-L14471 |
1,236 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetEventRisk | func (s *AuthEventType) SetEventRisk(v *EventRiskType) *AuthEventType {
s.EventRisk = v
return s
} | go | func (s *AuthEventType) SetEventRisk(v *EventRiskType) *AuthEventType {
s.EventRisk = v
return s
} | [
"func",
"(",
"s",
"*",
"AuthEventType",
")",
"SetEventRisk",
"(",
"v",
"*",
"EventRiskType",
")",
"*",
"AuthEventType",
"{",
"s",
".",
"EventRisk",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEventRisk sets the EventRisk field's value. | [
"SetEventRisk",
"sets",
"the",
"EventRisk",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14474-L14477 |
1,237 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetExpiresIn | func (s *AuthenticationResultType) SetExpiresIn(v int64) *AuthenticationResultType {
s.ExpiresIn = &v
return s
} | go | func (s *AuthenticationResultType) SetExpiresIn(v int64) *AuthenticationResultType {
s.ExpiresIn = &v
return s
} | [
"func",
"(",
"s",
"*",
"AuthenticationResultType",
")",
"SetExpiresIn",
"(",
"v",
"int64",
")",
"*",
"AuthenticationResultType",
"{",
"s",
".",
"ExpiresIn",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetExpiresIn sets the ExpiresIn field's value. | [
"SetExpiresIn",
"sets",
"the",
"ExpiresIn",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14525-L14528 |
1,238 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetIdToken | func (s *AuthenticationResultType) SetIdToken(v string) *AuthenticationResultType {
s.IdToken = &v
return s
} | go | func (s *AuthenticationResultType) SetIdToken(v string) *AuthenticationResultType {
s.IdToken = &v
return s
} | [
"func",
"(",
"s",
"*",
"AuthenticationResultType",
")",
"SetIdToken",
"(",
"v",
"string",
")",
"*",
"AuthenticationResultType",
"{",
"s",
".",
"IdToken",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIdToken sets the IdToken field's value. | [
"SetIdToken",
"sets",
"the",
"IdToken",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14531-L14534 |
1,239 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetNewDeviceMetadata | func (s *AuthenticationResultType) SetNewDeviceMetadata(v *NewDeviceMetadataType) *AuthenticationResultType {
s.NewDeviceMetadata = v
return s
} | go | func (s *AuthenticationResultType) SetNewDeviceMetadata(v *NewDeviceMetadataType) *AuthenticationResultType {
s.NewDeviceMetadata = v
return s
} | [
"func",
"(",
"s",
"*",
"AuthenticationResultType",
")",
"SetNewDeviceMetadata",
"(",
"v",
"*",
"NewDeviceMetadataType",
")",
"*",
"AuthenticationResultType",
"{",
"s",
".",
"NewDeviceMetadata",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNewDeviceMetadata sets the NewDeviceMetadata field's value. | [
"SetNewDeviceMetadata",
"sets",
"the",
"NewDeviceMetadata",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14537-L14540 |
1,240 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetTokenType | func (s *AuthenticationResultType) SetTokenType(v string) *AuthenticationResultType {
s.TokenType = &v
return s
} | go | func (s *AuthenticationResultType) SetTokenType(v string) *AuthenticationResultType {
s.TokenType = &v
return s
} | [
"func",
"(",
"s",
"*",
"AuthenticationResultType",
")",
"SetTokenType",
"(",
"v",
"string",
")",
"*",
"AuthenticationResultType",
"{",
"s",
".",
"TokenType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTokenType sets the TokenType field's value. | [
"SetTokenType",
"sets",
"the",
"TokenType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14549-L14552 |
1,241 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetChallengeResponse | func (s *ChallengeResponseType) SetChallengeResponse(v string) *ChallengeResponseType {
s.ChallengeResponse = &v
return s
} | go | func (s *ChallengeResponseType) SetChallengeResponse(v string) *ChallengeResponseType {
s.ChallengeResponse = &v
return s
} | [
"func",
"(",
"s",
"*",
"ChallengeResponseType",
")",
"SetChallengeResponse",
"(",
"v",
"string",
")",
"*",
"ChallengeResponseType",
"{",
"s",
".",
"ChallengeResponse",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChallengeResponse sets the ChallengeResponse field's value. | [
"SetChallengeResponse",
"sets",
"the",
"ChallengeResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14582-L14585 |
1,242 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPreviousPassword | func (s *ChangePasswordInput) SetPreviousPassword(v string) *ChangePasswordInput {
s.PreviousPassword = &v
return s
} | go | func (s *ChangePasswordInput) SetPreviousPassword(v string) *ChangePasswordInput {
s.PreviousPassword = &v
return s
} | [
"func",
"(",
"s",
"*",
"ChangePasswordInput",
")",
"SetPreviousPassword",
"(",
"v",
"string",
")",
"*",
"ChangePasswordInput",
"{",
"s",
".",
"PreviousPassword",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreviousPassword sets the PreviousPassword field's value. | [
"SetPreviousPassword",
"sets",
"the",
"PreviousPassword",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14649-L14652 |
1,243 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetProposedPassword | func (s *ChangePasswordInput) SetProposedPassword(v string) *ChangePasswordInput {
s.ProposedPassword = &v
return s
} | go | func (s *ChangePasswordInput) SetProposedPassword(v string) *ChangePasswordInput {
s.ProposedPassword = &v
return s
} | [
"func",
"(",
"s",
"*",
"ChangePasswordInput",
")",
"SetProposedPassword",
"(",
"v",
"string",
")",
"*",
"ChangePasswordInput",
"{",
"s",
".",
"ProposedPassword",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProposedPassword sets the ProposedPassword field's value. | [
"SetProposedPassword",
"sets",
"the",
"ProposedPassword",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14655-L14658 |
1,244 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceSecretVerifierConfig | func (s *ConfirmDeviceInput) SetDeviceSecretVerifierConfig(v *DeviceSecretVerifierConfigType) *ConfirmDeviceInput {
s.DeviceSecretVerifierConfig = v
return s
} | go | func (s *ConfirmDeviceInput) SetDeviceSecretVerifierConfig(v *DeviceSecretVerifierConfigType) *ConfirmDeviceInput {
s.DeviceSecretVerifierConfig = v
return s
} | [
"func",
"(",
"s",
"*",
"ConfirmDeviceInput",
")",
"SetDeviceSecretVerifierConfig",
"(",
"v",
"*",
"DeviceSecretVerifierConfigType",
")",
"*",
"ConfirmDeviceInput",
"{",
"s",
".",
"DeviceSecretVerifierConfig",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceSecretVerifierConfig sets the DeviceSecretVerifierConfig field's value. | [
"SetDeviceSecretVerifierConfig",
"sets",
"the",
"DeviceSecretVerifierConfig",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14882-L14885 |
1,245 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserConfirmationNecessary | func (s *ConfirmDeviceOutput) SetUserConfirmationNecessary(v bool) *ConfirmDeviceOutput {
s.UserConfirmationNecessary = &v
return s
} | go | func (s *ConfirmDeviceOutput) SetUserConfirmationNecessary(v bool) *ConfirmDeviceOutput {
s.UserConfirmationNecessary = &v
return s
} | [
"func",
"(",
"s",
"*",
"ConfirmDeviceOutput",
")",
"SetUserConfirmationNecessary",
"(",
"v",
"bool",
")",
"*",
"ConfirmDeviceOutput",
"{",
"s",
".",
"UserConfirmationNecessary",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserConfirmationNecessary sets the UserConfirmationNecessary field's value. | [
"SetUserConfirmationNecessary",
"sets",
"the",
"UserConfirmationNecessary",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L14907-L14910 |
1,246 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetHttpHeaders | func (s *ContextDataType) SetHttpHeaders(v []*HttpHeader) *ContextDataType {
s.HttpHeaders = v
return s
} | go | func (s *ContextDataType) SetHttpHeaders(v []*HttpHeader) *ContextDataType {
s.HttpHeaders = v
return s
} | [
"func",
"(",
"s",
"*",
"ContextDataType",
")",
"SetHttpHeaders",
"(",
"v",
"[",
"]",
"*",
"HttpHeader",
")",
"*",
"ContextDataType",
"{",
"s",
".",
"HttpHeaders",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetHttpHeaders sets the HttpHeaders field's value. | [
"SetHttpHeaders",
"sets",
"the",
"HttpHeaders",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L15265-L15268 |
1,247 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetServerPath | func (s *ContextDataType) SetServerPath(v string) *ContextDataType {
s.ServerPath = &v
return s
} | go | func (s *ContextDataType) SetServerPath(v string) *ContextDataType {
s.ServerPath = &v
return s
} | [
"func",
"(",
"s",
"*",
"ContextDataType",
")",
"SetServerPath",
"(",
"v",
"string",
")",
"*",
"ContextDataType",
"{",
"s",
".",
"ServerPath",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetServerPath sets the ServerPath field's value. | [
"SetServerPath",
"sets",
"the",
"ServerPath",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L15283-L15286 |
1,248 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetGenerateSecret | func (s *CreateUserPoolClientInput) SetGenerateSecret(v bool) *CreateUserPoolClientInput {
s.GenerateSecret = &v
return s
} | go | func (s *CreateUserPoolClientInput) SetGenerateSecret(v bool) *CreateUserPoolClientInput {
s.GenerateSecret = &v
return s
} | [
"func",
"(",
"s",
"*",
"CreateUserPoolClientInput",
")",
"SetGenerateSecret",
"(",
"v",
"bool",
")",
"*",
"CreateUserPoolClientInput",
"{",
"s",
".",
"GenerateSecret",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetGenerateSecret sets the GenerateSecret field's value. | [
"SetGenerateSecret",
"sets",
"the",
"GenerateSecret",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L15956-L15959 |
1,249 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDomainDescription | func (s *DescribeUserPoolDomainOutput) SetDomainDescription(v *DomainDescriptionType) *DescribeUserPoolDomainOutput {
s.DomainDescription = v
return s
} | go | func (s *DescribeUserPoolDomainOutput) SetDomainDescription(v *DomainDescriptionType) *DescribeUserPoolDomainOutput {
s.DomainDescription = v
return s
} | [
"func",
"(",
"s",
"*",
"DescribeUserPoolDomainOutput",
")",
"SetDomainDescription",
"(",
"v",
"*",
"DomainDescriptionType",
")",
"*",
"DescribeUserPoolDomainOutput",
"{",
"s",
".",
"DomainDescription",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDomainDescription sets the DomainDescription field's value. | [
"SetDomainDescription",
"sets",
"the",
"DomainDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17486-L17489 |
1,250 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetChallengeRequiredOnNewDevice | func (s *DeviceConfigurationType) SetChallengeRequiredOnNewDevice(v bool) *DeviceConfigurationType {
s.ChallengeRequiredOnNewDevice = &v
return s
} | go | func (s *DeviceConfigurationType) SetChallengeRequiredOnNewDevice(v bool) *DeviceConfigurationType {
s.ChallengeRequiredOnNewDevice = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceConfigurationType",
")",
"SetChallengeRequiredOnNewDevice",
"(",
"v",
"bool",
")",
"*",
"DeviceConfigurationType",
"{",
"s",
".",
"ChallengeRequiredOnNewDevice",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetChallengeRequiredOnNewDevice sets the ChallengeRequiredOnNewDevice field's value. | [
"SetChallengeRequiredOnNewDevice",
"sets",
"the",
"ChallengeRequiredOnNewDevice",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17580-L17583 |
1,251 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceOnlyRememberedOnUserPrompt | func (s *DeviceConfigurationType) SetDeviceOnlyRememberedOnUserPrompt(v bool) *DeviceConfigurationType {
s.DeviceOnlyRememberedOnUserPrompt = &v
return s
} | go | func (s *DeviceConfigurationType) SetDeviceOnlyRememberedOnUserPrompt(v bool) *DeviceConfigurationType {
s.DeviceOnlyRememberedOnUserPrompt = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceConfigurationType",
")",
"SetDeviceOnlyRememberedOnUserPrompt",
"(",
"v",
"bool",
")",
"*",
"DeviceConfigurationType",
"{",
"s",
".",
"DeviceOnlyRememberedOnUserPrompt",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceOnlyRememberedOnUserPrompt sets the DeviceOnlyRememberedOnUserPrompt field's value. | [
"SetDeviceOnlyRememberedOnUserPrompt",
"sets",
"the",
"DeviceOnlyRememberedOnUserPrompt",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17586-L17589 |
1,252 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPasswordVerifier | func (s *DeviceSecretVerifierConfigType) SetPasswordVerifier(v string) *DeviceSecretVerifierConfigType {
s.PasswordVerifier = &v
return s
} | go | func (s *DeviceSecretVerifierConfigType) SetPasswordVerifier(v string) *DeviceSecretVerifierConfigType {
s.PasswordVerifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceSecretVerifierConfigType",
")",
"SetPasswordVerifier",
"(",
"v",
"string",
")",
"*",
"DeviceSecretVerifierConfigType",
"{",
"s",
".",
"PasswordVerifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPasswordVerifier sets the PasswordVerifier field's value. | [
"SetPasswordVerifier",
"sets",
"the",
"PasswordVerifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17613-L17616 |
1,253 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceAttributes | func (s *DeviceType) SetDeviceAttributes(v []*AttributeType) *DeviceType {
s.DeviceAttributes = v
return s
} | go | func (s *DeviceType) SetDeviceAttributes(v []*AttributeType) *DeviceType {
s.DeviceAttributes = v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceType",
")",
"SetDeviceAttributes",
"(",
"v",
"[",
"]",
"*",
"AttributeType",
")",
"*",
"DeviceType",
"{",
"s",
".",
"DeviceAttributes",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceAttributes sets the DeviceAttributes field's value. | [
"SetDeviceAttributes",
"sets",
"the",
"DeviceAttributes",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17655-L17658 |
1,254 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceCreateDate | func (s *DeviceType) SetDeviceCreateDate(v time.Time) *DeviceType {
s.DeviceCreateDate = &v
return s
} | go | func (s *DeviceType) SetDeviceCreateDate(v time.Time) *DeviceType {
s.DeviceCreateDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceType",
")",
"SetDeviceCreateDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DeviceType",
"{",
"s",
".",
"DeviceCreateDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceCreateDate sets the DeviceCreateDate field's value. | [
"SetDeviceCreateDate",
"sets",
"the",
"DeviceCreateDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17661-L17664 |
1,255 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceLastAuthenticatedDate | func (s *DeviceType) SetDeviceLastAuthenticatedDate(v time.Time) *DeviceType {
s.DeviceLastAuthenticatedDate = &v
return s
} | go | func (s *DeviceType) SetDeviceLastAuthenticatedDate(v time.Time) *DeviceType {
s.DeviceLastAuthenticatedDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"DeviceType",
")",
"SetDeviceLastAuthenticatedDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"DeviceType",
"{",
"s",
".",
"DeviceLastAuthenticatedDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceLastAuthenticatedDate sets the DeviceLastAuthenticatedDate field's value. | [
"SetDeviceLastAuthenticatedDate",
"sets",
"the",
"DeviceLastAuthenticatedDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17673-L17676 |
1,256 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetCloudFrontDistribution | func (s *DomainDescriptionType) SetCloudFrontDistribution(v string) *DomainDescriptionType {
s.CloudFrontDistribution = &v
return s
} | go | func (s *DomainDescriptionType) SetCloudFrontDistribution(v string) *DomainDescriptionType {
s.CloudFrontDistribution = &v
return s
} | [
"func",
"(",
"s",
"*",
"DomainDescriptionType",
")",
"SetCloudFrontDistribution",
"(",
"v",
"string",
")",
"*",
"DomainDescriptionType",
"{",
"s",
".",
"CloudFrontDistribution",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCloudFrontDistribution sets the CloudFrontDistribution field's value. | [
"SetCloudFrontDistribution",
"sets",
"the",
"CloudFrontDistribution",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17731-L17734 |
1,257 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetEmailSendingAccount | func (s *EmailConfigurationType) SetEmailSendingAccount(v string) *EmailConfigurationType {
s.EmailSendingAccount = &v
return s
} | go | func (s *EmailConfigurationType) SetEmailSendingAccount(v string) *EmailConfigurationType {
s.EmailSendingAccount = &v
return s
} | [
"func",
"(",
"s",
"*",
"EmailConfigurationType",
")",
"SetEmailSendingAccount",
"(",
"v",
"string",
")",
"*",
"EmailConfigurationType",
"{",
"s",
".",
"EmailSendingAccount",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetEmailSendingAccount sets the EmailSendingAccount field's value. | [
"SetEmailSendingAccount",
"sets",
"the",
"EmailSendingAccount",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17854-L17857 |
1,258 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetReplyToEmailAddress | func (s *EmailConfigurationType) SetReplyToEmailAddress(v string) *EmailConfigurationType {
s.ReplyToEmailAddress = &v
return s
} | go | func (s *EmailConfigurationType) SetReplyToEmailAddress(v string) *EmailConfigurationType {
s.ReplyToEmailAddress = &v
return s
} | [
"func",
"(",
"s",
"*",
"EmailConfigurationType",
")",
"SetReplyToEmailAddress",
"(",
"v",
"string",
")",
"*",
"EmailConfigurationType",
"{",
"s",
".",
"ReplyToEmailAddress",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetReplyToEmailAddress sets the ReplyToEmailAddress field's value. | [
"SetReplyToEmailAddress",
"sets",
"the",
"ReplyToEmailAddress",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17860-L17863 |
1,259 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetFeedbackDate | func (s *EventFeedbackType) SetFeedbackDate(v time.Time) *EventFeedbackType {
s.FeedbackDate = &v
return s
} | go | func (s *EventFeedbackType) SetFeedbackDate(v time.Time) *EventFeedbackType {
s.FeedbackDate = &v
return s
} | [
"func",
"(",
"s",
"*",
"EventFeedbackType",
")",
"SetFeedbackDate",
"(",
"v",
"time",
".",
"Time",
")",
"*",
"EventFeedbackType",
"{",
"s",
".",
"FeedbackDate",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetFeedbackDate sets the FeedbackDate field's value. | [
"SetFeedbackDate",
"sets",
"the",
"FeedbackDate",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17960-L17963 |
1,260 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetRiskDecision | func (s *EventRiskType) SetRiskDecision(v string) *EventRiskType {
s.RiskDecision = &v
return s
} | go | func (s *EventRiskType) SetRiskDecision(v string) *EventRiskType {
s.RiskDecision = &v
return s
} | [
"func",
"(",
"s",
"*",
"EventRiskType",
")",
"SetRiskDecision",
"(",
"v",
"string",
")",
"*",
"EventRiskType",
"{",
"s",
".",
"RiskDecision",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRiskDecision sets the RiskDecision field's value. | [
"SetRiskDecision",
"sets",
"the",
"RiskDecision",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L17999-L18002 |
1,261 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetRiskLevel | func (s *EventRiskType) SetRiskLevel(v string) *EventRiskType {
s.RiskLevel = &v
return s
} | go | func (s *EventRiskType) SetRiskLevel(v string) *EventRiskType {
s.RiskLevel = &v
return s
} | [
"func",
"(",
"s",
"*",
"EventRiskType",
")",
"SetRiskLevel",
"(",
"v",
"string",
")",
"*",
"EventRiskType",
"{",
"s",
".",
"RiskLevel",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRiskLevel sets the RiskLevel field's value. | [
"SetRiskLevel",
"sets",
"the",
"RiskLevel",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L18005-L18008 |
1,262 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetCSVHeader | func (s *GetCSVHeaderOutput) SetCSVHeader(v []*string) *GetCSVHeaderOutput {
s.CSVHeader = v
return s
} | go | func (s *GetCSVHeaderOutput) SetCSVHeader(v []*string) *GetCSVHeaderOutput {
s.CSVHeader = v
return s
} | [
"func",
"(",
"s",
"*",
"GetCSVHeaderOutput",
")",
"SetCSVHeader",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"GetCSVHeaderOutput",
"{",
"s",
".",
"CSVHeader",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCSVHeader sets the CSVHeader field's value. | [
"SetCSVHeader",
"sets",
"the",
"CSVHeader",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L18261-L18264 |
1,263 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetIdpIdentifier | func (s *GetIdentityProviderByIdentifierInput) SetIdpIdentifier(v string) *GetIdentityProviderByIdentifierInput {
s.IdpIdentifier = &v
return s
} | go | func (s *GetIdentityProviderByIdentifierInput) SetIdpIdentifier(v string) *GetIdentityProviderByIdentifierInput {
s.IdpIdentifier = &v
return s
} | [
"func",
"(",
"s",
"*",
"GetIdentityProviderByIdentifierInput",
")",
"SetIdpIdentifier",
"(",
"v",
"string",
")",
"*",
"GetIdentityProviderByIdentifierInput",
"{",
"s",
".",
"IdpIdentifier",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetIdpIdentifier sets the IdpIdentifier field's value. | [
"SetIdpIdentifier",
"sets",
"the",
"IdpIdentifier",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L18477-L18480 |
1,264 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetCreateAuthChallenge | func (s *LambdaConfigType) SetCreateAuthChallenge(v string) *LambdaConfigType {
s.CreateAuthChallenge = &v
return s
} | go | func (s *LambdaConfigType) SetCreateAuthChallenge(v string) *LambdaConfigType {
s.CreateAuthChallenge = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetCreateAuthChallenge",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"CreateAuthChallenge",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCreateAuthChallenge sets the CreateAuthChallenge field's value. | [
"SetCreateAuthChallenge",
"sets",
"the",
"CreateAuthChallenge",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19505-L19508 |
1,265 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetCustomMessage | func (s *LambdaConfigType) SetCustomMessage(v string) *LambdaConfigType {
s.CustomMessage = &v
return s
} | go | func (s *LambdaConfigType) SetCustomMessage(v string) *LambdaConfigType {
s.CustomMessage = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetCustomMessage",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"CustomMessage",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetCustomMessage sets the CustomMessage field's value. | [
"SetCustomMessage",
"sets",
"the",
"CustomMessage",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19511-L19514 |
1,266 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDefineAuthChallenge | func (s *LambdaConfigType) SetDefineAuthChallenge(v string) *LambdaConfigType {
s.DefineAuthChallenge = &v
return s
} | go | func (s *LambdaConfigType) SetDefineAuthChallenge(v string) *LambdaConfigType {
s.DefineAuthChallenge = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetDefineAuthChallenge",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"DefineAuthChallenge",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDefineAuthChallenge sets the DefineAuthChallenge field's value. | [
"SetDefineAuthChallenge",
"sets",
"the",
"DefineAuthChallenge",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19517-L19520 |
1,267 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPostAuthentication | func (s *LambdaConfigType) SetPostAuthentication(v string) *LambdaConfigType {
s.PostAuthentication = &v
return s
} | go | func (s *LambdaConfigType) SetPostAuthentication(v string) *LambdaConfigType {
s.PostAuthentication = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetPostAuthentication",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"PostAuthentication",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPostAuthentication sets the PostAuthentication field's value. | [
"SetPostAuthentication",
"sets",
"the",
"PostAuthentication",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19523-L19526 |
1,268 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPostConfirmation | func (s *LambdaConfigType) SetPostConfirmation(v string) *LambdaConfigType {
s.PostConfirmation = &v
return s
} | go | func (s *LambdaConfigType) SetPostConfirmation(v string) *LambdaConfigType {
s.PostConfirmation = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetPostConfirmation",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"PostConfirmation",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPostConfirmation sets the PostConfirmation field's value. | [
"SetPostConfirmation",
"sets",
"the",
"PostConfirmation",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19529-L19532 |
1,269 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPreAuthentication | func (s *LambdaConfigType) SetPreAuthentication(v string) *LambdaConfigType {
s.PreAuthentication = &v
return s
} | go | func (s *LambdaConfigType) SetPreAuthentication(v string) *LambdaConfigType {
s.PreAuthentication = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetPreAuthentication",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"PreAuthentication",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreAuthentication sets the PreAuthentication field's value. | [
"SetPreAuthentication",
"sets",
"the",
"PreAuthentication",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19535-L19538 |
1,270 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPreSignUp | func (s *LambdaConfigType) SetPreSignUp(v string) *LambdaConfigType {
s.PreSignUp = &v
return s
} | go | func (s *LambdaConfigType) SetPreSignUp(v string) *LambdaConfigType {
s.PreSignUp = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetPreSignUp",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"PreSignUp",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreSignUp sets the PreSignUp field's value. | [
"SetPreSignUp",
"sets",
"the",
"PreSignUp",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19541-L19544 |
1,271 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetPreTokenGeneration | func (s *LambdaConfigType) SetPreTokenGeneration(v string) *LambdaConfigType {
s.PreTokenGeneration = &v
return s
} | go | func (s *LambdaConfigType) SetPreTokenGeneration(v string) *LambdaConfigType {
s.PreTokenGeneration = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetPreTokenGeneration",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"PreTokenGeneration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetPreTokenGeneration sets the PreTokenGeneration field's value. | [
"SetPreTokenGeneration",
"sets",
"the",
"PreTokenGeneration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19547-L19550 |
1,272 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserMigration | func (s *LambdaConfigType) SetUserMigration(v string) *LambdaConfigType {
s.UserMigration = &v
return s
} | go | func (s *LambdaConfigType) SetUserMigration(v string) *LambdaConfigType {
s.UserMigration = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetUserMigration",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"UserMigration",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserMigration sets the UserMigration field's value. | [
"SetUserMigration",
"sets",
"the",
"UserMigration",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19553-L19556 |
1,273 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetVerifyAuthChallengeResponse | func (s *LambdaConfigType) SetVerifyAuthChallengeResponse(v string) *LambdaConfigType {
s.VerifyAuthChallengeResponse = &v
return s
} | go | func (s *LambdaConfigType) SetVerifyAuthChallengeResponse(v string) *LambdaConfigType {
s.VerifyAuthChallengeResponse = &v
return s
} | [
"func",
"(",
"s",
"*",
"LambdaConfigType",
")",
"SetVerifyAuthChallengeResponse",
"(",
"v",
"string",
")",
"*",
"LambdaConfigType",
"{",
"s",
".",
"VerifyAuthChallengeResponse",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetVerifyAuthChallengeResponse sets the VerifyAuthChallengeResponse field's value. | [
"SetVerifyAuthChallengeResponse",
"sets",
"the",
"VerifyAuthChallengeResponse",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19559-L19562 |
1,274 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetProviders | func (s *ListIdentityProvidersOutput) SetProviders(v []*ProviderDescription) *ListIdentityProvidersOutput {
s.Providers = v
return s
} | go | func (s *ListIdentityProvidersOutput) SetProviders(v []*ProviderDescription) *ListIdentityProvidersOutput {
s.Providers = v
return s
} | [
"func",
"(",
"s",
"*",
"ListIdentityProvidersOutput",
")",
"SetProviders",
"(",
"v",
"[",
"]",
"*",
"ProviderDescription",
")",
"*",
"ListIdentityProvidersOutput",
"{",
"s",
".",
"Providers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProviders sets the Providers field's value. | [
"SetProviders",
"sets",
"the",
"Providers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19844-L19847 |
1,275 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetResourceServers | func (s *ListResourceServersOutput) SetResourceServers(v []*ResourceServerType) *ListResourceServersOutput {
s.ResourceServers = v
return s
} | go | func (s *ListResourceServersOutput) SetResourceServers(v []*ResourceServerType) *ListResourceServersOutput {
s.ResourceServers = v
return s
} | [
"func",
"(",
"s",
"*",
"ListResourceServersOutput",
")",
"SetResourceServers",
"(",
"v",
"[",
"]",
"*",
"ResourceServerType",
")",
"*",
"ListResourceServersOutput",
"{",
"s",
".",
"ResourceServers",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetResourceServers sets the ResourceServers field's value. | [
"SetResourceServers",
"sets",
"the",
"ResourceServers",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L19943-L19946 |
1,276 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserImportJobs | func (s *ListUserImportJobsOutput) SetUserImportJobs(v []*UserImportJobType) *ListUserImportJobsOutput {
s.UserImportJobs = v
return s
} | go | func (s *ListUserImportJobsOutput) SetUserImportJobs(v []*UserImportJobType) *ListUserImportJobsOutput {
s.UserImportJobs = v
return s
} | [
"func",
"(",
"s",
"*",
"ListUserImportJobsOutput",
")",
"SetUserImportJobs",
"(",
"v",
"[",
"]",
"*",
"UserImportJobType",
")",
"*",
"ListUserImportJobsOutput",
"{",
"s",
".",
"UserImportJobs",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserImportJobs sets the UserImportJobs field's value. | [
"SetUserImportJobs",
"sets",
"the",
"UserImportJobs",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20115-L20118 |
1,277 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserPoolClients | func (s *ListUserPoolClientsOutput) SetUserPoolClients(v []*UserPoolClientDescription) *ListUserPoolClientsOutput {
s.UserPoolClients = v
return s
} | go | func (s *ListUserPoolClientsOutput) SetUserPoolClients(v []*UserPoolClientDescription) *ListUserPoolClientsOutput {
s.UserPoolClients = v
return s
} | [
"func",
"(",
"s",
"*",
"ListUserPoolClientsOutput",
")",
"SetUserPoolClients",
"(",
"v",
"[",
"]",
"*",
"UserPoolClientDescription",
")",
"*",
"ListUserPoolClientsOutput",
"{",
"s",
".",
"UserPoolClients",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserPoolClients sets the UserPoolClients field's value. | [
"SetUserPoolClients",
"sets",
"the",
"UserPoolClients",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20217-L20220 |
1,278 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetUserPools | func (s *ListUserPoolsOutput) SetUserPools(v []*UserPoolDescriptionType) *ListUserPoolsOutput {
s.UserPools = v
return s
} | go | func (s *ListUserPoolsOutput) SetUserPools(v []*UserPoolDescriptionType) *ListUserPoolsOutput {
s.UserPools = v
return s
} | [
"func",
"(",
"s",
"*",
"ListUserPoolsOutput",
")",
"SetUserPools",
"(",
"v",
"[",
"]",
"*",
"UserPoolDescriptionType",
")",
"*",
"ListUserPoolsOutput",
"{",
"s",
".",
"UserPools",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetUserPools sets the UserPools field's value. | [
"SetUserPools",
"sets",
"the",
"UserPools",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20307-L20310 |
1,279 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeviceGroupKey | func (s *NewDeviceMetadataType) SetDeviceGroupKey(v string) *NewDeviceMetadataType {
s.DeviceGroupKey = &v
return s
} | go | func (s *NewDeviceMetadataType) SetDeviceGroupKey(v string) *NewDeviceMetadataType {
s.DeviceGroupKey = &v
return s
} | [
"func",
"(",
"s",
"*",
"NewDeviceMetadataType",
")",
"SetDeviceGroupKey",
"(",
"v",
"string",
")",
"*",
"NewDeviceMetadataType",
"{",
"s",
".",
"DeviceGroupKey",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeviceGroupKey sets the DeviceGroupKey field's value. | [
"SetDeviceGroupKey",
"sets",
"the",
"DeviceGroupKey",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20713-L20716 |
1,280 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetBlockEmail | func (s *NotifyConfigurationType) SetBlockEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.BlockEmail = v
return s
} | go | func (s *NotifyConfigurationType) SetBlockEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.BlockEmail = v
return s
} | [
"func",
"(",
"s",
"*",
"NotifyConfigurationType",
")",
"SetBlockEmail",
"(",
"v",
"*",
"NotifyEmailType",
")",
"*",
"NotifyConfigurationType",
"{",
"s",
".",
"BlockEmail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlockEmail sets the BlockEmail field's value. | [
"SetBlockEmail",
"sets",
"the",
"BlockEmail",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20796-L20799 |
1,281 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetMfaEmail | func (s *NotifyConfigurationType) SetMfaEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.MfaEmail = v
return s
} | go | func (s *NotifyConfigurationType) SetMfaEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.MfaEmail = v
return s
} | [
"func",
"(",
"s",
"*",
"NotifyConfigurationType",
")",
"SetMfaEmail",
"(",
"v",
"*",
"NotifyEmailType",
")",
"*",
"NotifyConfigurationType",
"{",
"s",
".",
"MfaEmail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMfaEmail sets the MfaEmail field's value. | [
"SetMfaEmail",
"sets",
"the",
"MfaEmail",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20808-L20811 |
1,282 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetNoActionEmail | func (s *NotifyConfigurationType) SetNoActionEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.NoActionEmail = v
return s
} | go | func (s *NotifyConfigurationType) SetNoActionEmail(v *NotifyEmailType) *NotifyConfigurationType {
s.NoActionEmail = v
return s
} | [
"func",
"(",
"s",
"*",
"NotifyConfigurationType",
")",
"SetNoActionEmail",
"(",
"v",
"*",
"NotifyEmailType",
")",
"*",
"NotifyConfigurationType",
"{",
"s",
".",
"NoActionEmail",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNoActionEmail sets the NoActionEmail field's value. | [
"SetNoActionEmail",
"sets",
"the",
"NoActionEmail",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20814-L20817 |
1,283 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetReplyTo | func (s *NotifyConfigurationType) SetReplyTo(v string) *NotifyConfigurationType {
s.ReplyTo = &v
return s
} | go | func (s *NotifyConfigurationType) SetReplyTo(v string) *NotifyConfigurationType {
s.ReplyTo = &v
return s
} | [
"func",
"(",
"s",
"*",
"NotifyConfigurationType",
")",
"SetReplyTo",
"(",
"v",
"string",
")",
"*",
"NotifyConfigurationType",
"{",
"s",
".",
"ReplyTo",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetReplyTo sets the ReplyTo field's value. | [
"SetReplyTo",
"sets",
"the",
"ReplyTo",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20820-L20823 |
1,284 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetTextBody | func (s *NotifyEmailType) SetTextBody(v string) *NotifyEmailType {
s.TextBody = &v
return s
} | go | func (s *NotifyEmailType) SetTextBody(v string) *NotifyEmailType {
s.TextBody = &v
return s
} | [
"func",
"(",
"s",
"*",
"NotifyEmailType",
")",
"SetTextBody",
"(",
"v",
"string",
")",
"*",
"NotifyEmailType",
"{",
"s",
".",
"TextBody",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetTextBody sets the TextBody field's value. | [
"SetTextBody",
"sets",
"the",
"TextBody",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20892-L20895 |
1,285 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetMinimumLength | func (s *PasswordPolicyType) SetMinimumLength(v int64) *PasswordPolicyType {
s.MinimumLength = &v
return s
} | go | func (s *PasswordPolicyType) SetMinimumLength(v int64) *PasswordPolicyType {
s.MinimumLength = &v
return s
} | [
"func",
"(",
"s",
"*",
"PasswordPolicyType",
")",
"SetMinimumLength",
"(",
"v",
"int64",
")",
"*",
"PasswordPolicyType",
"{",
"s",
".",
"MinimumLength",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMinimumLength sets the MinimumLength field's value. | [
"SetMinimumLength",
"sets",
"the",
"MinimumLength",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20980-L20983 |
1,286 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetRequireLowercase | func (s *PasswordPolicyType) SetRequireLowercase(v bool) *PasswordPolicyType {
s.RequireLowercase = &v
return s
} | go | func (s *PasswordPolicyType) SetRequireLowercase(v bool) *PasswordPolicyType {
s.RequireLowercase = &v
return s
} | [
"func",
"(",
"s",
"*",
"PasswordPolicyType",
")",
"SetRequireLowercase",
"(",
"v",
"bool",
")",
"*",
"PasswordPolicyType",
"{",
"s",
".",
"RequireLowercase",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequireLowercase sets the RequireLowercase field's value. | [
"SetRequireLowercase",
"sets",
"the",
"RequireLowercase",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L20986-L20989 |
1,287 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetRequireUppercase | func (s *PasswordPolicyType) SetRequireUppercase(v bool) *PasswordPolicyType {
s.RequireUppercase = &v
return s
} | go | func (s *PasswordPolicyType) SetRequireUppercase(v bool) *PasswordPolicyType {
s.RequireUppercase = &v
return s
} | [
"func",
"(",
"s",
"*",
"PasswordPolicyType",
")",
"SetRequireUppercase",
"(",
"v",
"bool",
")",
"*",
"PasswordPolicyType",
"{",
"s",
".",
"RequireUppercase",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetRequireUppercase sets the RequireUppercase field's value. | [
"SetRequireUppercase",
"sets",
"the",
"RequireUppercase",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21004-L21007 |
1,288 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetProviderAttributeName | func (s *ProviderUserIdentifierType) SetProviderAttributeName(v string) *ProviderUserIdentifierType {
s.ProviderAttributeName = &v
return s
} | go | func (s *ProviderUserIdentifierType) SetProviderAttributeName(v string) *ProviderUserIdentifierType {
s.ProviderAttributeName = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProviderUserIdentifierType",
")",
"SetProviderAttributeName",
"(",
"v",
"string",
")",
"*",
"ProviderUserIdentifierType",
"{",
"s",
".",
"ProviderAttributeName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProviderAttributeName sets the ProviderAttributeName field's value. | [
"SetProviderAttributeName",
"sets",
"the",
"ProviderAttributeName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21098-L21101 |
1,289 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetProviderAttributeValue | func (s *ProviderUserIdentifierType) SetProviderAttributeValue(v string) *ProviderUserIdentifierType {
s.ProviderAttributeValue = &v
return s
} | go | func (s *ProviderUserIdentifierType) SetProviderAttributeValue(v string) *ProviderUserIdentifierType {
s.ProviderAttributeValue = &v
return s
} | [
"func",
"(",
"s",
"*",
"ProviderUserIdentifierType",
")",
"SetProviderAttributeValue",
"(",
"v",
"string",
")",
"*",
"ProviderUserIdentifierType",
"{",
"s",
".",
"ProviderAttributeValue",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetProviderAttributeValue sets the ProviderAttributeValue field's value. | [
"SetProviderAttributeValue",
"sets",
"the",
"ProviderAttributeValue",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21104-L21107 |
1,290 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetScopeDescription | func (s *ResourceServerScopeType) SetScopeDescription(v string) *ResourceServerScopeType {
s.ScopeDescription = &v
return s
} | go | func (s *ResourceServerScopeType) SetScopeDescription(v string) *ResourceServerScopeType {
s.ScopeDescription = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceServerScopeType",
")",
"SetScopeDescription",
"(",
"v",
"string",
")",
"*",
"ResourceServerScopeType",
"{",
"s",
".",
"ScopeDescription",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScopeDescription sets the ScopeDescription field's value. | [
"SetScopeDescription",
"sets",
"the",
"ScopeDescription",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21282-L21285 |
1,291 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetScopeName | func (s *ResourceServerScopeType) SetScopeName(v string) *ResourceServerScopeType {
s.ScopeName = &v
return s
} | go | func (s *ResourceServerScopeType) SetScopeName(v string) *ResourceServerScopeType {
s.ScopeName = &v
return s
} | [
"func",
"(",
"s",
"*",
"ResourceServerScopeType",
")",
"SetScopeName",
"(",
"v",
"string",
")",
"*",
"ResourceServerScopeType",
"{",
"s",
".",
"ScopeName",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetScopeName sets the ScopeName field's value. | [
"SetScopeName",
"sets",
"the",
"ScopeName",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21288-L21291 |
1,292 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetBlockedIPRangeList | func (s *RiskExceptionConfigurationType) SetBlockedIPRangeList(v []*string) *RiskExceptionConfigurationType {
s.BlockedIPRangeList = v
return s
} | go | func (s *RiskExceptionConfigurationType) SetBlockedIPRangeList(v []*string) *RiskExceptionConfigurationType {
s.BlockedIPRangeList = v
return s
} | [
"func",
"(",
"s",
"*",
"RiskExceptionConfigurationType",
")",
"SetBlockedIPRangeList",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"RiskExceptionConfigurationType",
"{",
"s",
".",
"BlockedIPRangeList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetBlockedIPRangeList sets the BlockedIPRangeList field's value. | [
"SetBlockedIPRangeList",
"sets",
"the",
"BlockedIPRangeList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21611-L21614 |
1,293 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetSkippedIPRangeList | func (s *RiskExceptionConfigurationType) SetSkippedIPRangeList(v []*string) *RiskExceptionConfigurationType {
s.SkippedIPRangeList = v
return s
} | go | func (s *RiskExceptionConfigurationType) SetSkippedIPRangeList(v []*string) *RiskExceptionConfigurationType {
s.SkippedIPRangeList = v
return s
} | [
"func",
"(",
"s",
"*",
"RiskExceptionConfigurationType",
")",
"SetSkippedIPRangeList",
"(",
"v",
"[",
"]",
"*",
"string",
")",
"*",
"RiskExceptionConfigurationType",
"{",
"s",
".",
"SkippedIPRangeList",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetSkippedIPRangeList sets the SkippedIPRangeList field's value. | [
"SetSkippedIPRangeList",
"sets",
"the",
"SkippedIPRangeList",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21617-L21620 |
1,294 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetAttributeDataType | func (s *SchemaAttributeType) SetAttributeDataType(v string) *SchemaAttributeType {
s.AttributeDataType = &v
return s
} | go | func (s *SchemaAttributeType) SetAttributeDataType(v string) *SchemaAttributeType {
s.AttributeDataType = &v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaAttributeType",
")",
"SetAttributeDataType",
"(",
"v",
"string",
")",
"*",
"SchemaAttributeType",
"{",
"s",
".",
"AttributeDataType",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetAttributeDataType sets the AttributeDataType field's value. | [
"SetAttributeDataType",
"sets",
"the",
"AttributeDataType",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21714-L21717 |
1,295 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetDeveloperOnlyAttribute | func (s *SchemaAttributeType) SetDeveloperOnlyAttribute(v bool) *SchemaAttributeType {
s.DeveloperOnlyAttribute = &v
return s
} | go | func (s *SchemaAttributeType) SetDeveloperOnlyAttribute(v bool) *SchemaAttributeType {
s.DeveloperOnlyAttribute = &v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaAttributeType",
")",
"SetDeveloperOnlyAttribute",
"(",
"v",
"bool",
")",
"*",
"SchemaAttributeType",
"{",
"s",
".",
"DeveloperOnlyAttribute",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetDeveloperOnlyAttribute sets the DeveloperOnlyAttribute field's value. | [
"SetDeveloperOnlyAttribute",
"sets",
"the",
"DeveloperOnlyAttribute",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21720-L21723 |
1,296 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetMutable | func (s *SchemaAttributeType) SetMutable(v bool) *SchemaAttributeType {
s.Mutable = &v
return s
} | go | func (s *SchemaAttributeType) SetMutable(v bool) *SchemaAttributeType {
s.Mutable = &v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaAttributeType",
")",
"SetMutable",
"(",
"v",
"bool",
")",
"*",
"SchemaAttributeType",
"{",
"s",
".",
"Mutable",
"=",
"&",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetMutable sets the Mutable field's value. | [
"SetMutable",
"sets",
"the",
"Mutable",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21726-L21729 |
1,297 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetNumberAttributeConstraints | func (s *SchemaAttributeType) SetNumberAttributeConstraints(v *NumberAttributeConstraintsType) *SchemaAttributeType {
s.NumberAttributeConstraints = v
return s
} | go | func (s *SchemaAttributeType) SetNumberAttributeConstraints(v *NumberAttributeConstraintsType) *SchemaAttributeType {
s.NumberAttributeConstraints = v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaAttributeType",
")",
"SetNumberAttributeConstraints",
"(",
"v",
"*",
"NumberAttributeConstraintsType",
")",
"*",
"SchemaAttributeType",
"{",
"s",
".",
"NumberAttributeConstraints",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetNumberAttributeConstraints sets the NumberAttributeConstraints field's value. | [
"SetNumberAttributeConstraints",
"sets",
"the",
"NumberAttributeConstraints",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21738-L21741 |
1,298 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetStringAttributeConstraints | func (s *SchemaAttributeType) SetStringAttributeConstraints(v *StringAttributeConstraintsType) *SchemaAttributeType {
s.StringAttributeConstraints = v
return s
} | go | func (s *SchemaAttributeType) SetStringAttributeConstraints(v *StringAttributeConstraintsType) *SchemaAttributeType {
s.StringAttributeConstraints = v
return s
} | [
"func",
"(",
"s",
"*",
"SchemaAttributeType",
")",
"SetStringAttributeConstraints",
"(",
"v",
"*",
"StringAttributeConstraintsType",
")",
"*",
"SchemaAttributeType",
"{",
"s",
".",
"StringAttributeConstraints",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetStringAttributeConstraints sets the StringAttributeConstraints field's value. | [
"SetStringAttributeConstraints",
"sets",
"the",
"StringAttributeConstraints",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21750-L21753 |
1,299 | aws/aws-sdk-go | service/cognitoidentityprovider/api.go | SetImageFile | func (s *SetUICustomizationInput) SetImageFile(v []byte) *SetUICustomizationInput {
s.ImageFile = v
return s
} | go | func (s *SetUICustomizationInput) SetImageFile(v []byte) *SetUICustomizationInput {
s.ImageFile = v
return s
} | [
"func",
"(",
"s",
"*",
"SetUICustomizationInput",
")",
"SetImageFile",
"(",
"v",
"[",
"]",
"byte",
")",
"*",
"SetUICustomizationInput",
"{",
"s",
".",
"ImageFile",
"=",
"v",
"\n",
"return",
"s",
"\n",
"}"
] | // SetImageFile sets the ImageFile field's value. | [
"SetImageFile",
"sets",
"the",
"ImageFile",
"field",
"s",
"value",
"."
] | 6c4060605190fc6f00d63cd4e5572faa9f07345d | https://github.com/aws/aws-sdk-go/blob/6c4060605190fc6f00d63cd4e5572faa9f07345d/service/cognitoidentityprovider/api.go#L21938-L21941 |
Subsets and Splits