Class GetObjectRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3.transform.GetObjectRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetObjectRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetObjectRequestMarshaller
extends Object
implements Marshaller<GetObjectRequest>
GetObjectRequest
Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetObjectRequest getObjectRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetObjectRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetObjectRequest>
- Parameters:
getObjectRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-