Class ListAssetRelationshipsRequest

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the asset.

        Returns:
        The ID of the asset.
      • traversalType

        public final TraversalType traversalType()

        The type of traversal to use to identify asset relationships. Choose the following option:

        • PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you specify in assetId is the first result in the list of assetRelationshipSummaries, and the root asset is the last result.

        If the service returns an enum value that is not available in the current SDK version, traversalType will return TraversalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from traversalTypeAsString().

        Returns:
        The type of traversal to use to identify asset relationships. Choose the following option:

        • PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you specify in assetId is the first result in the list of assetRelationshipSummaries, and the root asset is the last result.

        See Also:
        TraversalType
      • traversalTypeAsString

        public final String traversalTypeAsString()

        The type of traversal to use to identify asset relationships. Choose the following option:

        • PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you specify in assetId is the first result in the list of assetRelationshipSummaries, and the root asset is the last result.

        If the service returns an enum value that is not available in the current SDK version, traversalType will return TraversalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from traversalTypeAsString().

        Returns:
        The type of traversal to use to identify asset relationships. Choose the following option:

        • PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you specify in assetId is the first result in the list of assetRelationshipSummaries, and the root asset is the last result.

        See Also:
        TraversalType
      • nextToken

        public final String nextToken()

        The token to be used for the next set of paginated results.

        Returns:
        The token to be used for the next set of paginated results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return for each paginated request.

        Returns:
        The maximum number of results to return for each paginated request.
      • 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