@Generated(value="software.amazon.awssdk:codegen") public class BatchWriteOperationResponse extends Object implements StructuredPojo, ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
Represents the output of a BatchWrite
response operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchWriteOperationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
BatchAddFacetToObjectResponse |
addFacetToObject()
The result of an add facet to object batch operation.
|
BatchAttachObjectResponse |
attachObject()
Attaches an object to a Directory.
|
BatchAttachPolicyResponse |
attachPolicy()
Attaches a policy object to a regular object.
|
BatchAttachToIndexResponse |
attachToIndex()
Attaches the specified object to the specified index.
|
BatchAttachTypedLinkResponse |
attachTypedLink()
Attaches a typed link to a specified source and target object.
|
static BatchWriteOperationResponse.Builder |
builder() |
BatchCreateIndexResponse |
createIndex()
Creates an index object.
|
BatchCreateObjectResponse |
createObject()
Creates an object in a Directory.
|
BatchDeleteObjectResponse |
deleteObject()
Deletes an object in a Directory.
|
BatchDetachFromIndexResponse |
detachFromIndex()
Detaches the specified object from the specified index.
|
BatchDetachObjectResponse |
detachObject()
Detaches an object from a Directory.
|
BatchDetachPolicyResponse |
detachPolicy()
Detaches a policy from a Directory.
|
BatchDetachTypedLinkResponse |
detachTypedLink()
Detaches a typed link from a specified source and target object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
BatchRemoveFacetFromObjectResponse |
removeFacetFromObject()
The result of a batch remove facet from object operation.
|
static Class<? extends BatchWriteOperationResponse.Builder> |
serializableBuilderClass() |
BatchWriteOperationResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
BatchUpdateObjectAttributesResponse |
updateObjectAttributes()
Updates a given object’s attributes.
|
copy
public BatchCreateObjectResponse createObject()
Creates an object in a Directory.
public BatchAttachObjectResponse attachObject()
Attaches an object to a Directory.
public BatchDetachObjectResponse detachObject()
Detaches an object from a Directory.
public BatchUpdateObjectAttributesResponse updateObjectAttributes()
Updates a given object’s attributes.
public BatchDeleteObjectResponse deleteObject()
Deletes an object in a Directory.
public BatchAddFacetToObjectResponse addFacetToObject()
The result of an add facet to object batch operation.
public BatchRemoveFacetFromObjectResponse removeFacetFromObject()
The result of a batch remove facet from object operation.
public BatchAttachPolicyResponse attachPolicy()
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
public BatchDetachPolicyResponse detachPolicy()
Detaches a policy from a Directory.
public BatchCreateIndexResponse createIndex()
Creates an index object. See Indexing for more information.
public BatchAttachToIndexResponse attachToIndex()
Attaches the specified object to the specified index.
public BatchDetachFromIndexResponse detachFromIndex()
Detaches the specified object from the specified index.
public BatchAttachTypedLinkResponse attachTypedLink()
Attaches a typed link to a specified source and target object. For more information, see Typed link.
public BatchDetachTypedLinkResponse detachTypedLink()
Detaches a typed link from a specified source and target object. For more information, see Typed link.
public BatchWriteOperationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
public static BatchWriteOperationResponse.Builder builder()
public static Class<? extends BatchWriteOperationResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.