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