Class UpdateServiceResponse

    • Method Detail

      • service

        public final Service service()

        A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.

        Returns:
        A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.
      • operationId

        public final String operationId()

        The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

        Returns:
        The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
      • 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