/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a GetObjectAttributes response
* operation.See Also:
AWS
* API Reference
The attribute values that are associated with an object.
*/ inline const Aws::VectorThe attribute values that are associated with an object.
*/ inline bool AttributesHasBeenSet() const { return m_attributesHasBeenSet; } /** *The attribute values that are associated with an object.
*/ inline void SetAttributes(const Aws::VectorThe attribute values that are associated with an object.
*/ inline void SetAttributes(Aws::VectorThe attribute values that are associated with an object.
*/ inline BatchGetObjectAttributesResponse& WithAttributes(const Aws::VectorThe attribute values that are associated with an object.
*/ inline BatchGetObjectAttributesResponse& WithAttributes(Aws::VectorThe attribute values that are associated with an object.
*/ inline BatchGetObjectAttributesResponse& AddAttributes(const AttributeKeyAndValue& value) { m_attributesHasBeenSet = true; m_attributes.push_back(value); return *this; } /** *The attribute values that are associated with an object.
*/ inline BatchGetObjectAttributesResponse& AddAttributes(AttributeKeyAndValue&& value) { m_attributesHasBeenSet = true; m_attributes.push_back(std::move(value)); return *this; } private: Aws::Vector