Class DefaultOutput
java.lang.Object
software.amazon.awssdk.services.iotsitewise.model.InvocationOutput
software.amazon.awssdk.services.iotsitewise.model.responsestream.DefaultOutput
- All Implemented Interfaces:
Serializable,SdkPojo,ResponseStream,ToCopyableBuilder<InvocationOutput.Builder,InvocationOutput>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultOutput
extends InvocationOutput
A specialization of
software.amazon.awssdk.services.iotsitewise.model.InvocationOutput that represents the
ResponseStream$output event. Do not use this class directly. Instead, use the static builder methods on
ResponseStream.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.iotsitewise.model.ResponseStream
ResponseStream.EventType -
Field Summary
Fields inherited from interface software.amazon.awssdk.services.iotsitewise.model.ResponseStream
UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofInvocationOutput.static DefaultOutput.Builderbuilder()The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.iotsitewise.model.InvocationOutput
citations, copy, equals, equalsBySdkFields, getValueForField, hasCitations, hashCode, message, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InvocationOutput.Builder,InvocationOutput> - Overrides:
toBuilderin classInvocationOutput- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:InvocationOutputCalls the appropriate visit method depending on the subtype ofInvocationOutput.- Specified by:
acceptin interfaceResponseStream- Overrides:
acceptin classInvocationOutput- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:ResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-