Home
last modified time | relevance | path

Searched refs:S3Tag (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DS3Tag.h30 class AWS_S3CONTROL_API S3Tag
33 S3Tag();
34 S3Tag(const Aws::Utils::Xml::XmlNode& xmlNode);
35 S3Tag& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
68 inline S3Tag& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
73 inline S3Tag& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
78 inline S3Tag& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
109 inline S3Tag& WithValue(const Aws::String& value) { SetValue(value); return *this;} in WithValue()
114 inline S3Tag& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} in WithValue()
119 inline S3Tag& WithValue(const char* value) { SetValue(value); return *this;} in WithValue()
H A DGetJobTaggingResult.h39 inline const Aws::Vector<S3Tag>& GetTags() const{ return m_tags; } in GetTags()
44 inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tags = value; } in SetTags()
49 inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tags = std::move(value); } in SetTags()
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()
64 … inline GetJobTaggingResult& AddTags(const S3Tag& value) { m_tags.push_back(value); return *this; } in AddTags()
69 …inline GetJobTaggingResult& AddTags(S3Tag&& value) { m_tags.push_back(std::move(value)); return *t… in AddTags()
73 Aws::Vector<S3Tag> m_tags;
H A DGetBucketTaggingResult.h39 inline const Aws::Vector<S3Tag>& GetTagSet() const{ return m_tagSet; } in GetTagSet()
44 inline void SetTagSet(const Aws::Vector<S3Tag>& value) { m_tagSet = value; } in SetTagSet()
49 inline void SetTagSet(Aws::Vector<S3Tag>&& value) { m_tagSet = std::move(value); } in SetTagSet()
54 …inline GetBucketTaggingResult& WithTagSet(const Aws::Vector<S3Tag>& value) { SetTagSet(value); ret… in WithTagSet()
59 …inline GetBucketTaggingResult& WithTagSet(Aws::Vector<S3Tag>&& value) { SetTagSet(std::move(value)… in WithTagSet()
64 …inline GetBucketTaggingResult& AddTagSet(const S3Tag& value) { m_tagSet.push_back(value); return *… in AddTagSet()
69 …inline GetBucketTaggingResult& AddTagSet(S3Tag&& value) { m_tagSet.push_back(std::move(value)); re… in AddTagSet()
73 Aws::Vector<S3Tag> m_tagSet;
H A DTagging.h44 inline const Aws::Vector<S3Tag>& GetTagSet() const{ return m_tagSet; } in GetTagSet()
54 …inline void SetTagSet(const Aws::Vector<S3Tag>& value) { m_tagSetHasBeenSet = true; m_tagSet = val… in SetTagSet()
59 …inline void SetTagSet(Aws::Vector<S3Tag>&& value) { m_tagSetHasBeenSet = true; m_tagSet = std::mov… in SetTagSet()
64 inline Tagging& WithTagSet(const Aws::Vector<S3Tag>& value) { SetTagSet(value); return *this;} in WithTagSet()
69 …inline Tagging& WithTagSet(Aws::Vector<S3Tag>&& value) { SetTagSet(std::move(value)); return *this… in WithTagSet()
74 …inline Tagging& AddTagSet(const S3Tag& value) { m_tagSetHasBeenSet = true; m_tagSet.push_back(valu… in AddTagSet()
79 …inline Tagging& AddTagSet(S3Tag&& value) { m_tagSetHasBeenSet = true; m_tagSet.push_back(std::move… in AddTagSet()
83 Aws::Vector<S3Tag> m_tagSet;
H A DS3SetObjectTaggingOperation.h48 inline const Aws::Vector<S3Tag>& GetTagSet() const{ return m_tagSet; } in GetTagSet()
58 …inline void SetTagSet(const Aws::Vector<S3Tag>& value) { m_tagSetHasBeenSet = true; m_tagSet = val… in SetTagSet()
63 …inline void SetTagSet(Aws::Vector<S3Tag>&& value) { m_tagSetHasBeenSet = true; m_tagSet = std::mov… in SetTagSet()
68 …inline S3SetObjectTaggingOperation& WithTagSet(const Aws::Vector<S3Tag>& value) { SetTagSet(value)… in WithTagSet()
73 …inline S3SetObjectTaggingOperation& WithTagSet(Aws::Vector<S3Tag>&& value) { SetTagSet(std::move(v… in WithTagSet()
78 …inline S3SetObjectTaggingOperation& AddTagSet(const S3Tag& value) { m_tagSetHasBeenSet = true; m_t… in AddTagSet()
83 …inline S3SetObjectTaggingOperation& AddTagSet(S3Tag&& value) { m_tagSetHasBeenSet = true; m_tagSet… in AddTagSet()
87 Aws::Vector<S3Tag> m_tagSet;
H A DLifecycleRuleAndOperator.h88 inline const Aws::Vector<S3Tag>& GetTags() const{ return m_tags; } in GetTags()
100 … inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags()
106 …inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(valu… in SetTags()
112 …inline LifecycleRuleAndOperator& WithTags(const Aws::Vector<S3Tag>& value) { SetTags(value); retur… in WithTags()
118 …inline LifecycleRuleAndOperator& WithTags(Aws::Vector<S3Tag>&& value) { SetTags(std::move(value));… in WithTags()
124 …inline LifecycleRuleAndOperator& AddTags(const S3Tag& value) { m_tagsHasBeenSet = true; m_tags.pus… in AddTags()
130 …inline LifecycleRuleAndOperator& AddTags(S3Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_bac… in AddTags()
137 Aws::Vector<S3Tag> m_tags;
H A DPutJobTaggingRequest.h132 inline const Aws::Vector<S3Tag>& GetTags() const{ return m_tags; } in GetTags()
142 … inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags()
147 …inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(valu… in SetTags()
152 …inline PutJobTaggingRequest& WithTags(const Aws::Vector<S3Tag>& value) { SetTags(value); return *t… in WithTags()
157 …inline PutJobTaggingRequest& WithTags(Aws::Vector<S3Tag>&& value) { SetTags(std::move(value)); ret… in WithTags()
162 …inline PutJobTaggingRequest& AddTags(const S3Tag& value) { m_tagsHasBeenSet = true; m_tags.push_ba… in AddTags()
167 …inline PutJobTaggingRequest& AddTags(S3Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(st… in AddTags()
177 Aws::Vector<S3Tag> m_tags;
H A DLifecycleRuleFilter.h125 inline const S3Tag& GetTag() const{ return m_tag; } in GetTag()
131 inline void SetTag(const S3Tag& value) { m_tagHasBeenSet = true; m_tag = value; } in SetTag()
134 inline void SetTag(S3Tag&& value) { m_tagHasBeenSet = true; m_tag = std::move(value); } in SetTag()
137 inline LifecycleRuleFilter& WithTag(const S3Tag& value) { SetTag(value); return *this;} in WithTag()
140 inline LifecycleRuleFilter& WithTag(S3Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag()
178 S3Tag m_tag;
H A DCreateJobRequest.h416 inline const Aws::Vector<S3Tag>& GetTags() const{ return m_tags; } in GetTags()
428 … inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags()
434 …inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(valu… in SetTags()
440 …inline CreateJobRequest& WithTags(const Aws::Vector<S3Tag>& value) { SetTags(value); return *this;} in WithTags()
446 …inline CreateJobRequest& WithTags(Aws::Vector<S3Tag>&& value) { SetTags(std::move(value)); return … in WithTags()
452 …inline CreateJobRequest& AddTags(const S3Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(v… in AddTags()
458 …inline CreateJobRequest& AddTags(S3Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::m… in AddTags()
489 Aws::Vector<S3Tag> m_tags;
H A DS3CopyObjectOperation.h279 inline const Aws::Vector<S3Tag>& GetNewObjectTagging() const{ return m_newObjectTagging; } in GetNewObjectTagging()
289 …inline void SetNewObjectTagging(const Aws::Vector<S3Tag>& value) { m_newObjectTaggingHasBeenSet = … in SetNewObjectTagging()
294 …inline void SetNewObjectTagging(Aws::Vector<S3Tag>&& value) { m_newObjectTaggingHasBeenSet = true;… in SetNewObjectTagging()
299 …inline S3CopyObjectOperation& WithNewObjectTagging(const Aws::Vector<S3Tag>& value) { SetNewObject… in WithNewObjectTagging()
304 …inline S3CopyObjectOperation& WithNewObjectTagging(Aws::Vector<S3Tag>&& value) { SetNewObjectTaggi… in WithNewObjectTagging()
309 …inline S3CopyObjectOperation& AddNewObjectTagging(const S3Tag& value) { m_newObjectTaggingHasBeenS… in AddNewObjectTagging()
314 …inline S3CopyObjectOperation& AddNewObjectTagging(S3Tag&& value) { m_newObjectTaggingHasBeenSet = … in AddNewObjectTagging()
726 Aws::Vector<S3Tag> m_newObjectTagging;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/
H A DS3Tag.h32 class AWS_TRANSFER_API S3Tag
35 S3Tag();
36 S3Tag(Aws::Utils::Json::JsonView jsonValue);
37 S3Tag& operator=(Aws::Utils::Json::JsonView jsonValue);
69 inline S3Tag& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
74 inline S3Tag& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} in WithKey()
79 inline S3Tag& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
110 inline S3Tag& WithValue(const Aws::String& value) { SetValue(value); return *this;} in WithValue()
115 inline S3Tag& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} in WithValue()
120 inline S3Tag& WithValue(const char* value) { SetValue(value); return *this;} in WithValue()
H A DTagStepDetails.h88 inline const Aws::Vector<S3Tag>& GetTags() const{ return m_tags; } in GetTags()
98 … inline void SetTags(const Aws::Vector<S3Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } in SetTags()
103 …inline void SetTags(Aws::Vector<S3Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(valu… in SetTags()
108 … inline TagStepDetails& WithTags(const Aws::Vector<S3Tag>& value) { SetTags(value); return *this;} in WithTags()
113 …inline TagStepDetails& WithTags(Aws::Vector<S3Tag>&& value) { SetTags(std::move(value)); return *t… in WithTags()
118 …inline TagStepDetails& AddTags(const S3Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(val… in AddTags()
123 …inline TagStepDetails& AddTags(S3Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::mov… in AddTags()
130 Aws::Vector<S3Tag> m_tags;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/source/model/
H A DS3Tag.cpp21 S3Tag::S3Tag() : in S3Tag() function in Aws::Transfer::Model::S3Tag
27 S3Tag::S3Tag(JsonView jsonValue) : in S3Tag() function in Aws::Transfer::Model::S3Tag
34 S3Tag& S3Tag::operator =(JsonView jsonValue) in operator =()
53 JsonValue S3Tag::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/source/model/
H A DS3Tag.cpp23 S3Tag::S3Tag() : in S3Tag() function in Aws::S3Control::Model::S3Tag
29 S3Tag::S3Tag(const XmlNode& xmlNode) : in S3Tag() function in Aws::S3Control::Model::S3Tag
36 S3Tag& S3Tag::operator =(const XmlNode& xmlNode) in operator =()
59 void S3Tag::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/s3control/types/
H A Dtypes.go430 Tags []S3Tag
443 Tag *S3Tag
680 NewObjectTagging []S3Tag
887 TagSet []S3Tag
891 type S3Tag struct { struct
1025 TagSet []S3Tag
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/s3control/types/
H A Dtypes.go430 Tags []S3Tag
443 Tag *S3Tag
680 NewObjectTagging []S3Tag
887 TagSet []S3Tag
891 type S3Tag struct { struct
1025 TagSet []S3Tag
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/s3control/types/
H A Dtypes.go430 Tags []S3Tag
443 Tag *S3Tag
680 NewObjectTagging []S3Tag
887 TagSet []S3Tag
891 type S3Tag struct { struct
1025 TagSet []S3Tag
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/s3control/types/
H A Dtypes.go452 Tags []S3Tag
469 Tag *S3Tag
771 NewObjectTagging []S3Tag
995 TagSet []S3Tag
999 type S3Tag struct { struct
1134 TagSet []S3Tag
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/s3control/types/
H A Dtypes.go452 Tags []S3Tag
469 Tag *S3Tag
771 NewObjectTagging []S3Tag
995 TagSet []S3Tag
999 type S3Tag struct { struct
1134 TagSet []S3Tag
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/s3control/types/
H A Dtypes.go452 Tags []S3Tag
469 Tag *S3Tag
771 NewObjectTagging []S3Tag
995 TagSet []S3Tag
999 type S3Tag struct { struct
1134 TagSet []S3Tag
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/s3control/types/
H A Dtypes.go453 Tags []S3Tag
470 Tag *S3Tag
771 NewObjectTagging []S3Tag
995 TagSet []S3Tag
999 type S3Tag struct { struct
1134 TagSet []S3Tag
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3control/types/
H A Dtypes.go629 Tags []S3Tag
648 Tag *S3Tag
1121 NewObjectTagging []S3Tag
1368 TagSet []S3Tag
1374 type S3Tag struct { struct
1527 TagSet []S3Tag
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/transfer/types/
H A Dtypes.go865 type S3Tag struct { struct
946 Tags []S3Tag
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/s3control/
H A Dapi.go2253 NewObjectTagging []*S3Tag `type:"list"`
2364 func (s *S3CopyObjectOperation) SetNewObjectTagging(v []*S3Tag) *S3CopyObjectOperation {
2786 TagSet []*S3Tag `type:"list"`
2820 func (s *S3SetObjectTaggingOperation) SetTagSet(v []*S3Tag) *S3SetObjectTaggingOperation {
2825 type S3Tag struct { struct
2836 func (s S3Tag) String() string { argument
2841 func (s S3Tag) GoString() string { argument
2846 func (s *S3Tag) Validate() error { argument
2865 func (s *S3Tag) SetKey(v string) *S3Tag { argument
2871 func (s *S3Tag) SetValue(v string) *S3Tag { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/s3control/
H A Dapi.go2253 NewObjectTagging []*S3Tag `type:"list"`
2364 func (s *S3CopyObjectOperation) SetNewObjectTagging(v []*S3Tag) *S3CopyObjectOperation {
2786 TagSet []*S3Tag `type:"list"`
2820 func (s *S3SetObjectTaggingOperation) SetTagSet(v []*S3Tag) *S3SetObjectTaggingOperation {
2825 type S3Tag struct { struct
2836 func (s S3Tag) String() string { argument
2841 func (s S3Tag) GoString() string { argument
2846 func (s *S3Tag) Validate() error { argument
2865 func (s *S3Tag) SetKey(v string) *S3Tag { argument
2871 func (s *S3Tag) SetValue(v string) *S3Tag { argument

12345