Class CreateDataSetImportTaskRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier of the application for which you want to import data sets.

        Returns:
        The unique identifier of the application for which you want to import data sets.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

        Returns:
        Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
      • importConfig

        public final DataSetImportConfig importConfig()

        The data set import task configuration.

        Returns:
        The data set import task configuration.
      • 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