Class GetConfigurationResponse

    • Method Detail

      • content

        public final SdkBytes content()

        The content of the configuration or the configuration data.

        The Content attribute only contains data if the system finds new or updated configuration data. If there is no new or updated data and ClientConfigurationVersion matches the version of the current configuration, AppConfig returns a 204 No Content HTTP response code and the Content value will be empty.

        Returns:
        The content of the configuration or the configuration data.

        The Content attribute only contains data if the system finds new or updated configuration data. If there is no new or updated data and ClientConfigurationVersion matches the version of the current configuration, AppConfig returns a 204 No Content HTTP response code and the Content value will be empty.

      • configurationVersion

        public final String configurationVersion()

        The configuration version.

        Returns:
        The configuration version.
      • contentType

        public final String contentType()

        A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

        Returns:
        A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
      • 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