Home
last modified time | relevance | path

Searched refs:m_tagList (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/include/aws/opensearch/model/
H A DListTagsResult.h45 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
50 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
55 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
70 … inline ListTagsResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this; } in AddTagList()
75 …inline ListTagsResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return *th… in AddTagList()
79 Aws::Vector<Tag> m_tagList;
H A DAddTagsRequest.h85 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
95 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
100 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
115 …inline AddTagsRequest& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.push_b… in AddTagList()
120 …inline AddTagsRequest& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_back(s… in AddTagList()
127 Aws::Vector<Tag> m_tagList; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workspaces/include/aws/workspaces/model/
H A DDescribeTagsResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline DescribeTagsResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this… in AddTagList()
69 …inline DescribeTagsResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DListTagsForResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
69 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53domains/include/aws/route53domains/model/
H A DListTagsForDomainResult.h45 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
50 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
55 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
70 …inline ListTagsForDomainResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return … in AddTagList()
75 …inline ListTagsForDomainResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); r… in AddTagList()
79 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-memorydb/include/aws/memorydb/model/
H A DListTagsResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 … inline ListTagsResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this; } in AddTagList()
69 …inline ListTagsResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return *th… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
H A DTagResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline TagResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this;… in AddTagList()
69 …inline TagResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return … in AddTagList()
73 Aws::Vector<Tag> m_tagList;
H A DUntagResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline UntagResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *thi… in AddTagList()
69 …inline UntagResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); retur… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-networkmanager/include/aws/networkmanager/model/
H A DListTagsForResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
69 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/model/
H A DListTagsResult.h45 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
50 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
55 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
70 … inline ListTagsResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this; } in AddTagList()
75 …inline ListTagsResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return *th… in AddTagList()
79 Aws::Vector<Tag> m_tagList;
H A DAddTagsRequest.h87 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
99 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
105 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
123 …inline AddTagsRequest& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.push_b… in AddTagList()
129 …inline AddTagsRequest& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_back(s… in AddTagList()
136 Aws::Vector<Tag> m_tagList; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fms/include/aws/fms/model/
H A DListTagsForResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
69 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
H A DPutAppsListRequest.h73 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
83 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
88 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
103 …inline PutAppsListRequest& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.pu… in AddTagList()
108 …inline PutAppsListRequest& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_ba… in AddTagList()
115 Aws::Vector<Tag> m_tagList; variable
H A DPutPolicyRequest.h73 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
83 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
88 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
103 …inline PutPolicyRequest& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.push… in AddTagList()
108 …inline PutPolicyRequest& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_back… in AddTagList()
115 Aws::Vector<Tag> m_tagList; variable
H A DPutProtocolsListRequest.h73 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
83 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
88 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
103 …ListRequest& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.push_back(value)… in AddTagList()
108 …inline PutProtocolsListRequest& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.pu… in AddTagList()
115 Aws::Vector<Tag> m_tagList; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dms/include/aws/dms/model/
H A DListTagsForResourceResult.h44 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
49 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
54 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
69 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
74 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
78 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/model/
H A DListTagsForResourceResult.h39 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
44 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
49 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
64 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
69 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
73 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/include/aws/rds/model/
H A DListTagsForResourceResult.h45 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
50 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
55 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
70 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
75 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
95 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-neptune/include/aws/neptune/model/
H A DListTagsForResourceResult.h40 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
45 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
50 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
65 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
70 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
90 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/include/aws/elasticache/model/
H A DListTagsForResourceResult.h47 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
52 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
57 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
72 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
77 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
97 Aws::Vector<Tag> m_tagList;
H A DAddTagsToResourceResult.h47 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
52 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
57 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
72 …inline AddTagsToResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return … in AddTagList()
77 …inline AddTagsToResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); r… in AddTagList()
97 Aws::Vector<Tag> m_tagList;
H A DRemoveTagsFromResourceResult.h47 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
52 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
57 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
72 …inline RemoveTagsFromResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); re… in AddTagList()
77 …inline RemoveTagsFromResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value… in AddTagList()
97 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-docdb/include/aws/docdb/model/
H A DListTagsForResourceResult.h46 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
51 inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } in SetTagList()
56 inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } in SetTagList()
71 …inline ListTagsForResourceResult& AddTagList(const Tag& value) { m_tagList.push_back(value); retur… in AddTagList()
76 …inline ListTagsForResourceResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value));… in AddTagList()
96 Aws::Vector<Tag> m_tagList;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/include/aws/wafv2/model/
H A DTagInfoForResource.h96 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
106 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
111 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
126 …inline TagInfoForResource& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.pu… in AddTagList()
131 …inline TagInfoForResource& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_ba… in AddTagList()
138 Aws::Vector<Tag> m_tagList; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/include/aws/waf-regional/model/
H A DTagInfoForResource.h101 inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } in GetTagList()
111 …inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagListHasBeenSet = true; m_tagList = va… in SetTagList()
116 …inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagListHasBeenSet = true; m_tagList = std::mo… in SetTagList()
131 …inline TagInfoForResource& AddTagList(const Tag& value) { m_tagListHasBeenSet = true; m_tagList.pu… in AddTagList()
136 …inline TagInfoForResource& AddTagList(Tag&& value) { m_tagListHasBeenSet = true; m_tagList.push_ba… in AddTagList()
143 Aws::Vector<Tag> m_tagList; variable

12345