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