@Generated(value="software.amazon.awssdk:codegen") public final class StartReplayRequest extends EventBridgeRequest implements ToCopyableBuilder<StartReplayRequest.Builder,StartReplayRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartReplayRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartReplayRequest.Builder |
builder() |
String |
description()
A description for the replay to start.
|
ReplayDestination |
destination()
A
ReplayDestination object that includes details about the destination for the replay. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
eventEndTime()
A time stamp for the time to stop replaying events.
|
String |
eventSourceArn()
The ARN of the archive to replay events from.
|
Instant |
eventStartTime()
A time stamp for the time to start replaying events.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replayName()
The name of the replay to start.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartReplayRequest.Builder> |
serializableBuilderClass() |
StartReplayRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replayName()
The name of the replay to start.
public final String description()
A description for the replay to start.
public final String eventSourceArn()
The ARN of the archive to replay events from.
public final Instant eventStartTime()
A time stamp for the time to start replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.
EventStartTime and EventEndTime are replayed.public final Instant eventEndTime()
A time stamp for the time to stop replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.
EventStartTime and EventEndTime are replayed.public final ReplayDestination destination()
A ReplayDestination object that includes details about the destination for the replay.
ReplayDestination object that includes details about the destination for the replay.public StartReplayRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartReplayRequest.Builder,StartReplayRequest>toBuilder in class EventBridgeRequestpublic static StartReplayRequest.Builder builder()
public static Class<? extends StartReplayRequest.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 © 2023. All rights reserved.