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