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