7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/clouddirectory/model/AttributeKeyAndValue.h>
22namespace CloudDirectory
48 template<
typename AttributesT = Aws::Vector<AttributeKeyAndValue>>
49 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
50 template<
typename AttributesT = Aws::Vector<AttributeKeyAndValue>>
52 template<
typename AttributesT = AttributeKeyAndValue>
58 bool m_attributesHasBeenSet =
false;
BatchGetLinkAttributesResponse & WithAttributes(AttributesT &&value)
BatchGetLinkAttributesResponse & AddAttributes(AttributesT &&value)
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributesResponse(Aws::Utils::Json::JsonView jsonValue)
bool AttributesHasBeenSet() const
const Aws::Vector< AttributeKeyAndValue > & GetAttributes() const
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributesResponse()=default
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributesResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue