7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/TypedLinkSpecifier.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/clouddirectory/model/LinkAttributeUpdate.h>
23namespace CloudDirectory
52 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
53 void SetTypedLinkSpecifier(TypedLinkSpecifierT&& value) { m_typedLinkSpecifierHasBeenSet =
true; m_typedLinkSpecifier = std::forward<TypedLinkSpecifierT>(value); }
54 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
64 template<
typename AttributeUpdatesT = Aws::Vector<LinkAttributeUpdate>>
65 void SetAttributeUpdates(AttributeUpdatesT&& value) { m_attributeUpdatesHasBeenSet =
true; m_attributeUpdates = std::forward<AttributeUpdatesT>(value); }
66 template<
typename AttributeUpdatesT = Aws::Vector<LinkAttributeUpdate>>
68 template<
typename AttributeUpdatesT = LinkAttributeUpdate>
74 bool m_typedLinkSpecifierHasBeenSet =
false;
77 bool m_attributeUpdatesHasBeenSet =
false;
void SetAttributeUpdates(AttributeUpdatesT &&value)
bool AttributeUpdatesHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
BatchUpdateLinkAttributes & WithAttributeUpdates(AttributeUpdatesT &&value)
BatchUpdateLinkAttributes & WithTypedLinkSpecifier(TypedLinkSpecifierT &&value)
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< LinkAttributeUpdate > & GetAttributeUpdates() const
void SetTypedLinkSpecifier(TypedLinkSpecifierT &&value)
BatchUpdateLinkAttributes & AddAttributeUpdates(AttributeUpdatesT &&value)
bool TypedLinkSpecifierHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue