@Generated(value="software.amazon.awssdk:codegen") public final class BatchWriteOperationResponse extends Object implements SdkPojo, Serializable, 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() |
BatchRemoveFacetFromObjectResponse |
removeFacetFromObject()
The result of a batch remove facet from object operation.
|
List<SdkField<?>> |
sdkFields() |
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() |
BatchUpdateLinkAttributesResponse |
updateLinkAttributes()
Represents the output of a
BatchWrite response operation. |
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 and search 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 Links.
public BatchDetachTypedLinkResponse detachTypedLink()
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
public BatchUpdateLinkAttributesResponse updateLinkAttributes()
Represents the output of a BatchWrite
response operation.
BatchWrite
response operation.public BatchWriteOperationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
public static BatchWriteOperationResponse.Builder builder()
public static Class<? extends BatchWriteOperationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.