Class InvokeWithResponseStreamCompleteEvent
java.lang.Object
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamCompleteEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,InvokeWithResponseStreamResponseEvent
,ToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,
InvokeWithResponseStreamCompleteEvent>
- Direct Known Subclasses:
DefaultInvokeComplete
@Generated("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.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponseEvent
InvokeWithResponseStreamResponseEvent.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponseEvent
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofInvokeWithResponseStreamCompleteEvent
.builder()
copy
(Consumer<? super InvokeWithResponseStreamCompleteEvent.Builder> modifier) A convenience method for callingToCopyableBuilder.toBuilder()
, updating the returned builder and then callingSdkBuilder.build()
.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
An error code.final String
The details of any returned error.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The last 4 KB of the execution log, which is base64-encoded.static Class
<? extends InvokeWithResponseStreamCompleteEvent.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamResponseEvent
sdkEventType
-
Method Details
-
errorCode
An error code.
- Returns:
- An error code.
-
errorDetails
The details of any returned error.
- Returns:
- The details of any returned error.
-
logResult
The last 4 KB of the execution log, which is base64-encoded.
- Returns:
- The last 4 KB of the execution log, which is base64-encoded.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,
InvokeWithResponseStreamCompleteEvent> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends InvokeWithResponseStreamCompleteEvent.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-
copy
public final InvokeWithResponseStreamCompleteEvent copy(Consumer<? super InvokeWithResponseStreamCompleteEvent.Builder> modifier) Description copied from interface:ToCopyableBuilder
A convenience method for callingToCopyableBuilder.toBuilder()
, updating the returned builder and then callingSdkBuilder.build()
. This is useful for making small modifications to the existing object.- Specified by:
copy
in interfaceToCopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,
InvokeWithResponseStreamCompleteEvent> - Parameters:
modifier
- A function that mutates this immutable object using the provided builder.- Returns:
- A new copy of this object with the requested modifications.
-
sdkFields
-
accept
Calls the appropriate visit method depending on the subtype ofInvokeWithResponseStreamCompleteEvent
.- Specified by:
accept
in interfaceInvokeWithResponseStreamResponseEvent
- Parameters:
visitor
- Visitor to invoke.
-