Class CreateServiceResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the service.

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

        public final String certificateArn()

        The Amazon Resource Name (ARN) of the certificate.

        Returns:
        The Amazon Resource Name (ARN) of the certificate.
      • customDomainName

        public final String customDomainName()

        The custom domain name of the service.

        Returns:
        The custom domain name of the service.
      • dnsEntry

        public final DnsEntry dnsEntry()

        The public DNS name of the service.

        Returns:
        The public DNS name of the service.
      • id

        public final String id()

        The ID of the service.

        Returns:
        The ID of the service.
      • name

        public final String name()

        The name of the service.

        Returns:
        The name of the service.
      • status

        public final ServiceStatus status()

        The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.

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

        Returns:
        The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.
        See Also:
        ServiceStatus
      • statusAsString

        public final String statusAsString()

        The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.

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

        Returns:
        The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.
        See Also:
        ServiceStatus
      • 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