Class BatchWriteOperationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchWriteOperationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
@Generated("software.amazon.awssdk:codegen") public final class BatchWriteOperationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
Represents the output of a
BatchWriteresponse operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchWriteOperationResponse.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createObject
public final BatchCreateObjectResponse createObject()
Creates an object in a Directory.
- Returns:
- Creates an object in a Directory.
-
attachObject
public final BatchAttachObjectResponse attachObject()
Attaches an object to a Directory.
- Returns:
- Attaches an object to a Directory.
-
detachObject
public final BatchDetachObjectResponse detachObject()
Detaches an object from a Directory.
- Returns:
- Detaches an object from a Directory.
-
updateObjectAttributes
public final BatchUpdateObjectAttributesResponse updateObjectAttributes()
Updates a given object’s attributes.
- Returns:
- Updates a given object’s attributes.
-
deleteObject
public final BatchDeleteObjectResponse deleteObject()
Deletes an object in a Directory.
- Returns:
- Deletes an object in a Directory.
-
addFacetToObject
public final BatchAddFacetToObjectResponse addFacetToObject()
The result of an add facet to object batch operation.
- Returns:
- The result of an add facet to object batch operation.
-
removeFacetFromObject
public final BatchRemoveFacetFromObjectResponse removeFacetFromObject()
The result of a batch remove facet from object operation.
- Returns:
- The result of a batch remove facet from object operation.
-
attachPolicy
public final BatchAttachPolicyResponse 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
public final BatchDetachPolicyResponse detachPolicy()
Detaches a policy from a Directory.
- Returns:
- Detaches a policy from a Directory.
-
createIndex
public final BatchCreateIndexResponse 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
public final BatchAttachToIndexResponse attachToIndex()
Attaches the specified object to the specified index.
- Returns:
- Attaches the specified object to the specified index.
-
detachFromIndex
public final BatchDetachFromIndexResponse detachFromIndex()
Detaches the specified object from the specified index.
- Returns:
- Detaches the specified object from the specified index.
-
attachTypedLink
public final BatchAttachTypedLinkResponse 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
public final BatchDetachTypedLinkResponse 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
public final BatchUpdateLinkAttributesResponse updateLinkAttributes()
Represents the output of a
BatchWriteresponse operation.- Returns:
- Represents the output of a
BatchWriteresponse operation.
-
toBuilder
public BatchWriteOperationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
-
builder
public static BatchWriteOperationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchWriteOperationResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-