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