7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3/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_S3_API Delete()=default
void SetObjects(ObjectsT &&value)
void SetQuiet(bool value)
bool QuietHasBeenSet() const
bool ObjectsHasBeenSet() const
AWS_S3_API Delete(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< ObjectIdentifier > & GetObjects() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API Delete & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Delete & WithQuiet(bool value)
Delete & AddObjects(ObjectsT &&value)
Delete & WithObjects(ObjectsT &&value)
std::vector< T, Aws::Allocator< T > > Vector