Class BatchReadSuccessfulResponse

java.lang.Object
software.amazon.awssdk.services.clouddirectory.model.BatchReadSuccessfulResponse
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>

@Generated("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.

See Also:
  • Method Details

    • listObjectAttributes

      public final BatchListObjectAttributesResponse listObjectAttributes()

      Lists all attributes that are associated with an object.

      Returns:
      Lists all attributes that are associated with an object.
    • listObjectChildren

      public final BatchListObjectChildrenResponse listObjectChildren()

      Returns a paginated list of child objects that are associated with a given object.

      Returns:
      Returns a paginated list of child objects that are associated with a given object.
    • getObjectInformation

      public final BatchGetObjectInformationResponse getObjectInformation()

      Retrieves metadata about an object.

      Returns:
      Retrieves metadata about an object.
    • getObjectAttributes

      public final BatchGetObjectAttributesResponse getObjectAttributes()

      Retrieves attributes within a facet that are associated with an object.

      Returns:
      Retrieves attributes within a facet that are associated with an object.
    • listAttachedIndices

      public final BatchListAttachedIndicesResponse listAttachedIndices()

      Lists indices attached to an object.

      Returns:
      Lists indices attached to an object.
    • listObjectParentPaths

      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.

      Returns:
      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.
    • listObjectPolicies

      public final BatchListObjectPoliciesResponse listObjectPolicies()

      Returns policies attached to an object in pagination fashion.

      Returns:
      Returns policies attached to an object in pagination fashion.
    • listPolicyAttachments

      public final BatchListPolicyAttachmentsResponse listPolicyAttachments()

      Returns all of the ObjectIdentifiers to which a given policy is attached.

      Returns:
      Returns all of the ObjectIdentifiers to which a given policy is attached.
    • lookupPolicy

      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.

      Returns:
      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.
    • listIndex

      public final BatchListIndexResponse listIndex()

      Lists objects attached to the specified index.

      Returns:
      Lists objects attached to the specified index.
    • listOutgoingTypedLinks

      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.

      Returns:
      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.
    • listIncomingTypedLinks

      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.

      Returns:
      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.
    • getLinkAttributes

      public final BatchGetLinkAttributesResponse getLinkAttributes()

      The list of attributes to retrieve from the typed link.

      Returns:
      The list of attributes to retrieve from the typed link.
    • listObjectParents

      public final BatchListObjectParentsResponse listObjectParents()

      The list of parent objects to retrieve.

      Returns:
      The list of parent objects to retrieve.
    • 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 interface ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>
      Returns:
      a builder for type T
    • builder

      public static BatchReadSuccessfulResponse.Builder builder()
    • serializableBuilderClass

      public static Class<? extends BatchReadSuccessfulResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      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 an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.