Class DefaultWaiterResponse<T>
java.lang.Object
software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
static <T> DefaultWaiterResponse.Builder
<T> builder()
boolean
int
hashCode()
matched()
toString()
-
Method Details
-
builder
-
matched
- Specified by:
matched
in interfaceWaiterResponse<T>
- Returns:
- the ResponseOrException union received that has matched with the waiter success condition
-
attemptsExecuted
public int attemptsExecuted()- Specified by:
attemptsExecuted
in interfaceWaiterResponse<T>
- Returns:
- the number of attempts executed
-
equals
-
hashCode
-
toString
-