7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/SchemaFacet.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/clouddirectory/model/ObjectReference.h>
11#include <aws/clouddirectory/model/AttributeKeyAndValue.h>
24namespace CloudDirectory
84 bool m_schemaFacetHasBeenSet =
false;
87 bool m_objectAttributeListHasBeenSet =
false;
90 bool m_objectReferenceHasBeenSet =
false;
void SetSchemaFacet(const SchemaFacet &value)
bool ObjectReferenceHasBeenSet() const
bool ObjectAttributeListHasBeenSet() const
BatchAddFacetToObject & WithObjectAttributeList(Aws::Vector< AttributeKeyAndValue > &&value)
BatchAddFacetToObject & WithObjectAttributeList(const Aws::Vector< AttributeKeyAndValue > &value)
bool SchemaFacetHasBeenSet() const
void SetObjectAttributeList(Aws::Vector< AttributeKeyAndValue > &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchAddFacetToObject & WithObjectReference(ObjectReference &&value)
BatchAddFacetToObject & AddObjectAttributeList(AttributeKeyAndValue &&value)
void SetObjectReference(const ObjectReference &value)
BatchAddFacetToObject & WithSchemaFacet(const SchemaFacet &value)
void SetObjectReference(ObjectReference &&value)
const Aws::Vector< AttributeKeyAndValue > & GetObjectAttributeList() const
void SetObjectAttributeList(const Aws::Vector< AttributeKeyAndValue > &value)
const ObjectReference & GetObjectReference() const
const SchemaFacet & GetSchemaFacet() const
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject()
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject(Aws::Utils::Json::JsonView jsonValue)
void SetSchemaFacet(SchemaFacet &&value)
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchAddFacetToObject & AddObjectAttributeList(const AttributeKeyAndValue &value)
BatchAddFacetToObject & WithSchemaFacet(SchemaFacet &&value)
BatchAddFacetToObject & WithObjectReference(const ObjectReference &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue