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