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