Home
last modified time | relevance | path

Searched refs:SetTags (Results 1 – 25 of 2866) sorted by relevance

12345678910>>...115

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/buildtags/
H A Dbuildtags_test.go91 {Term("a"), SetTags("a"), true},
92 {Term("!a"), SetTags("a"), false},
93 {Term("!a"), SetTags(), true},
94 {Term("inval-id"), SetTags("inval-id"), false},
96 {Opt(Term("a"), Term("b")), SetTags(), false},
97 {Opt(Term("a"), Term("b")), SetTags("a"), false},
98 {Opt(Term("a"), Term("b")), SetTags("b"), false},
104 SetTags("linux", "386"),
109 SetTags("darwin"),
114 SetTags("linux", "darwin", "cgo"),
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DCreateTopicRuleRequest.h138 inline void SetTags(const Aws::String& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags() function
147 inline void SetTags(Aws::String&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } in SetTags() function
156 inline void SetTags(const char* value) { m_tagsHasBeenSet = true; m_tags.assign(value); } in SetTags() function
165 … inline CreateTopicRuleRequest& WithTags(const Aws::String& value) { SetTags(value); return *this;} in WithTags()
174 …inline CreateTopicRuleRequest& WithTags(Aws::String&& value) { SetTags(std::move(value)); return *… in WithTags()
183 inline CreateTopicRuleRequest& WithTags(const char* value) { SetTags(value); return *this;} in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DListTagsForResource2020_05_31Result.h49 inline void SetTags(const Tags& value) { m_tags = value; } in SetTags() function
54 inline void SetTags(Tags&& value) { m_tags = std::move(value); } in SetTags() function
59 …inline ListTagsForResource2020_05_31Result& WithTags(const Tags& value) { SetTags(value); return *… in WithTags()
64 …inline ListTagsForResource2020_05_31Result& WithTags(Tags&& value) { SetTags(std::move(value)); re… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/
H A DCreateOrUpdateTagsRequest.h53 inline void SetTags(const Aws::Vector<Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags() function
58 …inline void SetTags(Aws::Vector<Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value)… in SetTags() function
63 …inline CreateOrUpdateTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
68 …inline CreateOrUpdateTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
H A DDeleteTagsRequest.h53 inline void SetTags(const Aws::Vector<Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags() function
58 …inline void SetTags(Aws::Vector<Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value)… in SetTags() function
63 … inline DeleteTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
68 …inline DeleteTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DGetJobTaggingResult.h44 inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline GetJobTaggingResult& WithTags(const Aws::Vector<S3Tag>& value) { SetTags(value); return *th… in WithTags()
59 …inline GetJobTaggingResult& WithTags(Aws::Vector<S3Tag>&& value) { SetTags(std::move(value)); retu… in WithTags()
H A DGetStorageLensConfigurationTaggingResult.h44 inline void SetTags(const Aws::Vector<StorageLensTag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<StorageLensTag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …ationTaggingResult& WithTags(const Aws::Vector<StorageLensTag>& value) { SetTags(value); return *t… in WithTags()
59 …figurationTaggingResult& WithTags(Aws::Vector<StorageLensTag>&& value) { SetTags(std::move(value))… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sesv2/include/aws/sesv2/model/
H A DListTagsForResourceResult.h48 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
55 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
62 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
69 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/model/
H A DListTagsForResourceResult.h48 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
55 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
62 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
69 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-swf/include/aws/swf/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<ResourceTag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<ResourceTag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<ResourceTag>& value) { SetTags(value)… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<ResourceTag>&& value) { SetTags(std::move(v… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-timestream-write/include/aws/timestream-write/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-voice-id/include/aws/voice-id/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-service-quotas/include/aws/service-quotas/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm-contacts/include/aws/ssm-contacts/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-states/include/aws/states/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore/include/aws/mediastore/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DAddTagsResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 inline AddTagsResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
59 …inline AddTagsResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *this… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DListMeetingTagsResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListMeetingTagsResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *th… in WithTags()
59 …inline ListMeetingTagsResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); retu… in WithTags()
H A DListAttendeeTagsResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListAttendeeTagsResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *t… in WithTags()
59 …inline ListAttendeeTagsResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); ret… in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecr-public/include/aws/ecr-public/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecr/include/aws/ecr/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-globalaccelerator/include/aws/globalaccelerator/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-forecast/include/aws/forecast/model/
H A DListTagsForResourceResult.h44 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
49 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
54 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
59 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/include/aws/gamelift/model/
H A DListTagsForResourceResult.h46 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags() function
52 inline void SetTags(Aws::Vector<Tag>&& value) { m_tags = std::move(value); } in SetTags() function
58 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return… in WithTags()
64 …inline ListTagsForResourceResult& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); … in WithTags()

12345678910>>...115