Class ProviderServiceSummary

    • Method Detail

      • providerName

        public final String providerName()

        The name of the provider. This name is typically the company name.

        Returns:
        The name of the provider. This name is typically the company name.
      • providerServiceArn

        public final String providerServiceArn()

        The ARN (Amazon Resource Name) that Entity Resolution generated for the providerService.

        Returns:
        The ARN (Amazon Resource Name) that Entity Resolution generated for the providerService.
      • providerServiceDisplayName

        public final String providerServiceDisplayName()

        The display name of the provider service.

        Returns:
        The display name of the provider service.
      • providerServiceName

        public final String providerServiceName()

        The name of the product that the provider service provides.

        Returns:
        The name of the product that the provider service provides.
      • providerServiceTypeAsString

        public final String providerServiceTypeAsString()

        The type of provider service.

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

        Returns:
        The type of provider service.
        See Also:
        ServiceType
      • 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)