Class TimestreamRegistrationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.TimestreamRegistrationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimestreamRegistrationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimestreamRegistrationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()A message associated with a registration error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RegistrationStatusregistrationStatus()The status of registering your Amazon Timestream resources.StringregistrationStatusAsString()The status of registering your Amazon Timestream resources.List<SdkField<?>>sdkFields()static Class<? extends TimestreamRegistrationResponse.Builder>serializableBuilderClass()StringtimestreamDatabaseArn()The Amazon Resource Name (ARN) of the Timestream database.StringtimestreamDatabaseName()The name of the Timestream database.StringtimestreamTableArn()The ARN of the Timestream database table.StringtimestreamTableName()The name of the Timestream database table.TimestreamRegistrationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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,
registrationStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationStatusAsString().- 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,
registrationStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationStatusAsString().- 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.
-
toBuilder
public TimestreamRegistrationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>
-
builder
public static TimestreamRegistrationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimestreamRegistrationResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-