Class BatchWriteOperationResponse
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<BatchWriteOperationResponse.Builder,- BatchWriteOperationResponse> 
 Represents the output of a BatchWrite response operation.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe result of an add facet to object batch operation.Attaches an object to a Directory.Attaches a policy object to a regular object.Attaches the specified object to the specified index.Attaches a typed link to a specified source and target object.builder()final BatchCreateIndexResponseCreates an index object.Creates an object in a Directory.Deletes an object in a Directory.Detaches the specified object from the specified index.Detaches an object from a Directory.Detaches a policy from a Directory.Detaches a typed link from a specified source and target object.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()The result of a batch remove facet from object operation.static Class<? extends BatchWriteOperationResponse.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Represents the output of aBatchWriteresponse operation.Updates a given object’s attributes.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
createObject
- 
attachObject
- 
detachObject
- 
updateObjectAttributesUpdates a given object’s attributes. - Returns:
- Updates a given object’s attributes.
 
- 
deleteObject
- 
addFacetToObjectThe result of an add facet to object batch operation. - Returns:
- The result of an add facet to object batch operation.
 
- 
removeFacetFromObjectThe result of a batch remove facet from object operation. - Returns:
- The result of a batch remove facet from object operation.
 
- 
attachPolicyAttaches a policy object to a regular object. An object can have a limited number of attached policies. - Returns:
- Attaches a policy object to a regular object. An object can have a limited number of attached policies.
 
- 
detachPolicy
- 
createIndexCreates an index object. See Indexing and search for more information. - Returns:
- Creates an index object. See Indexing and search for more information.
 
- 
attachToIndexAttaches the specified object to the specified index. - Returns:
- Attaches the specified object to the specified index.
 
- 
detachFromIndexDetaches the specified object from the specified index. - Returns:
- Detaches the specified object from the specified index.
 
- 
attachTypedLinkAttaches a typed link to a specified source and target object. For more information, see Typed Links. - Returns:
- Attaches a typed link to a specified source and target object. For more information, see Typed Links.
 
- 
detachTypedLinkDetaches a typed link from a specified source and target object. For more information, see Typed Links. - Returns:
- Detaches a typed link from a specified source and target object. For more information, see Typed Links.
 
- 
updateLinkAttributesRepresents the output of a BatchWriteresponse operation.- Returns:
- Represents the output of a BatchWriteresponse operation.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BatchWriteOperationResponse.Builder,- BatchWriteOperationResponse> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-