@Generated(value="software.amazon.awssdk:codegen") public final class ListReplaysRequest extends EventBridgeRequest implements ToCopyableBuilder<ListReplaysRequest.Builder,ListReplaysRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReplaysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReplaysRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventSourceArn()
The ARN of the archive from which the events are replayed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of replays to retrieve.
|
String |
namePrefix()
A name prefix to filter the replays returned.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReplaysRequest.Builder> |
serializableBuilderClass() |
ReplayState |
state()
The state of the replay.
|
String |
stateAsString()
The state of the replay.
|
ListReplaysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namePrefix()
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
public final ReplayState state()
The state of the replay.
If the service returns an enum value that is not available in the current SDK version, state will return
ReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplayStatepublic final String stateAsString()
The state of the replay.
If the service returns an enum value that is not available in the current SDK version, state will return
ReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplayStatepublic final String eventSourceArn()
The ARN of the archive from which the events are replayed.
public final String nextToken()
The token returned by a previous call to retrieve the next set of results.
public final Integer limit()
The maximum number of replays to retrieve.
public ListReplaysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReplaysRequest.Builder,ListReplaysRequest>toBuilder in class EventBridgeRequestpublic static ListReplaysRequest.Builder builder()
public static Class<? extends ListReplaysRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.