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