@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxDatabaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKxDatabaseRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKxDatabaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDatabaseName()
The name of the kdb database.
|
String |
getDescription()
A description of the database.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxDatabaseRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxDatabaseRequest |
withDatabaseName(String databaseName)
The name of the kdb database.
|
UpdateKxDatabaseRequest |
withDescription(String description)
A description of the database.
|
UpdateKxDatabaseRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateKxDatabaseRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.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 UpdateKxDatabaseRequest withDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.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 UpdateKxDatabaseRequest withDescription(String description)
A description of the database.
description
- A description of the database.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateKxDatabaseRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString
in class Object
Object.toString()
public UpdateKxDatabaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()