Class ListPropertiesRequest

    • Method Detail

      • workspaceId

        public final String workspaceId()

        The workspace ID.

        Returns:
        The workspace ID.
      • componentName

        public final String componentName()

        The name of the component whose properties are returned by the operation.

        Returns:
        The name of the component whose properties are returned by the operation.
      • componentPath

        public final String componentPath()

        This string specifies the path to the composite component, starting from the top-level component.

        Returns:
        This string specifies the path to the composite component, starting from the top-level component.
      • entityId

        public final String entityId()

        The ID for the entity whose metadata (component/properties) is returned by the operation.

        Returns:
        The ID for the entity whose metadata (component/properties) is returned by the operation.
      • maxResults

        public final Integer maxResults()

        The maximum number of results returned at one time. The default is 25.

        Returns:
        The maximum number of results returned at one time. The default is 25.
      • nextToken

        public final String nextToken()

        The string that specifies the next page of results.

        Returns:
        The string that specifies the next page of results.
      • 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