@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxDatabaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKxDatabaseResult() |
Modifier and Type | Method and Description |
---|---|
GetKxDatabaseResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The timestamp at which the database is created in FinSpace.
|
String |
getDatabaseArn()
The ARN identifier of the database.
|
String |
getDatabaseName()
The name of the kdb database for which the information is retrieved.
|
String |
getDescription()
A description of the database.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getLastCompletedChangesetId()
A unique identifier for the changeset.
|
Date |
getLastModifiedTimestamp()
The last time that the database was modified.
|
Long |
getNumBytes()
The total number of bytes in the database.
|
Integer |
getNumChangesets()
The total number of changesets in the database.
|
Integer |
getNumFiles()
The total number of files in the database.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database is created in FinSpace.
|
void |
setDatabaseArn(String databaseArn)
The ARN identifier of the database.
|
void |
setDatabaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
|
void |
setDescription(String description)
A description of the database.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setLastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
void |
setNumBytes(Long numBytes)
The total number of bytes in the database.
|
void |
setNumChangesets(Integer numChangesets)
The total number of changesets in the database.
|
void |
setNumFiles(Integer numFiles)
The total number of files in the database.
|
String |
toString()
Returns a string representation of this object.
|
GetKxDatabaseResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database is created in FinSpace.
|
GetKxDatabaseResult |
withDatabaseArn(String databaseArn)
The ARN identifier of the database.
|
GetKxDatabaseResult |
withDatabaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
|
GetKxDatabaseResult |
withDescription(String description)
A description of the database.
|
GetKxDatabaseResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxDatabaseResult |
withLastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
|
GetKxDatabaseResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
GetKxDatabaseResult |
withNumBytes(Long numBytes)
The total number of bytes in the database.
|
GetKxDatabaseResult |
withNumChangesets(Integer numChangesets)
The total number of changesets in the database.
|
GetKxDatabaseResult |
withNumFiles(Integer numFiles)
The total number of files in the database.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatabaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
databaseName
- The name of the kdb database for which the information is retrieved.public String getDatabaseName()
The name of the kdb database for which the information is retrieved.
public GetKxDatabaseResult withDatabaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
databaseName
- The name of the kdb database for which the information is retrieved.public void setDatabaseArn(String databaseArn)
The ARN identifier of the database.
databaseArn
- The ARN identifier of the database.public String getDatabaseArn()
The ARN identifier of the database.
public GetKxDatabaseResult withDatabaseArn(String databaseArn)
The ARN identifier of the database.
databaseArn
- The ARN identifier of the database.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public GetKxDatabaseResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setDescription(String description)
A description of the database.
description
- A description of the database.public String getDescription()
A description of the database.
public GetKxDatabaseResult withDescription(String description)
A description of the database.
description
- A description of the database.public void setCreatedTimestamp(Date 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.
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 Date getCreatedTimestamp()
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 GetKxDatabaseResult withCreatedTimestamp(Date 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.
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 void setLastModifiedTimestamp(Date 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.
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 Date getLastModifiedTimestamp()
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 GetKxDatabaseResult withLastModifiedTimestamp(Date 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.
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 void setLastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
lastCompletedChangesetId
- A unique identifier for the changeset.public String getLastCompletedChangesetId()
A unique identifier for the changeset.
public GetKxDatabaseResult withLastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
lastCompletedChangesetId
- A unique identifier for the changeset.public void setNumBytes(Long numBytes)
The total number of bytes in the database.
numBytes
- The total number of bytes in the database.public Long getNumBytes()
The total number of bytes in the database.
public GetKxDatabaseResult withNumBytes(Long numBytes)
The total number of bytes in the database.
numBytes
- The total number of bytes in the database.public void setNumChangesets(Integer numChangesets)
The total number of changesets in the database.
numChangesets
- The total number of changesets in the database.public Integer getNumChangesets()
The total number of changesets in the database.
public GetKxDatabaseResult withNumChangesets(Integer numChangesets)
The total number of changesets in the database.
numChangesets
- The total number of changesets in the database.public void setNumFiles(Integer numFiles)
The total number of files in the database.
numFiles
- The total number of files in the database.public Integer getNumFiles()
The total number of files in the database.
public GetKxDatabaseResult withNumFiles(Integer numFiles)
The total number of files in the database.
numFiles
- The total number of files in the database.public String toString()
toString
in class Object
Object.toString()
public GetKxDatabaseResult clone()