7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/model/ObjectIdentifier.h>
51 template<
typename ObjectsT = Aws::Vector<ObjectIdentifier>>
52 void SetObjects(ObjectsT&& value) { m_objectsHasBeenSet =
true; m_objects = std::forward<ObjectsT>(value); }
53 template<
typename ObjectsT = Aws::Vector<ObjectIdentifier>>
55 template<
typename ObjectsT = ObjectIdentifier>
56 Delete&
AddObjects(ObjectsT&& value) { m_objectsHasBeenSet =
true; m_objects.emplace_back(std::forward<ObjectsT>(value));
return *
this; }
64 inline bool GetQuiet()
const {
return m_quiet; }
66 inline void SetQuiet(
bool value) { m_quietHasBeenSet =
true; m_quiet = value; }
72 bool m_objectsHasBeenSet =
false;
75 bool m_quietHasBeenSet =
false;
AWS_S3CRT_API Delete & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QuietHasBeenSet() const
Delete & AddObjects(ObjectsT &&value)
AWS_S3CRT_API Delete(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ObjectsHasBeenSet() const
Delete & WithQuiet(bool value)
AWS_S3CRT_API Delete()=default
void SetObjects(ObjectsT &&value)
const Aws::Vector< ObjectIdentifier > & GetObjects() const
void SetQuiet(bool value)
Delete & WithObjects(ObjectsT &&value)
std::vector< T, Aws::Allocator< T > > Vector