Class AttachmentInputEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AttachmentInputEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
- Direct Known Subclasses:
DefaultAttachmentEvent
@Generated("software.amazon.awssdk:codegen") public class AttachmentInputEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>, ChatInputStream
A file input event activated by a end user request to upload files into their web experience chat.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttachmentInputEvent.Builderprotected static classAttachmentInputEvent.BuilderImpl-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttachmentInputEvent(AttachmentInputEvent.BuilderImpl builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentInputattachment()Returns the value of the Attachment property for this object.static AttachmentInputEvent.Builderbuilder()AttachmentInputEventcopy(Consumer<? super AttachmentInputEvent.Builder> modifier)booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AttachmentInputEvent.Builder>serializableBuilderClass()AttachmentInputEvent.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
-
AttachmentInputEvent
protected AttachmentInputEvent(AttachmentInputEvent.BuilderImpl builder)
-
-
Method Detail
-
attachment
public final AttachmentInput attachment()
Returns the value of the Attachment property for this object.- Returns:
- The value of the Attachment property for this object.
-
toBuilder
public AttachmentInputEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
-
builder
public static AttachmentInputEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttachmentInputEvent.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 AttachmentInputEvent copy(Consumer<? super AttachmentInputEvent.Builder> modifier)
- Specified by:
copyin interfaceToCopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
-
-