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