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