Class TimestreamRegistrationResponse

    • Method Detail

      • timestreamDatabaseName

        public final String timestreamDatabaseName()

        The name of the Timestream database.

        Returns:
        The name of the Timestream database.
      • timestreamTableName

        public final String timestreamTableName()

        The name of the Timestream database table.

        Returns:
        The name of the Timestream database table.
      • timestreamDatabaseArn

        public final String timestreamDatabaseArn()

        The Amazon Resource Name (ARN) of the Timestream database.

        Returns:
        The Amazon Resource Name (ARN) of the Timestream database.
      • timestreamTableArn

        public final String timestreamTableArn()

        The ARN of the Timestream database table.

        Returns:
        The ARN of the Timestream database table.
      • registrationStatus

        public final RegistrationStatus registrationStatus()

        The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

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

        Returns:
        The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
        See Also:
        RegistrationStatus
      • registrationStatusAsString

        public final String registrationStatusAsString()

        The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

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

        Returns:
        The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
        See Also:
        RegistrationStatus
      • errorMessage

        public final String errorMessage()

        A message associated with a registration error.

        Returns:
        A message associated with a registration error.
      • 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)