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