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