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