@Generated(value="software.amazon.awssdk:codegen") public final class TimestreamRegistrationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>
Information about the registered Amazon Timestream resources or errors, if any.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestreamRegistrationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimestreamRegistrationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
A message associated with a registration error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RegistrationStatus |
registrationStatus()
The status of registering your Amazon Timestream resources.
|
String |
registrationStatusAsString()
The status of registering your Amazon Timestream resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimestreamRegistrationResponse.Builder> |
serializableBuilderClass() |
String |
timestreamDatabaseArn()
The Amazon Resource Name (ARN) of the Timestream database.
|
String |
timestreamDatabaseName()
The name of the Timestream database.
|
String |
timestreamTableArn()
The ARN of the Timestream database table.
|
String |
timestreamTableName()
The name of the Timestream database table.
|
TimestreamRegistrationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String timestreamDatabaseName()
The name of the Timestream database.
public final String timestreamTableName()
The name of the Timestream database table.
public final String timestreamDatabaseArn()
The Amazon Resource Name (ARN) of the Timestream database.
public final String timestreamTableArn()
The ARN of the Timestream database table.
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().
REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.RegistrationStatuspublic 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().
REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.RegistrationStatuspublic final String errorMessage()
A message associated with a registration error.
public TimestreamRegistrationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>public static TimestreamRegistrationResponse.Builder builder()
public static Class<? extends TimestreamRegistrationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.