Class DefaultPayloadPart
java.lang.Object
software.amazon.awssdk.services.sagemakerruntimehttp2.model.RequestPayloadPart
software.amazon.awssdk.services.sagemakerruntimehttp2.model.requeststreamevent.DefaultPayloadPart
- All Implemented Interfaces:
Serializable,SdkPojo,RequestStreamEvent,ToCopyableBuilder<RequestPayloadPart.Builder,RequestPayloadPart>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultPayloadPart
extends RequestPayloadPart
A specialization of
software.amazon.awssdk.services.sagemakerruntimehttp2.model.RequestPayloadPart that
represents the RequestStreamEvent$PayloadPart event. Do not use this class directly. Instead, use the static
builder methods on RequestStreamEvent.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.sagemakerruntimehttp2.model.RequestStreamEvent
RequestStreamEvent.EventType -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultPayloadPart.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.sagemakerruntimehttp2.model.RequestPayloadPart
bytes, completionState, copy, dataType, equals, equalsBySdkFields, getValueForField, hashCode, p, 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<RequestPayloadPart.Builder,RequestPayloadPart> - Overrides:
toBuilderin classRequestPayloadPart- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:RequestStreamEventThe type of this event. Corresponds to the:event-typeheader on the Message.
-