Class GetObjectTorrentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3.transform.GetObjectTorrentRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetObjectTorrentRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetObjectTorrentRequestMarshaller
extends Object
implements Marshaller<GetObjectTorrentRequest>
GetObjectTorrentRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetObjectTorrentRequest getObjectTorrentRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetObjectTorrentRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetObjectTorrentRequest>
- Parameters:
- getObjectTorrentRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-