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