Class DeleteServiceResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The ID of the application that the service is in.

        Returns:
        The ID of the application that the service is in.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the service.

        Returns:
        The Amazon Resource Name (ARN) of the service.
      • environmentId

        public final String environmentId()

        The unique identifier of the environment.

        Returns:
        The unique identifier of the environment.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        A timestamp that indicates when the service was last updated.

        Returns:
        A timestamp that indicates when the service was last updated.
      • name

        public final String name()

        The name of the service.

        Returns:
        The name of the service.
      • serviceId

        public final String serviceId()

        The unique identifier of the service.

        Returns:
        The unique identifier of the service.
      • stateAsString

        public final String stateAsString()

        The current state of the service.

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

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