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