Class DescribeReplayResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeReplayResponse.Builder,DescribeReplayResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe description of the replay.final ReplayDestinationAReplayDestinationobject that contains details about the replay.final booleanfinal booleanequalsBySdkFields(Object obj) final InstantThe time stamp for the last event that was replayed from the archive.final InstantThe time that the event was last replayed.final StringThe ARN of the archive events were replayed from.final InstantThe time stamp of the first event that was last replayed from the archive.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ARN of the replay.final InstantA time stamp for the time that the replay stopped.final StringThe name of the replay.final InstantA time stamp for the time that the replay started.static Class<? extends DescribeReplayResponse.Builder>final ReplayStatestate()The current state of the replay.final StringThe current state of the replay.final StringThe reason that the replay is in the current state.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replayName
The name of the replay.
- Returns:
- The name of the replay.
-
replayArn
The ARN of the replay.
- Returns:
- The ARN of the replay.
-
description
The description of the replay.
- Returns:
- The description of the replay.
-
state
The current state of the replay.
If the service returns an enum value that is not available in the current SDK version,
statewill returnReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the replay.
- See Also:
-
stateAsString
The current state of the replay.
If the service returns an enum value that is not available in the current SDK version,
statewill returnReplayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the replay.
- See Also:
-
stateReason
The reason that the replay is in the current state.
- Returns:
- The reason that the replay is in the current state.
-
eventSourceArn
The ARN of the archive events were replayed from.
- Returns:
- The ARN of the archive events were replayed from.
-
destination
A
ReplayDestinationobject that contains details about the replay.- Returns:
- A
ReplayDestinationobject that contains details about the replay.
-
eventStartTime
The time stamp of the first event that was last replayed from the archive.
- Returns:
- The time stamp of the first event that was last replayed from the archive.
-
eventEndTime
The time stamp for the last event that was replayed from the archive.
- Returns:
- The time stamp for the last event that was replayed from the archive.
-
eventLastReplayedTime
The time that the event was last replayed.
- Returns:
- The time that the event was last replayed.
-
replayStartTime
A time stamp for the time that the replay started.
- Returns:
- A time stamp for the time that the replay started.
-
replayEndTime
A time stamp for the time that the replay stopped.
- Returns:
- A time stamp for the time that the replay stopped.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeReplayResponse.Builder,DescribeReplayResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-