@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  UpdateTimeToLiveoperation. | 
| int | hashCode() | 
| void | setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
 Represents the output of an  UpdateTimeToLiveoperation. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| UpdateTimeToLiveResult | withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
 Represents the output of an  UpdateTimeToLiveoperation. | 
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.