Class GetObjectRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.s3.transform.GetObjectRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<GetObjectRequest>
@Generated("software.amazon.awssdk:codegen") @SdkInternalApi public class GetObjectRequestMarshaller extends Object implements Marshaller<GetObjectRequest>
GetObjectRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description GetObjectRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(GetObjectRequest getObjectRequest)
-
-
-
Constructor Detail
-
GetObjectRequestMarshaller
public GetObjectRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(GetObjectRequest getObjectRequest)
- Specified by:
marshallin interfaceMarshaller<GetObjectRequest>
-
-