Home
last modified time | relevance | path

Searched refs:ObjectVersion (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DObjectVersion.h33 class AWS_S3_API ObjectVersion
36 ObjectVersion();
37 ObjectVersion(const Aws::Utils::Xml::XmlNode& xmlNode);
38 ObjectVersion& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
71 inline ObjectVersion& WithETag(const Aws::String& value) { SetETag(value); return *this;} in WithETag()
81 inline ObjectVersion& WithETag(const char* value) { SetETag(value); return *this;} in WithETag()
102 inline ObjectVersion& WithSize(long long value) { SetSize(value); return *this;} in WithSize()
164 inline ObjectVersion& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
174 inline ObjectVersion& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
240 inline ObjectVersion& WithIsLatest(bool value) { SetIsLatest(value); return *this;} in WithIsLatest()
[all …]
H A DListObjectVersionsResult.h257 inline const Aws::Vector<ObjectVersion>& GetVersions() const{ return m_versions; } in GetVersions()
262 inline void SetVersions(const Aws::Vector<ObjectVersion>& value) { m_versions = value; } in SetVersions()
267 inline void SetVersions(Aws::Vector<ObjectVersion>&& value) { m_versions = std::move(value); } in SetVersions()
272 …inline ListObjectVersionsResult& WithVersions(const Aws::Vector<ObjectVersion>& value) { SetVersio… in WithVersions()
277 …inline ListObjectVersionsResult& WithVersions(Aws::Vector<ObjectVersion>&& value) { SetVersions(st… in WithVersions()
282 …inline ListObjectVersionsResult& AddVersions(const ObjectVersion& value) { m_versions.push_back(va… in AddVersions()
287 …inline ListObjectVersionsResult& AddVersions(ObjectVersion&& value) { m_versions.push_back(std::mo… in AddVersions()
585 Aws::Vector<ObjectVersion> m_versions;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DObjectVersion.h33 class AWS_S3CRT_API ObjectVersion
36 ObjectVersion();
37 ObjectVersion(const Aws::Utils::Xml::XmlNode& xmlNode);
38 ObjectVersion& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
71 inline ObjectVersion& WithETag(const Aws::String& value) { SetETag(value); return *this;} in WithETag()
81 inline ObjectVersion& WithETag(const char* value) { SetETag(value); return *this;} in WithETag()
102 inline ObjectVersion& WithSize(long long value) { SetSize(value); return *this;} in WithSize()
164 inline ObjectVersion& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey()
174 inline ObjectVersion& WithKey(const char* value) { SetKey(value); return *this;} in WithKey()
240 inline ObjectVersion& WithIsLatest(bool value) { SetIsLatest(value); return *this;} in WithIsLatest()
[all …]
H A DListObjectVersionsResult.h257 inline const Aws::Vector<ObjectVersion>& GetVersions() const{ return m_versions; } in GetVersions()
262 inline void SetVersions(const Aws::Vector<ObjectVersion>& value) { m_versions = value; } in SetVersions()
267 inline void SetVersions(Aws::Vector<ObjectVersion>&& value) { m_versions = std::move(value); } in SetVersions()
272 …inline ListObjectVersionsResult& WithVersions(const Aws::Vector<ObjectVersion>& value) { SetVersio… in WithVersions()
277 …inline ListObjectVersionsResult& WithVersions(Aws::Vector<ObjectVersion>&& value) { SetVersions(st… in WithVersions()
282 …inline ListObjectVersionsResult& AddVersions(const ObjectVersion& value) { m_versions.push_back(va… in AddVersions()
287 …inline ListObjectVersionsResult& AddVersions(ObjectVersion&& value) { m_versions.push_back(std::mo… in AddVersions()
585 Aws::Vector<ObjectVersion> m_versions;
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Dinternals.h31 doc::ObjectVersion operator[](int i) const { return m_vers[i]; }
33 doc::ObjectVersion newer() { return m_vers[0]; } in newer()
34 doc::ObjectVersion older() { return m_vers[2]; } in older()
37 void rotateRevisions(doc::ObjectVersion newer) { in rotateRevisions()
45 void add(doc::ObjectVersion ver) { in add()
49 std::sort(m_vers, m_vers+2, std::greater<doc::ObjectVersion>()); in add()
54 doc::ObjectVersion m_vers[3];
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DObjectVersion.cpp23 ObjectVersion::ObjectVersion() : in ObjectVersion() function in Aws::S3Crt::Model::ObjectVersion
38 ObjectVersion::ObjectVersion(const XmlNode& xmlNode) : in ObjectVersion() function in Aws::S3Crt::Model::ObjectVersion
54 ObjectVersion& ObjectVersion::operator =(const XmlNode& xmlNode) in operator =()
113 void ObjectVersion::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DObjectVersion.cpp23 ObjectVersion::ObjectVersion() : in ObjectVersion() function in Aws::S3::Model::ObjectVersion
38 ObjectVersion::ObjectVersion(const XmlNode& xmlNode) : in ObjectVersion() function in Aws::S3::Model::ObjectVersion
54 ObjectVersion& ObjectVersion::operator =(const XmlNode& xmlNode) in operator =()
113 void ObjectVersion::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dobject.h16 typedef uint32_t ObjectVersion; typedef
26 const ObjectVersion version() const { return m_version; } in version()
29 void setVersion(ObjectVersion version);
46 ObjectVersion m_version;
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/dataintegration/
H A Dsource.go35 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
95 return m.ObjectVersion
154 ObjectVersion *int `json:"objectVersion"`
183 m.ObjectVersion = model.ObjectVersion
H A Dpublished_object.go51 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
73 m.ObjectVersion = s.Model.ObjectVersion
130 return m.ObjectVersion
H A Dpublished_object_summary.go53 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
76 m.ObjectVersion = s.Model.ObjectVersion
134 return m.ObjectVersion
H A Dtarget.go35 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
98 return m.ObjectVersion
157 ObjectVersion *int `json:"objectVersion"`
187 m.ObjectVersion = model.ObjectVersion
H A Dupdate_connection_details.go52 ObjectVersion *int `mandatory:"true" json:"objectVersion"` member
76 m.ObjectVersion = s.Model.ObjectVersion
127 return m.ObjectVersion
H A Dupdate_data_asset_details.go53 ObjectVersion *int `mandatory:"true" json:"objectVersion"` member
77 m.ObjectVersion = s.Model.ObjectVersion
128 return m.ObjectVersion
H A Dconnection.go64 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
91 m.ObjectVersion = s.Model.ObjectVersion
161 return m.ObjectVersion
H A Dconnection_details.go61 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
87 m.ObjectVersion = s.Model.ObjectVersion
156 return m.ObjectVersion
H A Dupdate_task_details.go62 ObjectVersion *int `mandatory:"true" json:"objectVersion"` member
90 m.ObjectVersion = s.Model.ObjectVersion
137 return m.ObjectVersion
H A Ddata_asset.go68 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
95 m.ObjectVersion = s.Model.ObjectVersion
181 return m.ObjectVersion
H A Ddata_asset_summary.go65 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
91 m.ObjectVersion = s.Model.ObjectVersion
176 return m.ObjectVersion
H A Dconnection_summary.go64 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
91 m.ObjectVersion = s.Model.ObjectVersion
161 return m.ObjectVersion
H A Dcreate_task_validation_details.go66 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
94 m.ObjectVersion = s.Model.ObjectVersion
157 return m.ObjectVersion
H A Dtask.go69 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
98 m.ObjectVersion = s.Model.ObjectVersion
162 return m.ObjectVersion
H A Dtask_summary.go69 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
98 m.ObjectVersion = s.Model.ObjectVersion
162 return m.ObjectVersion
H A Doperator.go62 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
88 m.ObjectVersion = s.Model.ObjectVersion
165 return m.ObjectVersion
H A Dpublished_object_from_integration_task.go35 ObjectVersion *int `mandatory:"false" json:"objectVersion"` member
86 return m.ObjectVersion

12345678910>>...18