Class RouteAnalysis

    • Method Detail

      • globalNetworkId

        public final String globalNetworkId()

        The ID of the global network.

        Returns:
        The ID of the global network.
      • ownerAccountId

        public final String ownerAccountId()

        The ID of the AWS account that created the route analysis.

        Returns:
        The ID of the AWS account that created the route analysis.
      • routeAnalysisId

        public final String routeAnalysisId()

        The ID of the route analysis.

        Returns:
        The ID of the route analysis.
      • startTimestamp

        public final Instant startTimestamp()

        The time that the analysis started.

        Returns:
        The time that the analysis started.
      • includeReturnPath

        public final Boolean includeReturnPath()

        Indicates whether to analyze the return path. The return path is not analyzed if the forward path analysis does not succeed.

        Returns:
        Indicates whether to analyze the return path. The return path is not analyzed if the forward path analysis does not succeed.
      • useMiddleboxes

        public final Boolean useMiddleboxes()

        Indicates whether to include the location of middlebox appliances in the route analysis.

        Returns:
        Indicates whether to include the location of middlebox appliances in the route analysis.
      • forwardPath

        public final RouteAnalysisPath forwardPath()

        The forward path.

        Returns:
        The forward path.
      • returnPath

        public final RouteAnalysisPath returnPath()

        The return path.

        Returns:
        The return path.
      • 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)