@Generated(value="software.amazon.awssdk:codegen") public final class GetKxDatabaseResponse extends FinspaceResponse implements ToCopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetKxDatabaseResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetKxDatabaseResponse.Builder |
builder() |
Instant |
createdTimestamp()
The timestamp at which the database is created in FinSpace.
|
String |
databaseArn()
The ARN identifier of the database.
|
String |
databaseName()
The name of the kdb database for which the information is retrieved.
|
String |
description()
A description of the database.
|
String |
environmentId()
A unique identifier for the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastCompletedChangesetId()
A unique identifier for the changeset.
|
Instant |
lastModifiedTimestamp()
The last time that the database was modified.
|
Long |
numBytes()
The total number of bytes in the database.
|
Integer |
numChangesets()
The total number of changesets in the database.
|
Integer |
numFiles()
The total number of files in the database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetKxDatabaseResponse.Builder> |
serializableBuilderClass() |
GetKxDatabaseResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseName()
The name of the kdb database for which the information is retrieved.
public final String databaseArn()
The ARN identifier of the database.
public final String environmentId()
A unique identifier for the kdb environment.
public final String description()
A description of the database.
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.
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.
public final String lastCompletedChangesetId()
A unique identifier for the changeset.
public final Long numBytes()
The total number of bytes in the database.
public final Integer numChangesets()
The total number of changesets in the database.
public final Integer numFiles()
The total number of files in the database.
public GetKxDatabaseResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>toBuilder in class AwsResponsepublic static GetKxDatabaseResponse.Builder builder()
public static Class<? extends GetKxDatabaseResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.