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
74 bool m_typedLinkSpecifierHasBeenSet =
false;
77 bool m_attributeUpdatesHasBeenSet =
false;
void SetAttributeUpdates(Aws::Vector< LinkAttributeUpdate > &&value)
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes()
bool AttributeUpdatesHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
void SetTypedLinkSpecifier(const TypedLinkSpecifier &value)
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes(Aws::Utils::Json::JsonView jsonValue)
BatchUpdateLinkAttributes & WithAttributeUpdates(Aws::Vector< LinkAttributeUpdate > &&value)
BatchUpdateLinkAttributes & WithTypedLinkSpecifier(TypedLinkSpecifier &&value)
const Aws::Vector< LinkAttributeUpdate > & GetAttributeUpdates() const
BatchUpdateLinkAttributes & WithAttributeUpdates(const Aws::Vector< LinkAttributeUpdate > &value)
BatchUpdateLinkAttributes & AddAttributeUpdates(LinkAttributeUpdate &&value)
bool TypedLinkSpecifierHasBeenSet() const
void SetAttributeUpdates(const Aws::Vector< LinkAttributeUpdate > &value)
BatchUpdateLinkAttributes & AddAttributeUpdates(const LinkAttributeUpdate &value)
AWS_CLOUDDIRECTORY_API BatchUpdateLinkAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchUpdateLinkAttributes & WithTypedLinkSpecifier(const TypedLinkSpecifier &value)
void SetTypedLinkSpecifier(TypedLinkSpecifier &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue