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