Class GetKxDatabaseResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.finspace.model.FinspaceResponse
-
- software.amazon.awssdk.services.finspace.model.GetKxDatabaseResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetKxDatabaseResponse extends FinspaceResponse implements ToCopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetKxDatabaseResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetKxDatabaseResponse.Builderbuilder()InstantcreatedTimestamp()The timestamp at which the database is created in FinSpace.StringdatabaseArn()The ARN identifier of the database.StringdatabaseName()The name of the kdb database for which the information is retrieved.Stringdescription()A description of the database.StringenvironmentId()A unique identifier for the kdb environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastCompletedChangesetId()A unique identifier for the changeset.InstantlastModifiedTimestamp()The last time that the database was modified.LongnumBytes()The total number of bytes in the database.IntegernumChangesets()The total number of changesets in the database.IntegernumFiles()The total number of files in the database.List<SdkField<?>>sdkFields()static Class<? extends GetKxDatabaseResponse.Builder>serializableBuilderClass()GetKxDatabaseResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.finspace.model.FinspaceResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
databaseName
public final String databaseName()
The name of the kdb database for which the information is retrieved.
- Returns:
- The name of the kdb database for which the information is retrieved.
-
databaseArn
public final String databaseArn()
The ARN identifier of the database.
- Returns:
- The ARN identifier of the database.
-
environmentId
public final String environmentId()
A unique identifier for the kdb environment.
- Returns:
- A unique identifier for the kdb environment.
-
description
public final String description()
A description of the database.
- Returns:
- A description of the database.
-
createdTimestamp
public final Instant createdTimestamp()
The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Returns:
- The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
-
lastModifiedTimestamp
public final Instant lastModifiedTimestamp()
The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Returns:
- The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
-
lastCompletedChangesetId
public final String lastCompletedChangesetId()
A unique identifier for the changeset.
- Returns:
- A unique identifier for the changeset.
-
numBytes
public final Long numBytes()
The total number of bytes in the database.
- Returns:
- The total number of bytes in the database.
-
numChangesets
public final Integer numChangesets()
The total number of changesets in the database.
- Returns:
- The total number of changesets in the database.
-
numFiles
public final Integer numFiles()
The total number of files in the database.
- Returns:
- The total number of files in the database.
-
toBuilder
public GetKxDatabaseResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetKxDatabaseResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetKxDatabaseResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-