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