public class DescribeTimeToLiveResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeTimeToLiveResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TimeToLiveDescription |
getTimeToLiveDescription()
|
int |
hashCode() |
void |
setTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTimeToLiveResult |
withTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
|
public TimeToLiveDescription getTimeToLiveDescription()
public void setTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
timeToLiveDescription - public DescribeTimeToLiveResult withTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
Returns a reference to this object so that method calls can be chained together.
timeToLiveDescription - public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.