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