Class DeleteRouteResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The ID of the application that the route belongs to.

        Returns:
        The ID of the application that the route belongs to.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the route.

        Returns:
        The Amazon Resource Name (ARN) of the route.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        A timestamp that indicates when the route was last updated.

        Returns:
        A timestamp that indicates when the route was last updated.
      • routeId

        public final String routeId()

        The ID of the route to delete.

        Returns:
        The ID of the route to delete.
      • serviceId

        public final String serviceId()

        The ID of the service that the route belongs to.

        Returns:
        The ID of the service that the route belongs to.
      • state

        public final RouteState state()

        The current state of the route.

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

        Returns:
        The current state of the route.
        See Also:
        RouteState
      • stateAsString

        public final String stateAsString()

        The current state of the route.

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

        Returns:
        The current state of the route.
        See Also:
        RouteState
      • 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