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