@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTimeToLiveResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateTimeToLiveResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTimeToLiveResult |
clone() |
boolean |
equals(Object obj) |
TimeToLiveSpecification |
getTimeToLiveSpecification()
Represents the output of an
UpdateTimeToLive operation. |
int |
hashCode() |
void |
setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
String |
toString()
Returns a string representation of this object.
|
UpdateTimeToLiveResult |
withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an UpdateTimeToLive operation.
timeToLiveSpecification - Represents the output of an UpdateTimeToLive operation.public TimeToLiveSpecification getTimeToLiveSpecification()
Represents the output of an UpdateTimeToLive operation.
UpdateTimeToLive operation.public UpdateTimeToLiveResult withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an UpdateTimeToLive operation.
timeToLiveSpecification - Represents the output of an UpdateTimeToLive operation.public String toString()
toString in class ObjectObject.toString()public UpdateTimeToLiveResult clone()