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