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
50 template<
typename SchemaFacetT = SchemaFacet>
51 void SetSchemaFacet(SchemaFacetT&& value) { m_schemaFacetHasBeenSet =
true; m_schemaFacet = std::forward<SchemaFacetT>(value); }
52 template<
typename SchemaFacetT = SchemaFacet>
62 template<
typename ObjectAttributeListT = Aws::Vector<AttributeKeyAndValue>>
63 void SetObjectAttributeList(ObjectAttributeListT&& value) { m_objectAttributeListHasBeenSet =
true; m_objectAttributeList = std::forward<ObjectAttributeListT>(value); }
64 template<
typename ObjectAttributeListT = Aws::Vector<AttributeKeyAndValue>>
66 template<
typename ObjectAttributeListT = AttributeKeyAndValue>
76 template<
typename ObjectReferenceT = ObjectReference>
77 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
78 template<
typename ObjectReferenceT = ObjectReference>
84 bool m_schemaFacetHasBeenSet =
false;
87 bool m_objectAttributeListHasBeenSet =
false;
90 bool m_objectReferenceHasBeenSet =
false;
bool ObjectReferenceHasBeenSet() const
bool ObjectAttributeListHasBeenSet() const
void SetSchemaFacet(SchemaFacetT &&value)
bool SchemaFacetHasBeenSet() const
void SetObjectReference(ObjectReferenceT &&value)
BatchAddFacetToObject & WithObjectReference(ObjectReferenceT &&value)
void SetObjectAttributeList(ObjectAttributeListT &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< AttributeKeyAndValue > & GetObjectAttributeList() const
BatchAddFacetToObject & WithObjectAttributeList(ObjectAttributeListT &&value)
const ObjectReference & GetObjectReference() const
const SchemaFacet & GetSchemaFacet() const
BatchAddFacetToObject & AddObjectAttributeList(ObjectAttributeListT &&value)
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject()=default
AWS_CLOUDDIRECTORY_API BatchAddFacetToObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchAddFacetToObject & WithSchemaFacet(SchemaFacetT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue