Class UpdateRouteResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The ID of the application in which the route is being updated.

        Returns:
        The ID of the application in which the route is being updated.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

        Returns:
        The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
      • 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 unique identifier of the route.

        Returns:
        The unique identifier of the route.
      • serviceId

        public final String serviceId()

        The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.

        Returns:
        The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
      • 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