Home
last modified time | relevance | path

Searched refs:TagListEntry (Results 1 – 25 of 149) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datasync/include/aws/datasync/model/
H A DTagListEntry.h35 class AWS_DATASYNC_API TagListEntry
38 TagListEntry();
39 TagListEntry(Aws::Utils::Json::JsonView jsonValue);
40 TagListEntry& operator=(Aws::Utils::Json::JsonView jsonValue);
72 inline TagListEntry& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
77 inline TagListEntry& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
82 inline TagListEntry& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
113 inline TagListEntry& WithValue(const Aws::String& value) { SetValue(value); return *this;} in WithValue()
118 inline TagListEntry& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} in WithValue()
123 inline TagListEntry& WithValue(const char* value) { SetValue(value); return *this;} in WithValue()
H A DTagResourceRequest.h86 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
96 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
101 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
106 …inline TagResourceRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value); retu… in WithTags()
111 …inline TagResourceRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(value))… in WithTags()
116 …inline TagResourceRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_tags.pu… in AddTags()
121 …inline TagResourceRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.push_ba… in AddTags()
128 Aws::Vector<TagListEntry> m_tags;
H A DListTagsForResourceResult.h45 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
50 inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tags = value; } in SetTags()
55 inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tags = std::move(value); } in SetTags()
60 …inline ListTagsForResourceResult& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value… in WithTags()
65 …inline ListTagsForResourceResult& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(… in WithTags()
70 …inline ListTagsForResourceResult& AddTags(const TagListEntry& value) { m_tags.push_back(value); re… in AddTags()
75 …inline ListTagsForResourceResult& AddTags(TagListEntry&& value) { m_tags.push_back(std::move(value… in AddTags()
122 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationEfsRequest.h278 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
294 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
302 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
310 …inline CreateLocationEfsRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value)… in WithTags()
318 …inline CreateLocationEfsRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(v… in WithTags()
326 …inline CreateLocationEfsRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_t… in AddTags()
334 …inline CreateLocationEfsRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.p… in AddTags()
347 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationNfsRequest.h409 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
423 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
430 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
437 …inline CreateLocationNfsRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value)… in WithTags()
444 …inline CreateLocationNfsRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(v… in WithTags()
451 …inline CreateLocationNfsRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_t… in AddTags()
458 …inline CreateLocationNfsRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.p… in AddTags()
474 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationS3Request.h350 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
364 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
371 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
378 …inline CreateLocationS3Request& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value);… in WithTags()
385 …inline CreateLocationS3Request& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(va… in WithTags()
392 …inline CreateLocationS3Request& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_ta… in AddTags()
399 …inline CreateLocationS3Request& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.pu… in AddTags()
418 Aws::Vector<TagListEntry> m_tags;
H A DCreateAgentRequest.h203 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
221 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
230 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
239 …inline CreateAgentRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value); retu… in WithTags()
248 …inline CreateAgentRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(value))… in WithTags()
257 …inline CreateAgentRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_tags.pu… in AddTags()
266 …inline CreateAgentRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.push_ba… in AddTags()
521 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationFsxWindowsRequest.h214 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
230 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
238 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
246 …inline CreateLocationFsxWindowsRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags… in WithTags()
254 …inline CreateLocationFsxWindowsRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std:… in WithTags()
262 …inline CreateLocationFsxWindowsRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = tr… in AddTags()
270 …inline CreateLocationFsxWindowsRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m… in AddTags()
446 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationSmbRequest.h507 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
521 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
528 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
535 …inline CreateLocationSmbRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value)… in WithTags()
542 …inline CreateLocationSmbRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(v… in WithTags()
549 …inline CreateLocationSmbRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_t… in AddTags()
556 …inline CreateLocationSmbRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.p… in AddTags()
581 Aws::Vector<TagListEntry> m_tags;
H A DCreateLocationObjectStorageRequest.h458 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
472 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
479 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
486 …inline CreateLocationObjectStorageRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetT… in WithTags()
493 …inline CreateLocationObjectStorageRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(s… in WithTags()
500 …inline CreateLocationObjectStorageRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet =… in AddTags()
507 …inline CreateLocationObjectStorageRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true… in AddTags()
535 Aws::Vector<TagListEntry> m_tags;
H A DCreateTaskRequest.h436 inline const Aws::Vector<TagListEntry>& GetTags() const{ return m_tags; } in GetTags()
448 …inline void SetTags(const Aws::Vector<TagListEntry>& value) { m_tagsHasBeenSet = true; m_tags = va… in SetTags()
454 …inline void SetTags(Aws::Vector<TagListEntry>&& value) { m_tagsHasBeenSet = true; m_tags = std::mo… in SetTags()
460 …inline CreateTaskRequest& WithTags(const Aws::Vector<TagListEntry>& value) { SetTags(value); retur… in WithTags()
466 …inline CreateTaskRequest& WithTags(Aws::Vector<TagListEntry>&& value) { SetTags(std::move(value));… in WithTags()
472 …inline CreateTaskRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_tags.pus… in AddTags()
478 …inline CreateTaskRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.push_bac… in AddTags()
568 Aws::Vector<TagListEntry> m_tags;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datasync/source/model/
H A DTagListEntry.cpp21 TagListEntry::TagListEntry() : in TagListEntry() function in Aws::DataSync::Model::TagListEntry
27 TagListEntry::TagListEntry(JsonView jsonValue) : in TagListEntry() function in Aws::DataSync::Model::TagListEntry
34 TagListEntry& TagListEntry::operator =(JsonView jsonValue) in operator =()
53 JsonValue TagListEntry::Jsonize() const in Jsonize()
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2559 Tags []*TagListEntry `type:"list"`
2683 Tags []*TagListEntry `type:"list"`
2825 Tags []*TagListEntry `type:"list"`
2951 Tags []*TagListEntry `type:"list"`
3089 Tags []*TagListEntry `type:"list"`
4473 Tags []*TagListEntry `type:"list"`
5138 type TagListEntry struct { struct
5151 func (s TagListEntry) String() string { argument
5156 func (s TagListEntry) GoString() string { argument
5180 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2736 Tags []*TagListEntry `type:"list"`
2892 Tags []*TagListEntry `type:"list"`
3034 Tags []*TagListEntry `type:"list"`
3160 Tags []*TagListEntry `type:"list"`
3305 Tags []*TagListEntry `type:"list"`
3481 Tags []*TagListEntry `type:"list"`
4981 Tags []*TagListEntry `type:"list"`
5697 type TagListEntry struct { struct
5710 func (s TagListEntry) String() string { argument
5739 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2748 Tags []*TagListEntry `type:"list"`
2906 Tags []*TagListEntry `type:"list"`
3048 Tags []*TagListEntry `type:"list"`
3182 Tags []*TagListEntry `type:"list"`
3335 Tags []*TagListEntry `type:"list"`
3516 Tags []*TagListEntry `type:"list"`
5051 Tags []*TagListEntry `type:"list"`
5815 type TagListEntry struct { struct
5828 func (s TagListEntry) String() string { argument
5857 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2738 Tags []*TagListEntry `type:"list"`
2894 Tags []*TagListEntry `type:"list"`
3036 Tags []*TagListEntry `type:"list"`
3170 Tags []*TagListEntry `type:"list"`
3321 Tags []*TagListEntry `type:"list"`
3497 Tags []*TagListEntry `type:"list"`
5011 Tags []*TagListEntry `type:"list"`
5775 type TagListEntry struct { struct
5788 func (s TagListEntry) String() string { argument
5817 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2748 Tags []*TagListEntry `type:"list"`
2906 Tags []*TagListEntry `type:"list"`
3048 Tags []*TagListEntry `type:"list"`
3182 Tags []*TagListEntry `type:"list"`
3335 Tags []*TagListEntry `type:"list"`
3516 Tags []*TagListEntry `type:"list"`
5051 Tags []*TagListEntry `type:"list"`
5815 type TagListEntry struct {
5828 func (s TagListEntry) String() string {
5857 func (s *TagListEntry) SetKey(v string) *TagListEntry {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go3077 Tags []*TagListEntry `type:"list"`
3235 Tags []*TagListEntry `type:"list"`
3360 Tags []*TagListEntry `type:"list"`
3541 Tags []*TagListEntry `type:"list"`
3690 Tags []*TagListEntry `type:"list"`
3858 Tags []*TagListEntry `type:"list"`
4011 Tags []*TagListEntry `type:"list"`
4186 Tags []*TagListEntry `type:"list"`
6867 type TagListEntry struct { struct
6909 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go3073 Tags []*TagListEntry `type:"list"`
3231 Tags []*TagListEntry `type:"list"`
3356 Tags []*TagListEntry `type:"list"`
3537 Tags []*TagListEntry `type:"list"`
3690 Tags []*TagListEntry `type:"list"`
3867 Tags []*TagListEntry `type:"list"`
4029 Tags []*TagListEntry `type:"list"`
4204 Tags []*TagListEntry `type:"list"`
7039 type TagListEntry struct { struct
7081 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/datasync/
H A Dapi.go2913 Tags []*TagListEntry `type:"list"`
3071 Tags []*TagListEntry `type:"list"`
3196 Tags []*TagListEntry `type:"list"`
3365 Tags []*TagListEntry `type:"list"`
3499 Tags []*TagListEntry `type:"list"`
3652 Tags []*TagListEntry `type:"list"`
3833 Tags []*TagListEntry `type:"list"`
5592 Tags []*TagListEntry `type:"list"`
6368 type TagListEntry struct { struct
6410 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/datasync/
H A Dapi.go2913 Tags []*TagListEntry `type:"list"`
3071 Tags []*TagListEntry `type:"list"`
3196 Tags []*TagListEntry `type:"list"`
3365 Tags []*TagListEntry `type:"list"`
3499 Tags []*TagListEntry `type:"list"`
3652 Tags []*TagListEntry `type:"list"`
3833 Tags []*TagListEntry `type:"list"`
5592 Tags []*TagListEntry `type:"list"`
6368 type TagListEntry struct { struct
6410 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2913 Tags []*TagListEntry `type:"list"`
3071 Tags []*TagListEntry `type:"list"`
3196 Tags []*TagListEntry `type:"list"`
3365 Tags []*TagListEntry `type:"list"`
3499 Tags []*TagListEntry `type:"list"`
3652 Tags []*TagListEntry `type:"list"`
3833 Tags []*TagListEntry `type:"list"`
5592 Tags []*TagListEntry `type:"list"`
6368 type TagListEntry struct { struct
6410 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go2913 Tags []*TagListEntry `type:"list"`
3071 Tags []*TagListEntry `type:"list"`
3196 Tags []*TagListEntry `type:"list"`
3365 Tags []*TagListEntry `type:"list"`
3499 Tags []*TagListEntry `type:"list"`
3652 Tags []*TagListEntry `type:"list"`
3833 Tags []*TagListEntry `type:"list"`
5592 Tags []*TagListEntry `type:"list"`
6368 type TagListEntry struct { struct
6410 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go3163 Tags []*TagListEntry `type:"list"`
3321 Tags []*TagListEntry `type:"list"`
3446 Tags []*TagListEntry `type:"list"`
3627 Tags []*TagListEntry `type:"list"`
3780 Tags []*TagListEntry `type:"list"`
3956 Tags []*TagListEntry `type:"list"`
4118 Tags []*TagListEntry `type:"list"`
4293 Tags []*TagListEntry `type:"list"`
7127 type TagListEntry struct { struct
7169 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/datasync/
H A Dapi.go3163 Tags []*TagListEntry `type:"list"`
3321 Tags []*TagListEntry `type:"list"`
3446 Tags []*TagListEntry `type:"list"`
3627 Tags []*TagListEntry `type:"list"`
3780 Tags []*TagListEntry `type:"list"`
3956 Tags []*TagListEntry `type:"list"`
4118 Tags []*TagListEntry `type:"list"`
4293 Tags []*TagListEntry `type:"list"`
7127 type TagListEntry struct { struct
7169 func (s *TagListEntry) SetKey(v string) *TagListEntry { argument
[all …]

123456