Class EndOfInputEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.EndOfInputEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<EndOfInputEvent.Builder,EndOfInputEvent>
- Direct Known Subclasses:
DefaultEndOfInputEvent
@Generated("software.amazon.awssdk:codegen") public class EndOfInputEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndOfInputEvent.Builder,EndOfInputEvent>, ChatInputStream
The end of the streaming input for the
ChatAPI.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEndOfInputEvent.Builderprotected static classEndOfInputEvent.BuilderImpl-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEndOfInputEvent(EndOfInputEvent.BuilderImpl builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndOfInputEvent.Builderbuilder()EndOfInputEventcopy(Consumer<? super EndOfInputEvent.Builder> modifier)booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EndOfInputEvent.Builder>serializableBuilderClass()EndOfInputEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
sdkEventType
-
-
-
-
Constructor Detail
-
EndOfInputEvent
protected EndOfInputEvent(EndOfInputEvent.BuilderImpl builder)
-
-
Method Detail
-
toBuilder
public EndOfInputEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndOfInputEvent.Builder,EndOfInputEvent>
-
builder
public static EndOfInputEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndOfInputEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
copy
public final EndOfInputEvent copy(Consumer<? super EndOfInputEvent.Builder> modifier)
- Specified by:
copyin interfaceToCopyableBuilder<EndOfInputEvent.Builder,EndOfInputEvent>
-
-