@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTimeToLiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an UpdateTimeToLive
operation.
NOOP
Constructor and Description |
---|
UpdateTimeToLiveRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTimeToLiveRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTableName()
The name of the table to be configured.
|
TimeToLiveSpecification |
getTimeToLiveSpecification()
Represents the settings used to enable or disable Time to Live for the specified table.
|
int |
hashCode() |
void |
setTableName(String tableName)
The name of the table to be configured.
|
void |
setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateTimeToLiveRequest |
withTableName(String tableName)
The name of the table to be configured.
|
UpdateTimeToLiveRequest |
withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTableName(String tableName)
The name of the table to be configured.
tableName
- The name of the table to be configured.public String getTableName()
The name of the table to be configured.
public UpdateTimeToLiveRequest withTableName(String tableName)
The name of the table to be configured.
tableName
- The name of the table to be configured.public void setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification
- Represents the settings used to enable or disable Time to Live for the specified table.public TimeToLiveSpecification getTimeToLiveSpecification()
Represents the settings used to enable or disable Time to Live for the specified table.
public UpdateTimeToLiveRequest withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification
- Represents the settings used to enable or disable Time to Live for the specified table.public String toString()
toString
in class Object
Object.toString()
public UpdateTimeToLiveRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.