@Generated(value="software.amazon.awssdk:codegen") public final class ListReplaysRequest extends CloudWatchEventsRequest 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 event source associated with the replay.
|
<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 String namePrefix()
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
public 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 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 String eventSourceArn()
The ARN of the event source associated with the replay.
public String nextToken()
The token returned by a previous call to retrieve the next set of results.
public Integer limit()
The maximum number of replays to retrieve.
public ListReplaysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReplaysRequest.Builder,ListReplaysRequest>toBuilder in class CloudWatchEventsRequestpublic static ListReplaysRequest.Builder builder()
public static Class<? extends ListReplaysRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.