@Generated(value="software.amazon.awssdk:codegen") public final class CreateKxDatabaseResponse extends FinspaceResponse implements ToCopyableBuilder<CreateKxDatabaseResponse.Builder,CreateKxDatabaseResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateKxDatabaseResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateKxDatabaseResponse.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.
|
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() |
Instant |
lastModifiedTimestamp()
The last time that the database was updated in FinSpace.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateKxDatabaseResponse.Builder> |
serializableBuilderClass() |
CreateKxDatabaseResponse.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.
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 updated 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 CreateKxDatabaseResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateKxDatabaseResponse.Builder,CreateKxDatabaseResponse>toBuilder in class AwsResponsepublic static CreateKxDatabaseResponse.Builder builder()
public static Class<? extends CreateKxDatabaseResponse.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.