Class GetExportResponse

    • Method Detail

      • contentType

        public final String contentType()

        The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.

        Returns:
        The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
      • contentDisposition

        public final String contentDisposition()

        The content-disposition header value in the HTTP response.

        Returns:
        The content-disposition header value in the HTTP response.
      • body

        public final SdkBytes body()

        The binary blob response to GetExport, which contains the export.

        Returns:
        The binary blob response to GetExport, which contains the export.
      • 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