anchor dict | positive dict | negative dict |
|---|---|---|
{
"audio": "",
"image": "",
"text": "func (s *RunPipelineActivityInput) SetPipelineActivity(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *PipelineActivity) *RunPipelineActivityInput {\n\ts.PipelineActivity = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *SampleChannelDataInput) SetMaxMessages(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *SampleChannelDataInput {\n\ts.MaxMessages = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *SqlQueryDatasetAction) SetSqlQuery(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *SqlQueryDatasetAction {\n\ts.SqlQuery = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Variable) SetDatasetContentVersionValue(v *DatasetContentVersionValue)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Variable {\n\ts.DatasetContentVersionValue = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Variable {\n\ts.OutputFileUriValue = v\n\treturn s\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Variable) SetOutputFileUriValue(v *OutputFileUriValue)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Variable {\n\ts.OutputFileUriValue = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *VersioningConfiguration) SetMaxVersions(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *VersioningConfiguration {\n\ts.MaxVersions = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (sv ShapeValidation) GoCode() string {\n\tvar err error\n\n\tw := &bytes.Buffer{}\n\tswitch sv.Type {\n\tcase ShapeValidationRequired:\n\t\terr = validationGoCodeTmpls.ExecuteTemplate(w, \"requiredValue\", sv)\n\tcase ShapeValidationMinVal:\n\t\tswitch sv.Ref.Shape.Type {... | {
"audio": "",
"image": "",
"text": "\n\t\tswitch sv.Ref.Shape.Type {\n\t\tcase \"map\", \"list\":\n\t\t\terr = validationGoCodeTmpls.ExecuteTemplate(w, \"nestedMapList\", sv)\n\t\tdefault:\n\t\t\terr = validationGoCodeTmpls.ExecuteTemplate(w, \"nestedStruct\", sv)\n\t\t}\n\tdefault:\n\t\tpanic(fmt.Sprintf(\"Shap... | {
"audio": "",
"image": "",
"text": " fmt.Errorf(\"Error parsing version segment: %s\", err)\n\t\t}\n\t\tsv.minor = temp\n\t} else {\n\t\tsv.minor = 0\n\t}\n\n\tif m[3] != \"\" {\n\t\ttemp, err = strconv.ParseInt(strings.TrimPrefix(m[3], \".\"), 10, 64)\n\t\tif err != nil {\n\t\t\treturn nil, fmt.Errorf(\"Error p... |
{
"audio": "",
"image": "",
"text": "func (vs ShapeValidations) GoCode(shape *Shape) string {\n\tbuf := &bytes.Buffer{}\n\tvalidateShapeTmpl.Execute(buf,",
"video": ""
} | {
"audio": "",
"image": "",
"text": " map[string]interface{}{\n\t\t\"Shape\": shape,\n\t\t\"Validations\": vs,\n\t})\n\treturn buf.String()\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\tif !unicode.IsLower(r) {\n\t\treturn str\n\t}\n\n\tbuf := &bytes.Buffer{}\n\tbuf.WriteRune(unicode.ToUpper(r))\n\tbuf.WriteString(str[size:])\n\treturn buf.String()\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (vs ShapeValidations) Has(ref *ShapeRef, typ ShapeValidationType) bool",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\tfor _, v := range vs {\n\t\tif v.Ref == ref && v.Type == typ {\n\t\t\treturn true\n\t\t}\n\t}\n\treturn false\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " client.DeleteReverseTunnel(d.ref.Name); err != nil {\n\t\t\treturn trace.Wrap(err)\n\t\t}\n\t\tfmt.Printf(\"reverse tunnel %v has been deleted\\n\", d.ref.Name)\n\tcase services.KindTrustedCluster:\n\t\tif err = client.DeleteTrustedCluster(d.ref.Name); err != nil {\n\t\t\tret... |
{
"audio": "",
"image": "",
"text": "func (s *Account) SetJoinedMethod(v string) *Account {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.JoinedMethod = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t})\n\tif err == nil {\n\t\tresp := profResp{}\n\t\terr = json.Unmarshal(body, &resp)\n\t\tif err == nil {\n\t\t\t*account = resp.Account\n\t\t\taccount.inst = insta\n\t\t}\n\t}\n\treturn err\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Account) SetJoinedTimestamp(v time.Time) *Account {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.JoinedTimestamp = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\tnowFunc: func() time.Time { return time.Now().In(time.UTC) },\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *CreateAccountStatus) SetCompletedTimestamp(v time.Time) *CreateAccountStatus {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CompletedTimestamp = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\tnowFunc: func() time.Time { return time.Now().In(time.UTC) },\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *CreateAccountStatus) SetGovCloudAccountId(v string) *CreateAccountStatus {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.GovCloudAccountId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCreateAccountStatusInput) SetCreateAccountRequestId(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *DescribeCreateAccountStatusInput {\n\ts.CreateAccountRequestId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *EnabledServicePrincipal) SetDateEnabled(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " time.Time) *EnabledServicePrincipal {\n\ts.DateEnabled = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Handshake) SetExpirationTimestamp(v time.Time) *Handshake {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ExpirationTimestamp = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\tnowFunc: func() time.Time { return time.Now().In(time.UTC) },\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Handshake) SetParties(v []*HandshakeParty)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Handshake {\n\ts.Parties = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *HandshakeFilter) SetParentHandshakeId(v string) *HandshakeFilter {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ParentHandshakeId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *InviteAccountToOrganizationInput) SetNotes(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *InviteAccountToOrganizationInput {\n\ts.Notes = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListAWSServiceAccessForOrganizationOutput) SetEnabledServicePrincipals(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*EnabledServicePrincipal) *ListAWSServiceAccessForOrganizationOutput {\n\ts.EnabledServicePrincipals = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListChildrenInput) SetChildType(v string) *ListChildrenInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ChildType = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListCreateAccountStatusOutput) SetCreateAccountStatuses(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CreateAccountStatus) *ListCreateAccountStatusOutput {\n\ts.CreateAccountStatuses = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListOrganizationalUnitsForParentOutput) SetOrganizationalUnits(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*OrganizationalUnit) *ListOrganizationalUnitsForParentOutput {\n\ts.OrganizationalUnits = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListParentsInput) SetChildId(v string) *ListParentsInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ChildId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListRootsOutput) SetRoots(v []*Root) *ListRootsOutput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.Roots = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *MoveAccountInput) SetDestinationParentId(v string) *MoveAccountInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.DestinationParentId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *MoveAccountInput) SetSourceParentId(v string) *MoveAccountInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.SourceParentId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Organization) SetAvailablePolicyTypes(v []*PolicyTypeSummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Organization {\n\ts.AvailablePolicyTypes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Organization) SetMasterAccountArn(v string) *Organization {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MasterAccountArn = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Organization) SetMasterAccountEmail(v string) *Organization {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MasterAccountEmail = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Organization) SetMasterAccountId(v string) *Organization {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.MasterAccountId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *Policy) SetPolicySummary(v *PolicySummary)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Policy {\n\ts.PolicySummary = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " out *policy.PodSecurityPolicyList, s conversion.Scope) error {\n\treturn autoConvert_v1beta1_PodSecurityPolicyList_To_policy_PodSecurityPolicyList(in, out, s)\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *PolicySummary) SetAwsManaged(v bool) *PolicySummary {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.AwsManaged = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (c *ElastiCache) WaitUntilCacheClusterAvailable(input *DescribeCacheClustersInput) error {\n\treturn",
"video": ""
} | {
"audio": "",
"image": "",
"text": " c.WaitUntilCacheClusterAvailableWithContext(aws.BackgroundContext(), input)\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (c *ElastiCache) WaitUntilCacheClusterDeleted(input *DescribeCacheClustersInput) error {\n\treturn",
"video": ""
} | {
"audio": "",
"image": "",
"text": " c.WaitUntilCacheClusterDeletedWithContext(aws.BackgroundContext(), input)\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (c *ElastiCache) WaitUntilReplicationGroupAvailable(input *DescribeReplicationGroupsInput) error {\n\treturn",
"video": ""
} | {
"audio": "",
"image": "",
"text": " c.WaitUntilReplicationGroupAvailableWithContext(aws.BackgroundContext(), input)\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (c *ElastiCache) WaitUntilReplicationGroupDeleted(input *DescribeReplicationGroupsInput) error {\n\treturn",
"video": ""
} | {
"audio": "",
"image": "",
"text": " c.WaitUntilReplicationGroupDeletedWithContext(aws.BackgroundContext(), input)\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *CacheCluster) SetCacheNodes(v []*CacheNode) *CacheCluster {",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\ts.CacheNodes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheCluster) SetClientDownloadLandingPage(v string) *CacheCluster {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ClientDownloadLandingPage = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheEngineVersion) SetCacheEngineDescription(v string) *CacheEngineVersion {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CacheEngineDescription = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheEngineVersion) SetCacheEngineVersionDescription(v string) *CacheEngineVersion {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CacheEngineVersionDescription = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheNode) SetCacheNodeStatus(v string) *CacheNode {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CacheNodeStatus = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheNode) SetCustomerAvailabilityZone(v string) *CacheNode {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CustomerAvailabilityZone = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheNode) SetSourceCacheNodeId(v string) *CacheNode {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.SourceCacheNodeId = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CacheNodeTypeSpecificParameter) SetCacheNodeTypeSpecificValues(v []*CacheNodeTypeSpecificValue)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *CacheNodeTypeSpecificParameter {\n\ts.CacheNodeTypeSpecificValues = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateReplicationGroupInput) SetNumCacheClusters(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *CreateReplicationGroupInput {\n\ts.NumCacheClusters = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateReplicationGroupInput) SetPreferredCacheClusterAZs(v []*string) *CreateReplicationGroupInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.PreferredCacheClusterAZs = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *CreateReplicationGroupInput) SetReplicasPerNodeGroup(v int64) *CreateReplicationGroupInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ReplicasPerNodeGroup = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *DecreaseReplicaCountInput) SetReplicasToRemove(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *DecreaseReplicaCountInput {\n\ts.ReplicasToRemove = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DeleteReplicationGroupInput) SetRetainPrimaryCluster(v bool) *DeleteReplicationGroupInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.RetainPrimaryCluster = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64To16).\n\t\tWithShrinker(Int16Shrinker).\n\t\tSuchThat(func(v int16) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheClustersInput) SetShowCacheClustersNotInReplicationGroups(v bool) *DescribeCacheClustersInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ShowCacheClustersNotInReplicationGroups = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheClustersInput) SetShowCacheNodeInfo(v bool) *DescribeCacheClustersInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ShowCacheNodeInfo = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64To16).\n\t\tWithShrinker(Int16Shrinker).\n\t\tSuchThat(func(v int16) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheClustersOutput) SetCacheClusters(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CacheCluster) *DescribeCacheClustersOutput {\n\ts.CacheClusters = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheEngineVersionsOutput) SetCacheEngineVersions(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CacheEngineVersion) *DescribeCacheEngineVersionsOutput {\n\ts.CacheEngineVersions = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheParameterGroupsOutput) SetCacheParameterGroups(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CacheParameterGroup) *DescribeCacheParameterGroupsOutput {\n\ts.CacheParameterGroups = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeCacheSubnetGroupsOutput) SetCacheSubnetGroups(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*CacheSubnetGroup) *DescribeCacheSubnetGroupsOutput {\n\ts.CacheSubnetGroups = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeReplicationGroupsOutput) SetReplicationGroups(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*ReplicationGroup) *DescribeReplicationGroupsOutput {\n\ts.ReplicationGroups = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeReservedCacheNodesOfferingsOutput) SetReservedCacheNodesOfferings(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*ReservedCacheNodesOffering) *DescribeReservedCacheNodesOfferingsOutput {\n\ts.ReservedCacheNodesOfferings = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeReservedCacheNodesOutput) SetReservedCacheNodes(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*ReservedCacheNode) *DescribeReservedCacheNodesOutput {\n\ts.ReservedCacheNodes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *DescribeSnapshotsInput) SetShowNodeGroupConfig(v bool) *DescribeSnapshotsInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ShowNodeGroupConfig = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ListAllowedNodeTypeModificationsOutput) SetScaleUpModifications(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ListAllowedNodeTypeModificationsOutput {\n\ts.ScaleUpModifications = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ModifyCacheClusterInput) SetNewAvailabilityZones(v []*string) *ModifyCacheClusterInput",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.NewAvailabilityZones = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ModifyReplicationGroupShardConfigurationInput) SetNodeGroupCount(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ModifyReplicationGroupShardConfigurationInput) SetNodeGroupsToRemove(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupsToRemove = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupCount = &v\n\treturn s\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ModifyReplicationGroupShardConfigurationInput) SetNodeGroupsToRetain(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupsToRetain = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupCount = &v\n\treturn s\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ModifyReplicationGroupShardConfigurationInput) SetReshardingConfiguration(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*ReshardingConfiguration) *ModifyReplicationGroupShardConfigurationInput {\n\ts.ReshardingConfiguration = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) *ModifyReplicationGroupShardConfigurationInput {\n\ts.NodeGroupCount = &v\n\treturn s\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroup) SetNodeGroupMembers(v []*NodeGroupMember)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *NodeGroup {\n\ts.NodeGroupMembers = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroup) SetPrimaryEndpoint(v *Endpoint) *NodeGroup {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PrimaryEndpoint = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroupConfiguration) SetPrimaryAvailabilityZone(v string) *NodeGroupConfiguration {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.PrimaryAvailabilityZone = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroupConfiguration) SetReplicaAvailabilityZones(v []*string) *NodeGroupConfiguration {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ReplicaAvailabilityZones = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroupConfiguration) SetReplicaCount(v int64) *NodeGroupConfiguration",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ReplicaCount = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroupMember) SetCurrentRole(v string) *NodeGroupMember {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CurrentRole = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeGroupMember) SetReadEndpoint(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Endpoint) *NodeGroupMember {\n\ts.ReadEndpoint = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *NodeSnapshot) SetCacheSize(v string) *NodeSnapshot {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.CacheSize = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *PurchaseReservedCacheNodesOfferingOutput) SetReservedCacheNode(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ReservedCacheNode) *PurchaseReservedCacheNodesOfferingOutput {\n\ts.ReservedCacheNode = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReplicationGroup) SetClusterEnabled(v bool) *ReplicationGroup {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ClusterEnabled = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ReplicationGroup) SetMemberClusters(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " []*string) *ReplicationGroup {\n\ts.MemberClusters = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReplicationGroup) SetNodeGroups(v []*NodeGroup) *ReplicationGroup",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.NodeGroups = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReplicationGroupPendingModifiedValues) SetAutomaticFailoverStatus(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *ReplicationGroupPendingModifiedValues {\n\ts.AutomaticFailoverStatus = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReplicationGroupPendingModifiedValues) SetResharding(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ReshardingStatus) *ReplicationGroupPendingModifiedValues {\n\ts.Resharding = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReservedCacheNode) SetReservationARN(v string) *ReservedCacheNode {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ReservationARN = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ReshardingStatus) SetSlotMigration(v *SlotMigration) *ReshardingStatus",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.SlotMigration = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *SlotMigration) SetProgressPercentage(v float64) *SlotMigration {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ProgressPercentage = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *Snapshot) SetNodeSnapshots(v []*NodeSnapshot)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Snapshot {\n\ts.NodeSnapshots = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func trimSpaces(k AST) AST {\n\t// trim left hand side of spaces\n\tfor i := 0; i < len(k.Root.raw); i++ {\n\t\tif !isWhitespace(k.Root.raw[i]) {\n\t\t\tbreak\n\t\t}\n\n\t\tk.Root.raw = k.Root.raw[1:]\n\t\ti--\n\t}\n\n\t// trim right hand side of spaces",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\tfor i := len(k.Root.raw) - 1; i >= 0; i-- {\n\t\tif !isWhitespace(k.Root.raw[i]) {\n\t\t\tbreak\n\t\t}\n\n\t\tk.Root.raw = k.Root.raw[:len(k.Root.raw)-1]\n\t}\n\n\treturn k\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " targets} {\n\t\trootRoles[r.Name] = &data.RootRole{\n\t\t\tThreshold: r.Threshold,\n\t\t\tKeyIDs: r.ListKeyIDs(),\n\t\t}\n\t\tfor kid, k := range r.Keys {\n\t\t\trootKeys[kid] = k\n\t\t}\n\t}\n\tr, err := data.NewRoot(rootKeys, rootRoles, consistent)\n\tif err != nil {\n\t... |
{
"audio": "",
"image": "",
"text": "func (s *BatchReadOperationResponse) SetExceptionResponse(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *BatchReadException) *BatchReadOperationResponse {\n\ts.ExceptionResponse = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *BatchReadOperationResponse) SetSuccessfulResponse(v *BatchReadSuccessfulResponse)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *BatchReadOperationResponse {\n\ts.SuccessfulResponse = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *BatchReadException) *BatchReadOperationResponse {\n\ts.ExceptionResponse = v\n\treturn s\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *FacetAttribute) SetAttributeDefinition(v *FacetAttributeDefinition)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *FacetAttribute {\n\ts.AttributeDefinition = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *FacetAttribute) SetAttributeReference(v *FacetAttributeReference)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *FacetAttribute {\n\ts.AttributeReference = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *FacetAttributeReference) SetTargetAttributeName(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " string) *FacetAttributeReference {\n\ts.TargetAttributeName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *FacetAttributeReference) SetTargetFacetName(v string) *FacetAttributeReference",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.TargetFacetName = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *GetDirectoryOutput) SetDirectory(v",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *Directory) *GetDirectoryOutput {\n\ts.Directory = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *IndexAttachment) SetIndexedAttributes(v []*AttributeKeyAndValue)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *IndexAttachment {\n\ts.IndexedAttributes = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *LinkAttributeAction) SetAttributeActionType(v string) *LinkAttributeAction {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.AttributeActionType = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *LinkAttributeAction) SetAttributeUpdateValue(v *TypedAttributeValue)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *LinkAttributeAction {\n\ts.AttributeUpdateValue = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *LinkAttributeUpdate) SetAttributeAction(v *LinkAttributeAction)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *LinkAttributeUpdate {\n\ts.AttributeAction = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ListObjectParentsInput) SetIncludeAllLinksToEachParent(v bool) *ListObjectParentsInput {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.IncludeAllLinksToEachParent = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\n\t\tMap(int64ToInt).\n\t\tWithShrinker(IntShrinker).\n\t\tSuchThat(func(v int) bool {\n\t\t\treturn v >= min && v <= max\n\t\t})\n}",
"video": ""
} |
{
"audio": "",
"image": "",
"text": "func (s *ObjectAttributeAction) SetObjectAttributeActionType(v string) *ObjectAttributeAction {\n",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\ts.ObjectAttributeActionType = &v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ObjectAttributeAction) SetObjectAttributeUpdateValue(v *TypedAttributeValue) *ObjectAttributeAction",
"video": ""
} | {
"audio": "",
"image": "",
"text": " {\n\ts.ObjectAttributeUpdateValue = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
{
"audio": "",
"image": "",
"text": "func (s *ObjectAttributeUpdate) SetObjectAttributeAction(v *ObjectAttributeAction)",
"video": ""
} | {
"audio": "",
"image": "",
"text": " *ObjectAttributeUpdate {\n\ts.ObjectAttributeAction = v\n\treturn s\n}",
"video": ""
} | {
"audio": "",
"image": "",
"text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.