@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxDatabaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateKxDatabaseResult() |
Modifier and Type | Method and Description |
---|---|
UpdateKxDatabaseResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the kdb database.
|
String |
getDescription()
A description of the database.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
Date |
getLastModifiedTimestamp()
The last time that the database was modified.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the kdb database.
|
void |
setDescription(String description)
A description of the database.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxDatabaseResult |
withDatabaseName(String databaseName)
The name of the kdb database.
|
UpdateKxDatabaseResult |
withDescription(String description)
A description of the database.
|
UpdateKxDatabaseResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxDatabaseResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public String getDatabaseName()
The name of the kdb database.
public UpdateKxDatabaseResult withDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb 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 UpdateKxDatabaseResult 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 UpdateKxDatabaseResult withDescription(String description)
A description of the database.
description
- A description of the database.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 UpdateKxDatabaseResult 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 String toString()
toString
in class Object
Object.toString()
public UpdateKxDatabaseResult clone()