public final class TimersResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimersResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static TimersResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getNextToken()
Link to retrieve next set of timers if total count is greater than max results.
|
List<TimerResponse> |
getTimers()
List of multiple Timer objects
|
Integer |
getTotalCount()
Total count of timers returned.
|
int |
hashCode() |
String |
toString() |
public static TimersResponse.Builder builder()
public Integer getTotalCount()
public List<TimerResponse> getTimers()
public String getNextToken()
Copyright © 2023. All rights reserved.