Class ServiceChange

    • Method Detail

      • description

        public final String description()

        A description for the service.

        Returns:
        A description for the service.
      • dnsConfig

        public final DnsConfigChange dnsConfig()

        Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

        Returns:
        Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
      • healthCheckConfig

        public final HealthCheckConfig healthCheckConfig()

        Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

        Returns:
        Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)