/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the objects to delete.See Also:
AWS API
* Reference
The objects to delete.
*/ inline const Aws::VectorThe objects to delete.
*/ inline bool ObjectsHasBeenSet() const { return m_objectsHasBeenSet; } /** *The objects to delete.
*/ inline void SetObjects(const Aws::VectorThe objects to delete.
*/ inline void SetObjects(Aws::VectorThe objects to delete.
*/ inline Delete& WithObjects(const Aws::VectorThe objects to delete.
*/ inline Delete& WithObjects(Aws::VectorThe objects to delete.
*/ inline Delete& AddObjects(const ObjectIdentifier& value) { m_objectsHasBeenSet = true; m_objects.push_back(value); return *this; } /** *The objects to delete.
*/ inline Delete& AddObjects(ObjectIdentifier&& value) { m_objectsHasBeenSet = true; m_objects.push_back(std::move(value)); return *this; } /** *Element to enable quiet mode for the request. When you add this element, you * must set its value to true.
*/ inline bool GetQuiet() const{ return m_quiet; } /** *Element to enable quiet mode for the request. When you add this element, you * must set its value to true.
*/ inline bool QuietHasBeenSet() const { return m_quietHasBeenSet; } /** *Element to enable quiet mode for the request. When you add this element, you * must set its value to true.
*/ inline void SetQuiet(bool value) { m_quietHasBeenSet = true; m_quiet = value; } /** *Element to enable quiet mode for the request. When you add this element, you * must set its value to true.
*/ inline Delete& WithQuiet(bool value) { SetQuiet(value); return *this;} private: Aws::Vector