Class GetApiMappingRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.transform.GetApiMappingRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetApiMappingRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetApiMappingRequestMarshaller
extends Object
implements Marshaller<GetApiMappingRequest>
GetApiMappingRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetApiMappingRequest getApiMappingRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetApiMappingRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetApiMappingRequest>
- Parameters:
- getApiMappingRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-