Class BatchWriteOperationResponse
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<BatchWriteOperationResponse.Builder,
BatchWriteOperationResponse>
Represents the output of a BatchWrite
response operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier 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 BatchCreateIndexResponse
Creates 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 boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
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 String
toString()
Returns a string representation of this object.Represents the output of aBatchWrite
response operation.Updates a given object’s attributes.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
createObject
-
attachObject
-
detachObject
-
updateObjectAttributes
Updates a given object’s attributes.
- Returns:
- Updates a given object’s attributes.
-
deleteObject
-
addFacetToObject
The result of an add facet to object batch operation.
- Returns:
- The result of an add facet to object batch operation.
-
removeFacetFromObject
The result of a batch remove facet from object operation.
- Returns:
- The result of a batch remove facet from object operation.
-
attachPolicy
Attaches 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
-
createIndex
Creates an index object. See Indexing and search for more information.
- Returns:
- Creates an index object. See Indexing and search for more information.
-
attachToIndex
Attaches the specified object to the specified index.
- Returns:
- Attaches the specified object to the specified index.
-
detachFromIndex
Detaches the specified object from the specified index.
- Returns:
- Detaches the specified object from the specified index.
-
attachTypedLink
Attaches 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.
-
detachTypedLink
Detaches 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.
-
updateLinkAttributes
Represents the output of a
BatchWrite
response operation.- Returns:
- Represents the output of a
BatchWrite
response operation.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<BatchWriteOperationResponse.Builder,
BatchWriteOperationResponse> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-