Class UpdateDataSetResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the dataset.

        Returns:
        The Amazon Resource Name (ARN) of the dataset.
      • dataSetId

        public final String dataSetId()

        The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Returns:
        The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      • ingestionArn

        public final String ingestionArn()

        The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

        Returns:
        The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
      • ingestionId

        public final String ingestionId()

        The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

        Returns:
        The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the request.
      • 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