Lines Matching defs:BatchWriteOperation

12795 type BatchWriteOperation struct {  struct
12796 _ struct{} `type:"structure"`
12799 AddFacetToObject *BatchAddFacetToObject `type:"structure"`
12802 AttachObject *BatchAttachObject `type:"structure"`
12806 AttachPolicy *BatchAttachPolicy `type:"structure"`
12809 AttachToIndex *BatchAttachToIndex `type:"structure"`
12813 AttachTypedLink *BatchAttachTypedLink `type:"structure"`
12817 CreateIndex *BatchCreateIndex `type:"structure"`
12820 CreateObject *BatchCreateObject `type:"structure"`
12823 DeleteObject *BatchDeleteObject `type:"structure"`
12826 DetachFromIndex *BatchDetachFromIndex `type:"structure"`
12829 DetachObject *BatchDetachObject `type:"structure"`
12832 DetachPolicy *BatchDetachPolicy `type:"structure"`
12836 DetachTypedLink *BatchDetachTypedLink `type:"structure"`
12839 RemoveFacetFromObject *BatchRemoveFacetFromObject `type:"structure"`
12842 UpdateLinkAttributes *BatchUpdateLinkAttributes `type:"structure"`
12845 UpdateObjectAttributes *BatchUpdateObjectAttributes `type:"structure"`
12849 func (s BatchWriteOperation) String() string {
12854 func (s BatchWriteOperation) GoString() string {
12859 func (s *BatchWriteOperation) Validate() error {
12944 func (s *BatchWriteOperation) SetAddFacetToObject(v *BatchAddFacetToObject) *BatchWriteOperation {
12950 func (s *BatchWriteOperation) SetAttachObject(v *BatchAttachObject) *BatchWriteOperation {
12956 func (s *BatchWriteOperation) SetAttachPolicy(v *BatchAttachPolicy) *BatchWriteOperation {
12962 func (s *BatchWriteOperation) SetAttachToIndex(v *BatchAttachToIndex) *BatchWriteOperation {
12968 func (s *BatchWriteOperation) SetAttachTypedLink(v *BatchAttachTypedLink) *BatchWriteOperation {
12974 func (s *BatchWriteOperation) SetCreateIndex(v *BatchCreateIndex) *BatchWriteOperation {
12980 func (s *BatchWriteOperation) SetCreateObject(v *BatchCreateObject) *BatchWriteOperation {
12986 func (s *BatchWriteOperation) SetDeleteObject(v *BatchDeleteObject) *BatchWriteOperation {
12992 func (s *BatchWriteOperation) SetDetachFromIndex(v *BatchDetachFromIndex) *BatchWriteOperation {
12998 func (s *BatchWriteOperation) SetDetachObject(v *BatchDetachObject) *BatchWriteOperation {
13004 func (s *BatchWriteOperation) SetDetachPolicy(v *BatchDetachPolicy) *BatchWriteOperation {
13010 func (s *BatchWriteOperation) SetDetachTypedLink(v *BatchDetachTypedLink) *BatchWriteOperation {
13016 …BatchWriteOperation) SetRemoveFacetFromObject(v *BatchRemoveFacetFromObject) *BatchWriteOperation {
13022 … *BatchWriteOperation) SetUpdateLinkAttributes(v *BatchUpdateLinkAttributes) *BatchWriteOperation {
13028 …tchWriteOperation) SetUpdateObjectAttributes(v *BatchUpdateObjectAttributes) *BatchWriteOperation {