@Generated(value="software.amazon.awssdk:codegen") public final class BatchReadSuccessfulResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>
Represents the output of a BatchRead success response operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchReadSuccessfulResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchReadSuccessfulResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchGetLinkAttributesResponse |
getLinkAttributes()
The list of attributes to retrieve from the typed link.
|
BatchGetObjectAttributesResponse |
getObjectAttributes()
Retrieves attributes within a facet that are associated with an object.
|
BatchGetObjectInformationResponse |
getObjectInformation()
Retrieves metadata about an object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BatchListAttachedIndicesResponse |
listAttachedIndices()
Lists indices attached to an object.
|
BatchListIncomingTypedLinksResponse |
listIncomingTypedLinks()
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchListIndexResponse |
listIndex()
Lists objects attached to the specified index.
|
BatchListObjectAttributesResponse |
listObjectAttributes()
Lists all attributes that are associated with an object.
|
BatchListObjectChildrenResponse |
listObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
|
BatchListObjectParentPathsResponse |
listObjectParentPaths()
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
BatchListObjectParentsResponse |
listObjectParents()
The list of parent objects to retrieve.
|
BatchListObjectPoliciesResponse |
listObjectPolicies()
Returns policies attached to an object in pagination fashion.
|
BatchListOutgoingTypedLinksResponse |
listOutgoingTypedLinks()
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchListPolicyAttachmentsResponse |
listPolicyAttachments()
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
BatchLookupPolicyResponse |
lookupPolicy()
Lists all policies from the root of the Directory to the object specified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchReadSuccessfulResponse.Builder> |
serializableBuilderClass() |
BatchReadSuccessfulResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchListObjectAttributesResponse listObjectAttributes()
Lists all attributes that are associated with an object.
public final BatchListObjectChildrenResponse listObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public final BatchGetObjectInformationResponse getObjectInformation()
Retrieves metadata about an object.
public final BatchGetObjectAttributesResponse getObjectAttributes()
Retrieves attributes within a facet that are associated with an object.
public final BatchListAttachedIndicesResponse listAttachedIndices()
Lists indices attached to an object.
public final BatchListObjectParentPathsResponse listObjectParentPaths()
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.
public final BatchListObjectPoliciesResponse listObjectPolicies()
Returns policies attached to an object in pagination fashion.
public final BatchListPolicyAttachmentsResponse listPolicyAttachments()
Returns all of the ObjectIdentifiers to which a given policy is attached.
ObjectIdentifiers to which a given policy is attached.public final BatchLookupPolicyResponse lookupPolicy()
Lists all policies from the root of the Directory to the object specified. If there are no policies
present, an empty list is returned. If policies are present, and if some objects don't have the policies
attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns
ObjectIdentifier, policyId, and policyType. Paths that don't lead to the
root from the target object are ignored. For more information, see Policies.
ObjectIdentifier for such objects. If policies are
present, it returns ObjectIdentifier, policyId, and policyType.
Paths that don't lead to the root from the target object are ignored. For more information, see Policies.public final BatchListIndexResponse listIndex()
Lists objects attached to the specified index.
public final BatchListOutgoingTypedLinksResponse listOutgoingTypedLinks()
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
public final BatchListIncomingTypedLinksResponse listIncomingTypedLinks()
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
public final BatchGetLinkAttributesResponse getLinkAttributes()
The list of attributes to retrieve from the typed link.
public final BatchListObjectParentsResponse listObjectParents()
The list of parent objects to retrieve.
public BatchReadSuccessfulResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>public static BatchReadSuccessfulResponse.Builder builder()
public static Class<? extends BatchReadSuccessfulResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.