Class TraversedComponent

    • Method Detail

      • componentId

        public final String componentId()

        The identifier for the traversed component.

        Returns:
        The identifier for the traversed component.
      • componentType

        public final String componentType()

        The type of component that was traversed.

        Returns:
        The type of component that was traversed.
      • componentArn

        public final String componentArn()

        The Amazon Resource Name (ARN) of a tranversed component.

        Returns:
        The Amazon Resource Name (ARN) of a tranversed component.
      • serviceName

        public final String serviceName()

        The service name for the traversed component.

        Returns:
        The service name for the traversed component.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)