Interface Marshaller<InputT>
-
- Type Parameters:
InputT- Type to marshall.
- All Known Implementing Classes:
AbstractStreamingRequestMarshaller,AsyncStreamingRequestMarshaller,StreamingRequestMarshaller
@SdkProtectedApi public interface Marshaller<InputT>
Interface to marshall a POJO into aSdkHttpFullRequest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(InputT in)Marshalls the given POJO into aSdkHttpFullRequest.
-
-
-
Method Detail
-
marshall
SdkHttpFullRequest marshall(InputT in)
Marshalls the given POJO into aSdkHttpFullRequest.- Parameters:
in- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-
-