7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/ObjectReference.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/clouddirectory/model/ObjectAttributeUpdate.h>
23namespace CloudDirectory
49 template<
typename ObjectReferenceT = ObjectReference>
50 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
51 template<
typename ObjectReferenceT = ObjectReference>
61 template<
typename AttributeUpdatesT = Aws::Vector<ObjectAttributeUpdate>>
62 void SetAttributeUpdates(AttributeUpdatesT&& value) { m_attributeUpdatesHasBeenSet =
true; m_attributeUpdates = std::forward<AttributeUpdatesT>(value); }
63 template<
typename AttributeUpdatesT = Aws::Vector<ObjectAttributeUpdate>>
65 template<
typename AttributeUpdatesT = ObjectAttributeUpdate>
71 bool m_objectReferenceHasBeenSet =
false;
74 bool m_attributeUpdatesHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetObjectReference(ObjectReferenceT &&value)
BatchUpdateObjectAttributes & AddAttributeUpdates(AttributeUpdatesT &&value)
const ObjectReference & GetObjectReference() const
BatchUpdateObjectAttributes & WithAttributeUpdates(AttributeUpdatesT &&value)
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectReferenceHasBeenSet() const
void SetAttributeUpdates(AttributeUpdatesT &&value)
const Aws::Vector< ObjectAttributeUpdate > & GetAttributeUpdates() const
bool AttributeUpdatesHasBeenSet() const
BatchUpdateObjectAttributes & WithObjectReference(ObjectReferenceT &&value)
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributes()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue