@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchReadSuccessfulResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchRead
success response operation.
Constructor and Description |
---|
BatchReadSuccessfulResponse() |
Modifier and Type | Method and Description |
---|---|
BatchReadSuccessfulResponse |
clone() |
boolean |
equals(Object obj) |
BatchGetObjectInformationResponse |
getGetObjectInformation()
Retrieves metadata about an object.
|
BatchListAttachedIndicesResponse |
getListAttachedIndices()
Lists indices attached to an object.
|
BatchListIncomingTypedLinksResponse |
getListIncomingTypedLinks()
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchListIndexResponse |
getListIndex()
Lists objects attached to the specified index.
|
BatchListObjectAttributesResponse |
getListObjectAttributes()
Lists all attributes that are associated with an object.
|
BatchListObjectChildrenResponse |
getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
|
BatchListObjectParentPathsResponse |
getListObjectParentPaths()
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
BatchListObjectPoliciesResponse |
getListObjectPolicies()
Returns policies attached to an object in pagination fashion.
|
BatchListOutgoingTypedLinksResponse |
getListOutgoingTypedLinks()
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchListPolicyAttachmentsResponse |
getListPolicyAttachments()
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
BatchLookupPolicyResponse |
getLookupPolicy()
Lists all policies from the root of the Directory to the object specified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGetObjectInformation(BatchGetObjectInformationResponse getObjectInformation)
Retrieves metadata about an object.
|
void |
setListAttachedIndices(BatchListAttachedIndicesResponse listAttachedIndices)
Lists indices attached to an object.
|
void |
setListIncomingTypedLinks(BatchListIncomingTypedLinksResponse listIncomingTypedLinks)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
void |
setListIndex(BatchListIndexResponse listIndex)
Lists objects attached to the specified index.
|
void |
setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
|
void |
setListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
void |
setListObjectParentPaths(BatchListObjectParentPathsResponse listObjectParentPaths)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
void |
setListObjectPolicies(BatchListObjectPoliciesResponse listObjectPolicies)
Returns policies attached to an object in pagination fashion.
|
void |
setListOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
void |
setListPolicyAttachments(BatchListPolicyAttachmentsResponse listPolicyAttachments)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
void |
setLookupPolicy(BatchLookupPolicyResponse lookupPolicy)
Lists all policies from the root of the Directory to the object specified.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchReadSuccessfulResponse |
withGetObjectInformation(BatchGetObjectInformationResponse getObjectInformation)
Retrieves metadata about an object.
|
BatchReadSuccessfulResponse |
withListAttachedIndices(BatchListAttachedIndicesResponse listAttachedIndices)
Lists indices attached to an object.
|
BatchReadSuccessfulResponse |
withListIncomingTypedLinks(BatchListIncomingTypedLinksResponse listIncomingTypedLinks)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchReadSuccessfulResponse |
withListIndex(BatchListIndexResponse listIndex)
Lists objects attached to the specified index.
|
BatchReadSuccessfulResponse |
withListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
|
BatchReadSuccessfulResponse |
withListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
BatchReadSuccessfulResponse |
withListObjectParentPaths(BatchListObjectParentPathsResponse listObjectParentPaths)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
BatchReadSuccessfulResponse |
withListObjectPolicies(BatchListObjectPoliciesResponse listObjectPolicies)
Returns policies attached to an object in pagination fashion.
|
BatchReadSuccessfulResponse |
withListOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchReadSuccessfulResponse |
withListPolicyAttachments(BatchListPolicyAttachmentsResponse listPolicyAttachments)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
BatchReadSuccessfulResponse |
withLookupPolicy(BatchLookupPolicyResponse lookupPolicy)
Lists all policies from the root of the Directory to the object specified.
|
public void setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes
- Lists all attributes that are associated with an object.public BatchListObjectAttributesResponse getListObjectAttributes()
Lists all attributes that are associated with an object.
public BatchReadSuccessfulResponse withListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes
- Lists all attributes that are associated with an object.public void setListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren
- Returns a paginated list of child objects that are associated with a given object.public BatchListObjectChildrenResponse getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public BatchReadSuccessfulResponse withListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren
- Returns a paginated list of child objects that are associated with a given object.public void setGetObjectInformation(BatchGetObjectInformationResponse getObjectInformation)
Retrieves metadata about an object.
getObjectInformation
- Retrieves metadata about an object.public BatchGetObjectInformationResponse getGetObjectInformation()
Retrieves metadata about an object.
public BatchReadSuccessfulResponse withGetObjectInformation(BatchGetObjectInformationResponse getObjectInformation)
Retrieves metadata about an object.
getObjectInformation
- Retrieves metadata about an object.public void setListAttachedIndices(BatchListAttachedIndicesResponse listAttachedIndices)
Lists indices attached to an object.
listAttachedIndices
- Lists indices attached to an object.public BatchListAttachedIndicesResponse getListAttachedIndices()
Lists indices attached to an object.
public BatchReadSuccessfulResponse withListAttachedIndices(BatchListAttachedIndicesResponse listAttachedIndices)
Lists indices attached to an object.
listAttachedIndices
- Lists indices attached to an object.public void setListObjectParentPaths(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.
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 BatchListObjectParentPathsResponse getListObjectParentPaths()
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 BatchReadSuccessfulResponse withListObjectParentPaths(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.
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 void setListObjectPolicies(BatchListObjectPoliciesResponse listObjectPolicies)
Returns policies attached to an object in pagination fashion.
listObjectPolicies
- Returns policies attached to an object in pagination fashion.public BatchListObjectPoliciesResponse getListObjectPolicies()
Returns policies attached to an object in pagination fashion.
public BatchReadSuccessfulResponse withListObjectPolicies(BatchListObjectPoliciesResponse listObjectPolicies)
Returns policies attached to an object in pagination fashion.
listObjectPolicies
- Returns policies attached to an object in pagination fashion.public void setListPolicyAttachments(BatchListPolicyAttachmentsResponse listPolicyAttachments)
Returns all of the ObjectIdentifiers
to which a given policy is attached.
listPolicyAttachments
- Returns all of the ObjectIdentifiers
to which a given policy is attached.public BatchListPolicyAttachmentsResponse getListPolicyAttachments()
Returns all of the ObjectIdentifiers
to which a given policy is attached.
ObjectIdentifiers
to which a given policy is attached.public BatchReadSuccessfulResponse withListPolicyAttachments(BatchListPolicyAttachmentsResponse listPolicyAttachments)
Returns all of the ObjectIdentifiers
to which a given policy is attached.
listPolicyAttachments
- Returns all of the ObjectIdentifiers
to which a given policy is attached.public void setLookupPolicy(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.
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.public BatchLookupPolicyResponse getLookupPolicy()
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 BatchReadSuccessfulResponse withLookupPolicy(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.
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.public void setListIndex(BatchListIndexResponse listIndex)
Lists objects attached to the specified index.
listIndex
- Lists objects attached to the specified index.public BatchListIndexResponse getListIndex()
Lists objects attached to the specified index.
public BatchReadSuccessfulResponse withListIndex(BatchListIndexResponse listIndex)
Lists objects attached to the specified index.
listIndex
- Lists objects attached to the specified index.public void setListOutgoingTypedLinks(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 link.
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
link.public BatchListOutgoingTypedLinksResponse getListOutgoingTypedLinks()
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 link.
public BatchReadSuccessfulResponse withListOutgoingTypedLinks(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 link.
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
link.public void setListIncomingTypedLinks(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 link.
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
link.public BatchListIncomingTypedLinksResponse getListIncomingTypedLinks()
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 link.
public BatchReadSuccessfulResponse withListIncomingTypedLinks(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 link.
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
link.public String toString()
toString
in class Object
Object.toString()
public BatchReadSuccessfulResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.