@Generated(value="software.amazon.awssdk:codegen") public class InvokeWithResponseStreamCompleteEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>, InvokeWithResponseStreamResponseEvent
A response confirming that the event stream is complete.
Modifier and Type | Class and Description |
---|---|
static interface |
InvokeWithResponseStreamCompleteEvent.Builder |
protected static class |
InvokeWithResponseStreamCompleteEvent.BuilderImpl |
InvokeWithResponseStreamResponseEvent.EventType
UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
InvokeWithResponseStreamCompleteEvent(InvokeWithResponseStreamCompleteEvent.BuilderImpl builder) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
invokeCompleteBuilder, payloadChunkBuilder, sdkEventType
protected InvokeWithResponseStreamCompleteEvent(InvokeWithResponseStreamCompleteEvent.BuilderImpl builder)
public final String errorCode()
An error code.
public final String errorDetails()
The details of any returned error.
public final String logResult()
The last 4 KB of the execution log, which is base64-encoded.
public InvokeWithResponseStreamCompleteEvent.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
public static InvokeWithResponseStreamCompleteEvent.Builder builder()
public static Class<? extends InvokeWithResponseStreamCompleteEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final InvokeWithResponseStreamCompleteEvent copy(Consumer<? super InvokeWithResponseStreamCompleteEvent.Builder> modifier)
copy
in interface ToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
public void accept(InvokeWithResponseStreamResponseHandler.Visitor visitor)
InvokeWithResponseStreamCompleteEvent
.accept
in interface InvokeWithResponseStreamResponseEvent
visitor
- Visitor to invoke.Copyright © 2023. All rights reserved.